← Back to list

markdowntown-bd
by joelklabo
MarkdownTown app
⭐ 0🍴 0📅 Dec 30, 2025
SKILL.md
name: markdowntown-bd description: Beads (bd) issue workflow and repo operations for markdowntown. Use when creating bd tasks, updating status, adding dependencies, running required tests, committing, and pushing to main.
markdowntown-bd
Core workflow
- Clear stale work:
node scripts/bd-reset-stale.mjs --hours 4. - Pick work:
npx bd --no-daemon ready --json. - Claim task:
npx bd --no-daemon update <id> --status in_progress --json. - Read task:
npx bd --no-daemon show <id> --json. - Implement changes and run required tests.
- Commit and push to
mainafter tests pass. - Close task:
npx bd --no-daemon close <id> --reason "Implemented" --json. - Commit
.beads/issues.jsonlupdates with code changes. - At session end:
npx bd --no-daemon sync.
Guardrails
- Always use
--no-daemonand--jsonwith bd commands. - Never leave tasks in
in_progressif stopping work. - Always run compile, lint, and unit tests before committing.
- Push to
mainafter each completed task. - Avoid destructive git commands unless explicitly requested.
- Never paste secrets (tokens, keys, credentials) into issues, commits, or logs.
References
- docs/BEADS.md
- docs/DEV_ONBOARDING.md
- codex/skills/markdowntown-bd/references/beads.md
- codex/skills/markdowntown-bd/references/release.md
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