← ClaudeAtlas

context-forgelisted

Use when starting a brand-new project that needs AI-agent context (CLAUDE.md, AGENTS.md, skills, rules, MCP, spec workflow) set up from day one. Discusses goals → matches catalog know-how → creates a new GitHub repo with everything wired in. Keywords: harness engineering, bootstrap project, context engineering, scaffold repo, start project, agent-ready repo.
glowElephant/context-forge · ★ 2 · AI & Automation · score 75
Install: claude install-skill glowElephant/context-forge
# context-forge Auto-harness-engineering for AI coding agents. Turns a 5-minute project discussion into a fully context-engineered GitHub repository. **Announce at start:** "Using context-forge to bootstrap a harness-engineered repo for your project." (Translate to the user's language — see "Language matching" below.) ## Language matching Detect the user's language from their first message and respond in that language for ALL user-facing output (announce message, fixed questions, free discussion, Phase 3 proposal, Phase 4 prompts, Phase 6 hand-off). Code blocks, file paths, command names, and frontmatter keys stay in English. Catalog entry names (e.g., `gstack-claude-toolkit`) stay as-is. If the user switches language mid-flow, switch with them. If unclear, ask once. The example output blocks in this skill are written in English; translate them when speaking to the user. ## Hard prerequisites Before doing anything else, verify ALL of these. If any fail, ask the user to fix and stop. 1. `gh` CLI is authenticated: ```bash gh auth status ``` Expected: a logged-in account. 2. context-forge is checked out locally with the catalog present. The user should set `CONTEXT_FORGE_PATH` to their clone (default: `C:/Git/context-forge` or `~/code/context-forge`): ```bash test -d "$CONTEXT_FORGE_PATH/catalog" && test -f "$CONTEXT_FORGE_PATH/sources/index.json" ``` If `CONTEXT_FORGE_PATH` is not set, ask the user where their context-forge clone is and persist