Mike Skills
Description
Personal Claude Code skills covering the skill lifecycle (scaffold, install, audit, uninstall) plus chat-log meta-analysis
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
mike-skills
A workspace of [Claude Code](https://claude.com/claude-code) **skills** — focused, reusable capabilities that Claude loads on demand. Each top-level directory is one skill, defined by a `SKILL.md` (frontmatter + instructions); a few are backed by a small Go binary for the deterministic "transport" parts.
These are the source of truth; the installed copies under `~/.claude/skills/` are symlinks back into this repo (see [Installing](#installing)).
Skills
Multi-AI review & verification
| Skill | What it does |
|---|---|
| converge | Claude, Codex, agy, and the Cursor models Composer 2.5 & Grok Build iterate on an artifact until they converge — or surface a deadlock for you to arbitrate. Five modes: plan, implement, verify, review, audit (fresh-eyes adversarial review). Backed by a Go binary. |
| hegelian-dialectic | Works an artifact through an explicit thesis → antithesis → synthesis loop (Claude + Codex) until a transcendent position emerges or the dialectic stalls. Same artifact types as converge, different rhythm. |
| maximize-verification | Stacks every independent check a piece of code admits (differential, property, metamorphic, fuzz, concurrency, static, cross-model) on the strongest available oracle — built to break the correlated-failure trap of one agent writing both code and its tests. |
| verified-ship | Hard READ-gate state machine for a gated ship pipeline (local verify → commit → push → CI → audit → auto-merge): every gate's real result must be read before advancing, and "run the audit" can never share a turn with "arm the merge." Stops a check being claimed without being read. |
| probe-before-wire | Before baking an external config value (model id, endpoint, ARN, region, image tag, credential) into code or a deploy, invoke the real dependency once against the target account and read the response — catch a dead |
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -