# Style Playbook Starter

> Starter guide for style-topic skills: how to patch (write), enhance (write), and update (read) topic skills consistently.

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

---


# Style Playbook Starter

Use this starter whenever you maintain a `style-topic-*` skill.

## Patch (write)

- Fix factual errors, broken commands, invalid paths, or stale references.
- Keep behavior changes minimal and explicit.
- If patching changes expected outputs, update the relevant examples.

## Enhance (write)

- Add reusable defaults and decision rules, not project-specific one-offs.
- Prefer additive updates; avoid breaking existing command contracts.
- Add clear guardrails and failure handling where missing.

## Update (read)

- Read latest topic skill + source tag doc before proposing changes.
- Validate that examples still match current files and scripts.
- Call out drift between topic guidance and source references.

## Required workflow in topic skills

- Topic skills must cite this starter in a dedicated section.
- Topic skills should not duplicate starter content verbatim; reference it.

