skill-creator

Generate and validate Claude Code Skills with SKILL.md templates and packaging.

79|23|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/TestAny-io/testany-agent-skills --skill skill-creator-testany-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/TestAny-io/testany-agent-skills/tree/main/plugins/testany-llm/skills/skill-creator
Command: npx skills add https://github.com/TestAny-io/testany-agent-skills --skill skill-creator-testany-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation, scaffolding, and validation workflows for Claude Code Skills, enabling teams to generate standards-compliant SKILL.md templates and starter resources with minimal effort.

Core Features & Use Cases

  • Generate SKILL.md frontmatter and a ready-to-edit Markdown body that adheres to Testany Skill conventions.
  • Scaffold optional resource folders (scripts/, references/, assets/) with starter templates and examples.
  • Validate skills locally with quick_validate.py to ensure frontmatter, structure, and trigger words meet guidelines.
  • Use cases include onboarding new skills, enforcing consistent naming and documentation, and accelerating Skill authoring for multiple teams.

Quick Start

Run the skill initializer to create a new skill template, then customize SKILL.md and references. Use quick_validate.py to verify the skill structure before submission. Optionally package the skill for distribution with the packaging script.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a SKILL.md template that meets Testany Skill conventions?

To create a SKILL.md template, use the skill initializer to generate frontmatter and a Markdown body that adheres to Testany Skill conventions. It scaffolds a ready-to-edit structure with required fields, trigger words, and line limits.

How do I validate Claude Code Skills locally for frontmatter and structure compliance?

Validate Claude Code Skills locally by running the quick_validate.py script. It checks your skill to ensure frontmatter, structure, and trigger words meet Testany Skill guidelines before submission.

Do I need to manually set up scripts and references folders when authoring a new skill?

No, you do not need to manually set up folders. The skill scaffolder automatically generates optional resource directories including scripts/, references/, and assets/ populated with starter templates and examples.

Can I use a CLI to package skills for distribution across multiple teams?

Yes, you can use a CLI packaging option to package skills for distribution. This accelerates skill authoring and onboarding for multiple teams by enforcing consistent naming and documentation.