promptkit

作者: microsoft

PromptKit 組合引擎。當使用者想要組裝特定任務的提示、撰寫需求文件、調查錯誤、審查程式碼等時,使用此技能。

npx skills add https://github.com/microsoft/promptkit --skill promptkit

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

  1. Read bootstrap.md before doing anything else.
  2. Follow its instructions to inspect manifest.yaml and identify the appropriate PromptKit components.
  3. Gather any required parameters or clarify missing inputs from the user.
  4. Assemble the prompt in the order defined by PromptKit.
  5. Return the assembled prompt or continue the interactive workflow exactly as bootstrap.md directs.