Back to list
miethe

meatycapture-capture

by miethe

A skills manager for Claude

0🍴 0📅 Jan 22, 2026

SKILL.md


name: meatycapture-capture description: Capture bugs/enhancements/ideas to request-logs. For quick operations use /mc command instead.

MeatyCapture Skill

Request-log markdown files for development tracking.

Capture Method Selection

ScenarioMethodTokens/Effort
Single capture during developmentmc-quick.sh~50 tokens
AI agent capturing findingsmc-quick.sh~50 tokens
Batch capture (3+ items)Direct CLI~200+ tokens
Complex notes or custom fieldsDirect CLI~200+ tokens
Appending to existing docsDirect CLI~150 tokens
Post-commit: update docs + close itemupdate-bug-docs.py~20 tokens
Batch file bugs (3+) from JSON/CSVbatch-file-bugs.sh~30 tokens

Scripts spec: .claude/specs/script-usage/bug-automation-scripts.md

Quick Capture Script

Ultra-simple wrapper - reduces ~20 lines JSON to single command:

mc-quick.sh TYPE DOMAIN SUBDOMAIN "Title" "Problem" "Goal" [notes...]

# Examples:
mc-quick.sh enhancement web deployments "Add remove button" "Button not implemented" "Full removal workflow"
mc-quick.sh bug api validation "Fix timeout" "Sessions expire early" "Extend TTL to 24h"

# With environment variables:
MC_PROJECT=other-project MC_PRIORITY=high mc-quick.sh bug cli commands "Title" "Problem" "Goal"

Environment Variables: MC_PROJECT (default: skillmeat), MC_PRIORITY (default: medium), MC_STATUS (default: triage)

Full documentation: ./usage-specs/mc-quick-script.md

Quick Commands (use /mc for simple operations)

CommandExample
Listmeatycapture log list PROJECT --json
Viewmeatycapture log view PATH --json
Searchmeatycapture log search "query" PROJECT --json
Capturemeatycapture log create --json < input.json
Note Addmeatycapture log note add DOC ITEM -c "text"
Updatemeatycapture log item update DOC ITEM --status done

Workflows (load only when needed)

ActionWhen to Load
CaptureBatch capture, validation, templates
View/SearchAdvanced filters, output formats
Status UpdateChange item status, add notes
ProjectsConfigure projects, defaults

Field Reference

See ./references/field-options.md for valid values.

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