Forge Setup banner
malakhov-dmitrii malakhov-dmitrii

Forge Setup

Productivity community

Description

--- name: forge-setup description: "One-time project setup for forge: creates docs/ vault, .semgrep/ rules, CLAUDE.md sections" --- # Forge Setup One-time setup to get the most from forge. Run this once per project. ## Steps ### 1. Check tools ``` which semgrep → installed? If not: "Install with: brew install semgrep" which scc → installed? If not: "Install with: brew install scc" which codex → installed? If not: "Optional. Fresh opus agent used as fallback for second opinion." ``` ### 2.

Installation

Installs to ~/.claude/skills/malakhov-dmitrii-forge-forge-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/malakhov-dmitrii-forge-forge-setup && curl -fsSL https://raw.githubusercontent.com/malakhov-dmitrii/forge/HEAD/commands/forge-setup.md -o ~/.claude/skills/malakhov-dmitrii-forge-forge-setup/SKILL.md

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

Full documentation available on GitHub

View Source Repository