From orchestration
Provides guidelines for managing LLM context in untracked .llm/ directory of git repos: editable todo.md tasks and read-only git clones/docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestration:llm-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extra context for LLMs may be stored in the `.llm/` directory at the root of a git repository.
Extra context for LLMs may be stored in the .llm/ directory at the root of a git repository.
.llm/ exists, it will be at the root directory of the git repository.llm/ should not be tracked in version control.llm/ appears to contain untracked content, ensure that it appears in .git/info/exclude.llm/todo.md exists, it is the task list we are working on@markdown-tasks:tasks skill will handle task completion.llm/ directory is read-only context for your referencenpx claudepluginhub motlin/claude-code-plugins --plugin orchestrationDefault skill for llmdoc-enabled projects. Guides reading and updating project documentation, loading reference files in order, and enforcing workflow conventions.
Refactors large CLAUDE.md files into a hierarchical directory-scoped structure for optimized Claude Code context delivery.
Guides end-of-session context persistence by silently analyzing git diffs, logs, status, and conversation to propose learnings, decisions, conventions, and tasks for ctx add.