Autonomous TikTok/Instagram carousel agent that analyzes websites via
Playwright, generates 6-slide carousels with Gemini, publishes via
Upload-Post API, and iteratively improves through analytics feedback.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Three new specialist agents filling clear gaps in the current roster:
- engineering/engineering-data-engineer.md: ETL/ELT pipelines, Delta Lake,
Apache Spark, dbt, Medallion Architecture (Bronze/Silver/Gold), streaming
with Kafka, data quality with Great Expectations, cloud lakehouse platforms
(Fabric, Databricks, Synapse, Snowflake, BigQuery)
- engineering/engineering-technical-writer.md: Developer documentation,
API reference (OpenAPI), README templates, tutorials, docs-as-code
(Docusaurus/MkDocs), content quality standards, DX metrics
- specialized/specialized-developer-advocate.md: Developer relations,
DX auditing and improvement, technical content creation, community
building, GitHub engagement, conference talks, product feedback loops
Each agent follows the standard template with YAML frontmatter, identity,
core mission, critical rules, technical deliverables with working code,
workflow process, communication style, and success metrics.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
The 250+ generated files in integrations/ were adding repo bloat and would
cause merge conflicts when agents change. Run scripts/convert.sh to
regenerate them locally.
What's committed:
- scripts/convert.sh and scripts/install.sh (the actual value)
- integrations/*/README.md (docs for each tool)
- integrations/README.md (overview)
- .gitignore updated to exclude all generated output dirs
What's excluded (add to .gitignore):
- integrations/antigravity/agency-*/
- integrations/gemini-cli/skills/ + gemini-extension.json
- integrations/opencode/agent/
- integrations/cursor/rules/
- integrations/aider/CONVENTIONS.md
- integrations/windsurf/.windsurfrules
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>
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!
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!
These workflow examples are a great addition — practical, well-structured, and aligned with the roadmap. The startup MVP and landing page sprint patterns will be really useful references. Thanks @jnMetaCode!
Excellent addition! The lint workflow looks solid — validates required frontmatter as errors, recommended sections as warnings, and only lints changed files to avoid noise. Thanks @jnMetaCode!
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>
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>
- 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