flaviocopes
- 13 skills
- 0 followers
- 6 hours ago last updated
- ▌ Fstack · flaviocopesThe fstack front door. Invoke /fstack alone to list every skill, or with a task to route it to the right one.
- ▌ Fstack Nail · flaviocopesNail down an unclear task before any work starts. Ask questions, confirm a 3-line summary, then stop. Use when the task is vague or /fstack routes here for clarification.
- ▌ Fstack Plan · flaviocopesWrite a short PLAN.md the user approves before building. Use after /fstack-nail confirms, or when the user asks for a plan and the idea is already clear.
- ▌ Fstack Push · flaviocopesCommit the current task's changes and push them to the remote. Nothing else — no tests, no deploy.
- ▌ Fstack Build · flaviocopesExecute an approved PLAN.md one step at a time. Use when the plan is approved and the user says to build.
- ▌ Fstack Check · flaviocopesReview finished work with three questions before shipping. Use when work is done and needs review, or after /fstack-build finishes all plan steps.
- ▌ Fstack Learn · flaviocopesCapture one lesson from recent work into LEARNED.md. Use after shipping, when something surprising happened, or when a non-obvious fix would save future time.
- ▌ Fstack Roast · flaviocopesStress-test a product idea before any code gets written. Use when you have an idea and want honest pushback, or you are not sure something is worth building.
- ▌ Fstack Design · flaviocopesFix AI-generated design so it matches the project's existing styles and is genuinely good. Use when new UI looks off, inconsistent, or like generic AI slop.
- ▌ Fstack Document · flaviocopesWrite documentation for the whole project into docs/, from an ELI5 overview to deeper explanations. Run it again to update the docs with changes since they were written. Use for a new project's docs or to refresh stale ones.
- ▌ Fstack Simplify · flaviocopesAudit for unnecessary complexity and propose deletions — from a single file to the whole codebase. Use when something feels bloated, over-engineered, or sloppy.
- ▌ Fstack Interview · flaviocopesInterview the user about the product behind the project and record the answers in AGENTS.md (or CLAUDE.md). Use when starting a project, or when the agent keeps guessing at business context it should already know.
- ▌ Fstack Counselors · flaviocopesAsk the same question to the 3 most capable models available and synthesize their independent answers into one verdict. Use for decisions big enough to want more than one opinion.