Skill Writing skills for AI agents
15 practitioner-grade skill writing skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 15 skills
- Advanced Skill Patterns
Beyond basic skill file structure, there are advanced patterns that make skills dramatically more effective. This skill covers conditional instruction blocks…
436 lines - Debugging Skill Files
When a skill file isn't working as expected — agents misapply it, users give negative feedback, or the skill produces incorrect results — you need a systematic…
311 lines - Prompt Engineering Techniques in Skill Files
Skill files are, at their core, prompts — structured instructions that guide AI agent behavior. Applying prompt engineering techniques to skill file writing…
397 lines - Skill Composition Patterns
Skills rarely exist in isolation. Complex tasks require combining multiple skills, and understanding composition patterns helps you design skills that work…
351 lines - Managing Skill Dependencies
Skills rarely exist in complete isolation. A skill about deploying a Next.js app implicitly depends on knowledge of Node.js, Docker, and cloud platforms.…
300 lines - Skill Discovery Optimization
A skill that can't be found can't be used. Discovery optimization ensures that when a user or AI agent needs a specific capability, they can locate the right…
285 lines - Skill File Structure and Anatomy
This skill teaches the foundational structure of a well-formed skill file for SkillDB. A skill file is a markdown document that teaches an AI agent how to…
339 lines - Skill File Templates and Archetypes
Not all skill files follow the same structure. A tutorial skill differs from a reference skill, which differs from a troubleshooting skill. This skill provides…
547 lines - Skill Pack Organization and Planning
A skill pack is a curated collection of related skills that together provide comprehensive coverage of a domain. Thoughtful organization transforms a pile of…
321 lines - Skill Publishing Workflow
This skill covers the end-to-end workflow for publishing skill files to SkillDB — from preparing your skill for release, through validation and review, to…
396 lines - Skill Quality Checklist
This skill provides a comprehensive, actionable checklist for evaluating skill file quality. Use it as a gate before publishing, as a review framework for…
275 lines - Skill Testing and Validation
A skill file that hasn't been tested is a liability. Incorrect instructions waste time, broken code examples frustrate users, and outdated information erodes…
340 lines - Skill Versioning and Lifecycle Management
Skills are living documents that must evolve with the technologies and practices they describe. This skill covers version management strategies, deprecation…
294 lines - Writing Effective Instructions in Skill Files
The quality of a skill file is determined by how well its instructions can be followed by an AI agent. Vague, ambiguous, or poorly structured instructions lead…
378 lines - Writing Skills for AI Agent Consumption
Skill files are consumed by AI agents (LLMs) as context for task execution. Writing for an AI agent differs from writing for humans: agents have specific…
349 lines