80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
managing-claude-code-meta
by mikekelly
MUST be loaded when setting up, installing, migrating, reviewing, auditing, or checking CLAUDE.md files in projects. Cov...
schema-architect
by nhantran889
Intelligently generates and validates Shopify Liquid Schema JSON based on Liquid logic.
figma-mcp-layout-builder
by nhantran889
Pull frames/components via Figma MCP, normalize messy or non-autolayout designs, and generate faithful HTML/CSS (or Shop...
content-seeder
by nhantran889
Generates realistic dummy data (text, images, products) based on Shopify Schema inputs.
liquid-render-skill
by nhantran889
Locally render Liquid templates using a virtual lab (Node.js engine).
visual-snapshot-skill
by nhantran889
Adds visual capabilities to the agent using Playwright MCP with Script Execution support.
shopify-theme-wc-portable
by nhantran889
Build portable web components for Shopify themes that work across any theme structure
locale-extractor
by nhantran889
Tools to extract hardcoded text from Liquid files and replace them with translation keys.
Audit a repository's structure and propose a safe, approval-gated reorganization plan. Use when asked to review repo ana...
Create or update Codex skills (SKILL.md plus optional scripts/references/assets). Use when asked to design a new skill,...
kb
by jayprimer
Knowledge base for session continuity. Maintains project documentation with fixed directory structure (.pmc/docs/) and f...
ticket-status
by jayprimer
Programmatic verification of KB state: tickets, phases, tests, integrity. Provides scripts for automated checking at eac...
reflect
by jayprimer
Perform reflection after completing work to capture learnings in KB. Ensures knowledge is preserved for future sessions....
update-kb
by jayprimer
Synchronize knowledge base documentation with current codebase implementation. Performs full, incremental, or targeted a...
dev
by jayprimer
Orchestrate KB development workflow from request to completion. Coordinates skills in sequence: kb → plan → test → valid...
lint-kb
by jayprimer
Validate and enforce KB documentation formats, completeness, and integrity. Checks recent docs (uncommitted or last N co...
test
by jayprimer
Execute tests following TDD cycle: RED (verify test fails) → GREEN (implement to pass) → REFACTOR. Interprets tests.json...
plan
by jayprimer
Plan development work following KB skill's structured approach with PRDs, phases, tickets, TDD specifications, and paral...
inbox
by jayprimer
Process pending items from 0-inbox/ task queue. Assess scope and create appropriate KB artifacts (tickets, phases, PRDs)...
memory
by jayprimer
PMC memory system for persistent context across sessions. Store, search, and retrieve project knowledge using semantic v...
plan-validation
by jayprimer
Validate planning documents before implementation begins. Checks ambiguity resolution, prerequisites, and testing method...
lint-skill
by jayprimer
Validate skill documents against PMC skill design principles. Checks format ownership, composite skill structure, and in...
complete
by jayprimer
Finalize a completed ticket: write 5-final.md, update 4-progress.md, commit. WHEN TO USE: - All required tests pass (vi...