Validate a kit
Check structure and policy expectations before sharing or installing.
Developer and power-user tool
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
Check structure and policy expectations before sharing or installing.
Read a kit from disk or source control and inspect its manifest.
Generate a quick overview for review, handoff, or docs.
Create a portable archive for import, storage, or distribution.
Prepare a single file for web assistants like ChatGPT and Claude.
List and render prepared prompts with their required inputs.
Install compatible kit content into a Codex skills directory.
Install compatible kit content into Claude Code.
Examples
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