Initialize banner
sellke sellke

Initialize

DevOps community

Description

--- name: initialize description: "Set up a project's technical foundation, auto-detecting greenfield vs brownfield. Infrastructure only - product strategy belongs to plan-product." problem: "A project carries no written record of the stack it runs on or the conventions it follows, so every later command re-derives them from the code and guesses differently." outcome: "The technical foundation is written down — stack, style, and the machine-readable conventions later commands read — for a codeba

Installation

Installs to ~/.claude/skills/sellke-writ-initialize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sellke-writ-initialize && curl -fsSL https://raw.githubusercontent.com/sellke/writ/HEAD/commands/initialize.md -o ~/.claude/skills/sellke-writ-initialize/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository