microsoft / microsoft/PromptKit
Research: Copilot CLI native integration strategies
Open
@abeltrano is already working on this.
Since Apr 1, 2026.
- Dominant language
- JavaScript
- Stars
- 105
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Summary
Research how to integrate PromptKit natively into GitHub Copilot CLI so it feels like a built-in capability rather than a separate addon. The current workflow requires users to "read and execute bootstrap.md" or run a separate npx promptkit CLI that spawns a child Copilot process — both feel disjointed.
Pain Points Identified
- Requires separate CLI installation
- Spawns a child Copilot process, losing existing session context
- No integration with Copilot's discoverability (
/skills,/agent, etc.) - Cannot be invoked naturally within an existing session
- Context discontinuity: When a user generates a PromptKit artifact (e.g., a custom agent) and later needs another PromptKit capability (e.g., bug investigation), they must break out of their current session, losing accumulated context
Research Scope
Evaluate all Copilot CLI extension points for PromptKit integration:
- Skills — on-demand task instructions (
/promptkit) - Custom Agents — specialized personas with
infer: trueauto-delegation - MCP Server — deterministic, programmatic assembly
- Plugins — distribution vehicle bundling all components
- Hooks — lifecycle guardrails and output validation
- LSP Configs — enhanced code intelligence for code-analysis templates
- Custom Instructions — lightweight always-loaded context
Deliverables
- Research document (
docs/copilot-cli-integration-research.md) - Roadmap update (
docs/roadmap.md) - Requirements document
- Design document
- Validation plan
- Implementation plan
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.