skill-creator

Package FinchBot skills into self-contained units with SKILL.md and optional directories.

65|5|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/xt765/FinchBot --skill skill-creator-xt765
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/xt765/FinchBot/tree/main/src/finchbot/skills/skill-creator
Command: npx skills add https://github.com/xt765/FinchBot --skill skill-creator-xt765

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams to create and maintain self-contained FinchBot skills, enabling efficient packaging of code, references, and assets.

Core Features & Use Cases

  • Structured skill packaging: Provides a repeatable structure for skill directories including SKILL.md, scripts/, references/, and assets/.
  • Guided workflow: Outlines how to design, build, and update skills for reuse across agents.
  • Use Case: A developer creates a new skill for document processing by adding a SKILL.md and optional resources, then publishes it for activation.

Quick Start

Create or update a FinchBot skill package by organizing scripts, references, and assets according to the SKILL.md guidelines.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package modular FinchBot skills into a self-contained unit?

To package modular FinchBot skills, structure your directory with a SKILL.md file containing YAML frontmatter and a Markdown body, alongside optional scripts, references, and assets folders. This structure meets the Skill Unit standard for deployment readiness.

What is the required structure for a FinchBot skill directory?

A FinchBot skill directory requires a SKILL.md file with YAML frontmatter specifying the name and description, plus a Markdown body for usage details. You can also include optional scripts, references, and assets directories to support the skill.

How do I update an existing FinchBot skill with new scripts and references?

Update existing FinchBot skills by modifying the SKILL.md file and adding or replacing files in the optional scripts, references, and assets directories. This maintains a self-contained unit ready for redeployment across agents.

Do I need to include scripts, references, and assets folders to create a valid skill?

No, the scripts, references, and assets folders are optional. A valid FinchBot skill only requires a SKILL.md file with the correct YAML frontmatter and a Markdown body describing its usage to meet the Skill Unit standard.

What is the best way to design a FinchBot skill for reuse across multiple agents?

Design reusable FinchBot skills by packaging code, references, and assets into a self-contained unit. Follow the guided workflow to structure your SKILL.md and optional directories, ensuring the skill remains modular and easily activated across different agents.