← Back to list

cursor-docmgr
by go-go-golems
⭐ 7🍴 2📅 Jan 23, 2026
SKILL.md
name: cursor-docmgr description: Use the docmgr CLI to manage ticketed docs (create tickets, add docs, relate code files with file-note, update changelog, and search). Use when the user asks how to use docmgr, wants a docmgr command sequence, or needs docmgr best practices (file-note, quoting, doctor).
Cursor Docmgr
Overview
Provide a reliable, copy/paste-friendly docmgr workflow for creating and maintaining structured ticket documentation.
Quick start
Shell safety: backticks
- Never paste markdown backticks (
`...`) into your shell unquoted.- Preferred: remove backticks.
- Alternative: wrap the arg in quotes.
Core workflow (per ticket)
- Create a ticket:
docmgr ticket create-ticket --ticket TICKET --title "..." --topics a,b - Add a doc:
docmgr doc add --ticket TICKET --doc-type design-doc --title "..."(oranalysis/reference/playbook) - Relate code files (notes required):
docmgr doc relate --ticket TICKET --file-note "/abs/path:why it matters" - Update changelog:
docmgr changelog update --ticket TICKET --entry "..." --file-note "/abs/path:reason" - Validate:
docmgr doctor --ticket TICKET
Search patterns
- Full-text:
docmgr doc search --query "..." [--topics ...] [--doc-type ...] - Reverse lookup by file:
docmgr doc search --file path/to/file.go - Directory lookup:
docmgr doc search --dir path/to/dir/
Reference
- Full workflow + conventions live in
references/docmgr.md.
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon