Agent skill
skill-name
A clear, concise description of what this skill does and when to use it. Include practical triggers and use cases here (not in the body).
Install this agent skill to your Project
npx add-skill https://github.com/meaningfy-ws/agent-skills/tree/main/template
SKILL.md
Skill Title
Overview
Provide a high-level explanation of what this skill does and the problems it solves.
Quick Start
Include the core workflow with a concrete example that users can immediately understand and apply.
Key Features
- Feature 1: Brief description of capability
- Feature 2: Brief description of capability
- Feature 3: Brief description of capability
Common Workflows
Describe the most frequently used patterns and approaches.
Workflow 1
Step-by-step instructions for a common task.
Workflow 2
Step-by-step instructions for another common task.
Advanced Usage
Reference detailed documentation for complex patterns:
- See ADVANCED.md for detailed patterns
- See REFERENCE.md for complete API documentation
- See EXAMPLES.md for additional examples
Scripts
This skill includes the following helper scripts:
scripts/utility.py- Performs X taskscripts/helper.sh- Performs Y task
Tips & Best Practices
- Best Practice 1: Brief explanation
- Best Practice 2: Brief explanation
- Edge Case: How to handle or avoid common issues
Limitations
Note any constraints or boundaries of this skill:
- Limitation 1
- Limitation 2
Related Skills
If applicable, mention complementary skills or resources:
- Related Skill A
- Related Skill B
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
architecture
cosmic-python
Clean Architecture and Cosmic Python guidance for well-tested, layered Python systems. Use for designing Python projects with layered architecture (models, adapters, services, entrypoints), enforcing Clean Code and SOLID principles, testing strategies (unit tests, BDD, Gherkin), CI/CD setup (pytest, tox, importlinter), and architectural decision-making (ADRs). Applicable to systems requiring strict boundary enforcement, clean separation of concerns, and comprehensive test coverage.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
Didn't find tool you were looking for?