By burnjohn
Language-level TypeScript skill pack: type-level programming, strictness settings, utility types, and a diagnostic script. Stack-agnostic — useful in frontend, Node backend, and library projects alike.
AI Demo Marketplace — a public Claude Code plugin marketplace built for the AI Agentic Engineering workshop. It's a catalog you add once, then install shared plugins from: skills, agents, hooks, and MCP servers.
The catalog lives separately from any product — its own owner, its own release cadence. A product release must not force a plugin release, and vice versa.
This first commit is the baseline. It ships the marketplace structure and docs with an empty plugin catalog. Real plugins, a validation script, CI, and a catalog website are added stage by stage during the workshop — each on its own branch.
/plugin marketplace add burnjohn/ai-demo-marketplace
/plugin install <plugin-name>@ai-demo-marketplace
<plugin-name> is the name of an entry in .claude-plugin/marketplace.json; ai-demo-marketplace is the catalog name. The baseline ships with no plugins yet — the catalog fills up as the workshop progresses.
| Command | What it does |
|---|---|
/plugin marketplace update | Refreshes the catalog — pulls the current list of available plugins/versions |
/plugin update <plugin>@ai-demo-marketplace | Updates an already installed plugin to a new version |
Refreshing the catalog does not update installed plugins by itself.
.claude-plugin/marketplace.json # the catalog (plugin registry) — empty in the baseline
plugins/ # each plugin in its own subdirectory (added during the workshop)
docs/PLUGIN-GUIDELINES.md # plugin anatomy (manifest, dependencies)
docs/SECURITY.md # permissions, secrets policy
docs/RELEASES.md # SemVer, tags, update, rollback
CODEOWNERS · CONTRIBUTING.md
The baseline is deliberately minimal so we can build it up live. Later branches add, roughly in order:
scripts/validate-marketplace.mjs) — secrets / absolute-path / escape checks..github/workflows/validate.yml) running the linter + claude plugin validate.Before adding a plugin, read CONTRIBUTING.md and docs/PLUGIN-GUIDELINES.md.
SKILL.md compatible (Markdown + YAML frontmatter) with other agents.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Testing skill pack. Currently React Testing Library conventions for component and hook tests with Vitest — project-agnostic, no framework assumptions beyond React.
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`.
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`.
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).
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.
npx claudepluginhub burnjohn/ai-demo-marketplace --plugin typescript-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Memory compression system for Claude Code - persist context across sessions
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.