skill-creator

Define and package Skill Units with SKILL.md frontmatter and scripts.

2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/billlzzz26/note-taker-convex-ai-convex --skill skill-creator-billlzzz26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/billlzzz26/note-taker-convex-ai-convex/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/billlzzz26/note-taker-convex-ai-convex --skill skill-creator-billlzzz26

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator guides users in building and packaging modular "Skill Units" (SKILL.md-based bundles) that extend agent capabilities with domain knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Define the structure and required SKILL.md frontmatter (name, description) for new skills.
  • Bundle optional resources (scripts/, references/, assets/) to support deterministic tasks and contextual knowledge.
  • Provide a standard initialization and packaging workflow via included scripts (init_skill.py, package_skill.py).
  • Enable validation and iterative improvement of skills through the included tooling and guidelines.

Quick Start

Use the Skill Creator to scaffold a new skill by running the initialization script and then customize SKILL.md and resources before packaging.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular AI agent skills with reusable workflows?

To create modular AI agent skills, you define a SKILL.md file with required frontmatter like name and description, then bundle optional resources such as scripts and references for deterministic behavior. The included initialization script scaffolds this structure automatically.

What is a SKILL.md bundle and when do I need it for AI agents?

A SKILL.md bundle is a packaged unit that extends AI agent capabilities with domain knowledge and tool integrations. You need it when you want to provide guided activation and deterministic workflows for specific tasks.

How do I package and distribute AI skills to end users?

You package and distribute AI skills by running the included package_skill.py script after customizing your SKILL.md and optional resource directories. This workflow validates, iterates, and prepares the skill bundle for end user distribution.

Can I include custom scripts and reference assets in my AI skill bundle?

Yes, you can include custom scripts, references, and assets in your AI skill bundle. The SKILL.md file loads these optional bundles on demand to provide deterministic behavior and contextual knowledge when needed.

What's the best way to validate and iterate on a new AI skill?

The best way to validate and iterate on a new AI skill is to use the included tooling and guidelines provided by the Skill Creator. These tools help you validate frontmatter, test bundled resources, and improve skill quality before distribution.

Do I need any dependencies to start building AI skills with the Skill Creator?

No dependencies are required to start building AI skills with the Skill Creator. It provides standard initialization and packaging workflows via included scripts, allowing you to scaffold and customize skills directly.