# <skill Id>

> <One-sentence skill description>

- Skill: `chris-buckley/skill-id` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add chris-buckley/skill-id`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chris-buckley/skill-id/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: chris-buckley (https://skillmd.com/u/chris-buckley)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/chris-buckley/skill-id

---


# <Skill Name>

<One-paragraph skill overview: what it does, who it is for, and why it exists.>

## References

1. [00 <First reference>](references/00-<name>.md)

## Skill layout

- `SKILL.md` — this file (skill entrypoint).
- `references/` — normative specification documents.
- `assets/` — reusable constants and format contracts.
  - `constants/` — constant blocks.
  - `formats/` — format contracts.
- `processes/` — executable APS process documents.
- `guides/` — prose reference documents for humans and agents.
- `scripts/` — optional build / compile / lint scripts.

