Commit Graph

306 Commits

Author SHA1 Message Date
HedoNNN 4fdf1ebf2b Add Offer and Lead Gen Strategist (#510)
Thanks @hedonnn — original (passed the originality check), on-template (full persona sections), and verified clean. 🙏
2026-06-03 19:27:12 -05:00
HedoNNN f1aaf0478e Add Email Marketing Strategist (#509)
Thanks @hedonnn — original (passed the originality check), on-template (full persona sections), and verified clean. 🙏
2026-06-03 19:27:08 -05:00
HedoNNN 4db32bab1d Add AEO Foundations Architect (#508)
Thanks @hedonnn — original (passed the originality check), on-template (full persona sections), and verified clean. 🙏
2026-06-03 19:27:04 -05:00
HedoNNN 0ab5b45c77 Add Persona Walkthrough Specialist (#507)
Thanks @hedonnn — original (passed the originality check), on-template (full persona sections), and verified clean. 🙏
2026-06-03 19:27:00 -05:00
Yunus Kılıç 620a061a90 feat: add Codex agent conversion and install support (#362)
Adds Codex as a conversion/install target: each agent → `~/.codex/agents/<slug>.toml` with the three required Codex fields (name, description, developer_instructions).

Validated: all 184 agents generate valid, parseable TOML (incl. 21k-char agents with embedded code blocks) via the PR's TOML basic-string escaper. Matches OpenAI's documented custom-agent schema.

Thanks @yunuskilicdev.
2026-06-03 18:59:48 -05:00
Edgar Powell, Jr ab414934e3 feat: add IT Service Manager agent to Engineering Division (#449)
Thanks @epowelljr — original (passed the new originality check), on-template (full persona sections), and cleanly mergeable. 🙏
2026-06-03 18:50:25 -05:00
Edgar Powell, Jr 17ad0e820b feat: add Change Management Consultant agent to Specialized Division (#448)
Thanks @epowelljr — original (passed the new originality check), on-template (full persona sections), and cleanly mergeable. 🙏
2026-06-03 18:50:22 -05:00
Edgar Powell, Jr e0c0c7ae30 feat: add Medical Billing & Coding Specialist agent to Specialized Division (#447)
Thanks @epowelljr — original (passed the new originality check), on-template (full persona sections), and cleanly mergeable. 🙏
2026-06-03 18:50:18 -05:00
Edgar Powell, Jr d4b8af7eeb feat: add Business Strategist agent to Specialized Division (#446)
Thanks @epowelljr — original (passed the new originality check), on-template (full persona sections), and cleanly mergeable. 🙏
2026-06-03 18:50:14 -05:00
Edgar Powell, Jr 316b79529a feat: add Grant Writer agent to Specialized Division (#445)
Thanks @epowelljr — original (passed the new originality check), on-template (full persona sections), and cleanly mergeable. 🙏
2026-06-03 18:50:10 -05:00
Edgar Powell, Jr d383fe8724 feat: add Customer Success Manager agent to Specialized Division (#444)
Thanks @epowelljr — original (passed the new originality check), on-template (full persona sections), and cleanly mergeable. 🙏
2026-06-03 18:50:06 -05:00
Edgar Powell, Jr d8345daf66 feat: add PR & Communications Manager agent to Marketing Division (#443)
Thanks @epowelljr — original (passed the new originality check), on-template (full persona sections), and cleanly mergeable. 🙏
2026-06-03 18:50:02 -05:00
Michael Sitarzewski 5032f7e75c feat: add agent originality check (script + CI + docs) (#560)
Adds scripts/check-agent-originality.sh, which flags new agents that
substantially duplicate an existing one. It compares each candidate
against the whole roster (and other files in the same change set) using
entity-neutralized 8-word shingle overlap, so a find-replace "re-skin"
that only swaps a country/platform name can't slip past review.

- CI: new "Check agent originality" step in lint-agents.yml runs it on
  changed agent files; a >=40% match fails the build.
- Docs: CONTRIBUTING.md gains a self-run "before submitting" step, a
  checklist item, and a "things we'll always close" bullet for re-skins.

Calibration: across the existing 184-agent library the worst same-pair
similarity is ~1.5% (median 0%), so the WARN >=20% / FAIL >=40% defaults
leave a wide margin against false positives.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 12:08:28 -05:00
Akhilesh Arora 083ce47e13 fix: remove stray EOFcat heredoc artifact from SECURITY.md (#531)
Removes the stray `EOFcat SECURITY.md` line accidentally left at the end of SECURITY.md.

Closes #530. Thanks to @akhilesharora.
2026-06-02 18:06:50 -05:00
Guillaume Bolivard 060c2076bc fix: align local linter scope with CI workflow (#546)
Removes strategy/ from lint-agents.sh AGENT_DIRS so the local linter no longer errors on the frontmatter-less NEXUS docs, matching the CI workflow's scope.

Thanks to @GuillaumeBld for the fix.
2026-06-02 18:04:42 -05:00
Shiven Garia 783f6a72bf Fix opencode global install docs to use install.sh --path (#249)
Fixes opencode global install docs — replaces broken cp command with proper convert + install two-step workflow.
2026-04-11 23:25:59 -05:00
Ryanba cef2105207 docs: add Qwen integration guide (#232)
Adds Qwen integration guide documenting convert_qwen/install_qwen behavior and project-scoped setup.
2026-04-11 23:25:56 -05:00
Ryanba 2af3773866 docs: align displayed OpenClaw install path (#231)
Fixes displayed OpenClaw install path in README checkbox block.
2026-04-11 23:25:53 -05:00
Ryanba 3d574c9aac docs: align agent linting with OpenClaw section split (#230)
Fixes OpenClaw section classification in lint script — correctly routes Learning & Memory section.
2026-04-11 23:25:50 -05:00
Kiên Bùi a4ec4a0d13 fix: add post-install hint for Copilot agent path verification (#224)
Adds post-install hint reminding users to verify VS Code chat.agentFilesLocations setting for Copilot agents.
2026-04-11 23:25:48 -05:00
Edgar Powell 3eaa0aa2f6 docs: add 14 new agents to README roster (#439)
Adds 14 recently merged agents to the README roster: Voice AI Integration Engineer (engineering), Sales Outreach, Customer Service, Healthcare Customer Service, Hospitality Guest Services, HR Onboarding, Language Translator, Legal Billing & Time Tracking, Legal Client Intake, Legal Document Review, Loan Officer Assistant, Real Estate Buyer & Seller, Retail Customer Returns (specialized), and Chief of Staff (specialized).
2026-04-11 23:25:45 -05:00
Charlie.Cao 64eee9f8e0 feat(i18n): add Chinese (zh-CN) localization for agent names (#338)
Adds Chinese (zh-CN) localization tooling: agent-names-zh.json translation map (130+ entries) and localize-agents-zh.ps1 PowerShell script for localizing agent names in Copilot agent picker.
2026-04-11 02:19:01 -05:00
Edgar Powell 4eba68d5ee feat: add loan officer assistant agent (#424)
Adds Loan Officer Assistant agent to Specialized division. TRID timeline enforcement, rate lock tracking, document expiration monitoring, DTI calculation, and borrower intake workflows.
2026-04-11 01:30:09 -05:00
Edgar Powell aacdfd95f0 feat: add real estate buyer and seller agent (#423)
Adds Real Estate Buyer & Seller agent to Specialized division. Fair housing compliance, earnest money handling, CMA templates, material defect disclosure, and dual buyer/seller workflows.
2026-04-11 01:30:06 -05:00
Edgar Powell 29664829ee feat: add legal billing and time tracking agent (#422)
Adds Legal Billing & Time Tracking agent to Specialized division. Time entry standards, IOLTA compliance, block billing detection, collections communication, and realization rate analytics.
2026-04-11 01:30:04 -05:00
Edgar Powell dc87ff2c83 feat: add legal client intake agent (#421)
Adds Legal Client Intake agent to Specialized division. Statute of limitations screening, conflict checks, practice-area-specific qualification guides, and attorney-ready intake summaries.
2026-04-11 01:30:01 -05:00
Edgar Powell 7dcac96374 feat: add legal document review agent (#417)
Adds Legal Document Review agent to Specialized division. Contract review, risk clause flagging, version comparison, and compliance review with jurisdiction-specific enforceability guidance.
2026-04-11 01:29:58 -05:00
Edgar Powell b476a4c349 feat: add language translator agent (#416)
Adds Language Translator agent to Specialized division. Spanish/English translation with regional dialect awareness, cultural context flags, pronunciation guides, and emergency phrase protocol.
2026-04-11 01:29:56 -05:00
Edgar Powell 9511ef3675 feat: add sales outreach agent (#414)
Adds Sales Outreach agent to Specialized division. Consultative B2B prospecting with ICP framework, 7-touch cadence, objection handling, and methodology expertise (SPIN, Challenger, MEDDIC).
2026-04-11 01:29:53 -05:00
Edgar Powell 557788b939 feat: add hr onboarding agent (#413)
Adds HR Onboarding agent to Specialized division. Full onboarding lifecycle from pre-boarding through 30-60-90 day plans, with compliance focus (I-9, W-4, FLSA, FMLA, ADA) and HRIS integration guidance.
2026-04-11 01:29:50 -05:00
Edgar Powell 682089d22c feat: add customer service agent (#412)
Adds Customer Service agent to Specialized division. Industry-agnostic support framework covering FAQ, complaints, account support, returns, retention, and escalation across retail, SaaS, hospitality, finance, logistics, and healthcare.
2026-04-11 01:29:48 -05:00
Michael Sitarzewski e73f4019ae fix: add finance/ to scripts, CI, README, and CONTRIBUTING.md (#437)
Adds finance/ to AGENT_DIRS in all 3 scripts, CI workflow trigger paths, CONTRIBUTING.md category list, and README.md division roster. Also fixes duplicate sales entry in lint-agents.sh.
2026-04-11 01:14:35 -05:00
Michael Sitarzewski 4eaf2309fb fix: align 5 finance agents with CONTRIBUTING.md template (#436)
Aligns all 5 finance agents with CONTRIBUTING.md template: fixes section headers, emojis, consolidates Technical Deliverables sections, and adds missing Learning & Memory sections with domain-specific content.
2026-04-11 00:44:11 -05:00
Michael Sitarzewski dcf38c8e89 fix: align agents with CONTRIBUTING.md template + revert tooling PRs for Discussion (#433)
Fixes 3 agents for CONTRIBUTING.md template compliance (missing sections, incorrect headers). Reverts 2 tooling PRs (#371 promptfoo, #337 Vitest) that were merged without required Discussion — Discussions created at #434 and #435.
2026-04-11 00:14:10 -05:00
Edgar Powell 4ba062ba5d feat: add retail customer returns agent (#420)
Adds Retail Customer Returns agent. Returns processing with fraud detection (wardrobing, receipt fraud), condition grading, and restricted category handling.
2026-04-10 23:53:32 -05:00
Edgar Powell 49bc0da04c feat: add hospitality guest services agent (#419)
Adds Hospitality Guest Services agent. Guest experience management with loyalty tier recognition, overbooking protocol, and service recovery workflows.
2026-04-10 23:53:30 -05:00
Edgar Powell bdfbc2bff2 feat: add healthcare customer service agent file (#418)
Adds Healthcare Customer Service agent. HIPAA-compliant patient support with emergency detection, clinical escalation tiers, and insurance denial appeal workflows.
2026-04-10 23:53:27 -05:00
Varshith Dupati 47ab31727d feat: Add Codebase Onboarding Engineer (#388)
Adds Codebase Onboarding Engineer to Engineering division. Helps new developers understand unfamiliar codebases through read-only, code-grounded analysis.
2026-04-10 23:53:04 -05:00
Edgar Powell 98999551f7 feat: add Voice AI Integration Engineer to Engineering Division (#415)
Adds Voice AI Integration Engineer to Engineering division. Covers Whisper-based transcription, audio preprocessing, diarization, and downstream integrations.
2026-04-10 23:53:01 -05:00
jglobalink2024 98bc62ea7d Add chief of staff agent (#429)
Adds Chief of Staff agent to Specialized division. Operational coordination for founders/executives — handles decision routing, dependency tracking, and communication bridging.
2026-04-10 23:52:58 -05:00
toukanno 6f342178f3 feat: add Vitest test infrastructure for agent and script validation (#337)
Adds Vitest + TypeScript test infrastructure for agent validation. Validates 642 agent files across 14 categories for YAML frontmatter, kebab-case naming, and directory population.
2026-04-10 21:54:34 -05:00
Russell Jones b456845e85 feat: add promptfoo eval harness for agent quality scoring (#371)
Adds promptfoo eval harness for agent quality scoring. LLM-as-judge system scoring task completion, instruction adherence, identity consistency, deliverable quality, and safety. Includes tests.
2026-04-10 21:54:31 -05:00
HedoNNN 1e73b5be0d feat: add Agentic Search Optimizer agent (#398)
Adds Agentic Search Optimizer to Marketing division. Focuses on AI browsing agent task completion, WebMCP readiness audits, and agent friction mapping.
2026-04-10 18:55:32 -05:00
HedoNNN 92613cdd8f feat: add cannibalization prevention rules and audit template to SEO Specialist (#399)
Improves SEO Specialist with cannibalization prevention rules, mandatory cross-page audit requirement, and GSC-driven audit template.
2026-04-10 18:55:30 -05:00
lihanglogan fd35c99ecc Add Minimal Change Engineer specialist (#430)
Adds Minimal Change Engineer to Engineering division. Focuses on minimum-viable diffs, scope-creep resistance, and diff archaeology. Complements Reality Checker.
2026-04-10 18:55:27 -05:00
Mark Lawrence Rodil e6f960d666 feat: add finance folder with specialized agent roles (#431)
Adds Finance division with 5 specialized agents: Financial Analyst, Tax Strategist, Investment Researcher, Bookkeeper & Controller, FP&A Analyst. Fills a major portfolio gap.
2026-04-10 18:55:03 -05:00
CharlyP 6b294e34f5 docs: add SECURITY.md policy (#410)
Adds SECURITY.md with responsible disclosure process, scope clarification, and response SLAs.
2026-04-10 18:55:01 -05:00
Ryanba 30f6f18d41 文档: 同步 OpenClaw 安装与集成说明 (#432)
Syncs OpenClaw install docs and integration paths. Aligns README examples with current script behavior.
2026-04-10 18:54:58 -05:00
everforge 618582cdcc fix: align agent lint with convert.sh and CI (#333)
Expands CI lint workflow to trigger on academic/ changes. Hardens lint-agents.sh with file existence checks and portable word-count handling (macOS/BSD compatibility).
2026-04-10 18:46:45 -05:00
Alon Kolyakov 37e5c521c9 refactor: sync agent directory lists across all scripts (#253)
Syncs agent directory lists (academic/, sales/, strategy/) across all three scripts: lint-agents.sh, convert.sh, install.sh. Refactors install.sh to use shared AGENT_DIRS constant, eliminating duplication. Closes #242.
2026-04-10 18:46:28 -05:00