alexmond/alexmskills

A curated Claude Code plugin marketplace of reusable, self-improving skills and agents — each an independently versioned plugin.

6Stars on the repository
59Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

dc-architect

01

alexmond/alexmskills

Agent

Use this agent for the architect phase of a dev-crew run. Invoke before any implementation on features, refactors, schema changes, or anything touching more than one module. Reads the task brief and codebase; produces the plan and the interface/done-criteria contract the rest of the crew builds against.

6 2d ago A 66 tokens original MIT

dc-deployer

02

alexmond/alexmskills

Agent

Use this agent for the release phase of a dev-crew run, only after qa returns an overall PASS. Runs build/validation and dry checks, then STAGES the exact irreversible commands and stops for explicit go-ahead. Never auto-executes a deploy.

6 2d ago A 57 tokens original MIT

dc-dev

03

alexmond/alexmskills

Agent

Use this agent for the implementation phase of a dev-crew run. Invoke after the architect has produced CONTRACT.md, or directly for small bugfixes. Reads the plan and contract; writes the code and a verification handoff for qa.

6 2d ago A 51 tokens original MIT

dc-lead

04

alexmond/alexmskills

Agent

Use this agent for deep root-cause or multi-system investigation in a dev-crew run — stubborn, ambiguous, or circling failures that span subsystems, or a bugfix/debug loop that has already exceeded two passes. Reads the symptom and the codebase; produces a diagnosis and a contract the dev role can implement.

6 2d ago A 69 tokens original MIT

dc-qa

05

alexmond/alexmskills

Agent

Use this agent for the verification phase of a dev-crew run, after dev has written CHANGES.md. Reads the contract and the changes; writes/runs tests and returns a pass/fail verdict per done-criterion. Read-only on source so it can't rewrite what it's checking.

6 2d ago A 61 tokens original MIT

dc-scout

06

alexmond/alexmskills

Agent

Use this agent when dev-crew initializes in a repo (first run in a repo, or on "re-profile") to scan the project and produce its profile: languages, build tool, frameworks, test and static-analysis stack, CI, deploy targets, and conventions. Read-only and cheap. Writes /.claude/dev-crew/PROFILE.md, which drives…

6 2d ago A 93 tokens original MIT

dependency-auditor

07

alexmond/alexmskills

Agent

Audit dependencies for CVEs and outdated versions. Use for security checks or before releases.

6 2d ago A 22 tokens original MIT

pr-reviewer

08

alexmond/alexmskills

Agent

Review code changes against project standards. Use when reviewing PRs or before creating one.

6 2d ago A 21 tokens original MIT

test-runner

09

alexmond/alexmskills

Agent

Run the project's tests and report results. Use this agent after writing code to verify tests pass.

6 2d ago A 23 tokens original MIT