Instructions file CodexOpenCode
Instructions for klh/speedy-claude, covering agents.md, repository overview, creating a new skill, directory structure and naming conventions.
Instructions file CodexOpenCode
Instructions for klh/speedy-claude, covering agents.md, repository overview, creating a new skill, directory structure and naming conventions.
Instructions file
Instructions for klh/speedy-claude, covering global rules, cli speed tools (always use), filesystem, http / api calls and git & devops.
Agent
Senior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.
Agent
Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.
Agent
QA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.
Command
Implement the next task incrementally — build, test, verify, commit.
Command
Simplify code for clarity and maintainability — reduce complexity without changing behavior.
Command
Break work into small verifiable tasks with acceptance criteria and dependency ordering.
Command
Conduct a five-axis code review — correctness, readability, architecture, security, performance.
Command
Run the pre-launch checklist and prepare for production deployment.
Command
Start spec-driven development — write a structured specification before writing code.
Command
Run TDD workflow — write failing tests, implement, verify. For bugs, use the Prove-It pattern.
Hook
Runs when a session starts, executing session-start.sh via bash. From klh/speedy-claude.
Skill Claude CodeCodex
This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Guides discovery of local skills and enforces minimal documentation style.
Skill Claude CodeCodex
This skill should be used when the user asks ANYTHING taht will elicit a response. Guides verbosity of output.
Skill Claude CodeCodex
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
Skill Claude CodeCodex
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.
Skill Claude CodeCodex
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
Skill Claude CodeCodex
Use when listing files, searching file contents, finding files by name, or viewing files in terminal. Replace slow standard tools (ls, grep, find, cat) with faster modern alternatives.
Skill Claude CodeCodex
Generates, formats, and validates technical documentation — including docstrings, OpenAPI/Swagger specs, JSDoc annotations, doc portals, and user guides. Use when adding docstrings to functions or classes, creating API documentation, building documentation sites, or writing tutorials and user guides. Invoke for…
Skill Claude CodeCodex
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
Skill Claude CodeCodex
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
Skill Claude CodeCodex
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.
Skill Claude CodeCodex
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.