skills/writing-skills/SKILL.md
Scaffolds new skills using Anthropic's skill-creator with local conventions overlaid — naming prefixes, third-person description voice, 500-line target, rename protocol. Use when creating, renaming, or restructuring a skill in this repository.
npx skillsauth add philoserf/claude-code-setup skills/writing-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Thin wrapper over skill-creator:skill-creator. Delegates scaffolding and structure to the upstream skill; adds this repository's conventions.
skills/For the mechanics of skill creation (directory layout, frontmatter, progressive disclosure), invoke skill-creator:skill-creator and follow its guidance. This file tracks only the local overrides.
cc- — Claude Code meta-tools (release review, setup recommender, etc.)vc- — version control workflowsmd- — CLAUDE.md operationsname: frontmatter field defaults to the directory name if omitted; prefer omitting unless the name needs to differdescription is required; all other fields are optionalargument-hint: if the skill takes a slash-command argument## Contents TOCskills/<name>/references/<file>.md or similaruse-trueup, vc-ship, diff-review)When renaming a skill:
mv skills/<old> skills/<new>name: in SKILL.md frontmatter if present, or remove it (defaults to directory name)grep -r "<old-name>" --include="*.md" --include="*.json"settings.json, cross-skill refssettings.local.json for stale entries (not tracked in git, easy to miss)task check or bunx prettier --write skills/<name>/SKILL.md to format/cc-review to validate structure and catch issueswriting-planscc-reviewbrainstormingtesting
Audits ~/.claude/skills/ for unused entries, duplicate names, missing descriptions, and the longest descriptions. Use when trimming the user-level skill set, asking which skills are unused, finding duplicates, or auditing skill hygiene.
tools
Publishes and manages Flowershow sites with the `fl` CLI (the Go-based successor to the deprecated `@flowershow/publish` npm package). Use when publishing a note or folder to Flowershow, syncing updates to an existing site, managing auth, listing or deleting sites, or installing/upgrading the CLI.
tools
Copy edits prose while preserving voice and register. Use when asked to edit, copy edit, line edit, proofread, revise, polish, tighten, rewrite, or clean up essays, articles, drafts, or fiction. Flags wordiness, passive voice, clichés, hedging, and nominalizations with bracket markup or clean rewrites.
tools
Improves CLAUDE.md by analyzing conversation patterns. Use when Claude keeps repeating a mistake, when teaching a new preference, or when consolidating guidance from repeated instructions. Captures recurring corrections and style preferences into project instructions.