Spec
25Skill Claude CodeCodex
Explores code + LTM, then writes acceptance criteria. USE WHEN defining what to build before planning.
Skill Claude CodeCodex
Explores code + LTM, then writes acceptance criteria. USE WHEN defining what to build before planning.
Skill Claude CodeCodex
Session context persistence for project goals, decisions, progress, and gotchas; use when restoring project state, managing session notes, or checking whether context was injected at startup.
Instructions file CodexOpenCode
Instructions for RohiRIK/claude-code-config, covering agents guide (mixedbread mgrep), project snapshot, how to build/test fast, repo conventions and typescript style.
Instructions file
Instructions for RohiRIK/claude-code-config, covering /.claude — global claude code config, working agreement, core principles, task loop and commands.
Agent
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Agent
Build and TypeScript error resolution. Use PROACTIVELY when build fails or type errors occur. Minimal diffs only, no architectural edits — green build fast.
Agent
General code review for quality and maintainability, immediately after writing or modifying code. Routes: Python changes → python-reviewer; security-sensitive code → security-reviewer; post-impl cleanup → code-simplifier.
Agent
Post-implementation cleanup. Use PROACTIVELY after completing a feature or fix. Simplifies and verifies changed files only — not repo-wide (use refactor-cleaner for that).
Agent
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Agent
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/, updates READMEs and guides.
Agent
Playwright E2E specialist. Use PROACTIVELY to generate, maintain, and run E2E tests. Quarantines flaky tests, uploads artifacts, keeps critical user flows green.
Agent
Summarizes Intune screenshots, policy exports, or config text into structured Monday.com/Notion updates. Use when Intune content needs to be shared with the team.
Agent
Codebase-driven planning for complex features and refactoring — plans from code exploration alone. For memory-informed planning that recalls past LTM decisions first, use openltm:planner instead.
Agent
Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
Agent
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
Agent
Security review specialist. Use PROACTIVELY after writing code handling user input, auth, APIs, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, OWASP Top 10.
Agent
Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.
Command
USE WHEN reviewing code for quality, security, or correctness.
Command
Stage, commit, push, and open a pull request.
Command
Full dev cycle — build all plan tasks then run final test verification.
Command
USE WHEN generating or running Playwright end-to-end tests.
Command
Create a step-by-step implementation plan before writing code.
Command
Measure and report test coverage for the current project.
Command
Update project documentation and README files.