From werner
Initialize a project with Werner development principles — appends development principles to CLAUDE.md and sets up the retros directory
How this skill is triggered — by the user, by Claude, or both
Slash command
/werner:initThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up this project with Werner's development principles and retro infrastructure.
Set up this project with Werner's development principles and retro infrastructure.
Read the development principles template from ${CLAUDE_PLUGIN_ROOT}/templates/development-principles.md.
Use Glob to check if a CLAUDE.md file exists in the project root.
If CLAUDE.md exists:
## Development Principles section already existsIf CLAUDE.md does NOT exist:
CLAUDE.md with the principles template as the initial contentRun mkdir -p .claude/retros to ensure the retros directory exists.
Check if .claude/retros/.gitignore exists. If not, create it with:
# Retro session markers
.last-check-*
Tell the user what was done:
/werner:retro for managing retrospectivesnpx claudepluginhub kreuzhofer/claude-werner-plugin --plugin wernerProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.