nagendra-kon

Fast Gate — Development skill for Claude Code

Development community

Generate the four Fact-Forcing Gate facts for a file before writing it.

How to install Fast Gate

Installs to ~/.claude/commands/nagendra-kon-fast-gate-fast-gate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nagendra-kon/fast-gate/HEAD/.claude/commands/fast-gate.md -o ~/.claude/commands/nagendra-kon-fast-gate-fast-gate.md

Restart Claude Code, or start a new session, for it to be picked up.

What Fast Gate does


description: Generate the four Fact-Forcing Gate facts for a file before writing it argument-hint: allowed-tools: Bash(fast-gate:*)

Prepare to write `$ARGUMENTS` without tripping the Fact-Forcing Gate hook.

  1. Take the user's current instruction exactly as they wrote it. Do not paraphrase it.

  2. Run, from the repo root:

    fast-gate inspect $ARGUMENTS --instruction "$(cat <<'EOF'
    
    EOF
    )"
  3. If it prints a warn

Alternatives in Development

  • GGA — Agent Skills Index — When working on this project, load the relevant skill(s) BEFORE writing any code 948 ★
  • /validate — Run full validation on the current finding before writing a report 927 ★
  • Stop Review Gate — You are reviewing uncommitted changes before the author finishes their turn 664 ★

Full documentation available on GitHub

View Source Repository