A collection of Claude Code skills
npx skills add https://github.com/zzci/skills --skill pma-crInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
A collection of Claude Code skills.
Most large skills use a thin SKILL.md entrypoint plus topic packs under references/. Load the entry file first, then only the relevant reference files for the current task.
# Install all skills globally
npx skills add zzci/skills --global
# Install a specific skill globally
npx skills add zzci/skills --skill pma --global
npx skills add zzci/skills --skill pma-cr --global
npx skills add zzci/skills --skill pma-web --global
npx skills add zzci/skills --skill pma-rust --global
npx skills add zzci/skills --skill pma-go --global
npx skills add zzci/skills --skill pma-bun --global
# Install all skills to current project
npx skills add zzci/skills
# Install a specific skill to current project
npx skills add zzci/skills --skill pma
npx skills add zzci/skills --skill pma-cr
npx skills add zzci/skills --skill pma-web
npx skills add zzci/skills --skill pma-rust
npx skills add zzci/skills --skill pma-go
npx skills add zzci/skills --skill pma-bun
# List available skills
npx skills add zzci/skills --list
First-time PMA setup in a project:
CLAUDE.md has a ## Project Development section that references /pma and the three-phase workflow. Use a Chinese heading only if the user explicitly requests it.AGENTS.md has the same section.docs/task/index.md exists.docs/plan/index.md exists.docs/architecture.md and docs/changelog.md.For stack-aware review after implementation and before merge:
/pma-cr for local diff review./pma-cr <PR-number-or-URL> for pull request review./pma-cr audit, /pma-cr repo, or /pma-cr --repo for repository-wide audit.P0 to P3, plus coverage gaps and recommended next actions.Dead Code Findings, Dead Code Removal Candidates, and Needs Runtime Verification.CLAUDE.md and AGENTS.md when present.For frontend projects using the PMA-Web stack:
/pma for investigate -> proposal -> implement workflow.src/app, src/features, and src/shared.For Rust multi-crate workspace projects:
/pma for investigate -> proposal -> implement workflow.[workspace.dependencies].rust-toolchain.toml and reproducible rustflags.For Go service and CLI projects:
/pma for investigate -> proposal -> implement workflow.cmd/ + internal/ project layout; avoid /pkg.For Bun backend and full-stack projects:
/pma for investigate -> proposal -> implement workflow.apps/* and packages/*, with backend modules under src/modules and shared code under src/shared.Bun.serve(), with app.ts / index.ts / dev.ts split by runtime role.For operating BKD kanban boards via REST API:
/bkd for single issue CRUD, cron jobs, and basic operations.bkd/{issueId}), suitable for multi-file changes or overlapping subtasks.rest-api.md, orchestration.md, quality-review.md, merge-strategy.md.| Skill | Description |
|---|---|
| pma | Project development lifecycle — three-phase workflow + task tracking + docs + multi-agent |
| pma-cr | Stack-aware code review — shared policy plus TypeScript frontend, TypeScript backend/Bun, Go, and Rust review packs for local diffs and PRs |
| pma-web | Frontend implementation guide — PMA-managed React/Vite monorepo conventions, quality gates, and shadcn/Tailwind patterns |
| pma-rust | Rust implementation guide — PMA-managed workspace conventions, strict quality gates, async Diesel/SQLx, Axum/Tokio patterns, OpenTelemetry, and rustls-only security defaults |
| pma-go | Go implementation guide — PMA-managed service/CLI conventions, strict quality gates, sqlc + pgx/GORM, Chi/Gin HTTP patterns, koanf config, OpenTelemetry, and slog logging |
| pma-bun | Bun implementation guide — PMA-managed backend/full-stack monorepo conventions, src/modules API layout, SQLite-first Drizzle patterns, OpenAPIHono/Bun.serve runtime split, compile-time embedded assets, and validated env config |
| bkd | BKD kanban board operator — REST API workflows for projects, issues, cron jobs, multi-subtask orchestration with worktree/simple modes, logs filter quality assessment, and branch merge strategies |