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.Hooks— When they fire. Scripts that auto-trigger on AI tool events.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"
description: "..."
visibility: public
agents:
- name: code-reviewer
path: agents/code-reviewer.md
description: Reviews changes for correctness and security.
skills:
- name: tdd
path: skills/tdd/SKILL.md
description: Test-first development workflow.
rules:
- path: rules/typescript.md
description: TypeScript strict-mode rules.
globs: "**/*.ts,**/*.tsx"
commands:
- name: review
path: commands/review.md
description: Run a structured review.
mcp:
path: mcp.jsonc
hooks:
- id: lint-before-edit
trigger: pre_tool_use
tool_match: file_mutate
command: ./hooks/lint.sh
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. Every profile also gets an automated security evaluation: a Low, Medium, or High risk rating for its source, intent, permissions, and MCP servers, shown on its profile page once it's been evaluated. Published profiles are integrity-checked against tampering. The evaluation is a guide, not a guarantee, so a quick review is still worth it for creators you don't know yet.
ForgeCat