Work on the collaboration-framework repo (dyreby/collaboration-framework). Use when discussing behavior changes, concepts, or the framework itself.
Remote: dyreby/collaboration-framework
Paths below are relative to this skill's location (skills/collaboration-framework/).
Load context to have the full picture for behavior discussions:
Concepts (full read - these shape behavior):
Read all .md files in ../../concepts/
Skills (summaries):
Read frontmatter (name/description) from each SKILL.md in ../../skills/
Extensions (summaries): List and read top-of-file descriptions from ../../extensions/
Prompts (list for reference): List files in
Docs (list for reference): List files in ../../docs/ Read specific docs if reasoning context is needed.
| Path | Purpose |
|---|---|
concepts/ | Shared mental models loaded into sessions. This is what shapes agent behavior. |
skills/ | Reusable agent skills (workflows, capabilities) |
extensions/ | Pi extensions (tools, providers) |
prompts/ | Prompt templates (invoked via /promptname) |
docs/ | Philosophy, RFCs, ADRs (reasoning behind decisions) |
Note: prompts/ is a project directory, not .pi/prompts/. The .pi/ directory is user-local config and shouldn't be committed.
To fix agent behavior, identify where the change belongs:
concepts/skills/extensions/prompts/docs/Workflow:
pi install git:dyreby/collaboration-framework
Then /skill:collaboration-framework works from any directory.