skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
SKILL.md
| Name | skill-creator |
| Description | Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. |
prompts (and more)
Prompts, instructions, skills, templates, etc. for AI-based coding assistants. Can be used as a source for saddle-cli.
Install
Use mise to install the repository. If you don't have mise installed, you can install it with:
curl -fsSL https://mise.sh/install | sh
...or on Windows:
iwr -useb https://mise.sh/install | iex
Run bunx saddle-cli, then follow the instructions to install the repository.
Content
Commands
TODO
Skills
Skill Families (organized by domain):
| Family | Skills | Purpose |
|---|---|---|
| Quality & Discipline | coding-discipline, code-deduplication, output-quality | Behavioral rigor, anti-duplication, anti-slop |
| Agentic Coding | using-git-worktrees, dispatching-parallel-agents, subagent-driven-development, requesting-code-review | Agent-assisted development workflows |
| Python Development | python-ultimate | Comprehensive Python standards, tooling, bulk operations |
See individual skill folders under skills/ for full documentation.
Agents
TODO
Useful MCP Servers & CLI tools
A list of MCP servers and CLI tools with similar functionality that are useful for testing and development:
- CytoScnPy
- Debug Skill + CLI
- grepai
- beads issue tracker
- SkillKit
- Skillz
- AutoSkills
- To be continued...
Related tools:
- any-cli-mcp-server
- OpenCLI
- To be continued...
Skills & Agents
Collections
- Awesome Claude Skills
- Awesome Copilot
- Claude Code Ultimate Guide
- To be continued...
Indivial skills and agents
- caveman - Token saving skill for code generation.
- markdown-viewer
References
Writing a Good AGENTS.md Evaluating AGENTS.md: Are Repository-Level Context Files Helpful for Coding Agents?