Skills

Lightweaver Skills

Hmbown d775bac 3 files · 3.5 KB Updated

File contents

Lightweaver Skills

Lightweaver skills make interfaces, names, and examples tell the truth. Use them when the code exists but the human-facing story around it is foggy, misleading, or overcomplicated.

Available skills

  • api-illumination.md — rewrite or design a public interface so it is understandable, example-driven, and explicit about guarantees.
  • naming-truth.md — repair misleading names and vocabulary drift across code, docs, and tests.

Usage contract

  1. Start from actual behavior, not aspirational wording.
  2. Prefer one crisp example over long abstract explanation.
  3. Name defaults, units, failure modes, and non-goals explicitly.
  4. Escalate to Elsecaller when no truthful language fits the current boundaries.

hmbown/knightsradiant/tree/main/agents/06-lightweaver/skills commit d775bac6b5

Frequently asked questions

npx skillmds@latest add hmbown/skills-9