Agency Agents Chinese Expert Library
Installable Chinese expert-role definitions for AI coding tools.
Per-dimension scores and reasoning
Evidence: The repository is a collection of prompts with no code execution, so no permission, confirmation, data flow, sensitive data handling, dependency security, external effects, or rollback mechanisms exist. MIT license and clear copyright attribution (upstream and localization) are present, but publisher is unverified. Deductions: These criteria are zero due to lack of relevant implementation; source attribution scores 1 because license and README clearly state upstream and localization sources.
Evidence: Inconsistency in agent count between README (268) and package.json (267) indicates weak self-consistency. Dependency availability: Only Node.js scripts and GitHub Actions, but no dependency locking or verification. Failure messages: None provided. Deductions: Count inconsistency, no failure handling documentation.
Evidence: Clear target audience (Chinese market) and scenarios (Xiaohongshu, Douyin, etc.), and support for 18 tools. Capability boundaries: Each agent has a description but no explicit boundaries. Trigger precision: Natural language activation but no precise trigger words. Environment fit: Supports 18 tools but installation scripts require conversion. Deductions: Boundaries and trigger precision are insufficient.
Evidence: Clear directory structure (by department), detailed installation instructions, clear license, version number exists. Naming stability: File names are stable, but version history not provided. Examples and FAQ: Examples present but no FAQ. Known limitations: Not mentioned. Versioning changelog: Not provided. Maintenance responsibility: Author and contact present but unverified. Deductions: Missing known limitations, changelog, and FAQ.
Evidence: Output is prompts that can be copied and used directly, but quality not verified. Marginal value: Provides many localized agents with unique value. Cost-benefit: Free and open source, but requires user configuration. Deductions: Output usability not verified, cost-benefit not quantified.
Evidence: README claims 268 agents but package.json says 267, and no verification method provided. Cross-source corroboration: None. Fact-inference separation: Not distinguished. Deductions: Count inconsistency, no verification mechanism.
- Agent count inconsistent between README and package.json (268 vs 267), needs verification.
- Publisher identity unverified, maintenance responsibility and update path unclear.
- No known limitations, changelog, or FAQ provided; users must assess risks themselves.
What does this agent do, and when should you use it?
Agency Agents Chinese Expert Library is a collection of 268 ready-to-use expert-role definitions spanning 20 departments. Each Markdown definition specifies an identity, rules, workflow, and deliverables rather than supplying a one-line persona prompt. Its scripts/convert.sh and scripts/install.sh convert and place those definitions into the documented locations for 18 tools, while Claude Code and GitHub Copilot can use direct copies. The repository is a role library rather than a model runtime; DAG-based multi-expert orchestration is presented as a capability of the separate agency-orchestrator project.
From the repository directory, users run ./scripts/convert.sh or ./scripts/convert.sh --tool <tool> to transform role definitions, then run ./scripts/install.sh or ./scripts/install.sh --tool <tool> to install them. Generated formats include Cursor .mdc rules, Codex CLI TOML agent files, and OpenClaw's SOUL.md, AGENTS.md, and IDENTITY.md files. Once installed, roles can be activated with natural-language requests in tools such as Claude Code and GitHub Copilot; Cursor, Trae, and Qoder also document description-based matching or explicit selection.
- A Claude Code developer who wants local, predefined workflows for a frontend developer or code-reviewer role.
- A Cursor project team that selects 10–20 relevant roles and uses .cursor/rules for frontend implementation, security review, or Git-workflow tasks.
- A China-market team working on Xiaohongshu, Douyin, WeChat, Feishu, or DingTalk that needs the repository's marked original localized role definitions.
- A Codex CLI project that installs converted TOML files in .codex/agents and invokes expert roles as subagents.
- An OpenClaw user who wants each expert role split into SOUL.md, AGENTS.md, and IDENTITY.md for role-based collaboration.
What are this agent's strengths and limitations?
- The library spans 20 departments, including engineering, design, marketing, finance, games, and spatial computing, rather than limiting itself to coding roles.
- It includes 53 roles marked as original for Chinese-market platforms and workflows, including Xiaohongshu, Douyin, WeChat, Feishu, DingTalk, cross-border commerce, and specialist domains.
- One source library is converted by scripts for 18 tools, with direct installation paths for Claude Code and GitHub Copilot.
- It documents concrete delivery formats and install locations for distinct targets such as Codex CLI, Cursor, and OpenClaw.
- This is a prompt and role-definition library, not a model runtime; DAG execution across multiple experts requires the separate agency-orchestrator project.
- Most supported tools other than Claude Code and GitHub Copilot require a conversion step before installation.
- The Cursor guidance warns that installing a large rule set can reduce matching accuracy and recommends retaining only 10–20 frequently used rules.
- Hermes Discord integration cannot install every skill at once because Discord has an 8,000-character limit on total command JSON serialization; categories must be installed in batches.
How do you install or deploy this agent?
From the repository directory, run:
./scripts/install.sh --tool claude-codeFor tools that require conversion, run:
./scripts/convert.sh --tool codex
./scripts/install.sh --tool codexNo credential step is documented for these local conversion and installation commands.
How do you use this agent?
After Claude Code installation, a documented invocation is:
激活前端开发者模式,帮我审查这个组件。
For Codex CLI, the documented flow is conversion followed by project-level installation in .codex/agents; the roles are then called as subagents. Cursor supports automatic rule matching and explicit @rule-name references.
How does this agent compare with similar options?
Compared with the upstream msitarzewski/agency-agents repository, this project is positioned as a Chinese community edition: it translates upstream roles and adds original roles for Chinese platforms and business scenarios.