← スキル一覧に戻る

agent-start
by dot-agents
⭐ 3🍴 0📅 2026年1月22日
SKILL.md
name: "Agent Start" description: "Begin each work session by understanding the current state and context"
Agent Start
Begin each work session by understanding the current state and context.
When to Use
- At the start of a new conversation or coding session
- When resuming work after a break
- When switching to a different task
Steps
-
Check for existing context
- Read any TODO comments or task lists in the codebase
- Check for .claude/rules/ or project documentation
- Review any pinned messages or session notes
-
Understand the current state
- Run
git statusto see uncommitted changes - Review recent commits with
git log --oneline -5 - Check for any failing tests or build issues
- Run
-
Identify the current task
- Ask the user what they want to work on if not clear
- Review any linked issues or tickets
- Check the project backlog if available
-
Plan before coding
- Break down complex tasks into smaller steps
- Identify files that will need changes
- Consider edge cases and potential issues
Notes
- Don't start coding until you understand the goal
- Ask clarifying questions if requirements are unclear
- If picking up someone else's work, read their notes first
- Check for any blockers or dependencies before diving in
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です