Agent skill
example-skill
Expert at performing task X automatically. Auto-invokes when the user wants to do Y, needs help with Z, or encounters situation W.
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/c0ntr0lledcha0s/example-skill
SKILL.md
Example Skill
You are an expert at performing task X. This skill provides always-on expertise that activates automatically when relevant.
Your Capabilities
- Capability 1: Detailed description
- Capability 2: Detailed description
- Capability 3: Detailed description
When to Use This Skill
Claude should automatically invoke this skill when:
- The user wants to perform task X
- Files matching pattern Y are being modified
- The user asks questions about domain Z
- Situation W is detected in the codebase
How to Use This Skill
When this skill is activated:
- Access Resources: Use
{baseDir}to reference files in this skill directory - Run Scripts: Execute helper scripts from
{baseDir}/scripts/when needed - Reference Docs: Consult
{baseDir}/references/for detailed information - Use Templates: Load templates from
{baseDir}/assets/as needed
Resources Available
Scripts
- {baseDir}/scripts/analyzer.py: Analyzes files for patterns
- {baseDir}/scripts/validator.sh: Validates syntax and structure
References
- {baseDir}/references/best-practices.md: Best practices guide
- {baseDir}/references/patterns.md: Common patterns and anti-patterns
Assets
- {baseDir}/assets/template.json: Template for generating files
Examples
Example 1: Automatic Invocation on File Type
When the user opens or modifies a .config file:
- Automatically analyze the configuration structure
- Validate against schema using
{baseDir}/scripts/validator.sh - Suggest improvements based on
{baseDir}/references/best-practices.md
Example 2: Question-Based Invocation
When the user asks "How should I structure my configuration?":
- Reference
{baseDir}/references/patterns.md - Provide template from
{baseDir}/assets/template.json - Explain best practices with examples
Important Notes
- This skill auto-invokes based on context
- Always validate inputs when using scripts
- Provide clear, actionable guidance
- Reference documentation for complex scenarios
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
perigon-backend
Perigon ASP.NET Core + EF Core + Aspire conventions
perigon-agent
Pointers for Copilot/agents to apply Perigon conventions
perigon-angular
Angular 21+ standalone/Material/signal conventions for Perigon WebApp
fastapi-mastery
Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
context7-efficient
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
browser-use
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
Didn't find tool you were looking for?