Open-Sourced Claude Code Skills: A /do Pipeline That Cut Follow-Ups by 80%

A developer who has been using Claude Code in production for several months just open-sourced 15 custom skills on GitHub. The project, my-claude-skills, evolved from getting “Claude writes code that works” to “Claude generates tickets that don’t require three follow-up requests for clarification.”
The /do Command Pipeline
The main entry point is the /do command. It executes a 5-step pipeline:
/todo → /dev → /verify-dev → /build → /test → pushEach step has its own feedback loop, limited to 3 cycles per phase. If /verify-dev detects a logical flaw, it automatically creates -fix-N tickets, sends them back to /dev, then verifies again. The same process handles compilation errors and failed functional tests. The result is either a green report or a clear failure status — never a half-failed push.
Measured Results
Based on over 2,000 commits from production tickets, the developer reports:
- 80% fewer follow-up requests compared to base Claude Code
- 60-65% better quality — common issues like “Claude forgot to handle X” or “this breaks the authentication flow” dropped significantly
- Review cycles cut in half
The developer emphasizes these aren’t bogus stats — they’re facts from real usage across 100+ freelance projects.
Who It’s For
Developers using Claude Code for production work who want to reduce ticket ping-pong and enforce quality gates before push.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Skill Pack: A 2,500+ Command Set for Real Autonomous Operations on Ubuntu
A new skill package for OpenClaw AI agents introduces over 2,500 execution skills for DevOps operations like Docker management, networking configuration, CVE response, and system automation on Ubuntu environments.

Membase: External Memory Layer for AI Assistants Across Tools
Membase is an external memory layer that extracts and stores conversation context in a knowledge graph, then injects relevant memories into new chats across Claude, ChatGPT, Cursor, Gemini, and other AI tools. It's currently in private beta with all features free.

TeamHero v2.6.1: Open-Source Platform for Managing Claude AI Agents
TeamHero v2.6.1 is a local-first, open-source platform that creates a managed team of Claude agents with features like autopilot mode, subtask nesting, flow views, and persistent memory. The tool runs on Node.js with a vanilla HTML/CSS/JS dashboard and requires no database.

Building a Persistent AI Knowledge Infrastructure with OpenClaw
A developer built 'Brain'—a central knowledge service with local RAG, multi-agent coordination, and a typed plugin system—to solve the statelessness problem in AI setups. The system runs entirely on local hardware using Ollama, Postgres, MongoDB, Qdrant, and Memgraph.