Skip to content

HirogaKatageri/hirokata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HiroKata Claude Code Plugin Marketplace

A curated collection of Claude Code plugins for enhanced development workflows, featuring automated requirements-to-implementation pipelines.

View Changelog | Version 1.0.0

What's New

v1.0.0 - Mar 2026

First Stable Release - The software plugin reaches v1.0.0 with quality improvements across agents and skills.

Plugin Restructure - Renamed software-development-workflow to software-project and tracker to project-management for clarity.

Agent Quality - Fixed color collision between agents, trimmed unnecessary tools from product-owner, optimized reference files to reduce token overhead.

Skill Improvements - All user-invocable skills now explicitly declare user-invocable: true. Conventional commit uses a generic Co-Authored-By placeholder.

View Full Changelog

Overview

This marketplace provides production-ready Claude Code plugins that extend Claude's capabilities with specialized agents, skills, and workflows designed for software development teams.

Available Plugins

1. Software Plugin (v1.0.0)

Automated requirements-to-implementation workflow using an 8-phase clean architecture approach with intelligent commit generation, dedicated software architecture planning, and comprehensive code review system.

Features:

  • Converts requirements documents into working code
  • 8-phase clean architecture (Foundational → Models → Services → Data → Rules → State Management → UI → Tests)
  • Fixed parallelism (up to 3 developer agents per phase)
  • Five specialized code review agents
    • Product reviewer for requirements compliance
    • Business logic reviewer for testability and test coverage
    • Edge case reviewer for boundary conditions and error handling
    • Architecture reviewer for clean architecture alignment
    • Security reviewer for OWASP Top 10 vulnerability detection
  • Comprehensive review skill - Parallel multi-dimensional code review in 2-5 minutes
  • Post-implementation review loop with auto-fix (up to 2 iterations)
  • Software architect agent for comprehensive master plan creation
  • Conventional commit generator with intelligent change grouping
  • Three-state resume capability for interrupted workflows (TASKS.md, master plan only, or fresh start)
  • Progress tracked via TASKS.md file
  • 8 specialized agents: software architect, product owner, senior developer, and 5 code reviewers

Use Cases:

  • Transforming requirements into implementation plans
  • Automated code generation following clean architecture
  • Large-scale feature development
  • Structured refactoring projects
  • Creating semantic, well-organized commit history
  • Pre-PR comprehensive code quality reviews
  • Requirements compliance verification
  • Test coverage and edge case analysis

View Documentation

Installation

Option 1: Clone the Entire Marketplace

git clone https://github.com/hirogakatageri/hirokata-cc-marketplace.git
cd hirokata

Then use with Claude Code:

cc --plugin-dir ./plugins/software-project

Option 2: Install Individual Plugins

Copy a plugin to your project:

cp -r hirokata/plugins/software-project /path/to/your-project/.claude-plugin/software

Claude Code will automatically load all plugins in .claude-plugin/.

Quick Start

Using Develop Plugin

# Start from requirements
/software:develop-project requirements.md

# The plugin will:
# 1. Create a comprehensive master plan (software-architect agent)
# 2. Wait for your review and approval
# 3. Split plan into 8 phases and build TASKS.md
# 4. Execute all 8 phases sequentially (up to 3 agents per phase)
# 5. Run comprehensive review and fix issues (up to 2 iterations)
# 6. Generate final summary report

Plugin Architecture

Plugins follow Claude Code plugin best practices:

plugin-name/
├── .claude-plugin/
│   └── plugin.json          # Plugin manifest
├── agents/                  # Intelligent agents
│   └── agent-name/
│       └── AGENT.md
├── skills/                  # Invokable skills
│   └── skill-name/
│       └── SKILL.md
├── commands/                # Command definitions
│   └── command-name.md
└── README.md               # Plugin documentation

Requirements

  • Claude Code: Latest version
  • Git: For version control integration
  • Node.js/npm (optional): For some development workflows

Contributing

We welcome contributions to existing plugins or new plugin additions.

Adding a New Plugin

  1. Fork this repository
  2. Create your plugin in plugins/your-plugin-name/
  3. Follow the plugin architecture structure
  4. Add comprehensive README.md
  5. Update marketplace.json in .claude-plugin/
  6. Submit a pull request

Plugin Guidelines

  • Follow Claude Code plugin best practices
  • Include comprehensive documentation
  • Provide clear examples and use cases
  • Test with Claude Code before submitting
  • Use semantic versioning

Improving Existing Plugins

  1. Fork this repository
  2. Create a feature branch
  3. Make your improvements
  4. Update relevant documentation
  5. Test thoroughly
  6. Submit a pull request

Marketplace Structure

hirokata-cc-marketplace/
├── .claude-plugin/
│   └── marketplace.json     # Marketplace manifest
├── plugins/
│   ├── software-project/              # Software development workflow plugin
│   └── project-management/            # Project management plugin
├── LICENSE                  # MIT License
└── README.md               # This file

Roadmap

See CHANGELOG.md for detailed version history and upcoming features.

Planned Plugins

  • Test Plugin: Automated test generation and execution
  • Deploy Plugin: Deployment automation workflows
  • Docs Plugin: Documentation generation from code

Planned Enhancements

  • Web-based marketplace browser
  • Plugin dependency management
  • Version compatibility checking
  • Community plugin submissions
  • Enhanced plugin discovery and search

License

MIT License - see LICENSE file for details.

Copyright (c) 2026 Gian Patrick Quintana

Author

Gian Patrick Quintana

Support

For issues, questions, or feature requests:

  1. Check the individual plugin documentation
  2. Search existing issues
  3. Open a new issue with details about your use case
  4. Include relevant error messages or logs

Acknowledgments

Built for the Claude Code ecosystem by developers who believe in:

  • Automated workflows
  • Intelligent agents
  • Clean architecture
  • Developer productivity

Resources

Documentation

Claude Code

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors