
example-skill
by DigiBanks99
A platform and applications for managing our Menlo home
SKILL.md
name: example-skill description: An example skill demonstrating the agentskills.io format with all optional sections included license: MIT compatibility: Works with any environment that supports markdown files metadata: author: Menlo Project version: 1.0.0 category: example
Example Skill
This is an example skill that demonstrates the proper structure and format for agentskills.io compatible skills.
Purpose
Use this skill as a template when creating new skills. It shows:
- Required YAML frontmatter with name and description
- Optional frontmatter fields (license, compatibility, metadata)
- Proper markdown structure in the body
- How to reference scripts, assets, and documentation
Usage
When creating a new skill:
-
Copy this directory structure:
skill-name/ ├── SKILL.md ├── scripts/ (optional) ├── references/ (optional) └── assets/ (optional) -
Update the YAML frontmatter with your skill's name and description
-
Write clear instructions in the body explaining:
- What the skill does
- When to use it
- Step-by-step instructions
- Examples
- Edge cases or limitations
-
Add supporting materials (optional):
- Put executable code in
scripts/ - Put detailed documentation in
references/ - Put templates or resources in
assets/
- Put executable code in
Examples
Input
A task that matches the skill's description
Output
Expected result after following the skill's instructions
Edge Cases
- What happens if X occurs
- How to handle Y situation
- Limitations or constraints
Best Practices
- Keep the description field clear and specific so agents know when to use this skill
- Keep SKILL.md under 5000 tokens for optimal performance
- Use progressive disclosure: put detailed docs in references/ instead of the main file
- Provide concrete examples
- List any dependencies or requirements in the compatibility field
References
For detailed information, see:
references/detailed-guide.md- In-depth documentationscripts/example.sh- Example scriptassets/template.txt- Template file
Notes
This is a meta-skill used only for demonstration. Delete this folder when you create your first real skill, or keep it as a reference.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon