Commit Graph

79 Commits

Author SHA1 Message Date
Michael Sitarzewski
a732075285 Merge PR #76: Align OpenCode integration with current conventions
fix(opencode): align integration with current OpenCode conventions
2026-03-10 16:52:22 -05:00
jiangnan
5300f5ffe1 Update zh-CN translation count in Community Translations
agency-agents-zh now covers 100 translated agents + 9 China-market originals (was 26+4).
2026-03-11 01:23:45 +08:00
John Williams
ae1863ccc2 feat: Add Paid Media Division - 7 specialized agents for digital advertising
Adds a new Paid Media Division to The Agency with 7 specialized agents:
- PPC Campaign Strategist (Google/Microsoft/Amazon Ads)
- Search Query Analyst (search term analysis, negative keywords)
- Paid Media Auditor (200+ checkpoint account audits)
- Tracking & Measurement Specialist (GTM, GA4, CAPI)
- Ad Creative Strategist (RSA, Meta creative, PMax assets)
- Programmatic & Display Buyer (GDN, DSPs, ABM, partner media)
- Paid Social Strategist (Meta, LinkedIn, TikTok)

Agents include references to open-source tooling from googleadsagent.ai
that enhance these workflows with live Google Ads API access.

Author: John Williams (@itallstartedwithaidea)
https://googleadsagent.ai
2026-03-10 09:31:49 -07:00
Michael Sitarzewski
c54a597638 Merge pull request #68 from 0xdx2/copilot
feat:Add support for Copilot agents installation in install.sh
2026-03-10 09:51:20 -05:00
ryuketsukami
78bc7dd01f Agents addition - Game development agents 2026-03-10 15:34:27 +02:00
Michael Sitarzewski
9d3c64799d Merge pull request #72 from mergisi/add-openclaw-agents-resource
Add Awesome OpenClaw Agents to related resources
2026-03-10 07:46:48 -05:00
0xdx2
a224bac2fa feat: Add Github Copilot integration and installation instructions 2026-03-10 13:31:55 +08:00
Victor Kzam
43c66a7b89 docs(opencode): update integration docs for plural dirs and new frontmatter
Reflect the switch to agents/ (plural), hex color codes, mode: subagent,
and @agent-name invocation in both the OpenCode integration README and the
main README's OpenCode section.
2026-03-09 13:15:11 +00:00
dreynow
29af62beab Add Identity Graph Operator agent + multi-agent shared identity workflow
New specialized agent: Identity Graph Operator - operates a shared identity
graph so multiple agents in a system all resolve to the same canonical entity.
Prevents duplicate records, conflicting actions, and cascading errors when
agents encounter the same real-world entity from different sources.

New example workflow: Multi-Agent Shared Identity - step-by-step walkthrough
of 3 agents (Support, Backend, Analytics) handling the same customer across
email, phone, and web channels with shared identity resolution.

Enhanced Agentic Identity & Trust Architect with a section showing how it
complements the Identity Graph Operator (agent identity vs entity identity).
2026-03-09 12:44:10 +00:00
Mustafa Ergisi
1c9afd910b Add Awesome OpenClaw Agents to related resources 2026-03-09 13:04:37 +03:00
4shil
ce41d994d8 Add Option 3 (multi-tool install) to Quick Start section 2026-03-08 22:07:32 +05:30
4shil
ba6ac1ba18 Replace tool tables with bullet lists in both READMEs 2026-03-08 21:55:32 +05:30
4shil
c2aa576321 Fix table formatting in README.md and integrations/README.md
- Use spaced separator rows (| ---- |) for consistent GitHub rendering
- Remove asterisk-wrapped italic text inside table cells
- Add missing OpenCode row to integrations/README.md table
- Remove (project-scoped) qualifiers from Install Target column (cleaner)
2026-03-08 21:37:30 +05:30
4shil
57b482e3d7 README: replace Unicode box chars in UI preview with plain ASCII
The installer UI preview in README.md contained Unicode box-drawing
characters (╔╗╚╝║═) and bullets (●○✓) from an earlier draft that
didn't match the actual script output. Replaced with the current
plain-ASCII UI output that the script actually renders.

Also replaced em-dashes (—) with -- outside of code blocks for
consistency with the rest of the documentation.
2026-03-08 21:34:04 +05:30
4shil
929c2275aa fix: address Copilot review suggestions
- Remove duplicate --- horizontal rule before Multi-Tool Integrations section (README.md)
- Fix relative link in integrations/claude-code/README.md: ../README.md -> ../../README.md
- Fix literal \n escape sequence in Senior Project Manager description (source + antigravity integration)
  (note: tables rendered correctly -- no || double-pipe issue present in source)
2026-03-08 20:43:50 +05:30
4shil
4f68131a01 feat: add multi-tool integration scripts and converted agent files
Adds support for installing The Agency agents across 7 agentic coding
tools via two scripts:

scripts/convert.sh
  - Reads all 61 agents and converts them into tool-specific formats
  - Supports: Antigravity, Gemini CLI, OpenCode, Cursor, Aider, Windsurf
  - Shellcheck-clean, pure bash, no external deps
  - Run: ./scripts/convert.sh [--tool <name>]

scripts/install.sh
  - Interactive terminal UI with auto-detection of installed tools
  - Pre-selects detected tools, toggle by number or bulk commands
  - Falls back gracefully in CI / non-interactive mode
  - Cross-platform: Linux, macOS (bash 3.2+), Windows Git Bash / WSL
  - Run: ./scripts/install.sh [--tool <name>] [--no-interactive]

integrations/ (generated, committed for reference)
  - antigravity/   SKILL.md per agent (61 files)
  - gemini-cli/    SKILL.md per agent + gemini-extension.json
  - opencode/      .md agent files for .opencode/agent/
  - cursor/        .mdc rule files for .cursor/rules/
  - aider/         single CONVENTIONS.md (all agents combined)
  - windsurf/      single .windsurfrules (all agents combined)
  - claude-code/   README only (agents copied directly from repo root)
  - README.md      full usage + tool-specific instructions

README.md
  - Added Multi-Tool Integrations section with supported tools table,
    quick-start guide, per-tool expandable instructions, and updated
    roadmap marking integrations as complete
2026-03-08 20:30:01 +05:30
Michael Sitarzewski
5e32f1d1ac Add Community Translations section to README, linking agency-agents-zh
Responds to issue #47 — blesses jnMetaCode's zh-CN localization repo
and adds a Community Translations & Localizations section to the README.

Closes #47

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 13:18:30 -06:00
Michael Sitarzewski
28dd431097 Update README with missing Agentic Identity & Trust Architect agent and correct agent count to 61
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 12:17:03 -06:00
Michael Sitarzewski
23f5811b91 Merge pull request #43 from benjifriedman/add-accessibility-auditor
Excellent contribution! The Accessibility Auditor fills an important gap — great depth with the audit report template, screen reader testing protocol, and keyboard navigation audit. The axe-core examples are a nice practical touch. We'll handle the README update on our end. Thanks @benjifriedman!
2026-03-07 12:06:55 -06:00
Michael Sitarzewski
c00bb9e063 Merge pull request #36 from jnMetaCode/add-security-engineer
Great agent! The Security Engineer is thorough — love the STRIDE threat model template and the concrete CI security pipeline examples. We'll handle the README update on our end. Thanks @jnMetaCode!
2026-03-07 12:06:48 -06:00
Michael Sitarzewski
872a203a31 Update README with Chinese marketing agents and agent count
Add Xiaohongshu Specialist, WeChat Official Account Manager, and Zhihu
Strategist to the Marketing Division roster. Update agent count to 59.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 11:13:06 -06:00
Benji
d5dce57662 Add Accessibility Auditor to Testing Division table in README 2026-03-05 21:08:00 -08:00
Michael Sitarzewski
cb8e568bda Add full-agency discovery exercise example
Demonstrates 8 agents (Product Trend Researcher, Backend Architect,
Brand Guardian, Growth Hacker, Support Responder, UX Researcher,
Project Shepherd, XR Interface Architect) deployed in parallel to
evaluate a software opportunity and produce a unified product plan.

Adds examples/ directory with README and the Nexus Spatial discovery
document. Links from the project README under a new Scenario 4 and
checks off the multi-agent workflow examples roadmap item.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 18:24:12 -07:00
jiangnan
aeb90676a4 Address review feedback on Security Engineer agent
- Add Security Engineer to README Engineering Division table
- Update Semgrep action from returntocorp to semgrep namespace
- Update Pydantic example to v2 syntax (field_validator + classmethod)
2026-03-06 06:02:40 +08:00
Michael Sitarzewski
ddd832e154 Add GitHub Sponsors link to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 09:45:28 -07:00
Michael Sitarzewski
c23287d83f Remove hardcoded agent counts and add new agents to rosters
Remove all hardcoded "51" agent counts from README and strategy docs to
avoid future maintenance burden as new agents are contributed. Add Image
Prompt Engineer (Design), Sales Data Extraction Agent, Data Consolidation
Agent, and Report Distribution Agent (Specialized) to all roster listings.
Fix slug-style name on Image Prompt Engineer frontmatter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 10:14:15 -07:00
hobostay
528dcbaa2e Fix YAML frontmatter parsing and security issues
- Fix malformed YAML frontmatter with literal \n characters in agent files
- Fix insecure HTTP link in README (http:// -> https://)
- Update outdated year references (2024 -> 2025)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 22:23:29 +08:00
Michael Sitarzewski
767e3ccfd5 Fix: Update README with actual repository URLs
Replace placeholder 'yourusername' with 'msitarzewski' in:
- GitHub stars badge
- Discussions links
- Issues links
- Footer navigation links

Repository: https://github.com/msitarzewski/agency-agents
2025-10-13 07:31:21 -05:00
Michael Sitarzewski
98eea4c139 Initial commit: The Agency - 51 AI Specialist Agents
Complete collection of specialized AI agent personalities:
- 7 Engineering specialists (Frontend, Backend, Mobile, AI, DevOps, etc.)
- 6 Design specialists (UI, UX, Brand, Whimsy, etc.)
- 8 Marketing specialists (Growth, Content, Social Media, etc.)
- 3 Product specialists (Sprint Planning, Research, Feedback)
- 5 Project Management specialists
- 7 Testing specialists (QA, Performance, API, etc.)
- 6 Support specialists (Analytics, Finance, Legal, etc.)
- 6 Spatial Computing specialists (XR, AR/VR, Vision Pro)
- 3 Specialized agents (Orchestrator, Data Analytics, LSP)

Each agent includes:
- Distinct personality and communication style
- Technical deliverables with code examples
- Step-by-step workflows
- Success metrics and benchmarks
- Real-world tested approaches

Ready for community contributions and feedback!
2025-10-13 07:17:29 -05:00