devfullcycle/mba-ia-greenfield-project

19Stars on the repository
33Mods indexed here, across every type
28d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

decide

01

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Front-door for free-text decision needs. Triages user input against existing technical decisions, then routes to one of three branches: Revision (parameter change in existing decided TD), Supersede (Option letter change requires new TD), or Greenfield (no relevant TD exists). Trigger phrases: 'tem decisão sobre X?'…

not rated 19 28d ago A 155 tokens

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Apply a Figma → CSS audit report to a Tailwind v4 project. Reads docs/figma-audit.json produced by figma-audit-tokens, validates the CSS file hasn't changed since audit, applies drift fixes and inserts missing tokens following Tailwind v4 conventions (@theme inline for primitives, theme selector blocks for multi-mode…

not rated 19 28d ago A 171 tokens

figma-audit-tokens

03

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Audit drift between a Figma variable collection and a project's CSS variables. Captures Figma variables (all modes) plus text/effect styles, parses the project's CSS variables wherever they live (@theme inline, :root, .dark, custom selectors), and emits a structured JSON report at docs/figma-audit.json with drift…

not rated 19 28d ago A 195 tokens

generate-test-guide

04

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Analyzes a project's tech stack, searches the web for testing best practices, asks the user clarifying questions, and generates a project-specific testing multi-file skill at .claude/skills/testing-guide- / with main SKILL.md and artifact/reference sub-files. Invoke with /generate-test-guide .

not rated 19 28d ago A 70 tokens

implement-phase

05

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Execute a phase implementation plan step by step, respecting dependencies, running the relevant tests after each SI, and only advancing when tests pass. Use whenever the user asks to implement, execute, build, or deliver a planned phase — including variations like 'implement phase X', 'execute phase-02', 'build the…

not rated 19 28d ago A 105 tokens

implement

06

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Execute a phase or task implementation plan step by step, respecting dependencies, running the relevant tests after each SI, and only advancing when tests pass. Use whenever the user asks to implement, execute, build, or deliver a planned phase or task — including variations like 'implement phase X', 'execute…

not rated 19 28d ago A 132 tokens

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

NestJS architecture patterns and best practices. TRIGGER when: planning or implementing NestJS features (modules, controllers, services, etc), designing modules, implementing auth/security, or writing NestJS tests. DO NOT TRIGGER when: only reading NestJS code without intent to modify, working on frontend, or asking…

not rated 19 28d ago A 73 tokens

next-best-practices

08

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling.

not rated 19 28d ago A 38 tokens

plan-build

09

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Stage 4 of the plan pipeline (phase and task modes). Runs abort-fast preflight checks (mode detection, context.md + validation.md present and fresh, status clean, library-refs.md present if required, resume detection) and writes the final phase-NN-{slug}.md or task-{slug}.md artifact directly from the main thread. The…

not rated 19 28d ago A 169 tokens

plan-context

10

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Stage 1 of the plan pipeline (phase and task modes). Consolidates project-plan.md (phase mode), decisions docs (phase-scope + ad-hoc tied to the phase, or the task's own + correlated docs), prior phases (or latest completed phase) and testing guide into a lean context.md. Use when the user asks to start planning a…

not rated 19 28d ago A 131 tokens

plan-phase

11

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Generate a technical implementation plan for a project phase. Use whenever the user asks to plan, detail, or generate the technical plan for a phase — including variations like 'plan phase X', 'detail the phase', 'generate phase implementation', 'create the phase-XX.md', or any mention of creating the technical…

not rated 19 28d ago A 71 tokens

plan-pipeline

12

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Entry point and shared conventions for the plan pipeline (phase and task modes). Invoke directly when the user asks about planning without specifying a stage — this skill orients them to the pipeline stages (context → validate → resolve → build → specs [optional]). For actual work, use the stage skills: plan-context…

not rated 19 28d ago A 82 tokens

plan-resolve

13

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Stage 3 of the plan pipeline (phase and task modes). Reads validation.md, asks the user via AskUserQuestion, and applies the answers to the decisions doc (filling Decision: fields, injecting superseded markers, or creating the decisions doc on-the-fly in task-sem-research), context.md (patching the Decisions Index)…

not rated 19 28d ago A 174 tokens

plan-rule-author

14

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Scaffolds a new custom rule MD file under docs/rules/{plan-validate,plan-build,plan-resolve}/ following the canonical contract documented inline in this SKILL.md. Use when the user asks to create, author, or scaffold a new validation/build/resolve rule, register a new IC prefix, or add a custom check that fires under…

not rated 19 28d ago A 189 tokens

plan-test-specs

15

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Stage 5 of the plan pipeline (post-build). Generates and syncs /specs/ .plan.md files from phase/task plans, in Microsoft spec-driven format. Specs are later consumed by /implement Step 3a — frontend path loads the playwright-cli Skill for Playwright pattern reference and LLM-authors the E2E test file; backend path…

not rated 19 28d ago A 162 tokens

plan-validate

16

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Stage 2 of the plan pipeline (phase and task modes). Reads context.md (which embeds ## Decisions Detail and ## Inherited Decisions Detail with Recommendation + Libraries per TD), detects inconsistencies, ambiguities, missing decisions, dependency gaps (phase mode), and inherited-constraint conflicts. Produces or…

not rated 19 28d ago A 129 tokens

research

18

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Research technical options and generate a structured decisions document. Use whenever the user needs to explore alternatives, understand trade-offs, or define technical paths — whether for a project phase or an ad-hoc topic. Trigger phrases include: 'research options for phase X', 'research how to do Y', 'technical…

not rated 19 28d ago A 111 tokens

screen-inventory

19

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Generate a screen inventory for a project phase or task. Infers which screens need to be built or updated from the phase's capabilities (phase mode) or from the task's scope prose (task mode), asks the user for the corresponding Figma URLs, then extracts each screen's components via the Figma MCP, classifies them by…

not rated 19 28d ago A 201 tokens

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Testing guide for nestjs-project. Reference this skill when planning features, implementing code, creating tests, or reviewing changes in nestjs-project. Covers what to test, at which layer, and how to set up each test — organized by artifact type. Triggers on: planning nestjs-project features, implementing…

not rated 19 28d ago A 114 tokens

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

Testing guide for next-frontend. Reference this skill when planning features, implementing code, creating tests, or reviewing changes in next-frontend. Covers what to test, at which layer, and how to set up each test — organized by artifact type. Triggers on: planning next-frontend features, implementing next-frontend…

not rated 19 28d ago A 113 tokens

typeorm

22

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

TypeORM patterns and database development guidelines. TRIGGER when: planning or implementing features involving database, TypeORM entities, repositories, migrations, queries, or data source configuration. DO NOT TRIGGER when: only reading database code without intent to modify, working on frontend, or asking general…

not rated 19 28d ago A 62 tokens

devfullcycle/mba-ia-greenfield-project

Skill Claude CodeCodex

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

not rated 19 28d ago A 67 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: