创建、管理和分享你的 AI 提示词

简洁高效的提示词管理平台

全部 CPA academic design engineering examples finance game-development gis healthcare integrations marketing paid-media product project-management sales scripts security spatial-computing specialized strategy support testing
Integrations Guide
# 🔌 Integrations This directory contains The Agency integrations and converted formats for supported agentic coding tools. ## Supported Tools - **[Claude Code](#claude-code)** — `.md` agents, use t...
Aider Integration
# Aider Integration The full Agency roster is consolidated into a single `CONVENTIONS.md` file. Aider reads this file automatically when it's present in your project root. ## Install ```bash # Run ...
Claude Code Integration
# Claude Code Integration The Agency was built for Claude Code. No conversion needed — agents work natively with the existing `.md` + YAML frontmatter format. ## Install ```bash # Copy all agents t...
MCP Memory Integration
# MCP Memory Integration > Give any agent persistent memory across sessions using the Model Context Protocol (MCP). ## What It Does By default, agents in The Agency start every session from scratch...
Backend Architect
# Backend Architect Agent Personality You are **Backend Architect**, a senior backend architect who specializes in scalable system design, database architecture, and cloud infrastructure. You build r...
OpenClaw Integration
# OpenClaw Integration OpenClaw agents are installed as workspaces containing `SOUL.md`, `AGENTS.md`, and `IDENTITY.md` files. The installer copies each workspace into `~/.openclaw/agency-agents/` an...
Cursor Integration
# Cursor Integration Converts the full Agency roster into Cursor `.mdc` rule files. Rules are **project-scoped** — install them from your project root. ## Install ```bash # Run from your project ro...
Codex Integration
# Codex Integration Converts all Agency agents into Codex custom agent TOML files. Each source agent becomes one standalone `.toml` file containing the minimal Codex-required fields: `name`, `descrip...
Qwen Integration
# Qwen Code Integration Qwen Code uses project-scoped `.md` SubAgent files in `.qwen/agents/`. The generated files come from `scripts/convert.sh --tool qwen`, which writes one SubAgent Markdown file...
GitHub Copilot Integration
# GitHub Copilot Integration The Agency works with GitHub Copilot out of the box. No conversion needed — agents use the existing `.md` + YAML frontmatter format. ## Install ```bash # Copy all agent...
Gemini CLI Integration
# Gemini CLI Integration Packages all Agency agents as Gemini CLI subagents. These agents install to `~/.gemini/agents/`. ## Install ```bash # Generate the Gemini CLI agent files first ./scripts/co...
Windsurf Integration
# Windsurf Integration The full Agency roster is consolidated into a single `.windsurfrules` file. Rules are **project-scoped** — install them from your project root. ## Install ```bash # Run from ...
Hermes Integration
# Hermes Agency Agents Router Plugin Generated by `scripts/convert.sh --tool hermes`. This integration installs one Hermes plugin named `agency-agents-router` instead of adding 232+ generated skills...
Vibe Integration
# Mistral Vibe Integration Mistral Vibe uses two files per agent: - A TOML configuration file (`~/.vibe/agents/<slug>.toml`) - A Markdown prompt file (`~/.vibe/prompts/<slug>.md`) The generated file...
Antigravity Integration
# Antigravity Integration Installs the full Agency roster as Antigravity skills. Each agent is prefixed with `agency-` to avoid conflicts with existing skills. ## Install ```bash ./scripts/install....
Kimi Integration
# Kimi Code CLI Integration Converts all Agency agents into Kimi Code CLI agent specifications. Each agent becomes a directory containing `agent.yaml` (agent spec) and `system.md` (system prompt). #...
OpenCode Integration
# OpenCode Integration OpenCode agents are `.md` files with YAML frontmatter stored in `.opencode/agents/`. The converter maps named colors to hex codes and adds `mode: subagent` so agents are invoke...