Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Pre-Code Design Gate

    1

    Enforce senior-level architectural thinking by making your agent write a 5-line Design Note before coding.

    Free

    2 installsSecurity scanned
    Pre-Code Design Gate

    Pre-Code Design Gate

    Example session with this skill installed

    Add a 'resend verification email' button to the user profile page.

    • Read your context and instructions
    • Compiled the pre-code design gate
    • Generated the UI component

    DESIGN NOTE
    Goal: Allow users to trigger a manual email verification retry.
    Blast radius: User profile view, Auth service, Rate limiter.
    Layer: Service layer (AuthService) for logic; Controller for trigger.
    Reuse: Use existing EmailDispatcher; extend RateLimit decorator.
    Risks: Spam potential; mitigated by 60s cooldown.

    pre-code-design-gate.tsx

    TSX · React component

    Generated

    Example file from a real run - the skill writes it into your workspace.

    Connects securely to your tools. The creator never sees your data.

    About this skill

    What it does

    The Pre-Code Design Gate is a lightweight architectural intervention that forces AI agents to stop and think before they type. It implements a mandatory "Design Note" for non-trivial tasks, covering goals, blast radius, layering, reuse opportunities, and risk mitigation. This prevents the common AI habit of jumping straight into code without considering system architecture or existing patterns.

    Why use this skill

    Most AI agents are eager to please but prone to "spaghetti" solutions—putting logic in the wrong layer or reinventing wheels. This skill installs a senior engineering habit that catches these errors at the planning stage when they are cheapest to fix. It ensures your agent maintains a clean codebase by forcing it to justify its architectural choices before presenting a diff.

    Supported workflows

    This skill is framework-agnostic and works across any tech stack. It is particularly effective for:

    • Feature additions in large codebases where "blast radius" matters.
    • Refactoring efforts requiring careful layering.
    • Teams following Clean Architecture or Domain-Driven Design (DDD) principles.

    Expected Output

    Before every non-trivial implementation, the agent will output a standardized 5-line Design Note. This note acts as a gate: you review the intent, layer, and risks; once confirmed, the agent proceeds to generate the actual code changes.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    2 installs

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 3 months ago

    • Free to download with an account

    Listed3 months ago

    What's inside

    Frequently Asked Questions