CLAUDE
01Command Claude Code
Multi-agent system for software development.
Command Claude Code
Multi-agent system for software development.
Command Claude Code
Build incrementally. Implement changes in thin vertical slices with TDD and atomic commits. Run after /plan.
Command Claude Code
Write a timestamped mid-session checkpoint snapshot of decisions, progress, and next actions to .agents/checkpoints/, then link it from the active session log.
Command Claude Code
Use when setting up new development environment or troubleshooting MCP connectivity. Configures Context Hub dependencies including Forgetful MCP server and plugin prerequisites.
Command Claude Code
DEPRECATED: Use the exploring-knowledge-graph skill instead. Deep exploration of Forgetful knowledge graph with entity traversal.
Command Claude Code
DEPRECATED: Use Serena listmemories instead. Lists recent memories from Forgetful with optional project filtering.
Command Claude Code
DEPRECATED: Use Serena writememory instead. Save current context as atomic memory in Forgetful.
Command Claude Code
Search memories semantically using Forgetful with query context for improved ranking. Use when retrieving specific knowledge or verifying memory existence.
Command Claude Code
Plan how to build it. Decompose specs into milestones with dependencies and risk mitigations. Run after /spec.
Command Claude Code
Fix PRs autonomously. Triage open PRs by tier, address thread feedback, fix CI failures, and enable auto-merge when the 4-condition Ready-to-Merge gate passes.
Command Claude Code
Use when running all 6 PR quality gate agents locally before pushing. Provides comprehensive pre-push validation across security, QA, analysis, architecture, DevOps, and roadmap.
Command Claude Code
Use when performing local analyst review before pushing PR changes. Assesses code quality, impact analysis, and maintainability.
Command Claude Code
Use when performing local architecture review before pushing PR changes. Reviews design patterns, system boundaries, coupling/cohesion, and ADR compliance.
Command Claude Code
Use when performing local DevOps review before pushing PR changes. Evaluates CI/CD, build pipelines, and infrastructure changes.
Command Claude Code
Use when performing local QA review before pushing PR changes. Evaluates test coverage, error handling, and code quality.
Command Claude Code
Use when performing local roadmap review before pushing PR changes. Assesses strategic alignment, feature scope, and user value.
Command Claude Code
Use when performing local security review before pushing PR changes. Scans for vulnerabilities, secrets exposure, and security anti-patterns per OWASP Top 10.
Command Claude Code
Use when responding to PR review comments for specified pull request(s).
Command Claude Code
Commit, push, and open a PR.
Command Claude Code
Research external topics, create comprehensive analysis, and incorporate learnings into memory systems.
Command Claude Code
Fill an unfilled auto-retro skeleton for a date by running the retrospective skill.
Command Claude Code
Ship it. Pre-flight validation, CI check, and PR creation. Run after /review.