f2a3399f27
Incorporate remote bug fixes into slimmed instance_service.py: - Add tool_type.compose_template guard before render_compose_template Quality gates: py_compile pass
34 lines
2.6 KiB
Markdown
34 lines
2.6 KiB
Markdown
# Skill Registry — workspace
|
|
|
|
<!-- Auto-generated by gentle-pi extensions/skill-registry.ts. Run /skill-registry:refresh to regenerate. -->
|
|
|
|
Last updated: 2026-06-05
|
|
|
|
## Sources scanned
|
|
|
|
- .opencode/skills
|
|
- .claude/skills
|
|
|
|
## Contract
|
|
|
|
**Delegator use only.** This registry is an index, not a summary. Any agent that launches subagents reads it to select relevant skills, then passes exact `SKILL.md` paths for the subagent to read before work.
|
|
|
|
`SKILL.md` remains the source of truth. Do not inject generated summaries or compact rules by default; pass paths so subagents load the full runtime contract and preserve author intent.
|
|
|
|
## Skills
|
|
|
|
| Skill | Trigger / description | Scope | Path |
|
|
| --- | --- | --- | --- |
|
|
| `openspec-apply-change` | Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks. | project | `/workspace/.opencode/skills/openspec-apply-change/SKILL.md` |
|
|
| `openspec-archive-change` | Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. | project | `/workspace/.opencode/skills/openspec-archive-change/SKILL.md` |
|
|
| `openspec-explore` | Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change. | project | `/workspace/.opencode/skills/openspec-explore/SKILL.md` |
|
|
| `openspec-propose` | Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation. | project | `/workspace/.opencode/skills/openspec-propose/SKILL.md` |
|
|
| `sift-backlog` | Triage and organize backlog tasks into actionable plans. Use when asked to review the backlog, prioritize tasks, create plans from backlog items, or move tasks from backlog to open status. Handles the full workflow of listing backlog tasks, grouping related tasks into plans, setting priorities and dependencies, activating plans, and changing task status from backlog to open. | project | `/workspace/.claude/skills/sift-backlog/SKILL.md` |
|
|
|
|
## Loading protocol
|
|
|
|
1. Match task context and target files against the `Trigger / description` column.
|
|
2. Pass only the matching `Path` values to the subagent under `## Skills to load before work`.
|
|
3. Instruct the subagent to read those exact `SKILL.md` files before reading, writing, reviewing, testing, or creating artifacts.
|
|
4. If no matching skill exists, proceed without project skill injection and report `skill_resolution: none`.
|