skills/agency/SKILL.md
On-demand agent loader from The Agency (msitarzewski/agency-agents). Searches 184 specialized AI agents by context, loads relevant ones into ~/.claude/agents/.
npx skillsauth add Damon-GSY/claude-skills agencyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Load specialized AI agents from The Agency based on your current task context.
When the user mentions wanting specialized agents, multiple agents, or says /agency. Also trigger when the user describes a complex multi-domain task that would benefit from domain-specific expertise.
Read the cached index file at ~/.omc/agency-cache/agent-index.json. This contains 184 agents with their name, description, category, emoji, vibe, and file_path.
Analyze the user's current conversation/task to identify:
Score each agent against the task context by matching keywords from:
namedescriptioncategoryvibeRank by relevance score. Return the top 5-8 most relevant agents.
Display the matched agents as a selection table:
## Matched Agents for: [task summary]
| # | Agent | Category | Description |
|---|-------|----------|-------------|
| 1 | 🏗️ Backend Architect | engineering | Scalable system design... |
| 2 | 🔒 Security Engineer | engineering | Security-first... |
| ... | | | |
Then use AskUserQuestion to let the user select which agents to load. Options:
For each selected agent:
Copy the agent .md file from the local cache to ~/.claude/agents/:
cp /tmp/agency-agents/<file_path> ~/.claude/agents/
If the local cache at /tmp/agency-agents/ doesn't exist (e.g. after reboot), clone it first:
git clone --depth 1 https://github.com/msitarzewski/agency-agents.git /tmp/agency-agents
Confirm each agent was loaded successfully.
After loading, tell the user the agents are now available. They can be activated in conversation by name:
"Activate Backend Architect and help me design the API."
If the user mentions the index might be stale, offer to rebuild:
python3 ~/.omc/agency-cache/build-index.py /tmp/agency-agents
The user can also use these patterns:
/agency — Interactive search and load/agency backend — Search for backend-related agents/agency security testing — Search for security + testing agents/agency update — Rebuild the index cache/agency list — Show all loaded agents in ~/.claude/agents/| Category | Count | Examples | |----------|-------|---------| | academic | 5 | Anthropologist, Historian, Psychologist | | design | 8 | UI Designer, UX Architect, Brand Guardian | | engineering | 29 | Backend Architect, Security Engineer, Code Reviewer | | finance | 5 | Financial Analyst, Tax Strategist | | game-development | 20 | Unity Architect, Unreal World Builder | | marketing | 30 | SEO Specialist, Content Creator | | paid-media | 7 | PPC Strategist, Programmatic Buyer | | product | 5 | Product Manager, Sprint Prioritizer | | project-management | 6 | Project Shepherd, Jira Steward | | sales | 8 | Deal Strategist, Outbound Strategist | | spatial-computing | 6 | visionOS Engineer, XR Developer | | specialized | 41 | Salesforce Architect, MCP Builder, Recruiter | | support | 6 | Support Responder, Analytics Reporter | | testing | 8 | API Tester, Performance Benchmarker |
~/.claude/agents/ — this is global across all projects.~/.claude/agents/.~/.omc/agency-cache/agent-index.json./tmp/agency-agents/ (may be cleared on reboot).content-media
PDF 文档解析与知识提取。将 PDF 转为纯文本,支持分页提取、摘要生成、 结构化整理,并可将内容持久化为 workspace 参考资料。 当用户发送 PDF 文件,或提到"解析PDF"、"提取内容"、"PDF转文字"时激活。
testing
财商训练工具顾问。基于《财商训练工具手册》24个模块。 当用户讨论个人理财、储蓄预算、投资理财、消费心理、财务规划、 保险保障、债务管理、财务自由等财务智商话题时激活。 也适用于"怎么理财"、"如何攒钱"、"该不该买"、"投资建议"、 "怎么规划财务"类问题。
tools
Web search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you need to search the web and no search API is configured. Provides titles, URLs, and snippets for research queries. Zero dependencies — works with just the built-in web_fetch tool.
tools
现代思维工具顾问。基于《现代思维工具词典》148个思维工具。 当用户需要分析问题、做决策、评估方案、批判性思考、理解复杂系统、 或需要思维框架辅助判断时激活。也适用于回答"怎么想"、"从什么角度看"类问题。