LonelyHerbivore/Trellis-Herbivore
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, UserPromptSubmit).
LonelyHerbivore/Trellis-Herbivore
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, UserPromptSubmit).
LonelyHerbivore/Trellis-Herbivore
Skill Claude CodeCodex
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".
LonelyHerbivore/Trellis-Herbivore
Skill Claude CodeCodex
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug".
LonelyHerbivore/Trellis-Herbivore
Skill Claude CodeCodex
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow".
LonelyHerbivore/Trellis-Herbivore
Skill Claude CodeCodex
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?".
LonelyHerbivore/Trellis-Herbivore
Skill Claude CodeCodex
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?".
LonelyHerbivore/Trellis-Herbivore
Skill Claude CodeCodex
Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file".
LonelyHerbivore/Trellis-Herbivore
Skill Claude CodeCodex
Create a Trellis migration manifest and matching docs-site changelogs for a target release by analyzing commits since the previous release. Use when preparing a patch, beta, rc, or minor release manifest.
LonelyHerbivore/Trellis-Herbivore
Command Cursor
Resume work on the current task — pick up at the right phase/step in .trellis/workflow.md.
LonelyHerbivore/Trellis-Herbivore
Command Cursor
Create a migration manifest for a new patch/minor release based on commits since the last release.
LonelyHerbivore/Trellis-Herbivore
Command Cursor
Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal. Code commits are NOT done here — those happen in workflow Phase 3.4 before you invoke this command.
LonelyHerbivore/Trellis-Herbivore
Command Cursor
Sync a marketplace skill to the documentation site. Creates skill detail pages (EN/ZH), updates the marketplace index, and updates docs.json navigation.
LonelyHerbivore/Trellis-Herbivore
Agent
Architecture sparring partner for Trellis. Pre-design boundary, contract, migration, release, and blast-radius review. Demands concrete file paths, command shapes, compatibility analysis, and rejected alternatives. NOT an implementer.
LonelyHerbivore/Trellis-Herbivore
Agent
Post-implementation auditor for Trellis. Reviews concrete diffs against task artifacts, specs, migration/release rules, generated templates, and docs parity. Demands file:line citations, concrete fixes, and validation results. Does not commit or push.
LonelyHerbivore/Trellis-Herbivore
Agent
Code implementation expert. Understands specs and requirements, then implements features. No git commit allowed.
LonelyHerbivore/Trellis-Herbivore
Agent
Product / engineering planner — turns ambiguous asks into shippable plans.
LonelyHerbivore/Trellis-Herbivore
Agent
Code and tech search expert. Finds patterns, specs, and tech solutions. Populates task JSONL context files.
LonelyHerbivore/Trellis-Herbivore
Skill Claude CodeCodex
Initialize Trellis AI workflow system in a project. Use when user mentions "Trellis", "初始化 Trellis", "setup Trellis", "install Trellis", or wants to add AI-assisted development workflow to their project. This is a one-time setup skill.
LonelyHerbivore/Trellis-Herbivore
Instructions file CodexOpenCode
AGENTS.md instructions for LonelyHerbivore/Trellis-Herbivore, covering trellis instructions, gitnexus — code intelligence, always do, when debugging and when refactoring.
LonelyHerbivore/Trellis-Herbivore
Instructions file
Claude Code instructions for LonelyHerbivore/Trellis-Herbivore, covering claude.md, 1. think before coding, 2. simplicity first, 3. surgical changes and 4. goal-driven execution.
LonelyHerbivore/Trellis-Herbivore
Agent
Architecture review gate for Claude Code. Reviews maintainability, boundaries, and unnecessary complexity, then reports blocking issues to the main session.
LonelyHerbivore/Trellis-Herbivore
Agent
Code review gate for Claude Code. Reviews logic, correctness, tests, and code quality, then reports blocking issues to the main session.
LonelyHerbivore/Trellis-Herbivore
Agent
Merge review gate for Claude Code. Verifies the merged result is complete, conflict-free, and aligned with task acceptance criteria before build/test runs, then reports blocking issues to the main session.
LonelyHerbivore/Trellis-Herbivore
Agent
Spec review gate for Claude Code. Verifies changes against task artifacts and Trellis specs, then reports blocking issues to the main session.