formax

by yusifengVerified

Terminal-first AI assistant for software engineering tasks (inspired by Claude Code v2.0.67)

191
Stars
7
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/yusifeng/formax

Getting Started

Guides for using skills like formax.

Security Report

Verified

Last scanned: —

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

README.md

Formax

English | 简体中文

Formax is an open-source implementation of a Claude Code-style AI assistant for software engineering tasks, with both TUI and GUI workflows.

It is inspired by (but not affiliated with) Claude Code v2.0.67. Some behaviors are implemented by observation (for example, network traces) rather than upstream source code.

The project is currently in Beta and is better suited for learning, experimentation, and architecture study than stable production daily use.

CI codecov npm node license

More demos (click to expand)

Plan mode

/init(create CLAUDE.md)

Sub-agent and code review

Install

npm i -g @yusifeng/formax@beta

Quickstart

Start in your project directory:

cd /path/to/your/project
formax

On first run, Formax will prompt for missing credentials and runtime config.
If you want to run the guided setup first:

formax setup

Default config directory: ~/.formax/

GUI

formax web

Notes for formax web:

  • formax web requires setup credentials first. If missing, the command exits and asks you to run formax setup in terminal.
  • The Threads header always shows an Add project button.
  • In desktop clients (Electron), it opens a native folder picker and starts a thread in the selected project.
  • In browser-only mode, folder picking is not available; hovering the button shows Desktop only.

Advanced Modes (Optional)

formax app-server

Provides a JSON-RPC backend for GUI/IDE clients.

formax serve

Starts only the WebSocket bridge (typically for advanced debugging or split deployments).

More

Docs index: docs/index.md
Code navigation: CODEMAP.md

Current Gaps

  • Claude Code hooks support is still incomplete and under active development.
  • Tool execution behavior is not guaranteed to be fully identical to Claude Code. WebFetch and WebSearch currently have known stability and behavior gaps, and MCP is not supported in this version.
  • Formax Web is still relatively minimal today. The current UI direction is intentionally modeled after Codex.

Maintainer Notes

  • You will see .codex/skills, docs/, and plans/ in this repo. They can feel noisy, but they are intentionally kept as traces of AI-assisted development.
  • This project is built 100% with Codex. If you want to implement your own features, opening the repo in Codex gives useful context from those artifacts.
  • If there are features you want, please mention them in a PR. Ongoing Claude Code compatibility research may be prioritized first in upcoming iterations.

Safety & Limitations

Formax is experimental. Always review proposed commands and file changes before approval. You are responsible for modifications made in your environment.

At this stage, the project is better suited for learning, reverse-engineering, and experimentation than for stable production workflows.

Provider support status:

Anthropic and OpenAI-compatible paths are available in setup/runtime flows. Gemini is present in config surfaces but not fully supported in runtime execution yet.

License

MIT (see LICENSE).

Frequently Asked Questions

What is formax?

formax is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by yusifeng. Terminal-first AI assistant for software engineering tasks (inspired by Claude Code v2.0.67). It has 191 GitHub stars.

Is formax safe to use?

Yes. formax 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 formax?

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

What programming language is formax written in?

formax is primarily written in TypeScript. It is open-source under yusifeng on GitHub, so you can review or fork the full source.

Are there alternatives to formax?

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 formax against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

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 Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

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 Agentsai-agentsanthropicclaude-code
View details

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 Agentsclaude-codeai-tools
View details

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 Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this 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 Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

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 Serversapisai-tools
View details

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 Agentsai-agentsanthropicclaude-code
View details

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 Agentsclaude-codeai-tools
View details