interstellar-code/claud-skills
Production-ready Claude Code framework with 13 agents, 9 skills, and auto-generated documentation for JavaScript, TypeScript, PHP, Laravel, React, and Python projects
npx skills add interstellar-code/claud-skillsREADME
Generic Claude Code Framework
Production-ready Claude Code agents and skills with auto-generated documentation
๐ฏ 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-fixerCategory: Code Quality & Linting Speed: โกโกโกโกโก | Efficiency: 85% faster Ultra-fast ESLint fixing with risk-based analysis (LOW/MEDIUM/HIGH). Feature-scoped for safer changes. |
๐จ mockup-creation-agentCategory: UI/UX Speed: โกโกโกโก | Efficiency: 80% faster Generate HTML/CSS mockups with design system integration, dark/light themes, and screenshot reference. |
๐งช playwright-test-generatorCategory: Testing & QA Speed: โกโกโก | Complexity: Medium Automated browser test generation from user interactions. Creates Playwright tests with proper assertions. |
๐ฆ changelog-version-managerCategory: Project Management Speed: โกโกโกโก | Complexity: Low Automated changelog updates and version releases with semantic versioning. |
๐ 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](g |
...