Instructions file
Instructions for a portable Claude Code automation pipeline that installs and updates shared configuration, skills, and commands. It also defines checks, deployment lists, repository layout, and upgrade procedures.
Instructions file
Instructions for a portable Claude Code automation pipeline that installs and updates shared configuration, skills, and commands. It also defines checks, deployment lists, repository layout, and upgrade procedures.
Agent
A code-review agent that checks changes against the project's rules and existing coding patterns, then reports findings by severity with specific failure examples.
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Agent
An application-security review agent that examines source code for vulnerabilities using the OWASP Top 10, a widely used list of common web-security risks.
Agent
A DevOps engineering agent for building and operating software delivery and deployment systems. DevOps combines development and operations work such as testing, packaging, deploying, and monitoring applications.
Command
A project-initialization command that sets up a seven-step development loop in CLAUDE.md, the project's instructions file, and prepares related checks and screenshot storage.
Skill Claude CodeCodex
A wrapper that asks an official code-simplifier agent to make existing code easier to read and maintain while preserving its behavior. TDD means test-driven development; this tool may be used during a broader development workflow that includes such steps.
Skill Claude CodeCodex
A guided design conversation that turns an unclear idea into an agreed, implementable design through step-by-step questions. It covers the data model, API, core logic, user experience, and error handling when relevant.
Skill Claude CodeCodex
A set of instructions for creating distinctive visual designs for websites and other front-end interfaces. It guides choices such as colors, typography, layout, and imagery around the subject and audience.
Skill Claude CodeCodex
A wrapper for a comprehensive code review covering security, performance, and configuration safety. It is intended for reviewing a change before it is merged, rather than only checking code style or a small diff.
Plugin Claude Code
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Skill Claude CodeCodex
Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to…
Agent
You are a memory analyst for Claude Code projects. Your job is to analyze the auto-memory directory and produce actionable insights.
Agent
You are a skill extraction specialist. Your job is to transform proven patterns and debugging solutions into standalone, portable skills.
Hook
Runs after a tool call finishes for Bash tool calls, executing error-capture.sh. From kopp0510/claude-dd.
Skill Claude CodeCodex
Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.
Skill Claude CodeCodex
Graduate a proven pattern from auto-memory (MEMORY.md) to CLAUDE.md or .claude/rules/ for permanent enforcement.
Skill Claude CodeCodex
Explicitly save important knowledge to auto-memory with timestamp and context. Use when a discovery is too important to rely on auto-capture.
Skill Claude CodeCodex
Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations.
Skill Claude CodeCodex
A planner that breaks a software design into small, ordered coding tasks, each with tests, implementation steps, dependencies, and commits.
Skill Claude CodeCodex
A diagram-making workflow that turns confirmed process, architecture, and data-flow descriptions into animated, looping GIFs. It uses SVG as an intermediate format and checks the rendered result before delivery.
Skill Claude CodeCodex
A completion checklist that requires fresh command output or other direct evidence before an agent says work is finished.
Skill Claude CodeCodex
A workflow for creating and removing Git worktrees, which are separate working directories connected to one Git repository. They let development on one branch stay isolated from another.
Skill Claude CodeCodex
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.