← Back to list

preflight
by LadderChaos
Custom Claude Code skills for development workflows
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: preflight description: Session startup checklist to load context and check for stale state. Use this skill at the start of any development session, when resuming after a break, or before deployment tasks.
Preflight Workflow
Run this at the start of any development session to load context and catch issues early.
When This Skill Activates
- Start of a new conversation
- Resuming after a long break
- Before any deployment task
- When user mentions context seems forgotten
- When project state is unclear
Preflight Checklist
1. Read Lessons Learned
Review lessons learned for critical rules and past mistakes (paths are repo-root relative):
cat ./.claude/rules/lessons.md
2. Check Project Status
Read the current status to understand what's in progress:
cat STATUS.md
3. Review Recent Decisions
Check if there are any architectural decisions that affect current work:
cat DECISIONS.md | head -100
4. Check for Uncommitted Changes
Ensure the workspace is clean:
git status
5. Report Context Summary
After reading the above, provide a brief summary to the user:
- Current project status
- Any warnings or blockers
- Recent changes that may affect current work
- Ready to proceed or not
Anti-Patterns to Avoid
- Starting work without reading lessons learned
- Assuming previous session context is remembered
- Ignoring uncommitted changes
- Skipping deployment verification before contract work
Score
Total Score
45/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon