README
01Agent Claude Code
Specialized agents for complex, multi-step tasks.
Agent Claude Code
Specialized agents for complex, multi-step tasks.
Agent Claude Code
Agent "auth-route-debugger" from dwalleck/catalyst, covering core responsibilities, debugging workflow, initial assessment, check live service logs (pm2) and route registration checks.
Agent Claude Code
name: auth-route-tester description: Use this agent when you need to test routes after implementing or modifying them. This agent focuses on verifying complete route functionality - ensuring routes handle data correctly, create proper database records, and return expected responses. The agent also reviews route…
Agent Claude Code
Automatically fix TypeScript compilation errors.
Agent Claude Code
Use this agent when you need to review recently written code for adherence to best practices, architectural consistency, and system integration. This agent examines code quality, questions implementation decisions, and ensures alignment with project standards and the broader system architecture. Examples:\n\n…
Agent Claude Code
name: code-refactor-master description: Use this agent when you need to refactor code for better organization, cleaner architecture, or improved maintainability. This includes reorganizing file structures, breaking down large components into smaller ones, updating import paths after file moves, fixing loading…
Agent Claude Code
name: documentation-architect description: Use this agent when you need to create, update, or enhance documentation for any part of the codebase. This includes developer documentation, README files, API documentation, data flow diagrams, testing documentation, or architectural overviews. The agent will gather…
Agent Claude Code
Use this agent when you encounter frontend errors, whether they appear during the build process (TypeScript, bundling, linting errors) or at runtime in the browser console (JavaScript errors, React errors, network issues). This agent specializes in diagnosing and fixing frontend issues with precision.\n\nExamples:\n…
Agent Claude Code
name: plan-reviewer description: Use this agent when you have a development plan that needs thorough review before implementation to identify potential issues, missing considerations, or better alternatives. Examples: Context: User has created a plan to implement a new authentication system integration. user: "I've…
Agent Claude Code
Use this agent when you need to analyze code structure and create comprehensive refactoring plans. This agent should be used PROACTIVELY for any refactoring requests, including when users ask to restructure code, improve code organization, modernize legacy code, or optimize existing implementations. The agent will…
Agent Claude Code
name: web-research-specialist description: Use this agent when you need to research information on the internet, particularly for debugging issues, finding solutions to technical problems, or gathering comprehensive information from multiple sources. This agent excels at finding relevant discussions in GitHub issues…
Command Claude Code
Update dev documentation before context compaction.
Command Claude Code
Create a comprehensive strategic plan with structured task breakdown.
Command Claude Code
Map edited routes & launch tests.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing skill-activation-prompt.sh. From dwalleck/catalyst.
Hook Claude Code
Runs after a tool call finishes, executing cargo-check-stop.sh. From dwalleck/catalyst.
Settings file Claude Code
Agent settings declaring 2 hook events (UserPromptSubmit, PostToolUse) and 5 allowed tools.
Skill Claude CodeCodex
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers…
Skill Claude CodeCodex
Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.
Skill Claude CodeCodex
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features…
Skill Claude CodeCodex
Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functionality, or debugging authentication issues. Includes patterns for using test-auth-route.js and mock authentication.
Skill Claude CodeCodex
Comprehensive Rust development guidelines based on 6 months of code reviews. Use when writing Rust code, debugging Rust issues, or reviewing Rust PRs. Covers error handling, file I/O safety, type safety patterns, performance optimization, common footguns, and fundamental best practices. Perfect for both new and…
Skill Claude CodeCodex
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords…
Skill Claude CodeCodex
Comprehensive Svelte 5 development guidelines covering runes, components, reactivity, and modern web development patterns.