claude-code
Automate code reviews, PR checks, and plugin development in your terminal
All Skills in This Repository (8)
Pure Emerald Level Indicatorsclaude-opus-4-5-migration
Migrate prompts and code from Claude Sonnet 4.0, 4.5, or Opus 4.1 to Opus 4.5.
Command Development
Create Claude Code slash commands with YAML frontmatter, dynamic arguments, and plugin features.
Skill Development
Create and structure skills for Claude Code plugins following best practices.
Plugin Settings
Configure Claude Code plugins using .claude/plugin-name.local.md files with YAML frontmatter.
Plugin Structure
Configure Claude Code plugin directory layouts, manifests, and component organization.
Hook Development
Create and validate event-driven automation hooks for Claude Code plugins.
MCP Integration
Integrate Model Context Protocol servers into Claude Code plugins.
frontend-design
Generate production-grade HTML/CSS/JS or framework-specific frontend UIs with a bold aesthetic direction.
Frequently Asked Questions
FAQPage SchemaHow to install Claude Code plugins?▼
Run `npx skills add anthropics/claude-code --all -g -y` in your terminal to install all plugins and skills in this suite globally.
How to automate pull request reviews with AI?▼
The pr-review-toolkit plugin runs specialized agents that check test coverage, type design, silent failures, and code simplicity on every pull request.
Can I build my own Claude Code plugins?▼
Yes. The plugin-dev plugin includes skills and agents that scaffold plugin structure, commands, hooks, agents, and MCP integrations for you.
Does Claude Code work without coding experience?▼
Basic usage works through plain-English commands in your terminal, but most plugins in this suite target software development workflows.
How to migrate my code to Claude Opus 4.5?▼
The claude-opus-4-5-migration plugin automatically updates model strings, removes unsupported headers, and adjusts prompts for Opus 4.5 behavior.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core