9f720930ea
- Remove compose-level user: 0:0 override from manifest_compiler.py so the entrypoint can start as root, fix mount ownership, and drop privileges to the container user internally. - Add get_manifest_container_user() helper to resolve the manifest-declared container user (with uid:gid fallback). - Pass container user through TerminalSession, TerminalManager, and the terminal WebSocket handler so docker exec is invoked with --user <user>. - Update and add unit tests for the manifest compiler and terminal session. - Record the additional root-user fix in the fix-pi-container-mount-permissions OpenSpec change/tasks. Quality gates: pytest tests/unit/ (226 passed), pytest tests/services/test_terminal_manager_multi.py (7 passed), ruff check on changed files (clean), mypy on changed files (clean)
2.7 KiB
2.7 KiB
Skill Registry — headquarter
Last updated: 2026-06-17
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 | /home/user/headquarter/.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 | /home/user/headquarter/.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 | /home/user/headquarter/.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 | /home/user/headquarter/.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 | /home/user/headquarter/.claude/skills/sift-backlog/SKILL.md |
Loading protocol
- Match task context and target files against the
Trigger / descriptioncolumn. - Pass only the matching
Pathvalues to the subagent under## Skills to load before work. - Instruct the subagent to read those exact
SKILL.mdfiles before reading, writing, reviewing, testing, or creating artifacts. - If no matching skill exists, proceed without project skill injection and report
skill_resolution: none.