Agent skill
my-skill-name
Brief description of what this skill does. Triggers: keyword1, keyword2.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/template-snowflake-labs-snowflake-ai-kit
SKILL.md
Skill Name
Overview
A short paragraph explaining what this skill does and when to use it.
When to Use
- When the user asks about X
- When working with Y
- When setting up Z
Quick Start
Simple example showing the most common use case:
# Example command or code
example_command --option value
Patterns
Pattern 1: Basic Usage
# Simple example
basic_example()
Pattern 2: Advanced Usage
# More complex example
advanced_example(
option1=True,
option2="custom"
)
Reference Files
Link to supporting documentation files if needed:
- example-reference.md - Description of what this covers
Common Issues
| Issue | Solution |
|---|---|
| Problem description | How to fix it |
| Another problem | Another solution |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?