Resolved comprehensive documentation consistency issues and integrated community AI tools.
This patch release focuses on bringing the entire repository's documentation into strict compliance with the newly established maintenance protocols. It resolves conflicting skill counts, aligns the documentation "trinity", fixes workflow routing paths, and standardizes formats to prevent anchor breakage. It also includes new community skills like the pipecat-friday-agent and workflow enhancements.
🚀 New Skills
🤖 pipecat-friday-agent
Iron Man-inspired tactical voice assistant (F.R.I.D.A.Y.).
Built with Pipecat, Google Gemini, and OpenAI, providing a blueprint for creating interactive voice-driven agents.
⏱️ progressive-estimation
Agentic workflow for progressive task estimation.
Breaks down complex tasks to improve estimation accuracy and project planning.
🎥 seek-and-analyze-video
AI-powered video analysis toolkit.
Automates seeking and analyzing of video content, extracting key insights and moments.
📦 Improvements
- Documentation Consistency: Full audit and remediation of
.github/MAINTENANCE.mdrules. - TOC Formatting: Removed emojis from H2 headers in
README.mdto fix broken markdown anchors. - Statistics Alignment: Synced skill counts across
package.jsonandREADME.mdfor accurate representation (1,239+). - Workflow Routing: Added the
design-ddd-core-domainworkflow to required path definitions and copy-paste examples inskills/antigravity-workflows/SKILL.md. - Validation: Passed all sync chains including
npm run validate:references.
👥 Credits
A huge shoutout to our community contributors:
- @Enreign for
progressive-estimation - @kennyzheng-builds for
seek-and-analyze-video