Thank you for your interest in improving this skill. Contributions that add new patterns, update framework guidance, fix inaccuracies, or improve examples are welcome.
- Use the Bug Report template for incorrect or outdated content
- Use the Framework / Pattern Update template for new framework versions or emerging patterns
- Include specific file and section references so maintainers can locate the issue quickly
- Fork the repository
- Create a feature branch:
git checkout -b update/description - Make your changes
- Test any code examples to verify they work
- Submit a pull request using the PR template
Content standards:
- All content must be original writing. Do not copy-paste from documentation, blog posts, or other repositories.
- Code examples should be functional and tested. If an example is pseudocode, mark it as such.
- When referencing frameworks, include the version you tested against.
- Credit sources in the Acknowledgments section of README.md if your contribution was inspired by external work.
Scope:
SKILL.mdis the core file loaded by Claude Code. Keep it comprehensive but focused. If a topic needs deep detail, add it to the appropriatereferences/file and link from SKILL.md.references/files provide depth. They can be longer and more detailed than SKILL.md.- Keep examples practical. Prefer real-world patterns over toy examples.
Style:
- Use clear, direct language
- Use code blocks with language tags for syntax highlighting
- Use tables for comparisons
- Use decision trees (if/then) for choosing between approaches
- Avoid marketing language ("revolutionary", "game-changing")
- New agent patterns emerging in the community
- Framework version updates (LangGraph, CrewAI, AutoGen, Claude Agent SDK)
- Real-world case studies and failure modes
- Evaluation benchmarks and results
- Security patterns for production agents
Be respectful, constructive, and focused on improving the skill for all users.
By contributing, you agree that your contributions will be licensed under the MIT License.