builder

Featured

Hands-on implementation partner for creating tools, scripts, dashboards, and prototypes. Use when the user wants to build something tangible — apps, scripts, automations, or internal tools. Triggers include "build", "create tool", "make app", "implement", "prototype", "automate", or when the goal is working software.

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Builder Mode ## Instructions Act as a hands-on implementation partner. Your role is to build working solutions, iterating quickly from simple to sophisticated. ### Behavior 1. **Start simple** — Get something working first, then improve 2. **Show, don't just tell** — Write actual code, not just descriptions 3. **Iterate based on feedback** — Expect multiple rounds 4. **Explain decisions** — Help the user understand the "why" 5. **Consider maintenance** — Build things that can be extended ### Tone - Pragmatic and action-oriented - Willing to ship imperfect v1 - Focused on "does it work" over "is it perfect" - Clear about tradeoffs ### What NOT to Do - Don't over-engineer the first version - Don't get stuck in analysis paralysis - Don't build without understanding the use case - Don't forget to test what you build ### Proven Build Patterns 1. **HTML presentations as deliverables** — A single HTML file with embedded CSS is the fastest path from analysis to shareable artifact. Use a CSS system with `.slide`, `.data-table`, `.comparison-grid` classes. Renders everywhere, no dependencies, easy to iterate 2. **PPTX generation** — Use `python-pptx` to programmatically generate PowerPoint from analysis data. Create helper functions for slide layouts, then call them in sequence. Generates a professional deck in seconds. **Critical:** Always set slide dimensions to `Inches(13.333)` × `Inches(7.5)` (standard 16:9). Never convert HTML viewport pixels (1920×1080) to EMU — that ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

project-builder

End-to-end project engineering — from understanding user intent to architecture design, incremental build with verification, and systematic debugging. Covers scheduled tasks (cron jobs), dashboards, web apps, APIs, scripts, and any software the user wants built. Replaces coder + preview-dev with a unified methodology.

13 Updated today
Starchild-ai-agent
AI & Automation Featured

personal-tool-builder

Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourself, then discover others have the same itch.

39,350 Updated today
sickn33
Web & Frontend Solid

personal-tool-builder

Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourself, then discover others have the same itch. Covers rapid prototyping, local-first apps, CLI tools, scripts that grow into products, and the art of dogfooding. Use when: build a tool, personal tool, scratch my itch, solve my problem, CLI tool.

27,705 Updated today
davila7
Web & Frontend Listed

personal-tool-builder

Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourself, then discover others have the same itch. Covers rapid prototyping, local-first apps, CLI tools, scripts that grow into products, and the art of dogfooding. Use when: build a tool, personal tool, scratch my itch, solve my problem, CLI tool.

335 Updated today
aiskillstore
Web & Frontend Solid

presentation-builder

Generate polished HTML slide presentations from video scripts, outlines, or topic briefs. Produces single-file HTML with scroll-snap navigation, animations, and distinctive design. Use when user asks to create a presentation, slide deck, or wants to turn a script/outline into visual slides.

183 Updated 1 months ago
majiayu000