Main
Use PromptKit’s “Bootstrap → Evolve → Maintain” lifecycle to keep prompts and requirements aligned as the codebase changes.
Treat
list --all,search, andshowas your catalog workflow: discover a template, inspect cross-references, then run it in a fresh LLM session.When using Claude Code, follow the README’s manual bootstrap approach (
Read and execute bootstrap.md) instead of expecting CLI skills to run.
Source-backed notes
- README states the library contains 157 components (personas, protocols, formats, taxonomies, templates) across 4 pipelines.
- README’s Quick Start shows
npx @alan-jowett/promptkitplus catalog commands likelist --all,search, andshow. - README lists three interactive workflows with entry points under
templates/(spec extraction, engineering, maintenance).
FAQ
- Do I need to clone the repo?: No — README recommends
npx @alan-jowett/promptkitfor zero-clone usage; cloning is optional. - Which LLM tool does it work with?: README lists GitHub Copilot CLI, Claude Code, and OpenAI Codex CLI; manual mode is also documented.
- What’s the simplest first run?: Run
npx @alan-jowett/promptkit, then uselist --allandsearchto find a template for your task.