Plugin Claude Code
A curated collection of Claude Code skills and agents for software development workflows, including code review, commit management, spec planning, and documentation migration.
Plugin Claude Code
A curated collection of Claude Code skills and agents for software development workflows, including code review, commit management, spec planning, and documentation migration.
Plugin Claude Code
A curated set of skills and agents for software development workflows: code review, commit management, spec planning, and documentation migration.
Agent
API architecture expert designing scalable, developer-friendly interfaces. Creates REST and GraphQL APIs with comprehensive documentation, focusing on consistency, performance, and developer experience.
Agent
Use this agent when you need expert code review based on software engineering best practices. Examples: After implementing a new feature, before committing changes, when refactoring existing code, or when you want feedback on code quality, performance, security, or maintainability. The agent should be called…
Agent
Expert code reviewer specializing in code quality, security vulnerabilities, and best practices across multiple languages. Masters static analysis, design patterns, and performance optimization with focus on maintainability and technical debt reduction.
Agent
Senior Java architect specializing in enterprise-grade applications, Spring ecosystem, and cloud-native development. Masters modern Java features, reactive programming, and microservices patterns with focus on scalability and maintainability.
Skill Claude CodeCodex
Migrate documentation from MkDocs (Material theme) to Roq (Quarkus SSG). Covers project scaffolding, content conversion, layout/navigation setup, versioned docs, search, and deployment. Invoked as /migrate-mkdocs-to-roq [docs-dir] where docs-dir is the path to the MkDocs project root (containing mkdocs.yml). Use when…
Skill Claude CodeCodex
Review the last N commits as a single squashed changeset and provide structured feedback. Invoked as /review-commits [N] where N defaults to 1. Use this skill whenever the user asks to review recent commits, review their latest changes, check a set of commits together, or asks for feedback on what they've been working…
Skill Claude CodeCodex
Reword the latest commit message to accurately reflect what was actually done. Analyzes the full diff and rewrites the message using conventional commit format. Invoked as /reword-commit. Use this skill when the user wants to fix, improve, or rewrite their last commit message.
Skill Claude CodeCodex
Produce a structured, file-per-feature implementation plan and a tabular testing plan from a protocol or API specification. Use this skill whenever the user asks to create an implementation plan, testing plan, or feature plan from a spec, specification URL, RFC, or API documentation. Also use when the user says things…