Build production-ready Claude Code plugins by creating skills, subagents, and hooks from scratch; refining and validating structures for clarity and efficiency; empirically testing performance against baselines with metrics; automating manifests, safety checks, and marketplace publishing.
Implement skills using AskUserQuestion tool for interactive user input and decisions. Use when authoring skills that need to gather options, handle free-text answers, process multi-select, or build multi-step workflows. Covers tool mechanics, constraints, wiring into skills, response handling, and dynamic question patterns.
Create, validate, and refine Claude Code plugin hooks for automating workflows. Use when building new hooks from scratch, validating existing hooks against best practices, or improving hook quality. Supports command hooks (shell scripts), prompt hooks (LLM decisions), event matching, decision schemas, and production safety validation. Claude auto-activates when you ask to build a hook, check hook reliability, improve hook configurations, or validate hooks for production.
Create, convert, validate, and publish Claude Code plugins with Agent Skills, hooks, agents, and servers. Use when building plugins from scratch, converting projects to plugins, improving plugin structure, or publishing to marketplace. Includes automated scanning, manifest generation, marketplace.json creation, and validation guidance. Component-specific work delegates to hook-creator, subagent-creator, and skill-creator skills.
Create NEW Claude Code skills from scratch following best practices. Use when building new skills, interviewing for requirements, applying templates, organizing frontmatter and body content, or converting slash commands to skills. Guides skill structure, naming, descriptions, progressive disclosure, reference organization, and tool scoping.
Improve and validate existing Claude Code skills for clarity, efficiency, and production readiness. Use when: refining skills, improving skill structure, validating against best practices, reducing token usage, consolidating references, checking production readiness, or applying the 80% rule. Takes imperfect existing skills and elevates them to quality standards.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A plugin for creating and managing Claude Code skills and plugins.
This toolkit includes skill-composer, which differs significantly from Claude's built-in skill-creator:
| Aspect | skill-composer | Claude's skill-creator |
|---|---|---|
| Philosophy | Convention enforcement upfront | Evaluation-driven iteration |
| Approach | Opinionated, enforced best practices from start | Learn via test feedback loops |
| Interviews | Multi-stage requirements gathering (purpose, scope, complexity, tools) | Minimal upfront requirements |
| Best Practices | Enforces from the start (frontmatter, 80% rule, references, token efficiency) | Discovered through empirical testing |
| Workflow | Design → Structure → Build → [Optional: Refine → Test] | Build → Test → Improve based on results |
| Output | Fully structured skill (SKILL.md, references/, scripts/ as needed) | Working skill you iterate on |
| Use When | Building skills with conventions you want enforced consistently | Building skills you'll test and improve empirically |
| Ecosystem | Part of full toolkit (refiner, tester, plugin-creator) | Standalone, integrates with evaluation |
TL;DR: skill-composer enforces conventions upfront. Claude's skill-creator improves via evaluation loops.
Use skill-composer if:
Use Claude's skill-creator if:
Command: /skills-toolkit:skill-composer
Interactive guide for creating new skills from scratch:
Command: /skills-toolkit:skill-refiner
Interactive guide for improving and validating existing skills:
Command: /skills-toolkit:skill-tester
Empirically test and benchmark Claude Code skills:
Command: /skills-toolkit:plugin-creator
Interactive guide for creating and validating plugins:
.claude-plugin/plugin.json manifestCommand: /skills-toolkit:hook-creator
Interactive guide for creating and validating hooks:
Command: /skills-toolkit:subagent-creator
Interactive guide for creating and validating subagents:
Command: /skills-toolkit:ask-user-question
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 claimnpx claudepluginhub full-stack-biz/claude-skills-toolkit --plugin skills-toolkitComplete release and git workflow management. Semantic versioning, branch strategies, and conflict resolution. Use for releases, version management, git-flow setup, or resolving rebase conflicts.
Comprehensive Rails development guidance and reference library. Use when working with Rails projects, database migrations, API design, testing, deployment, and other Rails ecosystem tasks. Provides expert guidance on best practices, common patterns, troubleshooting, and production-safe strategies.
Fetch a URL as markdown, extract a single anchor section from a web page, or list all page anchors with hierarchy. Supports pagination for large pages. Use when you need to read a URL, fetch a specific section of a page, or discover what sections a page has.
Create and validate production-grade agent skills with 100-point marketplace grading
Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.