A guided, step-by-step wizard for producing a functional requirements spec for a CMS-based web component or feature.
A collection of AI skills for QA workflows — test generation, refinement docs, design verification, and more.
Skills come in two flavours:
| Type | Description | Released as .skill? |
|---|---|---|
| Distributable | Web-based skills for Claude.ai | Yes |
| IDE-only | Skills for GitHub Copilot or local development use | No |
Each skill lives in skills/<skill-name>/ and must contain a SKILL.md with YAML frontmatter:
---
name: my-skill
description: When and how to use this skill.
---
To mark a skill as distributable, add an empty .distribute file to its folder:
skills/my-skill/
├── SKILL.md
├── .distribute ← presence of this file triggers packaging
└── ...
Skills without a .distribute file are ignored during packaging. The .distribute file is never included in the packaged .skill archive.
Releases are created by pushing a version tag. The GitHub Actions workflow checks out the committed code, packages every distributable skill into a .skill file (a zip with a .skill extension), and attaches them to a GitHub Release.
git tag v1.0.0
git push origin v1.0.0
The workflow then appears under Actions → Release Skills and the .skill files are available as downloadable assets on the release.
To package a skill locally (for testing):
bash scripts/package-skill.sh skills/<skill-name>
# Output to a specific directory
bash scripts/package-skill.sh skills/<skill-name> dist/
This does not affect releases — releases always build from committed code in CI.
skills/<skill-name>/SKILL.md with the required frontmatter.distribute file to the folder if it should be included in releasesOwn 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.
Generate schema-aware JSON test data from a provided content model.
Converts Given/When/Then manual test cases in CSV format into Playwright TypeScript tests using the Page Object Model.
Comprehensive guidance for all aspects of Playwright test development, from writing new tests to debugging and maintaining existing test suites.
Produces a structured content model table for Optimizely blocks, pages, or components from a design screenshot, wireframe, or bullet-point brief.
Batch-create Jira bug tickets from a plain-English list, with expanded descriptions, STR steps, current/expected behaviour, and Figma references.
npx claudepluginhub tomrobinson26/qa-skills --plugin refinement-doc-generator-guidedUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive 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.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.