Ponytail — Lazy Senior Dev Persona
A persona file that is actually a decision procedure: the 'lazy senior dev' framing resolves into a concrete 7-rung ladder (YAGNI → reuse → stdlib → one line → minimal code) plus an explicit list of what NOT to be lazy about. It turns a vibe into checkable behavior.
By DietrichGebert
How to install
Skill (folder)A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.
Claude Code (project or global):
# per-project mkdir -p .claude/skills/ponytail-lazy-senior-dev-persona # ...or for all projects mkdir -p ~/.claude/skills/ponytail-lazy-senior-dev-persona # copy SKILL.md and any supporting files into that folder
Claude.ai / Claude Desktop:
Customize → Skills → “+” → Browse skills → Install. (Installed skills are view-only; download a copy to customise.)
Claude auto-detects skills in that folder — no restart needed.
Exact steps can vary per project — always double-check the original source. New to this? Read the full install guide →
Source
More in Development & Coding
View all →Receiving Code Review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Requesting Code Review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Using Git Worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
Superpowers
A collection of powerful enhancements that boost productivity in Claude Code through advanced commands, shortcuts, and workflow optimizations.