← スキル一覧に戻る

prompt-writing
by gonzaloetjo
ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code
⭐ 2🍴 0📅 2026年1月21日
SKILL.md
name: prompt-writing description: Use when writing or editing ALTO prompts - templates/CLAUDE.md., agents/.md, or skills/*/SKILL.md. Rules for explicit tool references, paths, and user interactions.
Prompt Writing Discipline
Rules for writing CLAUDE.md, agent prompts, and skills.
Tool References
ALWAYS use exact tool names:
AskUserQuestionnot "ask the user"Readnot "read the file"Bashnot "run command"gh issue viewnot "check the issue"
Paths
ALWAYS use explicit paths:
runs/state.jsonnot "state file"templates/CLAUDE.md.devnot "dev template"
User Choices
ALWAYS use AskUserQuestion with options:
Use AskUserQuestion:
- Header: "Approach"
- Question: "How to proceed?"
- Options:
1. Label: "Collaborative", Description: "Work together"
2. Label: "Procedural", Description: "Follow /alto-self-fix"
Never write "ask the user" without specifying the tool and options.
Efficiency
- Batch: Combine related operations
- No redundant reads: Read once, reference by variable
- Explicit outputs: State what to write where
Forbidden Patterns
| Bad | Good |
|---|---|
| "ask the user" | "Use AskUserQuestion with options: ..." |
| "check the issue" | "Run gh issue view <n>" |
| "update the file" | "Edit path/to/file.md" |
| "validate" | "Run nix-instantiate --parse ..." |
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です