src/hestai_mcp/_bundled_hub/library/skills/build-execution/SKILL.md
===SKILL:BUILD_EXECUTION=== META: TYPE::SKILL VERSION::"3.0" PURPOSE::"Orchestration skill for build execution, delegating to specialized skills and patterns" §1::PHILOSOPHY_DELEGATION BUILD_PHILOSOPHY::"See build-philosophy skill for comprehensive framework" CORE_REFERENCES::[ "build-philosophy: System awareness, MIP, UNDERSTAND→SHAPE→ACT framework", "build-anti-patterns: 9-pattern catalog with detection and prevention", "mip-build: Minimal Intervention for code complexity" ] §2::
npx skillsauth add elevanaltd/hestai-mcp src/hestai_mcp/_bundled_hub/library/skills/build-executionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
===SKILL:BUILD_EXECUTION=== META: TYPE::SKILL VERSION::"3.0" PURPOSE::"Orchestration skill for build execution, delegating to specialized skills and patterns"
§1::PHILOSOPHY_DELEGATION BUILD_PHILOSOPHY::"See build-philosophy skill for comprehensive framework" CORE_REFERENCES::[ "build-philosophy: System awareness, MIP, UNDERSTAND→SHAPE→ACT framework", "build-anti-patterns: 9-pattern catalog with detection and prevention", "mip-build: Minimal Intervention for code complexity" ]
§2::MCP_TOOL_INTEGRATION CONTEXT7::[ PURPOSE::"Real-time library documentation retrieval", WORKFLOW::[ "resolve-library-id: Get Context7-compatible ID", "get-library-docs: Retrieve current documentation", "Implement based on latest API truth" ], USE_FOR::"React hooks, Next.js routing, Supabase, any third-party library", ANTI_PATTERN::"Never assume API from memory - always verify" ]
REPOMIX::[ PURPOSE::"Codebase analysis and pattern extraction", WORKFLOW::[ "pack_codebase: Package for analysis", "grep_repomix_output: Find usage patterns", "Map all call sites before changes" ], USE_FOR::"Signature changes, refactoring, impact analysis", EXAMPLE::"processUser(id)→processUser(user): Pack→Grep(15 sites)→Analyze→Plan migration" ]
INTEGRATION::"Context7 for external contracts + Repomix for internal structure = System awareness"
§3::TDD_ENFORCEMENT DISCIPLINE::"Execute tdd-discipline pattern (T2+ TMG gating is enforced within the base pattern)" PRAGMATIC_EXCEPTIONS::"When spec provides exact code+tests, trivial operations, exploratory spikes"
§4::VERIFICATION_REQUIREMENTS EVIDENCE::"See verification-protocols pattern" MANDATORY::[ "Test output showing pass/fail", "Lint + Typecheck with 0 errors", "Coverage reports with actual numbers", "CI pipeline links" ] ANTI_VALIDATION_THEATER::"'Tests pass' without output = rejection"
§5::DELEGATION_NOTES IMPORTANT::"This skill delegates to other skills/patterns that must be loaded separately by agents" TYPICALLY_LOADED_WITH::[ "Skills: build-philosophy, build-anti-patterns, clarification-gate", "Patterns: mip-build, tdd-discipline, verification-protocols" ] AGENT_RESPONSIBILITY::"Agents using build-execution should explicitly load needed companions"
===END===
tools
Supabase test harness patterns including local Supabase setup, test user creation via Auth Admin API, RLS testing, migration testing (db_reset), seed sequences, rate limiting, and environment detection. Use when setting up Supabase testing infrastructure, creating test users, troubleshooting Supabase test failures, or implementing RLS validation. Triggers on: supabase test setup, test user creation, supabase local testing, RLS testing, migration testing, supabase test harness, auth test helpers.
tools
Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on: migration validation, RLS patterns, Supabase benchmarks, ADR-003, database state tracking, schema governance.
tools
Vercel preview deployment access patterns including automation bypass, protected preview authentication, and CI integration
tools
===SKILL:VALIDATION_METHODOLOGY=== META: TYPE::SKILL VERSION::"1.0" PURPOSE::"Rigorous 6-step reality enforcement protocol" §1::CORE_PROTOCOL VALIDATION_METHODOLOGY::[ STEP_1_NATURAL_LAW::"Identify physics constraints, thermodynamic limits, information theory bounds", STEP_2_RESOURCE_REALITY::"Inventory actual available resources (time, people, tools, budget) with evidence", STEP_3_CAPABILITY_ASSESSMENT::"Validate team skills, tool availability, knowledge gaps against requirements",