Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<img src="PromptKit-logo.png" alt="PromptKit logo — composable prompt toolkit" width="400">
</p>

A composable, versioned library of prompt templates for software engineering tasks.
Designed for software engineers who design, develop, and debug software.

**Agentic prompts are the most important code you're not engineering.**
Every AI-assisted task — investigating bugs, writing requirements, reviewing code — lives or dies by the prompt that drives it.
Yet most teams still write these prompts ad hoc: copy-pasted, untested, inconsistent, and impossible to improve systematically.
Expand All @@ -20,6 +17,9 @@ templates — that snap together into reliable, repeatable prompts. The same
engineering rigor you apply to your software (modularity, reuse, testing,
code review) now applies to the prompts that build it.

A composable, versioned library of prompt templates for software engineering tasks.
Designed for software engineers who design, develop, and debug software.

## Prerequisites

- **Git** — [Install Git](https://git-scm.com/)
Expand Down
Loading