经 AI Skill Hub 精选评估,灵魂锻造AI编码助手 获评「推荐使用」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.8 分,适合有一定技术背景的用户使用。
灵魂锻造AI编码助手 是一款基于 TypeScript 开发的开源工具,专注于 AI编码、AST编辑、LSP协议 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
灵魂锻造AI编码助手 是一款基于 TypeScript 开发的开源工具,专注于 AI编码、AST编辑、LSP协议 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g soulforge # 方式二:npx 直接运行(无需安装) npx soulforge --help # 方式三:项目依赖安装 npm install soulforge # 方式四:从源码运行 git clone https://github.com/proxysoul/soulforge cd soulforge npm install npm start
# 命令行使用
soulforge --help
# 基本用法
soulforge [options] <input>
# Node.js 代码中使用
const soulforge = require('soulforge');
const result = await soulforge.run(options);
console.log(result);
# soulforge 配置说明 # 查看配置选项 soulforge --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export SOULFORGE_CONFIG="/path/to/config.yml"
<picture> <source media="(prefers-color-scheme: dark)" srcset="assets/SOULFORGE_LOGO.png" /> <source media="(prefers-color-scheme: light)" srcset="assets/SOULFORGE_LOGO_LIGHT.png" /> <img alt="SoulForge" src="assets/SOULFORGE_LOGO.png" width="560" /> </picture>
<p><strong>The AI coding agent that edits symbols, not strings.</strong></p>
<p> <a href="https://www.npmjs.com/package/@proxysoul/soulforge"><img alt="npm" src="https://img.shields.io/npm/v/@proxysoul/soulforge?label=npm&color=7844f0&style=flat-square" /></a> <a href="https://github.com/ProxySoul/soulforge/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/ProxySoul/soulforge/ci.yml?label=ci&style=flat-square" /></a> <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-BSL%201.1-blue.svg?style=flat-square" /></a> <a href="https://soulforge.proxysoul.com"><img alt="Docs" src="https://img.shields.io/badge/docs-soulforge.proxysoul.com-555.svg?style=flat-square" /></a> </p>
</div>
| Feature | What it does |
|---|---|
| **AST editing** | TS/JS edits via ts-morph, 65+ ops, atomic batches. [docs](https://soulforge.proxysoul.com/tools/ast-edit) |
| **Live Soul Map** | SQLite graph, PageRank + git co-change, blast-radius tags. [docs](https://soulforge.proxysoul.com/concepts/repo-map) |
| **LSP + Mason** | 576+ servers installable from the TUI |
| **33 languages** | symbol-level reads, not file dumps |
| **Compound tools** | rename_symbol, move_symbol, refactor, project (23 toolchains) |
| **Task router** | route each slot (spark / ember / compact / verify / web / semantic) to a different model per tab. Haiku for exploration, Sonnet for code, Flash for compaction. /router. [docs](https://soulforge.proxysoul.com/recipes/task-router) |
| **V2 compaction** | usually 0 LLM tokens. [docs](https://soulforge.proxysoul.com/context/compaction) |
| **Parallel agents** | Spark + Ember with shared I/O cache |
| **Embedded Neovim** | real nvim in a PTY, your config |
| **5 tabs** | per-tab model, session, checkpoints, file claims |
| **Time machine** | every prompt is a checkpoint with a git tag. Ctrl+B / Ctrl+F rewinds and redoes both conversation and files on disk. /checkpoint undo <N>, /checkpoint save, per-tab |
| **Sessions** | auto-saved JSONL, crash-resilient, resumable by short-id prefix. Export to markdown / JSON / clipboard. Ctrl+P browser, multi-tab. [docs](https://soulforge.proxysoul.com/tools/sessions) |
| **Memory** | cross-session SQLite store of prefs, decisions, gotchas, context. Auto-recalled per turn from prompt + edited files. Project + global scopes, browser at /memory. [docs](https://soulforge.proxysoul.com/tools/memory) |
| **21 providers** | Anthropic, OpenAI, Google, Groq, DeepSeek, Bedrock, Ollama, LM Studio, ... + any OpenAI-compatible |
| **Cost tracking** | per-model + per-subagent USD, cache-aware |
| **MCP + hooks** | any MCP server, 13 events, drop-in .claude/settings.json |
| **Headless mode** | run from CI, scripts, pipelines. JSON / event stream, resumable sessions. [docs](https://soulforge.proxysoul.com/recipes/headless) |
| **Hearth** *(exp)* | remote control via Telegram or Discord, your host only |
| **36 themes** | hot-reloaded JSON, Kitty inline images |
brew tap proxysoul/tap && brew install soulforge
```bash
soulforge --set-key anthropic sk-ant-...
cd your-project
soulforge
Other providers and OpenAI-compatible endpoints: docs/providers.
bun install -g @proxysoul/soulforge
技术架构创新,通过AST编辑提升精准度。704星关注度不错,TypeScript生态适配好,LSP集成完整度高,适合开发工具链构建。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:灵魂锻造AI编码助手 的核心功能完整,质量良好。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | soulforge |
| 原始描述 | 开源AI工作流:AI coding agent that edits symbols, not strings. AST surgery, full LSP, and a li。⭐704 · TypeScript |
| Topics | AI编码AST编辑LSP协议工作流Claude命令行工具 |
| GitHub | https://github.com/proxysoul/soulforge |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。