
Enforces strict Red-Green-Refactor TDD cycle. Tests first, minimal implementation, then refactor. Inspired by obra/superpowers and Aider architect mode.
Enforces strict Red-Green-Refactor TDD cycle. Tests first, minimal implementation, then refactor. Inspired by obra/superpowers and Aider architect mode.

Interactive regex tester with live match highlighting, named group extraction, and a library of common patterns. Pre-loaded with email, URL, UUID, and date patterns.
Interactive regex tester with live match highlighting, named group extraction, and a library of common patterns. Pre-loaded with email, URL, UUID, and date patterns.

Audit a UI component, page description, or HTML snippet against WCAG 2.2 AA criteria. Produces a checklist of pass/fail items with specific, actionable fixes — no generic advice.
Audit a UI component, page description, or HTML snippet against WCAG 2.2 AA criteria. Produces a checklist of pass/fail items with specific, actionable fixes — no generic advice.

Generate complete Vitest/Jest/pytest table-driven tests for any function. Covers happy path, boundary values, null/undefined, async rejection, and type edge cases. Ready to run, zero placeholder text.
Generate complete Vitest/Jest/pytest table-driven tests for any function. Covers happy path, boundary values, null/undefined, async rejection, and type edge cases. Ready to run, zero placeholder text.

Diagnoses failing CI/CD pipelines from build logs. Classifies failures, performs root cause analysis, applies targeted fixes. Inspired by Codex gh-fix-ci.
Diagnoses failing CI/CD pipelines from build logs. Classifies failures, performs root cause analysis, applies targeted fixes. Inspired by Codex gh-fix-ci.

Teaches agents how to analyze a codebase and generate effective CLAUDE.md files with progressive disclosure.
Teaches agents how to analyze a codebase and generate effective CLAUDE.md files with progressive disclosure.

Deep review of React/TSX components against a 12-point checklist: hook violations, missing keys, ARIA attributes, memoization, prop drilling, missing dependencies, and more.
Deep review of React/TSX components against a 12-point checklist: hook violations, missing keys, ARIA attributes, memoization, prop drilling, missing dependencies, and more.

Paste a failed CI log (GitHub Actions, CircleCI, etc.) and get: failure category, root cause in plain English, exact fix command or code change, and flaky test detection.
Paste a failed CI log (GitHub Actions, CircleCI, etc.) and get: failure category, root cause in plain English, exact fix command or code change, and flaky test detection.

Transform raw git commit history into a polished CHANGELOG entry in Keep a Changelog format. Categorizes, rewrites, and suggests the correct semver bump.
Transform raw git commit history into a polished CHANGELOG entry in Keep a Changelog format. Categorizes, rewrites, and suggests the correct semver bump.

Real-time markdown editor with split-pane live preview. Pure JavaScript, no external dependencies, dark theme. Type on the left, see rendered output on the right.
Real-time markdown editor with split-pane live preview. Pure JavaScript, no external dependencies, dark theme. Type on the left, see rendered output on the right.

Comprehensive guide for AI agents to interact with the SkillSlap platform API. Covers auth, CRUD, discovery, proofs, tips, verifications, slaps, toolkit, and rate limits.
Comprehensive guide for AI agents to interact with the SkillSlap platform API. Covers auth, CRUD, discovery, proofs, tips, verifications, slaps, toolkit, and rate limits.
Identify and eliminate the 10 most common AI over-engineering patterns that inflate code complexity without adding value.
Identify and eliminate the 10 most common AI over-engineering patterns that inflate code complexity without adding value.

Transform a branch diff into a structured GitHub PR description with summary, test plan, risk assessment, and migration notes. One command, zero blank PRs.
Transform a branch diff into a structured GitHub PR description with summary, test plan, risk assessment, and migration notes. One command, zero blank PRs.

Procedural terrain generation with tile rendering, camera panning, and minimap overlay. Advanced HTML5 Canvas tutorial.
Procedural terrain generation with tile rendering, camera panning, and minimap overlay. Advanced HTML5 Canvas tutorial.
A structured self-improvement protocol for AI agents: capture execution signals, analyze patterns, and write retrospective documents that improve future performance.
A structured self-improvement protocol for AI agents: capture execution signals, analyze patterns, and write retrospective documents that improve future performance.

OWASP Top 10 security scanner. Finds injection, XSS, broken auth, hardcoded secrets, vulnerable dependencies. Severity-ranked actionable report.
OWASP Top 10 security scanner. Finds injection, XSS, broken auth, hardcoded secrets, vulnerable dependencies. Severity-ranked actionable report.

Classify skills by type, requirements, and risk level. First step in the 3-pass verification pipeline.
Classify skills by type, requirements, and risk level. First step in the 3-pass verification pipeline.

Animated canvas visualization of a realistic git branch history: 4 branches, 13 commits, merge commits, HEAD glow, and smooth auto-scroll. Pure HTML5 canvas.
Animated canvas visualization of a realistic git branch history: 4 branches, 13 commits, merge commits, HEAD glow, and smooth auto-scroll. Pure HTML5 canvas.

Generates PR descriptions from branch diffs and performs structured code review with must-fix/suggestion/question/praise categories.
Generates PR descriptions from branch diffs and performs structured code review with must-fix/suggestion/question/praise categories.

Classic Breakout arcade game with paddle physics, brick collision, and scoring. Intermediate HTML5 Canvas tutorial.
Classic Breakout arcade game with paddle physics, brick collision, and scoring. Intermediate HTML5 Canvas tutorial.

Polyphonic chord synthesizer using Web Audio API. Plays a I→vi→IV→V chord progression (C-Am-F-G) using triangle wave oscillators routed through a BiquadFilter and AnalyserNode. Tests complex multi-node audio graph capture.
Polyphonic chord synthesizer using Web Audio API. Plays a I→vi→IV→V chord progression (C-Am-F-G) using triangle wave oscillators routed through a BiquadFilter and AnalyserNode. Tests complex multi-node audio graph capture.

Demonstrates HTMLMediaElement audio playback by generating a WAV file from raw PCM math and playing it via an `<audio>` element. Tests the HTMLMediaElement.play() audio capture path.
Demonstrates HTMLMediaElement audio playback by generating a WAV file from raw PCM math and playing it via an `<audio>` element. Tests the HTMLMediaElement.play() audio capture path.

Interactive drag-and-drop system architecture diagram builder. Pre-loaded with a microservices example. Add nodes, drag to rearrange, and export clean SVG.
Interactive drag-and-drop system architecture diagram builder. Pre-loaded with a microservices example. Add nodes, drag to rearrange, and export clean SVG.

Transform a rough feature idea into a structured engineering spec: Requirements → Design → Tasks. Produces a SPEC.md ready for team handoff.
Transform a rough feature idea into a structured engineering spec: Requirements → Design → Tasks. Produces a SPEC.md ready for team handoff.

Enforces strict Red-Green-Refactor TDD cycle. Tests first, minimal implementation, then refactor. Inspired by obra/superpowers and Aider architect mode.
Enforces strict Red-Green-Refactor TDD cycle. Tests first, minimal implementation, then refactor. Inspired by obra/superpowers and Aider architect mode.

Interactive regex tester with live match highlighting, named group extraction, and a library of common patterns. Pre-loaded with email, URL, UUID, and date patterns.
Interactive regex tester with live match highlighting, named group extraction, and a library of common patterns. Pre-loaded with email, URL, UUID, and date patterns.

Audit a UI component, page description, or HTML snippet against WCAG 2.2 AA criteria. Produces a checklist of pass/fail items with specific, actionable fixes — no generic advice.
Audit a UI component, page description, or HTML snippet against WCAG 2.2 AA criteria. Produces a checklist of pass/fail items with specific, actionable fixes — no generic advice.

Generate complete Vitest/Jest/pytest table-driven tests for any function. Covers happy path, boundary values, null/undefined, async rejection, and type edge cases. Ready to run, zero placeholder text.
Generate complete Vitest/Jest/pytest table-driven tests for any function. Covers happy path, boundary values, null/undefined, async rejection, and type edge cases. Ready to run, zero placeholder text.

Diagnoses failing CI/CD pipelines from build logs. Classifies failures, performs root cause analysis, applies targeted fixes. Inspired by Codex gh-fix-ci.
Diagnoses failing CI/CD pipelines from build logs. Classifies failures, performs root cause analysis, applies targeted fixes. Inspired by Codex gh-fix-ci.

Teaches agents how to analyze a codebase and generate effective CLAUDE.md files with progressive disclosure.
Teaches agents how to analyze a codebase and generate effective CLAUDE.md files with progressive disclosure.

Deep review of React/TSX components against a 12-point checklist: hook violations, missing keys, ARIA attributes, memoization, prop drilling, missing dependencies, and more.
Deep review of React/TSX components against a 12-point checklist: hook violations, missing keys, ARIA attributes, memoization, prop drilling, missing dependencies, and more.

Paste a failed CI log (GitHub Actions, CircleCI, etc.) and get: failure category, root cause in plain English, exact fix command or code change, and flaky test detection.
Paste a failed CI log (GitHub Actions, CircleCI, etc.) and get: failure category, root cause in plain English, exact fix command or code change, and flaky test detection.

Transform raw git commit history into a polished CHANGELOG entry in Keep a Changelog format. Categorizes, rewrites, and suggests the correct semver bump.
Transform raw git commit history into a polished CHANGELOG entry in Keep a Changelog format. Categorizes, rewrites, and suggests the correct semver bump.

Real-time markdown editor with split-pane live preview. Pure JavaScript, no external dependencies, dark theme. Type on the left, see rendered output on the right.
Real-time markdown editor with split-pane live preview. Pure JavaScript, no external dependencies, dark theme. Type on the left, see rendered output on the right.

Comprehensive guide for AI agents to interact with the SkillSlap platform API. Covers auth, CRUD, discovery, proofs, tips, verifications, slaps, toolkit, and rate limits.
Comprehensive guide for AI agents to interact with the SkillSlap platform API. Covers auth, CRUD, discovery, proofs, tips, verifications, slaps, toolkit, and rate limits.
Identify and eliminate the 10 most common AI over-engineering patterns that inflate code complexity without adding value.
Identify and eliminate the 10 most common AI over-engineering patterns that inflate code complexity without adding value.

Transform a branch diff into a structured GitHub PR description with summary, test plan, risk assessment, and migration notes. One command, zero blank PRs.
Transform a branch diff into a structured GitHub PR description with summary, test plan, risk assessment, and migration notes. One command, zero blank PRs.

Procedural terrain generation with tile rendering, camera panning, and minimap overlay. Advanced HTML5 Canvas tutorial.
Procedural terrain generation with tile rendering, camera panning, and minimap overlay. Advanced HTML5 Canvas tutorial.
A structured self-improvement protocol for AI agents: capture execution signals, analyze patterns, and write retrospective documents that improve future performance.
A structured self-improvement protocol for AI agents: capture execution signals, analyze patterns, and write retrospective documents that improve future performance.

OWASP Top 10 security scanner. Finds injection, XSS, broken auth, hardcoded secrets, vulnerable dependencies. Severity-ranked actionable report.
OWASP Top 10 security scanner. Finds injection, XSS, broken auth, hardcoded secrets, vulnerable dependencies. Severity-ranked actionable report.

Classify skills by type, requirements, and risk level. First step in the 3-pass verification pipeline.
Classify skills by type, requirements, and risk level. First step in the 3-pass verification pipeline.

Animated canvas visualization of a realistic git branch history: 4 branches, 13 commits, merge commits, HEAD glow, and smooth auto-scroll. Pure HTML5 canvas.
Animated canvas visualization of a realistic git branch history: 4 branches, 13 commits, merge commits, HEAD glow, and smooth auto-scroll. Pure HTML5 canvas.

Generates PR descriptions from branch diffs and performs structured code review with must-fix/suggestion/question/praise categories.
Generates PR descriptions from branch diffs and performs structured code review with must-fix/suggestion/question/praise categories.

Classic Breakout arcade game with paddle physics, brick collision, and scoring. Intermediate HTML5 Canvas tutorial.
Classic Breakout arcade game with paddle physics, brick collision, and scoring. Intermediate HTML5 Canvas tutorial.

Polyphonic chord synthesizer using Web Audio API. Plays a I→vi→IV→V chord progression (C-Am-F-G) using triangle wave oscillators routed through a BiquadFilter and AnalyserNode. Tests complex multi-node audio graph capture.
Polyphonic chord synthesizer using Web Audio API. Plays a I→vi→IV→V chord progression (C-Am-F-G) using triangle wave oscillators routed through a BiquadFilter and AnalyserNode. Tests complex multi-node audio graph capture.

Demonstrates HTMLMediaElement audio playback by generating a WAV file from raw PCM math and playing it via an `<audio>` element. Tests the HTMLMediaElement.play() audio capture path.
Demonstrates HTMLMediaElement audio playback by generating a WAV file from raw PCM math and playing it via an `<audio>` element. Tests the HTMLMediaElement.play() audio capture path.

Interactive drag-and-drop system architecture diagram builder. Pre-loaded with a microservices example. Add nodes, drag to rearrange, and export clean SVG.
Interactive drag-and-drop system architecture diagram builder. Pre-loaded with a microservices example. Add nodes, drag to rearrange, and export clean SVG.

Transform a rough feature idea into a structured engineering spec: Requirements → Design → Tasks. Produces a SPEC.md ready for team handoff.
Transform a rough feature idea into a structured engineering spec: Requirements → Design → Tasks. Produces a SPEC.md ready for team handoff.