modular-skill-crafter

Guidelines and rules for creating new skills that adhere to the standard skill structure.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "modular-skill-crafter" with this command: npx skills add m-m-tech-house/modular-skill-crafter/m-m-tech-house-modular-skill-crafter-modular-skill-crafter

Skills Crafter

Comprehensive guide for creating, structuring, and maintaining agent skills.

When to use this skill

Reference these guidelines when:

  • Creating a new skill from scratch
  • Refactoring an existing skill
  • Adding new rules to a skill
  • Organizing skill resources and examples
  • Validating skill structure and compliance

Rule Categories by Priority (Example)

[!NOTE] The following categories are examples. Skills can define their own categories and priorities based on their specific needs.

PriorityCategoryImpactPrefix
1StructureCRITICALstruct-
2MetadataHIGHmeta-
3ContentMEDIUMcontent-

Quick Reference

1. Structure (CRITICAL)

  • struct-skill-scaffold - Follow the strict directory hierarchy (SKILL.md, rules/, examples/).
  • struct-modular-rules - Break rules into individual markdown files in the rules/ directory.

2. Metadata (HIGH)

  • meta-frontmatter - Include complete YAML frontmatter in SKILL.md.
  • meta-naming - Use semantic, kebab-case naming for skills and files.
  • meta-rule-categories - Define priority categories and use prefixes for rule files.

3. Content (MEDIUM)

  • content-rule-format - Use the standard Why/Incorrect/Correct format for rule definitions.

How to Use

Read individual rule files for detailed explanations and examples:

rules/struct-skill-scaffold.md
rules/meta-frontmatter.md
rules/meta-rule-categories.md
rules/content-rule-structure.md

Each rule file contains:

  • Brief explanation of why it matters
  • Incorrect example with explanation
  • Correct example with explanation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated