Skip to main content

skill-draft

Quickly draft a small skill in one pass — a single SKILL.md, no tracks, no reviewer, no evals. Use for "just write me a skill", a personal/style rule, or a small workflow capture. For a full build with progressive disclosure, a review gate, or evals, use skill-forge instead.

설치로 이동

소스 정보

저장소
alexsmedile/skizl
최근 소스 활동
2026년 8월 21일 21:22
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
skill-draft
description
Quickly draft a small skill in one pass — a single SKILL.md, no tracks, no reviewer, no evals. Use for "just write me a skill", a personal/style rule, or a small workflow capture. For a full build with progressive disclosure, a review gate, or evals, use skill-forge instead.
version
1.2.0
category
devtools
status
current
tags
["meta","skills","draft","authoring"]
# Skill Draft Fast single-pass drafting engine for compact, predictable AI-agent skills. ## 1. Extract Contract Capture from request or workflow trace: 1. **Outcome**: What must the skill make the agent do? 2. **Trigger**: When should it fire? (Rich trigger surface for model-invoked; command for user-invoked). 3. **Output**: What must the final output structure look like? ## 2. Weight & Sizing Decision | Weight | Indicators | Structure | |---|---|---| | **Light** | Small, personal, manual-only, style/reference rule, "just draft it" | Single `SKILL.md` (<50 lines) | | **Standard** | Multi-step workflow, real branches, output templates | Draft `SKILL.md` or route to `skill-forge` | | **Empirical** | Code, data transformation, testable artifacts | Draft MVP + test prompts, or route to `skill-forge` | | **Audit** | Improving, debloating, or hardening existing skill | Diagnostic patch or route to `skill-forge` | ## 3. Micro-Kernel Rules - **Inline vs Disclose**: Keep core triggers, operational steps, finish lines, and critical guardrails in `SKILL.md`. Move heavy references out only when branch-specific. - **Telegraphic Pruning**: Keep a line only if it changes action, selects a branch, defines completion, or blocks a failure. Cut conversational prose, generic tips, and no-ops. - **Finish Lines**: Every step must end on a verifiable, checkable completion criterion (done vs not-done). ## 4. Report Format ```text ┌─ DRAFT · <skill-name> │ file <path/to/SKILL.md> (<N> lines) │ trigger <one-line trigger summary> │ status ready for immediate execution │ next use directly, or harden via /skizl forge └─ ```
GitHub에서 보기