ponytailLazy senior dev mode for any coding task (write, refactor, fix, review): YAGNI, stdlib first, no unrequested abstractions. Not for non-coding requests.
Install via ClawdBot CLI:
clawdbot install dietrichgebert/ponytailGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/DietrichGebert/ponytailAudited Jul 27, 2026 · audit v1.0
Generated Jul 27, 2026
A backend developer needs to create a RESTful API endpoint for a new feature. Using Ponytail, the developer prioritizes reusing existing modules, standard library functions (e.g., http.server, json), and avoids unnecessary abstractions like a separate service layer or DTOs until proven necessary. This results in minimal, focused code.
A team lead reviews a pull request where junior developers added an abstract factory and interface for a simple configuration loader. Using Ponytail's ladder, the lead removes the abstractions, replaces them with a direct dictionary access, and adds a ponytail comment noting the simplification. This reduces complexity and future maintenance.
A payment system fails for certain edge cases. A developer using Ponytail traces the flow across all callers of the faulty function, finds the root cause (e.g., missing type conversion), and applies a single guard in the shared function rather than patching each caller. The fix is minimal and robust.
A web developer needs to add form validation for a new input field. With Ponytail, they use native HTML5 validation (e.g., 'required', 'pattern') instead of writing a JavaScript validation library or custom code. This avoids extra dependencies and keeps the solution simple.
Offer Ponytail as a premium add-on for coding assistants, targeting companies that want to reduce code bloat and maintenance costs. Revenue comes from monthly per-seat fees, with tiered pricing based on usage (e.g., lite, full, ultra).
Provide automated code review powered by Ponytail's principles, integrated into CI/CD pipelines. Clients pay per repository or per review, with a focus on reducing technical debt and improving code quality.
Teach teams to adopt Ponytail's lazy senior dev principles through workshops, paired coding sessions, and codebase assessments. Revenue comes from consulting fees and licensing training materials.
💬 Integration Tip
Integrate Ponytail via a toggle in the AI assistant's system prompt; ensure the 'stop ponytail' command works to revert to normal mode. Start with full intensity by default, then allow users to switch levels.
Scored Jul 27, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.