Overview
ForgeCat is the Agent Hub — discover, install, and share AI Agent Profiles across platforms.
What is ForgeCat?
ForgeCat is the Agent Hub — a forge where AI Agent Profiles are crafted, shared, and installed across platforms. An Agent Profile is a portable bundle of AI configuration files (agents, skills, rules, commands, MCP settings, and more) that supercharges your AI Agent environment. With one command, you can install a professionally crafted Agent Profile into any supported platform.
Getting Started
- Set up —
npm install -g forgecat - Search —
forgecat search <keyword> - Install —
forgecat install <@creator/agent-profile>
That's it. Your forge is ready. 🐾
What is an Agent Profile?
An Agent Profile is a portable package of everything your AI agent needs — agents, skills, rules, commands, and MCP connections, all bundled together and ready to install.
What's in a Profile
Agents— Who they are. Define roles, models, and the tools they can use.Skills— What they can do. Specialized capabilities your agents can activate.Rules— How they work. Constraints and principles that always apply.Commands— What they run. Slash commands that trigger workflows.MCPs— What they connect to. External tools like GitHub, Slack, and more.Compatibility— Where they run. Tested platforms and recommended models.Dependencies— What they build on. External packages and resources this profile relies on.
Example
name: "@creator/my-profile"
version: "1.0.0"
description: "..."
tags: [...]
agents:
- name: code-reviewer
path: agents/code-reviewer.md
skills:
- name: refactoring
path: skills/refactoring/
rules:
- path: rules/strict-mode.md
commands:
- name: review
path: commands/review.md
mcp:
path: mcp.jsonc
requiredEnv: [...]
dependencies:
"@community/react-patterns": "^1.0.0"Platform Compatibility
ForgeCat supports the following AI-powered platforms:
Security
You stay in control. A profile is mostly configuration, and every file is open to inspect before you install. If one includes scripts or hooks, ForgeCat asks before running them — nothing executes without your go-ahead. Published profiles are integrity-checked against tampering, and a quick review is always worth it for creators you don't know yet.
ForgeCat