claude-skills

Scaffold standardized Claude Skills with SKILL.md frontmatter and directory structure.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Bearflower/stockfiter --skill claude-skills-bearflower
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skills
Source: https://github.com/Bearflower/stockfiter/tree/main/skills/vibe-coding-cn-main/i18n/zh/skills/claude-skills
Command: npx skills add https://github.com/Bearflower/stockfiter --skill claude-skills-bearflower

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill centralizes the process of turning scattered domain material (docs, APIs, specs) into reusable Claude Skills, providing consistent structure and governance.

Core Features & Use Cases

  • Meta-skill scaffolds new Skills with a standard SKILL.md frontmatter and a full References/Scripts/Assets skeleton.
  • Enforces a production-grade layout, including a quality gate and maintenance metadata.
  • Use cases include creating new domain Skills from documentation, refactoring large Skill.md dumps, and maintaining a library of standardized skills for rapid activation.

Quick Start

Scaffold a new Skill by creating SKILL.md with frontmatter and adding optional references/, scripts/, and assets/ directories as needed.

Frequently Asked Questions about claude-skills

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

FAQPage Schema
How do I convert documentation into reusable Claude Skills?

You can convert documentation into reusable Claude Skills by using a meta-skill that automates scaffolding a standard SKILL.md with frontmatter and a full References/Scripts/Assets skeleton from your domain material.

What is the best way to refactor a long Skill.md dump?

The best way to refactor a long Skill.md dump is to apply automated validation that enforces frontmatter validity, mandatory sections, and maintenance metadata to ensure production-grade reliability.

Can I use this to maintain a library of standardized Skills?

Yes, you can maintain a library of standardized Skills by centralizing the process of turning scattered API specs and docs into structured assets with consistent governance and quality gates.

How do I validate frontmatter when creating a new Skill?

You validate frontmatter by applying a quality gate that checks for mandatory sections and maintenance metadata, ensuring the newly scaffolded SKILL.md meets production-grade layout standards.

Do I need to manually create directories for Skill assets?

No, you do not need to manually create directories because the automation scaffolds optional references/, scripts/, and assets/ directories automatically as needed during the Skill creation process.