crypto-skill-creator

Create enriched CryptoSkills directories with a validated 10-file layout.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/labsaistudio/AABC-Labs --skill crypto-skill-creator-labsaistudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crypto-skill-creator
Source: https://github.com/labsaistudio/AABC-Labs/tree/main/backend/agent/skills/catalog/crypto-skill-creator
Command: npx skills add https://github.com/labsaistudio/AABC-Labs --skill crypto-skill-creator-labsaistudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the disciplined creation of enriched CryptoSkills directories, ensuring scalable and consistent skill definitions that conform to the agentskills spec and marketplace requirements.

Core Features & Use Cases

  • Enforced multi-file skill layout (SKILL.md plus docs, 4 examples, resources, and starter templates) to standardize skill structure.
  • YAML-frontmatter driven discovery with mandatory name and description plus optional metadata for versioning, compatibility, and categorization.
  • Marketplace readiness guidance, including alphabetical registry placement and validation steps.

Quick Start

Create a new skills/ CryptoSkill using the enriched pattern: write SKILL.md with proper frontmatter and populate docs/, examples/, resources/, and templates/, then run the marketplace validation to register.

Frequently Asked Questions about crypto-skill-creator

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

FAQPage Schema
How do I create an enriched CryptoSkill directory that conforms to the agentskills spec?

To create an enriched CryptoSkill directory, write a SKILL.md file with proper YAML frontmatter and populate docs/, examples/, resources/, and templates/ subdirectories to form a validated, marketplace-ready 10-file layout.

What is the required YAML frontmatter for a marketplace-ready CryptoSkill?

Marketplace-ready CryptoSkills require YAML frontmatter with mandatory name and description fields, plus optional metadata for license, compatibility, and versioning to drive discovery and categorization.

How do I structure a multi-file CryptoSkill for marketplace validation?

Structure a multi-file CryptoSkill by creating a root SKILL.md alongside docs/, four examples/, resources/, and templates/ directories, then run marketplace validation to ensure alphabetical registry placement.

Do I need to include starter templates and examples when building a new protocol skill?

Yes, building a new protocol skill using the enriched pattern requires populating docs/, four examples/, resources/, and starter templates/ to enforce standardized skill structure and pass marketplace validation.

What's the best way to standardize CryptoSkill definitions across multiple protocol skills?

Standardize CryptoSkill definitions by enforcing a multi-file skill layout with YAML-frontmatter driven discovery, ensuring consistent structure across protocol skills for marketplace readiness.

Can I add custom metadata like versioning and compatibility to my CryptoSkill?

Yes, you can add custom metadata for versioning, compatibility, and categorization as optional YAML frontmatter fields alongside the mandatory name and description in your CryptoSkill.