·skill-creator
</>

skill-creator

carvalab/k-skills

Guide for creating effective agent skills. Use PROACTIVELY when creating new skills or refactoring bloated ones. Teaches progressive disclosure, 200-line rule, and 3-tier loading system.

6Installs·0Trend·@carvalab

Installation

$npx skills add https://github.com/carvalab/k-skills --skill skill-creator

SKILL.md

Create effective agent skills using progressive disclosure. Skills are workflow capabilities, not documentation dumps. The goal is loading the right information at the right time.

If you can't fit core instructions in 200 lines, you're putting too much in the entry point.

| references/architecture.md | 3-tier system deep dive | | references/frontmatter.md | YAML frontmatter spec | | references/writing-guide.md | Content writing best practices | | references/refactoring.md | How to split bloated skills | | references/anti-patterns.md | What NOT to do | | references/examples.md | Complete skill examples |

Guide for creating effective agent skills. Use PROACTIVELY when creating new skills or refactoring bloated ones. Teaches progressive disclosure, 200-line rule, and 3-tier loading system. Source: carvalab/k-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/carvalab/k-skills --skill skill-creator
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is skill-creator?

Guide for creating effective agent skills. Use PROACTIVELY when creating new skills or refactoring bloated ones. Teaches progressive disclosure, 200-line rule, and 3-tier loading system. Source: carvalab/k-skills.

How do I install skill-creator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/carvalab/k-skills --skill skill-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/carvalab/k-skills