howar31

21 mods across 2 repositories, 4 stars between them.

howar31/claude-statusline

Instructions file

Instructions for howar31/claude-statusline, covering claude.md, what this repo is, architecture, conventions to preserve and testing.

2 2d ago B 1,641 tokens original MIT

magi

03

howar31/magi-workflow

Plugin Claude Code

Multi-model engineering workflow with MAGI weighted voting and cross-CLI orchestration.

2 2d ago A tokens not measured original MIT

howar31/magi-workflow

Instructions file

Instructions for howar31/magi-workflow, covering what this is, slash commands, subagents, project state model and project document tiers.

2 2d ago A 626 tokens original MIT

developer

05

howar31/magi-workflow

Agent

TDD-first implementation worker dispatched by /magi:go. Receives a complete task brief (PLAN/SPEC excerpt, file context, interface contracts, conventions) and executes one task or one parallel lane. Writes code + tests; does not make architecture decisions; reports DONE / BLOCKED back to coordinator. Default model is…

2 2d ago A 83 tokens original MIT

reviewer

06

howar31/magi-workflow

Agent

Defensive code reviewer for /magi:review-code --single (or as a fallback when MAGI degrades to one reviewer). Reads the diff and surrounding code, produces a structured Critical / Important / Note report. Read-only — does not edit files. Default model is Opus-class.

2 2d ago A 62 tokens original MIT

commit

07

howar31/magi-workflow

Skill Claude CodeCodex

Commit the current change set with optional drift backfill (sprint mode) or as a generic Conventional Commits commit (standalone mode). Auto-detects which mode based on sprint context. Sprint mode verifies declared spec deltas (PLAN.md / SPEC.md ## Spec deltas) against the actual diff before staging; missing or…

2 2d ago A 116 tokens original MIT

go

08

howar31/magi-workflow

Skill Claude CodeCodex

Execute the next undone task(s) from a sprint's TASKS.md by dispatching the magi-developer subagent (Sonnet by default). Updates WORKS.md as a development log. Pauses for user confirmation before any commit. Default behavior auto-parallelizes tasks with disjoint file scopes; --parallel forces parallel, --sequential…

2 2d ago A 90 tokens original MIT

help

09

howar31/magi-workflow

Skill Claude CodeCodex

Quick reference for magi-workflow. Bare invocation prints the full command roster, the standard workflow diagram, subagent roles, and common override flags, plus a state-aware "next step" hint when run inside a magi project. Pass a command name (e.g., /magi:help plan) to print details for one command extracted from…

2 2d ago C 101 tokens original MIT

init

10

howar31/magi-workflow

Skill Claude CodeCodex

One-time, idempotent project bootstrap. Detects which magi-workflow project files are missing (root CLAUDE/README/SPEC, magi/PRD/TECHSTACK/BACKLOG) and offers to scaffold them. Never overwrites existing files. Run once when adopting magi-workflow on a new or existing project. Safe to re-run.

2 2d ago A 76 tokens original MIT

plan

11

howar31/magi-workflow

Skill Claude CodeCodex

Smart entry point for any commit-worthy work. Classifies the request by type (feat/fix/hotfix/refactor/chore/docs/perf/test/style/ci) and scale (trivial/minor/major), then routes to the right artifact (PLAN.md / SPEC.md / TICKET.md / HOTFIX.md / no-artifact). Multi-language semantic classification (zh-TW / en /…

2 2d ago A 105 tokens original MIT

review-code

12

howar31/magi-workflow

Skill Claude CodeCodex

Review the current git diff and produce DRIFT.md when a sprint context exists. Mandatory before /magi:commit in sprint mode — DRIFT.md is required input for the commit step's drift backfill flow. Default behaviour is multi-CLI MAGI cross-review (orchestrator + magi-consensus). Use --single to fall back to a single…

2 2d ago A 125 tokens original MIT

review-plan

13

howar31/magi-workflow

Skill Claude CodeCodex

Run a multi-CLI MAGI review of a sprint's PLAN.md / SPEC.md. Optional step — can be skipped to save tokens if you trust the plan; human review of the doc is a valid alternative. Spawns reviewers in parallel via the orchestrator, then applies semantic dedup + weighted voting per references/MAGIVOTING.md. Default…

2 2d ago A 102 tokens original MIT

setup

14

howar31/magi-workflow

Skill Claude CodeCodex

First-run onboarding wizard for magi-workflow. Runs healthchecks on installed CLIs (claude/gemini/codex), records the user's preferred reviewer roster and weights into /.config/magi-workflow/config.json, and validates end-to-end with a small dry-run. Use --recheck to re-validate without resetting config; --reset to…

2 2d ago B 78 tokens original MIT

status

15

howar31/magi-workflow

Skill Claude CodeCodex

Terse "where am I, what's next" printer for magi-workflow projects. Outputs only the current project state, sprint dir (if any), suggested next command, and any active warnings — typically 3–6 lines. Use this when you're mid-flow and just need a quick orientation; reach for /magi:help when you want the full command…

2 2d ago A 84 tokens original MIT

tasks

16

howar31/magi-workflow

Skill Claude CodeCodex

Decompose a confirmed PLAN.md or SPEC.md into a TASKS.md milestone+checklist file in the same magi/ - / folder. Coordinator-only — does not write production code. Pauses for user confirmation before allowing /magi:go to start.

2 2d ago A 58 tokens original MIT

web-backend-spec

17

howar31/magi-workflow

Skill Claude CodeCodex

Augment a sprint's SPEC.md with a Backend section (API contract, data model changes, authn/authz, validation, observability, contract test plan) tailored to the detected stack (Express/Fastify/Next/FastAPI/Django/Go/Rails/etc). Coordinator-only — does not write production code. Pauses for user confirmation. Run before…

2 2d ago A 84 tokens original MIT

web-ci-spec

18

howar31/magi-workflow

Skill Claude CodeCodex

Produce a sprint CI.md covering pipeline stages, secrets handling, deployment strategy, and rollback for GitHub Actions / Cloud Build / GitLab CI / etc. Coordinator-only — produces drafts, never modifies live workflows. Pauses for user confirmation.

2 2d ago A 52 tokens original MIT

web-frontend-spec

19

howar31/magi-workflow

Skill Claude CodeCodex

Augment a sprint's SPEC.md with a Frontend section (component tree, state, a11y, routing, performance budget, Playwright e2e plan) tailored to the project's stack (React/Vue/Svelte/Solid/Astro/RN). Coordinator-only — does not write production code. Pauses for user confirmation. Read before /magi:tasks so the test plan…

2 2d ago A 90 tokens original MIT

web-infra-plan

20

howar31/magi-workflow

Skill Claude CodeCodex

Produce a sprint INFRA.md covering Terraform / gcloud changes — dry-run plan, IAM diff, cost estimate, rollback. Coordinator-only — does not apply infra changes. Pauses for user confirmation. Bias toward GCP+Terraform but works with Pulumi / CloudFormation / Serverless / CDK.

2 2d ago A 66 tokens original MIT

yolo

21

howar31/magi-workflow

Skill Claude CodeCodex

Headless / walk-away mode. Two modes — fresh (/magi:yolo " ") creates a new sprint and runs the full pipeline; resume (/magi:yolo --resume) continues an existing sprint from its current state. Both run plan/tasks/work/review-code/commit phases without user prompts, with conservative auto-decisions and an audit log at…

2 2d ago A 117 tokens original MIT