1k-new-skill

Scaffold Claude Code Skills with standardized SKILL.md and rule files.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/wanghaisheng/web3-scaffold-app-monorepo --skill 1k-new-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1k-new-skill
Source: https://github.com/wanghaisheng/web3-scaffold-app-monorepo/tree/main/.claude/skills/1k-new-skill
Command: npx skills add https://github.com/wanghaisheng/web3-scaffold-app-monorepo --skill 1k-new-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The workflow enables users to create Claude Code Skills that adhere to standardized structure and best practices, ensuring consistent metadata, clear quick references, and safe activation.

Core Features & Use Cases

  • Standardizes a new skill directory with SKILL.md, references/rules/, and optional scripts/references/assets.
  • Provides decision logic to merge content into an existing skill or split topics into focused new skills.
  • Guides validation steps, token usage checks, and safety considerations to ensure scalable, maintainable skills.

Quick Start

Create a new Claude Code Skill by following the 1k-new-skill structure and placing SKILL.md at the root with at least one references/rules entry.

Frequently Asked Questions about 1k-new-skill

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

FAQPage Schema
How do I create a new Claude Code Skill with the correct structure?

To create a new Claude Code Skill, you need to scaffold a standard directory with SKILL.md at the root and at least one references/rules entry. This structure ensures consistent metadata, clear quick references, and safe activation for your workflow.

When should I merge topics into an existing skill instead of splitting them?

You should merge topics into an existing skill when the content aligns closely with current ontology, but split them into focused new skills when addressing distinct functionalities. The skill provides decision logic to help evaluate whether to merge or split topics.

What are the token-optimization and safety checks required for skill creation?

Skill creation requires passing token usage checks and enforcing strict field requirements to ensure scalable, maintainable skills. These validation steps and safety guidelines prevent bloated metadata and ensure high-quality, safe activation.

What files and directories do I need to set up a maintainable skill ontology?

Setting up a maintainable skill ontology requires standardizing a new skill directory with SKILL.md, a references/rules/ folder, and optional scripts/references/assets. This standardized structure organizes metadata and enforces strict field requirements.

Does building a Claude Code Skill require fetching the latest documentation?

Yes, building a Claude Code Skill involves fetching the latest documentation to ensure accurate metadata and best practices. The workflow outlines how to retrieve current docs before assembling SKILL.md and rule files.

Can I use 1k-new-skill to optimize an existing skill ontology?

Yes, you can use it to optimize skill ontology by applying decision logic to merge or split topics, validating strict field requirements, and running token-optimization checks. This ensures your existing skills remain maintainable and scalable.