comment-cleanup
Guidelines for comments in code. Use when adding, editing, or removing comments.
precommit
Running precommit checks and build validation. ALWAYS use after ANY code changes.
testing
Testing guidelines. Use when Writing, Editing, or reviewing tests.
conversation-style
Conversation style guidelines. Use when responding to the user.
git-workflow
Git workflow best practices for commits, rebasing, conflict resolution, and branch management. Use when working with git operations, creating commits, resolving conflicts, or managing branches.
offline-claude-code-guide
Offline Claude Code documentation fallback. Use when the user asks about Claude Code features, capabilities, or configuration and the built-in claude-code-guide subagent fails due to network issues or proxy blocking.
markdown-tasks
Work with markdown-based task lists in .llm/todo.md files. Use when managing tasks, working with todo lists, extracting incomplete tasks, marking tasks complete, or implementing tasks from a task list.
pom-ordering
Enforce Maven POM dependency ordering rules. This skill should be used when editing pom.xml files.
code-quality
Code quality guidelines. ALWAYS use skill for ANY code changes.
justfile-style
Style guidelines for justfile recipe documentation. Use when writing or editing justfiles to ensure consistent and concise documentation.
orchestration
Coordinates other skills and agents. ALWAYS use this skill on startup.
llm-context
Guidelines for working with LLM context stored in the .llm/ directory.
openrewrite
OpenRewrite recipe development and test maintenance. Use when writing OpenRewrite recipes, fixing test failures, or working with import ordering in recipe tests.