name: promptkit description: > PromptKit composition engine. Use this skill when the user wants to assemble a task-specific prompt, write a requirements doc, investigate a bug, review code, plan an implementation, author agent instructions, create a Copilot prompt file, build an agentic workflow, or perform any engineering task that PromptKit has a template for. Also use when the user mentions PromptKit, asks about available templates or personas, or wants to compose prompts from reusable components.
<!-- Generated by PromptKit — edit with care -->You must read and execute bootstrap.md in the repository root. Treat it
as the entry point and single source of truth for PromptKit component
discovery, template selection, parameter gathering, and prompt assembly.
Inputs
- The user's task, question, or requested artifact.
- Any repository context needed to choose the right PromptKit template, persona, protocols, format, taxonomy, and parameters.
- Any constraints, goals, or non-goals the user has already provided.
Output
- A PromptKit-assembled prompt ready to use for the requested task, or
- The result of executing the selected interactive PromptKit workflow in
the current session, as directed by
bootstrap.md.
Workflow
- Read
bootstrap.mdbefore doing anything else. - Follow its instructions to inspect
manifest.yamland identify the appropriate PromptKit components. - Gather any required parameters or clarify missing inputs from the user.
- Assemble the prompt in the order defined by PromptKit.
- Return the assembled prompt or continue the interactive workflow exactly
as
bootstrap.mddirects.