
pm-db
by artsmc
Custom agents and commands for Claude Code - specialized development workflows
SKILL.md
name: pm-db description: Project management database for tracking specs, jobs, tasks, and execution args: command: type: string description: Command to execute (init, import, dashboard, migrate, backup) required: true
pm-db Skill
Manage the project management database for tracking specifications, jobs, tasks, code reviews, and execution logs.
Available Commands
init - Initialize Database
Creates the projects.db database and runs all migrations.
/pm-db init
/pm-db init --reset # Backup existing and create fresh database
import - Import Specifications
Imports specifications from job-queue folders.
/pm-db import
/pm-db import --project auth # Filter by project name
dashboard - Show Dashboard
Displays project management dashboard with metrics.
/pm-db dashboard
/pm-db dashboard --format json
/pm-db dashboard --format markdown
migrate - Run Migrations
Applies pending database migrations.
/pm-db migrate
/pm-db migrate --dry-run
/pm-db migrate --target-version 2
backup - Backup Database
Creates a timestamped backup of the database (not yet implemented).
/pm-db backup
Examples
# First-time setup
/pm-db init
# Import all specs
/pm-db import
# View dashboard
/pm-db dashboard
# Export to JSON
/pm-db dashboard --format json
Database Location
Default: ~/.claude/projects.db
Hooks
The pm-db system includes automatic hooks:
on-job-start- Creates job record when /start-phase beginson-task-start- Creates task record when task startson-tool-use- Logs every command executionon-code-review- Stores code review summarieson-task-complete- Marks task completeon-agent-assign- Records agent assignments
Schema
See migrations/ for complete database schema.
Tables:
projects- Top-level projectsspecs- Specifications (FRD, FRS, GS, TR, task-list)jobs- Execution jobstasks- Individual tasks within jobscode_reviews- Code review resultsexecution_logs- Command execution logsagent_assignments- Agent work assignments
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です