skill-creator

Create Claude Code Skills with SKILL.md structure and activation tests.

63|6|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/rsicarelli/fakt --skill skill-creator-rsicarelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rsicarelli/fakt/tree/main/.claude/skills/development/skill-creator
Command: npx skills add https://github.com/rsicarelli/fakt --skill skill-creator-rsicarelli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates a clean, scalable starting point for new Claude Code Skills, applying Fakt migration patterns and Gemini research best practices to ensure consistent structure and readiness for activation.

Core Features & Use Cases

  • Scaffolding: Generates a complete Skill layout with SKILL.md, resources/, and a test activation prompt.
  • Migration-friendly: Converts slash commands to Skills following migration patterns.
  • Activation-ready: Includes activation tests and progressive disclosure setup to simplify rollout to users.

Quick Start

Provide Skill requirements (name, core purpose, triggers) and let Skill Creator scaffold the new Skill. For example, request: name="data-logger", core purpose="collect runtime metrics", triggers="log", "collect", "record".

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude Code Skill from scratch?

Scaffolding a new Skill generates a complete, well-structured layout including SKILL.md, resources/, and activation tests. Provide your Skill's name, core purpose, and trigger keywords—the scaffolder creates a migration-pattern–compliant foundation ready for immediate development and deployment.

Can I convert my existing slash commands into a Claude Code Skill?

Yes. Migration patterns translate slash commands to Skills by restructuring triggers, descriptions, and validation logic. The Skill creator applies Fakt patterns and progressive disclosure during conversion, ensuring the migrated Skill meets activation readiness standards without manual rework.

What makes a Skill activation-ready, and how do I test it?

Activation-readiness requires trigger-rich descriptions, model-agnostic design, and passing activation tests included in the scaffold. The Skill creator bundles a test prompt that validates your Skill's structure and triggers before rollout, reducing deployment risk.

What's the difference between scaffolding and migration when creating a Skill?

Scaffolding builds a new Skill from requirements; migration converts an existing slash command or tool into Skill form. Both follow the same migration patterns and produce activation-ready output, but migration preserves existing logic and triggers while restructuring for Skill standards.

Do I need to know about progressive disclosure before creating a Skill?

Progressive disclosure is enforced automatically during scaffolding—it structures how your Skill's features reveal to users. You define triggers and core purpose; the scaffolder applies disclosure patterns so users encounter complexity incrementally, improving usability.

Why does Skill structure matter if my logic works?

Consistent Skill structure—enforced through migration patterns—ensures discoverability, activation compatibility, and user onboarding. The scaffolder validates structure compliance automatically, preventing silent failures during rollout and reducing support burden.