masterno/agent-skills
Skill Claude CodeCodex
Prevent agent-generated code from introducing silent fallbacks, swallowed failures, speculative abstractions, premature shared architecture, and unnecessary complexity. Use when implementing new features, bug fixes, refactors, cleanup passes, or architecture decisions where Codex should keep changes explicit, local…
masterno/agent-skills
Skill Claude CodeCodex
Analyze inline code maps/architecture maps and improve implementation quality. Use when the user says "Analyze Code Map" or asks to compare a code map to the actual code, identify discrepancies, bugs, or improvements, produce a summary, checklist, and grade, and update a working document with findings and an…
masterno/agent-skills
Skill Claude CodeCodex
Analyze UI design from live pages or screenshots. Use when the user says "Analyze UI design", requests a design review, asks for layout/visual feedback, or wants design/feature improvements based on a screenshot or a local dev page. Prefer Browser MCP screenshots when available; otherwise request a user-provided…
masterno/agent-skills
Skill Claude CodeCodex
Use when the task involves reading, creating, or editing .docx documents, especially when formatting or layout fidelity matters; prefer python-docx plus the bundled scripts/renderdocx.py for visual checks.
masterno/agent-skills
Skill Claude CodeCodex
Turn a selected feature idea into a bounded implementation-ready feature plan grounded in existing product surfaces, contracts, and ownership boundaries. Use when the user has chosen a feature candidate and wants the MVP, user flow, reused contracts, new surface area, implementation slices, risks, and validation plan…
masterno/agent-skills
Skill Claude CodeCodex
Explore a codebase to identify high-leverage feature opportunities grounded in existing product surfaces, data contracts, user flows, and reusable capabilities. Use when the user wants feature ideas, asks what to build next, wants features that expand current surfaces or introduce adjacent new feature boundaries, or…
masterno/agent-skills
Skill Claude CodeCodex
Use when the task asks for a visually strong landing page, website, app, prototype, demo, or game UI. This skill enforces restrained composition, image-led hierarchy, cohesive content structure, and tasteful motion while avoiding generic cards, weak branding, and UI clutter.
masterno/agent-skills
Skill Claude CodeCodex
Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (scripts/imagegen.py) and require OPENAIAPIKEY for live…
masterno/agent-skills
Skill Claude CodeCodex
Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.
masterno/agent-skills
Skill Claude CodeCodex
Persistent browser and Electron interaction through jsrepl for fast iterative UI debugging.
masterno/agent-skills
Skill Claude CodeCodex
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.