Example skill template. Replace this description with keywords and triggers for your actual skill. This description determines when the skill auto-loads based on conversation context.
Resources
1Install
npx skillscat add tondevrel/scientific-agent-skills/example-skill Install via the SkillsCat registry.
SKILL.md
Example Skill
This is a template skill. Replace with your actual skill content.
FIRST: Verify Prerequisites
Check any required dependencies or setup:
# Example: verify a package is installed
pip install your-packageKey Concepts
- Concept 1: Brief explanation
- Concept 2: Brief explanation
- Concept 3: Brief explanation
Quick Reference
| Task | How to Do It |
|---|---|
| Task 1 | code_or_method() |
| Task 2 | another_method() |
| Task 3 | third_method() |
Common Patterns
Pattern Name
# Example code pattern
def example_function():
passAnother Pattern
# Another example
class ExampleClass:
def __init__(self):
passDetailed References
- references/examples.md - Code examples and templates
- references/troubleshooting.md - Common issues
Best Practices
- First best practice
- Second best practice
- Third best practice