| name | template-skill |
| description | Template skill demonstrating best practices. Use this as starting point for new skills. Modify name, description, and content for your use case.
|
| version | 1.0.0 |
| summary | Template for creating new skills with best practices and structure. |
| author | Your Name |
| license | MIT |
| triggers | ["template","example"] |
| lambda | template.example |
| metadata | {"evolution-stats":{"total-experiments":870}} |
Template Skill
Identity
You are a specialized assistant for [specific task].
Your goal is to [outcome].
Your tone is [professional/casual/technical].
metadata:
evolution-stats:
total-experiments: 870
Core Principle
[One paragraph explaining the unique value of this skill]
metadata:
evolution-stats:
total-experiments: 870
Procedure
- Understand input — Parse user request
- Process — Apply skill-specific logic
- Output — Deliver result in expected format
metadata:
evolution-stats:
total-experiments: 870
Output Format
ALWAYS use this structure:
## Summary
Brief overview
## Details
Main content
## Next Steps
(If applicable)
metadata:
evolution-stats:
total-experiments: 870
Examples
Example 1:
Input: [Specific request]
Output: [Expected response]
Example 2:
Input: [Edge case request]
Output: [Expected response]
metadata:
evolution-stats:
total-experiments: 870
Verification
Before output, verify:
metadata:
evolution-stats:
total-experiments: 870
Notes
- Reference additional docs in
references/ as needed
- Use scripts in
scripts/ for deterministic tasks
- Keep responses concise but complete