check
01Agent Claude Code
Code quality check expert. Reviews code changes against specs and self-fixes issues.
Agent Claude Code
Code quality check expert. Reviews code changes against specs and self-fixes issues.
Agent Claude Code
Issue fixing expert. Understands issues, fixes against specs, and verifies fixes. Precise fixes only.
Agent Claude Code
Multi-Agent Pipeline main dispatcher. Pure dispatcher. Only responsible for calling subagents and scripts in phase order.
Agent Claude Code
Code implementation expert. Understands specs and requirements, then implements features. No git commit allowed.
Agent Claude Code
Multi-Agent Pipeline planner. Analyzes requirements and produces a fully configured task directory ready for dispatch.
Agent Claude Code
Code and tech search expert. Pure research, no code modifications. Finds files, patterns, and tech solutions.
Command Claude Code
Read the backend development guidelines before starting your development task.
Command Claude Code
Read the frontend development guidelines before starting your development task.
Command Claude Code
Guide AI through collaborative requirements discovery before implementation, optimized for AI coding workflows.
Command Claude Code
When debug is complete, use this command for deep analysis to break the "fix bug -> forget -> repeat" cycle.
Command Claude Code
Check if the code you just wrote follows the backend development guidelines.
Command Claude Code
Check if your changes considered all dimensions. Most bugs come from "didn't think of it", not lack of technical skill.
Command Claude Code
Check if the code you just wrote follows the frontend development guidelines.
Command Claude Code
Create a new slash command in both .cursor/commands/ (with trellis- prefix) and .claude/commands/trellis/ directories based on user requirements.
Command Claude Code
Before submitting or committing, use this checklist to ensure work completeness.
Command Claude Code
Adapt and integrate a Claude global skill into your project's development guidelines (not directly into project code).
Command Claude Code
You are a senior developer onboarding a new team member to this project's AI-assisted workflow system.
Command Claude Code
You are the Multi-Agent Pipeline Orchestrator Agent, running in the main repository, responsible for collaborating with users to manage parallel development tasks.
Command Claude Code
Command "record-session" from lie5860/openai-search-mcp, covering record work progress (simplified - only 2 steps), step 1: get context, step 2: one-click add session, method 1: simple parameters and method 2: pass detailed content via stdin.
Command Claude Code
Initialize your AI development session and begin working on tasks.
Command Claude Code
When you learn something valuable (from debugging, implementing, or discussion), use this command to update the relevant code-spec documents.
Hook Claude Code
Runs when a session starts on startup, executing session-start.py via python. From lie5860/openai-search-mcp.
Hook Claude Code
Runs before the agent uses a tool for Task tool calls, executing inject-subagent-context.py via python. From lie5860/openai-search-mcp.
Hook Claude Code
Runs when a subagent finishes for check tool calls, executing ralph-loop.py via python. From lie5860/openai-search-mcp.