A curated collection of Claude Code agents and plugins for enhanced development workflows.
This repository provides reusable agents and slash commands for Claude Code, designed to enforce code standards, automate common tasks, and improve development productivity.
/plugin marketplace add vainjs/claude-code-agents/plugin/plugin install react-code-standardsclaude-code-agents/
├── .claude/ # Claude Code configuration
├── .claude-plugin/ # Plugin registry
└── plugins/ # Plugin collection
└── react/ # React/TypeScript plugin
├── agents/ # Code standards agent
├── commands/ # Review, gen, refactor commands
└── README.md # Detailed usage guide
TypeScript/React code standards enforcement with automated review, generation, and refactoring capabilities.
Contributions are welcome! To add new plugins or improve existing ones:
- Fork the repository
- Create a feature branch
- Add your plugin following the existing structure
- Submit a pull request
MIT License - see LICENSE file for details.