loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

apex-forge

MCP Tool

d-wwei/apex-forge

Agent development platform. 3 binaries, 43 skills, 59 browser commands, 18 review personas, 115 agent templates. Remixed from 8 open-source projects.

Install

$ npx loaditout add d-wwei/apex-forge

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "apex-forge": {
      "command": "npx",
      "args": [
        "-y",
        "apex-forge"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Apex Forge

中文文档

An execution framework for AI coding agents. 43 skills, three complexity tiers, one install. Remixed from 8 open-source projects.

---

Why

AI coding agents are unreliable. They guess instead of verifying. They skip tests. They claim "done" without proof. They can't coordinate on multi-step tasks. And you end up installing 5 different tools to get a complete workflow.

Apex Forge fixes this by enforcing discipline at the protocol level, not by hoping the agent behaves.

---

Quick Start
git clone https://github.com/d-wwei/apex-forge.git ~/.claude/skills/apex-forge
cd ~/.claude/skills/apex-forge
bun install && bun run build:all
bunx playwright install chromium
./dist/apex-forge init

Or just tell the AI: "initialize apex forge"

You now have 3 binaries (apex-forge, apex-forge-browse, apex-forge-mcp), 43 skills, and a protocol that auto-injects on every session.

After init, your project gets an .apex/ directory:

.apex/
  state.json      -- current stage and session state
  tasks.json      -- task list and state machine
  memory.json     -- memory store (persists across sessions)
  analytics/      -- usage data
  screenshots/    -- browser screenshots

Already in .gitignore. Won't be committed.

---

Usage

Every scenario below shows two ways to work: talk to the AI in natural language, or run a command directly. Mix and match.

Build a Feature

Tell the AI: "I want to add user auth with JWT"

Or drive each stage manually:

# 1. Requirements exploration (hard gate: no code gets written here)
/apex-forge-brainstorm
# -> produces docs/brainstorms/auth-requirements.md

# 2. Implementation plan (file paths, function signatures, test scenarios)
/apex-forge-plan
# -> produces docs/plans/auth-plan.md

# 3. TDD execution (tests first, complex tasks auto-split to sub-agents)
/apex-forge-execute

# 4. Quality review (18 perspectives: security, correctness, framework-specific

Tags

agentaiautomationbrowser-automationbunclaude-codecoding-agentconsensusmcpmulti-agentorchestrationraftskill-frameworktddtypescriptworkflow-engine

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated14 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/d-wwei/apex-forge)](https://loaditout.ai/skills/d-wwei/apex-forge)