Contributing to Claude Code Skills & Agents Factory
Description
Thank you for your interest in contributing! This repository provides templates and examples for generating Claude Skills and Claude Code Agents. ---
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for alirezarezvani/claude-code-skill-factory, shared by 13 entries
in this directory. It describes the repository, not this entry specifically.
Contributing to Claude Code Skills & Agents Factory
Thank you for your interest in contributing! This repository provides templates and examples for generating Claude Skills and Claude Code Agents.
🎯 Types of Contributions
1. New Example Skills
Add new skill examples to `claude-skills-examples/` (reference implementations only, not production skills).
2. Generated Skills
Share production-ready skills you've created using the factory templates.
3. Documentation Improvements
- Clarify existing documentation
- Add troubleshooting guides
- Improve setup instructions
- Translate documentation
4. Template Enhancements
- Improve SKILLS_FACTORY_PROMPT.md
- Enhance AGENTS_FACTORY_PROMPT.md
- Add PROMPTS_FACTORY_PROMPT.md examples
5. Bug Reports
Report issues with templates, examples, or documentation.
📋 Contribution Guidelines
Before Contributing
- Search existing issues to avoid duplicates
- Check if the contribution fits the repository's scope
- Read the documentation (README, CLAUDE.md, GISTS.md)
Code Standards
**Python**:
- Type hints for all functions
- Docstrings (Google style)
- PEP 8 compliance
- Error handling for edge cases
80% test coverage
**YAML Frontmatter**:
- Use kebab-case for skill names
- Clear, concise descriptions
- No reserved words ("claude" prohibited in skill names)
**Markdown**:
- Clear headings (H1, H2, H3)
- Code blocks with syntax highlighting
- Examples for complex concepts
- Links to related documentation
Documentation Standards
- User-facing: Clear, actionable, beginner-friendly
- Technical: Comprehensive, with code examples
- Bilingual (if healthcare): German + English
- Reading level: Appropriate for audience
🚀 How to Contribute
Contributing Skills or Agents
- Fork the repository
- Create your skill/agent using factory templates
- Test thoroughly - ensure it works as documented
- Document completely:
- SKILL.md with proper YAML frontmatter
- HOW_TO_USE.md with clear examples
- Sample input/output (if applicable)
- Python implementation (if needed)
- Submit pull request with:
- Clear title describing the skill
- Description of what it does
- Usage examples
- Testing evidence
Contributing Documentation
- Fork the repository
- Make improvements:
- Fix typos or unclear sections
- Add missing information
- Improve examples
- Translate content
- Test links and code examples
- Submit pull request with:
- Clear description of changes
- Why the change improves documentation
Contributing Bug Fixes
- Create issue describing the bug
- Fork and fix in a feature branch
- Test the fix thoroughly
- Submit pull request with:
- Reference to issue: "Fixes #123"
- Description of fix
- Test evidence
🏗️ Development Process
Setting Up Development Environment
# Clone your fork
git
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11