21 Commits
Author SHA1 Message Date
jiangnan c7a4023a6d Add 2 China-market specialized agents: recruitment + supply chain
- Recruitment Specialist (Boss Zhipin/Liepin + China labor law compliance)
- Supply Chain Strategist (1688 procurement + QC + ERP systems)

Placed in specialized/ per maintainer feedback (not support/).
From jnMetaCode/agency-agents-zh, translated to English.
2026-03-12 21:42:12 +08:00
jiangnan 69b3791b9f Add 5 China-market engineering + specialized agents
Engineering:
- Feishu Integration Developer (Feishu/Lark bots + approvals + Bitable)

Specialized:
- Study Abroad Advisor (multi-country application strategy)
- Government Digital Presales Consultant (China ToG market)
- Corporate Training Designer (ADDIE/SAM + enterprise learning)
- Healthcare Marketing Compliance (China medical ad law + NMPA)

From jnMetaCode/agency-agents-zh, translated to English.
2026-03-12 21:42:04 +08:00
jiangnan 42d4362c20 Add 7 China-market marketing agents
- Douyin Strategist (short video + livestream on China's TikTok)
- Private Domain Operator (WeCom SCRM + community SOP)
- Livestream Commerce Coach (host training + Qianchuan ads)
- Cross-Border E-Commerce Specialist (Amazon/Shopee/Lazada)
- Short-Video Editing Coach (CapCut/Premiere/DaVinci)
- Weibo Strategist (hot search + Super Topics + crisis PR)
- Podcast Strategist (Xiaoyuzhou/Ximalaya audio content)

From jnMetaCode/agency-agents-zh, translated to English.
2026-03-12 21:41:32 +08: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
jiangnan af12d55361 Add Baidu SEO Specialist and WeChat Mini Program Developer agents
- marketing/marketing-baidu-seo-specialist.md: Baidu search optimization, Baidu ecosystem (Baike, Zhidao, Tieba), ICP compliance, Chinese keyword research
- engineering/engineering-wechat-mini-program-developer.md: WeChat Mini Program full-stack development, WXML/WXSS, WeChat Pay integration, cloud functions
2026-03-11 01:09:04 +08:00
jiangnan 4773900286 Add China platform marketing agents: Bilibili, Kuaishou, E-Commerce
Three marketing agents covering major Chinese digital platforms:
- marketing/marketing-bilibili-content-strategist.md: Bilibili (China's YouTube+Twitch) UP主 content strategy, danmaku culture, mid-form video
- marketing/marketing-kuaishou-strategist.md: Kuaishou short-video strategy for lower-tier city markets, live commerce, trust-driven growth
- marketing/marketing-china-ecommerce-operator.md: Taobao/Tmall/Pinduoduo/JD cross-platform e-commerce operations, 618/Double 11 campaigns, live commerce
2026-03-11 01:08:13 +08:00
jiangnan 74d060b439 Add Solidity Smart Contract Engineer and Blockchain Security Auditor agents
Two blockchain-focused agents filling a gap in the current roster:
- engineering/engineering-solidity-smart-contract-engineer.md: EVM development, gas optimization, proxy patterns, DeFi protocols, Foundry/Hardhat tooling
- specialized/blockchain-security-auditor.md: Smart contract auditing, vulnerability detection, formal verification, exploit PoC, audit report writing
2026-03-11 01:07:22 +08:00
jiangnanandClaude Opus 4.6 7cc507971a Remove Technical Writer agent per maintainer review
PR #67 already merged a better-fit engineering/engineering-technical-writer.md.
Keep only Compliance Auditor + lint workflow fix.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-03-09 15:13:28 +08:00
jiangnan 40d4f6c083 Fix CI: handle multiline output in lint workflow
The GITHUB_OUTPUT format does not support multiline values with simple
echo. Use heredoc delimiter to pass multiple changed file paths correctly.
2026-03-09 01:53:53 +08:00
jiangnan 1a2738f6b9 Add Technical Writer and Compliance Auditor agents
Closes #22. Adds two new specialized agents:

- Technical Writer: API docs, getting-started guides, ADRs, doc review
- Compliance Auditor: SOC 2, ISO 27001, gap assessments, evidence collection
2026-03-09 01:17:58 +08:00
jiangnan 733f2e22c2 Remove roadmap checkbox edit per maintainer feedback
Leave the roadmap item as unchecked — completion status is a
maintainer decision.
2026-03-06 06:05:08 +08:00
jiangnan 0e22704ebe Preserve existing tools field alongside new color field
Keep the original tools field intact and add the missing color field
beside it, rather than replacing it.
2026-03-06 06:04:33 +08:00
jiangnan c03b1bd996 Add strategy to category dropdown in issue template 2026-03-06 06:03:53 +08:00
jiangnan 2ded8e99a8 Address review feedback on CI lint workflow
- Fix ((errors++)) causing early exit under set -e
- Fix command injection in workflow by using env variable
- Add strategy/ directory to lint paths and AGENT_DIRS
2026-03-06 06:03:35 +08: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
jiangnan 4773e686d2 Add multi-agent workflow examples
Adds two step-by-step workflow examples showing how to coordinate
multiple agents for real projects:

- Startup MVP: 7 agents across a 4-week build cycle
- Landing Page Sprint: 4 agents shipping a page in one day

Each example includes exact prompts to copy, handoff patterns, and
tips for passing context between agents. Checks off the
"Multi-agent workflow examples" item from the roadmap.
2026-03-06 05:10:21 +08:00
jiangnan f2449908cd Add .gitattributes to enforce LF line endings
Prevents CRLF line endings from being committed on Windows, which
can break frontmatter parsing in agent markdown files.
2026-03-06 05:08:48 +08:00
jiangnan 8cb4ee7ba7 Fix agent frontmatter: add missing color fields and fix line endings
- Add missing color field to 4 agents: content-creator, growth-hacker,
  social-media-strategist, data-analytics-reporter
- Replace non-standard tools field with the required color field
- Fix CRLF line endings in agentic-identity-trust.md
2026-03-06 04:56:10 +08:00
jiangnan 0bad1b137b Add Security Engineer agent to Engineering Division
Adds a specialized Security Engineer agent covering threat modeling,
vulnerability assessment, secure code review, and security architecture.
This fills a gap in the Engineering Division where no dedicated security
specialist existed.
2026-03-06 04:45:14 +08:00
jiangnan f5d929d84f Add GitHub issue and pull request templates
Adds structured templates for new agent requests, bug reports,
and pull requests to streamline contributions and ensure consistency.
2026-03-06 04:38:36 +08:00
jiangnan 976c08e4c3 Add CI workflow to validate agent file format
Adds a lint script and GitHub Actions workflow that checks agent
markdown files for required YAML frontmatter fields (name, description,
color) and recommends standard sections. Only changed files in PRs
are validated to avoid blocking on pre-existing issues.
2026-03-06 04:37:53 +08:00