skill-creator

Create modular Claude skills with standardized templates and governance.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/salmanparacha/speckitplus-calculator --skill skill-creator-salmanparacha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/salmanparacha/speckitplus-calculator/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/salmanparacha/speckitplus-calculator --skill skill-creator-salmanparacha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Standardizes and accelerates the creation of Claude skills with templates, governance, and reusable resources, enabling teams to launch capabilities without starting from scratch.

Core Features & Use Cases

  • Templates & scaffolding: Ready-made SKILL.md templates and resource layouts to speed up skill creation.
  • Bundled resources guidance: Recommendations on including scripts, references, and assets to support deterministic tasks and robust documentation.
  • Lifecycle tooling: Clear init, edit, package, and iterate steps to move skills from concept to distributable units.
  • Governance & validation: Enforce frontmatter discipline and packaging checks to ensure consistent discovery and deployment.
  • Use Case: Bootstrapping domain-specific automation or updating existing skills with standardized structure.

Quick Start

Run the initialization script to scaffold a new skill, then tailor SKILL.md and resources to your domain.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Claude skills using standardized templates?

Create Claude skills by running an initialization script to scaffold a SKILL.md file and resource layout. This generates a standardized structure with frontmatter, ensuring your skill is ready for validation and consistent discovery across domains.

What is frontmatter validation in skill development workflows?

Frontmatter validation enforces metadata discipline in SKILL.md files to ensure consistent discovery and deployment. It checks that required structural fields are present and formatted correctly before a skill is packaged for production-grade integrations.

What's the best way to package resources like scripts and references into a skill?

Package resources by bundling scripts, references, and assets directly with your SKILL.md file. This supports deterministic tasks and robust documentation, moving the skill from concept to a distributable unit through clear init, edit, and package steps.

Can I use these skill templates for proof-of-concept and production-grade automation?

Templates support both proof-of-concept and production-grade automation. The governance and validation checks ensure that skills built for initial testing can be iterated and upgraded to production-ready integrations without structural rewrites.

How do I iterate on an existing skill without breaking its structure?

Iterate on existing skills using the edit lifecycle step to modify SKILL.md content while maintaining frontmatter discipline. The validation process checks packaging integrity to ensure the updated skill remains consistently discoverable and deployable.