Mike M avatar

Mike M

Community

@SevWren · USA

6Followers
|
38Public Repos
|
86Published Skills

Mindset: Improving yourself one day at a time -> made possible by utilizing today's technologies to fit your individual needs.

Skills Distribution
DomainDeveloper To...Agent Skill Engine.. (30%)Agile Planning & B.. (25%)Code Review & Qual.. (20%)Repository Documen.. (15%)

Agent Skills by Mike M

Showing 86 vetted skills indexed across 1 GitHub repositories.

SevWrenSevWren
1

repo-doc-audit

Audits repository documentation for contradictions, drift, and governance gaps across 18 sections.

Community
Advanced
SevWrenSevWren
1

setup-pre-commit

Configures Husky pre-commit hooks with lint-staged, Prettier, typecheck, and tests.

Community
Intermediate
SevWrenSevWren
1

claude-md-improver

Audit and prune CLAUDE.md files to stay under the 200-line limit.

Community
Intermediate
SevWrenSevWren
1

official-docs

Look up official Anthropic and Claude Code documentation via web search and fetch.

Community
Basic
SevWrenSevWren
1

git-guardrails-claude-code

Blocks dangerous git commands in Claude Code using a PreToolUse hook script.

Community
Basic
SevWrenSevWren
1

scaffold-exercises

Creates exercise directory structures with sections, variants, and readme stubs that pass linting.

Community
Intermediate
SevWrenSevWren
1

migrate-to-shoehorn

Migrate TypeScript test files from `as` assertions to @total-typescript/shoehorn partial mocks.

Community
Basic
SevWrenSevWren
1

research

Investigate questions against primary sources and write cited findings to Markdown files.

Community
Basic
SevWrenSevWren
1

domain-modeling

Build and maintain project domain glossaries and architectural decision records.

Community
Intermediate
SevWrenSevWren
1

wayfinder

Plans large multi-session efforts as issue-tracker maps of investigation tickets resolved one at a time.

Community
Advanced
SevWrenSevWren
1

setup-matt-pocock-skills

Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Community
Intermediate
SevWrenSevWren
1

diagnosing-bugs

Diagnose hard bugs and performance regressions through a structured six-phase feedback-loop workflow.

Community
Advanced
SevWrenSevWren
1

code-review

Reviews git diffs against coding standards and originating specs using parallel sub-agents.

Community
Intermediate
SevWrenSevWren
1

to-tickets

Break plans and specs into tracer-bullet tickets with declared blocking edges.

Community
Intermediate
SevWrenSevWren
1

ask-matt

Routes engineering situations to the appropriate skill or workflow in the repository.

Community
Intermediate
SevWrenSevWren
1

improve-codebase-architecture

Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.

Community
Advanced
SevWrenSevWren
1

to-spec

Synthesizes conversation context into a spec and publishes it to the project issue tracker.

Community
Intermediate
SevWrenSevWren
1

codebase-design

Designs deep modules with small interfaces, clean seams, and testable adapters.

Community
Intermediate
SevWrenSevWren
1

triage

Move GitHub issues and external PRs through a triage state machine with agent-ready briefs.

Community
Advanced
SevWrenSevWren
1

prototype

Build throwaway interactive prototypes to validate logic models or explore UI design variants.

Community
Intermediate
SevWrenSevWren
1

zoom-out

Generates a high-level map of relevant modules and callers for unfamiliar code areas.

Community
Basic
SevWrenSevWren
1

grill-with-docs

Runs a structured interview to refine plans while generating ADRs and a glossary.

Community
Basic
SevWrenSevWren
1

implement

Implement work from a spec or tickets using TDD, typechecking, and code review.

Community
Basic
SevWrenSevWren
1

tdd

Guides test-driven development using the red-green loop with seam-based testing.

Community
Intermediate

Frequently Asked Questions About Mike M

FAQPage Schema
What tasks can I accomplish using SevWren's skills?▼

You can audit repository documentation for contradictions and drift, improve CLAUDE.md and AGENTS.md files, run TDD and bug-diagnosis loops, perform multi-lens code reviews, create PRDs and architecture specs, plan sprints, scaffold exercises, and migrate TypeScript tests to @total-typescript/shoehorn.

Who are these skills designed for?▼

Software engineers, technical leads, and product-minded developers using Claude Code who want structured engineering practices: spec-driven development, domain modeling, adversarial review, sprint planning, and documentation governance. BMad agent personas also serve PM, analyst, architect, and UX roles.

How do I install and run these skills?▼

Skills are invoked inside Claude Code by name or trigger phrase; many are user-invocable only (disable-model-invocation). Run setup-matt-pocock-skills once to configure the issue tracker, triage labels, and domain doc layout before using the related engineering skills.

Are SevWren's skills free and open source?▼

The skills are published as public repositories on GitHub under the SevWren account with no listed commercial licensing or cost. Users can clone the skill folders into their Claude Code configuration and customize BMad behavior via the bmad-customize override skill.

What prerequisites or dependencies do these skills require?▼

A Claude Code environment is required, since skills rely on its hooks, sub-agents, and frontmatter system. Specific skills need extras: setup-pre-commit requires a Node.js repo for Husky and lint-staged, and migrate-to-shoehorn requires TypeScript tests using @total-typescript/shoehorn.