k-create-skill

Creating Claude Skills

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 "k-create-skill" with this command: npx skills add falkicon/mechanic/falkicon-mechanic-k-create-skill

Creating Claude Skills

Knowledge for creating and maintaining Claude commands and skills.

Mechanic Skill System

This project uses a three-prefix taxonomy:

Prefix Type Purpose

c-

Commands Action workflows with explicit steps

s-

Skills How-to knowledge (paired with commands)

k-

Knowledge Context/background (no command needed)

See ../../AGENTS.md for full system documentation.

Creating a New Action

To add a new action (e.g., "deploy"):

  • Create commands/c-deploy.md with explicit steps

  • Create skills/s-deploy/SKILL.md with detailed guidance

  • Add bidirectional links between them

Creating New Knowledge

To add new context (e.g., "blizzard-api"):

  • Create skills/k-blizzard-api/SKILL.md

  • No command needed - the skill IS the context loader

Skill Structure

skills/[skill-name]/ ├── SKILL.md # Required: Main skill file └── references/ # Optional: Supporting documents ├── topic1.md └── topic2.md

SKILL.md Format


name: [prefix]-[name] description: > [What this skill does]. [What content it covers]. Use when [scenarios]. Triggers: [keyword1], [keyword2], [keyword3].

[Title]

[One-line description]

Related Commands (for s-* skills only)

  • c-X - [description]

Capabilities / Key Concepts

  1. [Item 1] — [Brief description]
  2. [Item 2] — [Brief description]

Routing Logic (optional)

Request typeLoad reference
[Topic]references/file.md

Core Principles

  1. Progressive Loading

Skills load in stages:

  • Stage 1: Name + description (always loaded)

  • Stage 2: SKILL.md body (when skill is relevant)

  • Stage 3: References (only when explicitly needed)

Design for minimal initial context, deep references.

  1. Clear Triggers

Description should include trigger words that help Claude know when to use this skill.

  1. Self-Contained References

Each reference file should be independently useful without requiring other files.

  1. Actionable Content

Focus on rules, patterns, and examples—not background explanation.

Routing Logic

Request type Load reference

Skill file format references/format.md

Routing tables references/routing.md

Description writing references/descriptions.md

Reference file design references/reference-files.md

Skill architecture references/architecture.md

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

k-fencore

No summary provided by upstream source.

Repository SourceNeeds Review
General

k-ecosystem

No summary provided by upstream source.

Repository SourceNeeds Review
General

s-lint

No summary provided by upstream source.

Repository SourceNeeds Review