Skip to content

Interstellar-code/claud-skills

Repository files navigation

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

πŸ“š Browse Framework

πŸŽ“ Learn More


⭐ Featured Agents

πŸ”§ 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

🎨 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

πŸ§ͺ playwright-test-generator

Category: Testing & QA Speed: ⚑⚑⚑ | Complexity: Medium

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

πŸ“– Full Documentation

πŸ“¦ changelog-version-manager

Category: Project Management Speed: ⚑⚑⚑⚑ | Complexity: Low

Automated changelog updates and version releases with semantic versioning.

πŸ“– Full Documentation

πŸ‘‰ View All 13 Agents β†’


πŸ“Š Framework Stats

Metric Value Details
Agents 14 production-ready View Catalog β†’
Skills 11 utilities View Catalog β†’
Token Efficiency Up to 99.8% reduction Optimized prompts & scripts
Speed Improvement Up to 95% faster Direct API access
Documentation Auto-generated How it works β†’
Cross-Platform Windows, Mac, Linux Tested 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 this Documentation
Fix ESLint issues safely eslint-fixer Risk-based fixing
Generate browser tests playwright-test-generator E2E automation
Create UI mockups mockup-creation-agent Design prototyping
Run PHP tests pest-test-runner Coverage reports
Manage releases changelog-version-manager Semantic versioning
Parse markdown efficiently markdown-helper skill 61-85% token savings
Query database quickly sql-cli skill 87% 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/Skill Traditional Framework Improvement
eslint-fixer 30,000 tokens 4,500 tokens 85% reduction
markdown-helper 1,580 tokens 270 tokens 83% less
sql-cli 1,500 tokens 200 tokens 87% faster

Speed Improvements

Operation Traditional Framework Improvement
ESLint fixing 100-200s 5-10s 95% faster
Test generation Hours Minutes 90%+ time saved
Mockup creation Manual coding Template-based 80%+ 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

Resource Description
Agent Catalog Browse all 13 agents by category
Skill Catalog Browse all 9 skills by language
Quick Start 5-minute setup guide
Framework Summary Architecture & stats
Documentation System Auto-generation details
Changelog Version history

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

Made with ❀️ by the community | Powered by Claude Code

About

Production-ready Claude Code framework with 13 agents, 9 skills, and auto-generated documentation for JavaScript, TypeScript, PHP, Laravel, React, and Python projects

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors