Faf Moltbot — AI skill for Claude Code
FAF integration for Moltbot — portable AI context via IANA-registered .faf format.
How to install Faf Moltbot
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Wolfe-Jam/faf-moltbot and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Faf Moltbot does
FAF integration for Moltbot — portable AI context via IANA-registered .faf format.
Alternatives in AI
- Codex — openai-codex Adversarial code review, Codex CLI integration, cross-model analysis 9.6k ★
- Cursor Talk To Figma MCP — TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to c 7k ★
- Claude To ChatGPT — This project converts the API of Anthropic's Claude model to the OpenAI Chat API format 1.3k ★
README
faf-moltbot
[](https://www.npmjs.com/package/faf-moltbot) [](https://opensource.org/licenses/MIT)
**Universal AI context for Moltbot.**
[Moltbot](https://github.com/moltbot/moltbot) (63k+ stars) is a powerful self-hosted AI assistant. It uses `SOUL.md` for personality—but that file is trapped in one workspace. **faf-moltbot sets it free.**
Your soul becomes **persistent** and **eternal**—never re-explain yourself to AI again.
The Problem
Your Moltbot personality lives in `~/molt/SOUL.md`. But what about:
- Your Claude Desktop setup?
- Your Cursor workspace?
- Your VS Code projects?
- Your team's shared configuration?
You end up maintaining multiple files that drift apart.
The Solution
One `project.faf` file. Renders everywhere.
project.faf (single source of truth)
│
├──→ SOUL.md (Moltbot)
├──→ CLAUDE.md (Claude Code)
├──→ .cursorrules (Cursor)
└──→ Any MCP-compatible tool
**Edit once. Context everywhere. Eternal.**
Install
npm install -g faf-moltbot
Quick Start
# Navigate to your Moltbot workspace
cd ~/molt
# Create a universal context file
faf-moltbot init "my-soul"
# Edit your context (one file, all platforms)
nano project.faf
# Generate SOUL.md for Moltbot
faf-moltbot sync
Commands
| Command | Description |
|---|---|
init [name] |
Create project.faf in current directory |
sync |
Generate SOUL.md from project.faf |
watch |
Auto-sync on file changes |
status |
Show sync status |
Example Configuration
project:
name: "my-assistant"
goal: "Personal AI that works across all my tools"
persona:
tone: "Direct, helpful, no fluff"
style: "Senior engineer"
traits:
- "Concise responses"
- "Proactive suggestions"
- "Code examples when relevant"
context:
owner: "James"
preferenc
Related Skills
Faf CLI
-- The package.json for AI context. IANA-registered .faf format — init, score, bi-sync with CLAUDE.md, export
Faf Chrome Extension
Chrome Extension for .faf — extract AI context from any GitHub repository. Approved in Chrome Web Store
Memoir
Persistent memory for AI coding tools, in an open portable format. Sync Claude, Cursor, Gemini, Copilot, Winds
Anthropic Proxy Rs
A proxy server that intercepts Anthropic API requests and converts them to OpenAI-compatible format, enabling
Pbi New
Generate a complete DAX measure from a plain-English business requirement. Produces the expression, format str
RelayBrain
Coordination and context layer for AI coding agents. Shared file locks, live patch sync, and portable project
Related Agents
Sanity Builder
Sanity CMS content architect + integrator — schema (defineType/defineField), GROQ queries, TypeGen, Portable T
Codeindexer Explorer
Proactively use for read-only discovery and reconstruction when independent evidence or context isolation has
Claude Agents & Skills Plugin Marketplace — Integration Guide
This document describes the v2.0.0 plugin marketplace format: how to install plugins, the marketplace.json sch