Agent skill
your-skill-name
A clear description of what this skill does and when to use it. This should be comprehensive so agents understand when to activate this skill.
Install this agent skill to your Project
npx add-skill https://github.com/uwe-schwarz/skills/tree/main/template
Metadata
Additional technical details for this skill
- author
- your-name
- version
- 1.0.0
SKILL.md
Skill Name
[Provide a brief introduction to what this skill does]
When to Apply
Reference these guidelines when:
- [Condition 1 - when to use this skill]
- [Condition 2 - when to use this skill]
- [Condition 3 - when to use this skill]
Core Guidelines
Guideline 1
[Description of the first guideline]
- [Specific rule or requirement]
- [Another specific rule]
- [Example scenario]
Guideline 2
[Description of the second guideline]
- [Specific rule or requirement]
- [Another specific rule]
- [Example scenario]
Example Usage
# Example of how to use this skill
// Code example if applicable
Best Practices
- [Best practice 1]
- [Best practice 2]
- [Best practice 3]
Common Pitfalls
- [Pitfall 1 and how to avoid it]
- [Pitfall 2 and how to avoid it]
Scripts
If this skill includes helper scripts, document them here:
script-name.sh
Description of what the script does.
Usage:
./scripts/script-name.sh [options]
References
- [Link to relevant documentation]
- [Link to related resources]
- [Link to examples]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
example-skill
An example skill demonstrating the Agent Skills format. Use this as a template for creating your own skills.
code-review
Comprehensive code review guidelines for ensuring code quality, security, and maintainability. Use when reviewing pull requests, refactoring code, or ensuring best practices.
documentation
Automated documentation generation and management. Use for creating, updating, and maintaining project documentation including README files, API docs, and inline code comments.
cost-estimate
Estimate the replacement cost, engineering effort, calendar time, and market-rate value of a software project by analyzing a repository's size, architecture, complexity, and delivery maturity. Use when asked for a build-cost estimate, rebuild quote, delivery timeline, stakeholder-facing budget range, pricing sanity check, or ROI/value analysis for work produced by Claude, Codex, OpenCode, Crush, or another AI coding agent.
upgrade-dependencies-pr
Update a JavaScript, TypeScript, or Python project's dependencies to the latest published versions, remove exact pinned JS semver specs when appropriate, convert stray JS `latest` tags back to explicit semver ranges, evaluate release impact against the codebase and official release notes, identify newly introduced features and enforcement changes, apply required small upgrade fixes, open GitHub issues for larger or optional follow-up work, and finish by creating a branch, commit, push, and PR. Use when asked to upgrade dependencies, refresh packages, unpin dependency versions, or ship an end-to-end dependency maintenance PR.
github-pr-review-workflow
Complete workflow for handling GitHub PR reviews using gh pr-review extension
Didn't find tool you were looking for?