forge

作者 sparkdeath324已验证

AI skill: forge

0
Stars
0
Forks
Shell
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/sparkdeath324/forge

快速入门

使用 forge 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

forge

Turn a one-line idea into a working, full-stack web app — by orchestrating a fleet of parallel agents.

forge is a Claude Code skill. Invoke it in plan mode (ideally with ultracode on) and it will interrogate your idea across every dimension, design the architecture and a distinctive UI, then build, run, and verify the whole app end to end — pausing at checkpoints so you stay in control.

It is self-contained but composes with best-in-class companions when you have them (superpowers, feature-dev, frontend-design) — and falls back to its own embedded guidance when you don't.


Install — one paste

Requirements: Claude Code, git, bash.

git clone --depth 1 https://github.com/sparkdeath324/forge.git ~/.forge && ~/.forge/install.sh

Or the curl | bash bootstrap (after you set REPO_URL in install.sh):

curl -fsSL https://raw.githubusercontent.com/sparkdeath324/forge/main/install.sh | bash

That copies the skill to ~/.claude/skills/forge/. Restart Claude Code so it picks up the new skill.

Replace sparkdeath324 with your GitHub org/user in both the commands above and the REPO_URL at the top of install.sh before publishing.

Upgrade: cd ~/.forge && git pull && ./install.sh (idempotent). Uninstall: rm -rf ~/.claude/skills/forge.


Use

  1. Turn on ultracode (forge is built for heavy multi-agent orchestration; if it's off, the skill explains and offers a lighter single-threaded path).
  2. Enter plan mode.
  3. Say what you want, e.g. "build me an app: a personal habit tracker with streaks and a heatmap."

forge then walks these phases:

PhaseWhereWhat happens
A. Gate & Framemain threadultracode check; frame the idea
B. Clarifymain threadquestions across every aspect → a written spec
C. Architecture + UIparallel agentsa disjoint slice manifest + design tokens
D. PlanExitPlanModeyou approve the build plan
E. Buildcheckpointed Workflowfoundation → parallel slices → integrate → build-run-verify loop, with a checkpoint after each phase
F. Reportmain threadhow to run it, file map, QA results, gaps, next steps

The interactive thinking happens up front (only the main thread can ask you questions); once you approve, the build fans out across agents and pauses at checkpoints so you can redirect.


How it works (design notes)

  • Parallelism by disjoint file ownership. Architecture is decomposed into independent slices, each owning a strictly disjoint set of files, built against frozen shared contracts. An integrator owns the shared wiring. This is what lets agents build concurrently in one tree — there is no filesystem lock, so the manifest must truly partition every path.
  • Main thread vs subagents. Skill-dependent, interactive work (brainstorming, UI direction) runs in the main thread; subagents only do autonomous, fully-specified work (architecture-from-spec, slice builds, verification). Subagents can use agent types but cannot reach skills — so skill expertise is inlined into their briefs.
  • Built to actually run. The verify loop installs, builds, tests, boots the app, and smoke-tests the core flows, dispatching fix agents until green or a capped number of rounds — then reports honestly.

Optional: watch the build live

If you run multi-agent-connector, forge can broadcast each checkpoint so you can follow and steer the build from a second window. Note it's a handoff bus, not a file lock — it never enforces slice ownership.


License

MIT — see LICENSE.

常见问题

What is forge?

forge is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by sparkdeath324. It has 0 GitHub stars.

Is forge safe to use?

Yes. forge passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install forge?

Clone the repository with "git clone https://github.com/sparkdeath324/forge" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is forge written in?

forge is primarily written in Shell. It is open-source under sparkdeath324 on GitHub, so you can review or fork the full source.

Are there alternatives to forge?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh forge against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情