burnjohn

57 mods across 2 repositories, 27 stars between them.

burnjohn/quick-blog

Skill Claude CodeCodex

General-purpose React Testing Library guide with Vitest. Use when writing, reviewing, or setting up React component and hook tests. Covers project setup from scratch, RTL query priority, userEvent, async patterns, mocking strategies, and common anti-patterns. Applicable to any Vite + React project.

23 2mo ago A 63 tokens

safe-ui-refactoring

26

burnjohn/quick-blog

Skill Claude CodeCodex

Safe, incremental refactoring of React UI applications. Use when restructuring components, extracting hooks, migrating state management, reorganizing file structure, or reducing technical debt in React code. Enforces behavior preservation, baby-step execution, and verification at every step.

23 2mo ago A 55 tokens

security

27

burnjohn/quick-blog

Skill Claude CodeCodex

Web application security best practices based on OWASP Top 10:2025. Use when reviewing code for vulnerabilities, implementing auth/authorization, handling user input, working with file uploads, managing secrets, or building API endpoints. Covers React, Express, MongoDB, and JWT security.

23 2mo ago A 59 tokens

burnjohn/quick-blog

Skill Claude CodeCodex

Use when investigating bugs, errors, or unexpected behavior. Activates when something is broken and needs diagnosis. Enforces root-cause analysis before any fix attempt.

23 2mo ago A 37 tokens

writing-plans

29

burnjohn/quick-blog

Skill Claude CodeCodex

Use when you have an approved design or feature spec and need to create a step-by-step implementation plan. Activates after brainstorming/design approval. Breaks work into small, verifiable tasks.

23 2mo ago A 42 tokens

burnjohn/quick-blog

Instructions file

Claude Code instructions for burnjohn/quick-blog, covering quick blog — project overview, tech stack, key scripts, git workflow and do not.

23 2mo ago A 566 tokens

ai-demo-marketplace

34

burnjohn/ai-demo-marketplace

Plugin Claude Code

Plugin marketplace listing 6 plugins: research-tools, frontend-skills, typescript-skills, testing-skills, code-agents.

4 1mo ago A tokens not measured

code-agents

35

burnjohn/ai-demo-marketplace

Plugin Claude Code

Two execution agents usable with or without a spec-driven workflow: implementer (build one task and self-verify) and test-writer (add or extend tests without changing production behavior).

4 1mo ago A tokens not measured

implementer

36

burnjohn/ai-demo-marketplace

Agent

Use proactively to implement ONE task/slice from an implementation plan (or one clearly scoped request). Discovers the project's stack and conventions before writing anything, applies whichever skills fit the task type, and self-verifies with the project's existing tests + typecheck before finishing. Safe to run in…

4 1mo ago A 72 tokens

test-writer

37

burnjohn/ai-demo-marketplace

Agent

Use proactively to add or extend tests for existing code — backend services, domain/business logic, or UI components and hooks. Discovers the project's test stack and split conventions first, writes only test files, and self-verifies by running the suite + typecheck with pasted evidence before finishing.

4 1mo ago A 61 tokens

frontend-skills

38

burnjohn/ai-demo-marketplace

Plugin Claude Code

Frontend engineering skill pack for React 19 + Next.js 15 (App Router): code architecture/placement, React best practices, and Next.js patterns. TypeScript now lives in typescript-skills; React Testing Library in testing-skills.

4 1mo ago A tokens not measured

burnjohn/ai-demo-marketplace

Skill Claude CodeCodex

Code organization and architecture decisions for React 19 + Next.js 15 App Router (TypeScript). WHERE code lives, not HOW to write it. Covers: project folder structure, feature-based organization, component splitting rules, constants/utils/helpers/services placement, business logic separation, naming conventions…

4 1mo ago A 195 tokens

next-best-practices

40

burnjohn/ai-demo-marketplace

Skill Claude CodeCodex

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling.

4 1mo ago A 38 tokens

burnjohn/ai-demo-marketplace

Skill Claude CodeCodex

Modern React best practices and anti-pattern catalog (2025-26). Use when writing, reviewing, or refactoring React components, hooks, and state management. Covers component design, state patterns, hooks misuse, performance, data fetching, and code organization.

4 1mo ago A 57 tokens

research-tools

42

burnjohn/ai-demo-marketplace

Plugin Claude Code

Read-only research agent that locates, gathers, and fact-checks information from the codebase or the public web and returns it in a structured, cited format. Never edits files.

4 1mo ago A tokens not measured

researcher

43

burnjohn/ai-demo-marketplace

Agent

Read-only research agent. Finds information either inside this project (code, docs, config) or on the public internet, and returns it in a strict, structured format. Use when you need to locate, gather, or fact-check information without modifying anything. It never edits files and never runs deep-research.

4 1mo ago A 65 tokens

sdd-workflow

44

burnjohn/ai-demo-marketplace

Plugin Claude Code

Spec-Driven Development workflow: spec -> plan -> implement -> test -> verify -> retro. Ships the authoring and verification agents, the multi-agent retrospective skill, and the slash commands that drive the chain. Execution agents come from code-agents.

4 1mo ago A tokens not measured

burnjohn/ai-demo-marketplace

Agent

Use proactively when an agreed set of requirements (a spec, ticket, or clear request) needs a structured Implementation Plan before any code is written. Read-only architect that verifies the incoming requirements, flags gaps, recommends a better approach where it sees one, and maps the work onto the project's actual…

4 1mo ago A 114 tokens

plan-verifier

46

burnjohn/ai-demo-marketplace

Agent

Read-only requirements-completion checker. Use after a feature is claimed done to verify every plan item / acceptance criterion is actually implemented — focus on completeness and traceability, not code quality.

4 1mo ago A 41 tokens

spec-creator

47

burnjohn/ai-demo-marketplace

Agent

Use proactively when a feature or change needs a written specification before any plan or code exists. Read-only-except-specs author for Spec-Driven Development — turns a request plus design sources (text, Figma links, screenshots, generated design skeletons, existing docs/plans, repo code) into a single concise spec…

4 1mo ago A 187 tokens

plan

48

burnjohn/ai-demo-marketplace

Command

SDD step 2 — turn an agreed spec or set of requirements into a phased implementation plan (HOW).

4 1mo ago A 22 tokens