skill-creator

Generate standardized GitHub Copilot CLI and Claude Code skill scaffolding.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cassioalexandre/agf --skill skill-creator-cassioalexandre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/cassioalexandre/agf/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/cassioalexandre/agf --skill skill-creator-cassioalexandre

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It reduces the effort required to create new GitHub Copilot CLI and Claude Code skills by guiding ideation, producing standardized files, validating quality, and optionally installing the result.

Core Features & Use Cases

  • Interactive brainstorming that gathers purpose, triggers, skill type, and target platforms to ensure the skill is well-scoped.
  • Template-driven file generation that scaffolds SKILL.md plus companion documentation and optional bundled resources.
  • Validation checks for YAML frontmatter format and description constraints before packaging or installation.

Quick Start

Ask the CLI to create a new skill with a natural-language request for what the skill should do, such as building a custom debugging helper for Python errors.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate CLI skill creation for GitHub Copilot and Claude Code?

Automating CLI skill creation requires collecting requirements to generate standardized skill scaffolding, including SKILL.md and companion documentation. This process ensures framework-independent packaging for automation, scaffolding, and CLI capability extension across target platforms.

What is YAML frontmatter validation for skill packaging?

YAML frontmatter validation checks that generated skill files contain valid name and description fields before packaging or installation. This quality validation ensures skill scaffolding meets required format constraints for GitHub Copilot CLI and Claude Code.

Can I use template scaffolding to generate custom debugging helpers?

Yes, template-driven file generation scaffolds skills like a custom debugging helper for Python errors via interactive brainstorming. Provide a natural-language request for the desired functionality, and the system produces standardized files with optional bundled resources.

Does skill scaffolding work without external dependencies?

Yes, skill scaffolding works without external dependencies. The creation process guides ideation, produces standardized files, validates quality, and optionally installs the result locally or globally without requiring additional packages.

What are the limitations of automated skill scaffolding?

Automated skill scaffolding is limited to GitHub Copilot CLI and Claude Code platforms and requires YAML frontmatter with valid name and description fields. It targets meta-workflows for repeatable skill packaging rather than general code generation tasks.