Agent Skill
2/7/2026

agenthero-ai

AgentHero AI - Hierarchical multi-agent orchestration system with PM coordination, file-based state management, and interactive menu interface. Use when managing complex multi-agent workflows, coordinating parallel sub-agents, or organizing large project tasks with multiple specialists. All created agents use aghero- prefix.

I
interstellar
5GitHub Stars
1Views
npx skills add Interstellar-code/claud-skills

SKILL.md

Nameagenthero-ai
DescriptionAgentHero AI - Hierarchical multi-agent orchestration system with PM coordination, file-based state management, and interactive menu interface. Use when managing complex multi-agent workflows, coordinating parallel sub-agents, or organizing large project tasks with multiple specialists. All created agents use aghero- prefix.

Generic Claude Code Framework

Production-ready Claude Code agents and skills with auto-generated documentation

Agents Skills Version Ecosystem Docs Token Savings Speed

๐ŸŽฏ What is This?

A comprehensive, reusable framework for Claude Code featuring:

  • 14 Production-Ready Agents - Code quality, testing, UI/UX, project management, debugging
  • 11 Productivity Skills - Simple, high-impact wins (61-99.8% token savings, 5-20x faster)
  • Auto-Generated Documentation - Individual READMEs with installation guides
  • Battle-Tested - Used in production projects (SubsHero SaaS)
  • Unique Focus - Only framework prioritizing simple daily productivity wins

Perfect for: JavaScript/TypeScript, PHP/Laravel, React, Python projects


๐Ÿš€ Quick Navigation

<table> <tr> <td width="50%">

๐Ÿ“š Browse Framework

</td> <td width="50%">

๐ŸŽ“ Learn More

</td> </tr> </table>

โญ Featured Agents

<table> <tr> <td width="50%">

๐Ÿ”ง eslint-fixer

Category: Code Quality & Linting Speed: โšกโšกโšกโšกโšก | Efficiency: 85% faster

Ultra-fast ESLint fixing with risk-based analysis (LOW/MEDIUM/HIGH). Feature-scoped for safer changes.

๐Ÿ“– Full Documentation | ๐ŸŽฏ Quick Start

</td> <td width="50%">

๐ŸŽจ mockup-creation-agent

Category: UI/UX Speed: โšกโšกโšกโšก | Efficiency: 80% faster

Generate HTML/CSS mockups with design system integration, dark/light themes, and screenshot reference.

๐Ÿ“– Full Documentation | ๐ŸŽฏ Quick Start

</td> </tr> <tr> <td width="50%">

๐Ÿงช playwright-test-generator

Category: Testing & QA Speed: โšกโšกโšก | Complexity: Medium

Automated browser test generation from user interactions. Creates Playwright tests with proper assertions.

๐Ÿ“– Full Documentation

</td> <td width="50%">

๐Ÿ“ฆ changelog-version-manager

Category: Project Management Speed: โšกโšกโšกโšก | Complexity: Low

Automated changelog updates and version releases with semantic versioning.

๐Ÿ“– Full Documentation

</td> </tr> </table>

๐Ÿ‘‰ View All 13 Agents โ†’


๐Ÿ“Š Framework Stats

MetricValueDetails
Agents14 production-readyView Catalog โ†’
Skills11 utilitiesView Catalog โ†’
Token EfficiencyUp to 99.8% reductionOptimized prompts & scripts
Speed ImprovementUp to 95% fasterDirect API access
DocumentationAuto-generatedHow it works โ†’
Cross-PlatformWindows, Mac, LinuxTested on all platforms

โšก Quick Start (3 Steps)

1. Clone Framework

git clone https://github.com/yourusername/claude-code-framework.git
cd claude-code-framework

2. Copy to Your Project

# Copy generic framework to your project
cp -r generic-claude-framework/* /your-project/.claude/

3. Use in Claude Code

User: "Fix ESLint issues in src/"
Claude: I'll use the eslint-fixer agent...

๐Ÿ“– Full Setup Guide (5 minutes) โ†’


๐ŸŽฏ Use Cases

I want to...Use thisDocumentation
Fix ESLint issues safelyeslint-fixerRisk-based fixing
Generate browser testsplaywright-test-generatorE2E automation
Create UI mockupsmockup-creation-agentDesign prototyping
Run PHP testspest-test-runnerCoverage reports
Manage releaseschangelog-version-managerSemantic versioning
Parse markdown efficientlymarkdown-helper skill61-85% token savings
Query database quicklysql-cli skill87% faster than Tinker

๐Ÿ‘‰ Browse All Use Cases โ†’


๐Ÿ“š Documentation

For Users

For Contributors

Individual Agent/Skill Docs

All agents and skills have individual README files with:

  • Installation instructions
  • Dependencies (npm, pip, composer, etc.)
  • Benchmarks
  • Usage examples
  • Configuration options

Browse agents/ | Browse skills/


๐Ÿ”ง Auto-Documentation System

This framework uses Python-based auto-generation for all documentation:

# Regenerate all documentation
npm run docs:generate

# Or use Python directly
python scripts/generate_docs.py

Generates:

  • Individual README for each agent (13 files)
  • Individual README for each skill (9 files)
  • AGENT_CATALOG.md (categorized tables)
  • SKILL_CATALOG.md (by language & category)

Learn more โ†’


๐ŸŽจ Agent Categories

Browse agents by category:

View Full Catalog โ†’


๐Ÿ› ๏ธ Skill Categories

Browse skills by category or language:

By Category

By Language

View Full Catalog โ†’


๐Ÿš€ Performance Highlights

Token Efficiency

Agent/SkillTraditionalFrameworkImprovement
eslint-fixer30,000 tokens4,500 tokens85% reduction
markdown-helper1,580 tokens270 tokens83% less
sql-cli1,500 tokens200 tokens87% faster

Speed Improvements

OperationTraditionalFrameworkImprovement
ESLint fixing100-200s5-10s95% faster
Test generationHoursMinutes90%+ time saved
Mockup creationManual codingTemplate-based80%+ time saved

๐ŸŽ“ Examples

Example 1: Fix ESLint Issues

User: "Fix ESLint issues in the authentication module"

Agent Process:
1. Discovers authentication files using presets
2. Analyzes issues โ†’ categorizes by risk (LOW/MEDIUM/HIGH)
3. Presents options to user
4. Applies selected fixes
5. Provides testing guidance

Result: Safe, feature-scoped ESLint fixing

Example 2: Generate Tests

User: "Generate Playwright tests for user registration"

Agent Process:
1. Navigates to registration page
2. Identifies form elements
3. Generates test scenarios
4. Creates Playwright test file
5. Validates execution

Result: Automated browser tests ready to run

Example 3: Create Mockup

User: "Create mockup for settings page with dark mode"

Agent Process:
1. Loads design system config
2. Generates HTML/CSS with theme toggle
3. Implements light/dark modes
4. Saves to /mockups/pages/
5. Provides usage instructions

Result: Interactive mockup with theme switching

More Examples โ†’


๐Ÿค Contributing

This framework thrives on community contributions!

How to Contribute

  1. Add New Agents

    • Create agent file with YAML frontmatter
    • Add to generic-claude-framework/agents/
    • Run npm run docs:generate
    • Submit PR
  2. Improve Documentation

    • Update YAML metadata
    • Add benchmarks
    • Run doc generator
    • Submit PR
  3. Share Examples

    • Add your project-specific implementations
    • Place in generic-claude-framework/examples/ directory
    • Document customizations

Contribution Guidelines โ†’ (create this file)


๐Ÿ“œ License

MIT License - See LICENSE file for details


๐Ÿ†˜ Support


๐ŸŽฏ Quick Links

ResourceDescription
Agent CatalogBrowse all 13 agents by category
Skill CatalogBrowse all 9 skills by language
Quick Start5-minute setup guide
Framework SummaryArchitecture & stats
Documentation SystemAuto-generation details
ChangelogVersion history

Status: Production Ready โœ… | Version: 1.0.0 | Last Updated: 2025-10-21

Made with โค๏ธ by the community | Powered by Claude Code

Skills Info
Original Name:agenthero-aiAuthor:interstellar