plugins/orchestration/skills/llm-context/SKILL.md
Guidelines for working with LLM context stored in the .llm/ directory.
npx skillsauth add motlin/claude-code-plugins llm-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 referencetools
This skill should be used after completing any task, before returning control to the user. Always run this skill — it handles the case where there's nothing to do.
development
Commit message format and git workflow rules. ALWAYS use this skill for every git commit — no exceptions — and whenever rewording an existing commit message.
tools
CLI guidelines. Use whenever using the Bash tool, which is almost always. Also use when you see "command not found: __zoxide_z" errors.
tools
Maven CLI invocation patterns. Use whenever running `mvn` commands in Java/Maven projects. Covers when `-am` is required, why `-o` (offline) mode hides bugs in multi-worktree setups, and how to verify compile/test cleanly without trusting stale `~/.m2` artifacts.