Claude-skill-registry llm-context
Guidelines for working with LLM context stored in the .llm/ directory.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/llm-context" ~/.claude/skills/majiayu000-claude-skill-registry-llm-context && rm -rf "$T"
manifest:
skills/data/llm-context/SKILL.mdsource content
LLM Context Guidelines
Extra context for LLMs may be stored in the
.llm/ directory at the root of a git repository.
Directory Structure
- If
exists, it will be at the root directory of the git repository.llm/ - The
should not be tracked in version control.llm/ - If
appears to contain untracked content, ensure that it appears in.llm/.git/info/exclude
Editable Context
- If
exists, it is the task list we are working on.llm/todo.md - The
skill will handle task completion@markdown-tasks:tasks - As we work on an implementation, plans will change
- Feel free to edit the task list to keep it relevant and in sync with our plans
Read-only Context
- Everything else in the
directory is read-only context for your reference.llm/ - It may contain entire git clones for tools we use
- It may contain saved documentation