From claude-ecosystem
Creates directory and SKILL.md scaffold with YAML frontmatter for new Claude skills. Invoke via /create-skill [kebab-case-name] when starting skills from scratch.
npx claudepluginhub melodic-software/claude-code-plugins --plugin claude-ecosystemThis skill is limited to using the following tools:
Create a new skill scaffold with required structure.
Prevents silent decimal mismatch bugs in EVM ERC-20 tokens via runtime decimals lookup, chain-aware caching, bridged-token handling, and normalization. For DeFi bots, dashboards using Python/Web3, TypeScript/ethers, Solidity.
Share bugs, ideas, or general feedback.
Create a new skill scaffold with required structure.
$ARGUMENTS
my-new-skill)docs-management, not manage-docs)If $ARGUMENTS is empty or invalid:
Invoke the claude-ecosystem:skill-development skill to get:
Create the directory and SKILL.md:
mkdir -p .claude/skills/$ARGUMENTS
Create .claude/skills/$ARGUMENTS/SKILL.md with:
---
description: [Brief description of what this skill does]
allowed-tools: [Comma-separated list of tools needed]
---
# [Skill Name]
[Skill content following patterns from skill-development guidance]
Reference existing skills in this repo for:
/create-skill api-integration
Creates:
.claude/skills/api-integration/SKILL.md with proper frontmatterIf skill-development skill is unavailable, use these minimum requirements:
Required frontmatter:
description: Brief description (required)allowed-tools: Comma-separated tool list (optional)Content structure: