skill-creator

Standardize creation of modular AgentSkills with SKILL.md frontmatter and bundled resources.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/tokamak-network/eth-nanobot --skill skill-creator-tokamak-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tokamak-network/eth-nanobot/tree/main/nanobot/skills/skill-creator
Command: npx skills add https://github.com/tokamak-network/eth-nanobot --skill skill-creator-tokamak-network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and maintain consistent, well-structured AgentSkills by standardizing the frontmatter, body guidance, and resource organization to streamline design, review, and packaging.

Core Features & Use Cases

  • Guidance for crafting effective SKILL.md with proper YAML frontmatter (name and description) and a focused Markdown body.
  • Clear anatomy for optional Bundled Resources (scripts, references, assets) to support deterministic tasks and on-demand loading.
  • Use cases include designing new skills, updating existing ones, and preparing skills for packaging and distribution.

Quick Start

Draft a new SKILL.md with frontmatter and a concise body, then add optional scripts, references, and assets as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I standardize skill creation and packaging for consistent documentation?

Standardize skill creation by drafting a SKILL.md file with proper YAML frontmatter, a concise body, and optional bundled resources like scripts and assets. This ensures consistent frontmatter and documentation across modular skills, streamlining design, review, and packaging.

What is the required structure for a SKILL.md file when designing modular skills?

A SKILL.md file requires YAML frontmatter specifying the skill name and description, followed by a focused Markdown body. Optional bundled resources such as scripts, references, and assets can be added to support deterministic tasks and on-demand loading.

How do I package scripts and references for deterministic task automation?

Package scripts and references by bundling them as optional resources within your skill directory. This organization supports deterministic task automation and enables on-demand loading during skill execution.

Do I need YAML frontmatter to prepare skills for distribution and validation?

Yes, YAML frontmatter specifying the skill name and description is required. It ensures consistent metadata for validation and packaging steps when preparing skills for distribution.

What's the best way to update existing skills to follow standardized frontmatter and resource organization?

Update existing skills by revising the SKILL.md frontmatter to include name and description, refining the Markdown body, and reorganizing optional bundled resources like scripts and assets to align with standardized packaging requirements.

When should I not use bundled resources in skill design?

Bundled resources like scripts, references, and assets are optional and should be omitted when a skill requires only frontmatter and a concise body, without the need for deterministic task support or on-demand loading.