# Skills

> Lightweaver Skills

- Skill: `hmbown/skills-9` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add hmbown/skills-9`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hmbown/skills-9/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Hmbown (https://skillmd.com/u/hmbown)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hmbown/skills-9

---

# 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`](./api-illumination.md) — rewrite or design a public interface so it is understandable, example-driven, and explicit about guarantees.
- [`naming-truth.md`](./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.

