Developer and power-user tool

Automate Agent Kit validation, packaging, export, and installs.

An Agent Kit is a reusable package for a specific AI workflow. The AgentKitForge CLI uses the same core as the desktop app, so teams can build visually and automate repeatable checks or exports in scripts.

Common workflows

Use the CLI where automation helps.

Validate a kit

Check structure and policy expectations before sharing or installing.

Inspect a folder or repo

Read a kit from disk or source control and inspect its manifest.

Summarize a kit

Generate a quick overview for review, handoff, or docs.

Package .agentkit.zip

Create a portable archive for import, storage, or distribution.

Export one-file Markdown

Prepare a single file for web assistants like ChatGPT and Claude.

Render prepared prompts

List and render prepared prompts with their required inputs.

Export to Codex

Install compatible kit content into a Codex skills directory.

Export to Claude Code

Install compatible kit content into Claude Code.

Examples

Readable commands for repeatable work.

The full command reference will live in Docs. These examples show the intended shape of common validation, packaging, and export flows.

agentkitforge validate ./my-kit --profile trusted
agentkitforge package ./my-kit --out ./dist/my-kit.agentkit.zip
agentkitforge export-onefile ./my-kit --out ./dist/my-kit.onefile.md