small-claude-skills
NewSammlung kleiner, kombinierbarer Claude-Skills im SKILL.md-Format (CC BY 4.0).
Summary
0.
- It enables developers to quickly assemble modular, reusable skill components for common coding tasks without reinventing the wheel.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/small-claude-skills.md
/small-claude-skillsUse Cases
Usage Examples
/small-claude-skills list all available skills
Create a new skill that combines the 'git-commit' and 'lint-fix' skills into one workflow.
/small-claude-skills show skill 'code-formatter' and explain how to integrate it
Security Audits
Frequently Asked Questions
What is small-claude-skills?
This skill provides a collection of small, combinable Claude Code skills in the SKILL.md format, licensed under CC BY 4.0. It enables developers to quickly assemble modular, reusable skill components for common coding tasks without reinventing the wheel.
How to install small-claude-skills?
To install small-claude-skills: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/small-claude-skills.md. Finally, /small-claude-skills in Claude Code.
What is small-claude-skills best for?
small-claude-skills is a community categorized under General. Created by mgkurz.
What can I use small-claude-skills for?
small-claude-skills is useful for: Quickly generate a boilerplate skill for a new utility function without writing from scratch.; Combine multiple small skills to automate a multi-step code review process.; Extend an existing project with a pre-built skill for formatting or linting.; Share a custom skill with the community by following the standardized SKILL.md format.; Rapidly prototype a new automation by mixing and matching existing small skills.; Reduce repetitive coding tasks by assembling a skill pipeline for common workflows..