← Back to list

writing-alto-skills
by gonzaloetjo
ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code
⭐ 2🍴 0📅 Jan 21, 2026
SKILL.md
name: writing-alto-skills description: Use when creating or editing ALTO skills (skills//SKILL.md) or agents (agents/.md). Guide for skill structure, frontmatter format, and content organization.
Writing ALTO Skills
Frontmatter (Required)
---
name: skill-name
description: Use when [triggering conditions]. [What the skill does].
---
| Field | Constraints |
|---|---|
name | Letters, numbers, hyphens. Max 64 chars. |
description | Start with "Use when...". Max 1024 chars. |
Description Examples
# Specific triggering conditions
description: Use when testing ALTO protocol and finding issues. Run protocol tests, analyze artifacts.
# File-based triggers
description: Use when creating or editing ALTO skills (skills/*/SKILL.md) or agents (agents/*.md).
Content Guidelines
- Start with key action - What should agent do first?
- Numbered steps for procedures
- Tables for reference data
- Code blocks for commands/examples
- Bullets over paragraphs - Keep prose minimal
Word limit: 500 words (excludes code blocks). Validator warns above this.
Validate Before Commit
devenv shell -- alto-validate
Reference: superpowers/writing-skills
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon