10 KiB
Release v4.5.0: Stitch UI Design
Expert prompting guide for Google Stitch AI-powered UI design tool
This release adds the stitch-ui-design skill and clarifies documentation around Starter Packs vs full repo installation, bringing the total to 625 skills. The new skill provides comprehensive guidance for creating effective prompts in Google Stitch (Gemini 2.5 Flash) to generate high-quality UI designs for web and mobile applications.
New Skills (1)
- stitch-ui-design – Expert guide for creating effective prompts for Google Stitch AI UI design tool. Covers prompt structure, specificity techniques, iteration strategies, design-to-code workflows, and 10+ practical examples for landing pages, mobile apps, and dashboards.
Try it:
Use @stitch-ui-design to help me create a prompt for a mobile fitness app dashboard
Documentation Improvements
- Clarified Starter Packs: Updated README.md and GETTING_STARTED.md to explicitly state that installation means cloning the full repo once; Starter Packs are curated lists to help discover which skills to use by role, not a different installation method (fixes #44)
Registry Update
- Total Skills: 625 (from 624)
- New Skills Added: 1
- Catalog: Regenerated with all skills
Credits
A huge shoutout to our community contributors:
- @ALEKGG1 for
stitch-ui-designskill (PR #45) - @CypherPoet for raising the documentation clarity issue (#44)
Release v4.4.0: fp-ts skills for TypeScript
Three practical fp-ts skills for TypeScript functional programming
This release adds 3 fp-ts skills sourced from whatiskadudoing/fp-ts-skills, bringing the total to 624 skills. These skills focus on practical, jargon-free patterns for pipe, Option, Either, TaskEither, React integration, and type-safe error handling.
New Skills (3)
- fp-ts-pragmatic – The 80/20 of functional programming: pipe, Option, Either, TaskEither without academic jargon
- fp-ts-react – Patterns for using fp-ts with React 18/19 and Next.js 14/15 (state, forms, data fetching)
- fp-ts-errors – Type-safe error handling with Either and TaskEither; no more try/catch spaghetti
Registry Update
- Total Skills: 624 (from 621)
- New Skills Added: 3
- Catalog: Regenerated with all skills
Release v4.3.0: VoltAgent Integration & Context Engineering Suite
Massive expansion with 61 new skills from VoltAgent repository, including official team skills and comprehensive context engineering capabilities
This release adds 61 high-quality skills sourced from the VoltAgent/awesome-agent-skills curated collection, bringing the total to 614 skills. Highlights include official skills from Sentry, Trail of Bits, Expo, Hugging Face, and a complete context engineering suite for building sophisticated AI agents.
🚀 New Skills
Official Team Skills (27)
Sentry (4)
- commit – Create commits with best practices following Sentry conventions
- create-pr – Create pull requests with proper descriptions and review guidelines
- find-bugs – Find and identify bugs in code systematically
- iterate-pr – Iterate on pull request feedback efficiently
Trail of Bits (3)
- culture-index – Index and search culture documentation
- fix-review – Verify fix commits address audit findings without new bugs
- sharp-edges – Identify error-prone APIs and dangerous configurations
Expo (2)
- expo-deployment – Deploy Expo apps to production
- upgrading-expo – Upgrade Expo SDK versions safely
Hugging Face (2)
- hugging-face-cli – HF Hub CLI for models, datasets, repos, and compute jobs
- hugging-face-jobs – Run compute jobs and Python scripts on HF infrastructure
Other Official (16)
- vercel-deploy-claimable – Deploy projects to Vercel
- design-md – Create and manage DESIGN.md files (Google Stitch)
- using-neon – Best practices for Neon Serverless Postgres
- n8n-code-python – Python in n8n Code nodes
- n8n-mcp-tools-expert – n8n MCP tools guide
- n8n-node-configuration – n8n node configuration
- swiftui-expert-skill – SwiftUI best practices
- fal-audio – Text-to-speech and speech-to-text using fal.ai
- fal-generate – Generate images and videos using fal.ai AI models
- fal-image-edit – AI-powered image editing with style transfer
- fal-platform – Platform APIs for model management and usage tracking
- fal-upscale – Upscale and enhance image/video resolution using AI
- fal-workflow – Generate workflow JSON files for chaining AI models
- deep-research – Gemini Deep Research Agent for autonomous research
- imagen – Generate images using Google Gemini
- readme – Generate comprehensive project documentation
Community Skills (34)
Context Engineering Suite (7)
A complete suite for building sophisticated AI agents with advanced context management:
- context-fundamentals – Understand what context is, why it matters, and the anatomy of context in agent systems
- context-degradation – Recognize patterns of context failure: lost-in-middle, poisoning, distraction, and clash
- context-compression – Design and evaluate compression strategies for long-running sessions
- context-optimization – Apply compaction, masking, and caching strategies
- multi-agent-patterns – Master orchestrator, peer-to-peer, and hierarchical multi-agent architectures
- memory-systems – Design short-term, long-term, and graph-based memory architectures
- evaluation – Build evaluation frameworks for agent systems
Development Tools (8)
- frontend-slides – Generate animation-rich HTML presentations with visual style previews
- linear-claude-skill – Manage Linear issues, projects, and teams
- skill-rails-upgrade – Analyze Rails apps and provide upgrade assessments
- terraform-skill – Terraform infrastructure as code best practices
- tool-design – Build tools that agents can use effectively, including architectural reduction patterns
- screenshots – Generate marketing screenshots with Playwright
- automate-whatsapp – Build WhatsApp automations with workflows and agents
- observe-whatsapp – Debug WhatsApp delivery issues and run health checks
Platform & Framework Skills (19)
- aws-skills – AWS development with infrastructure automation
- ui-skills – Opinionated constraints for building interfaces
- vexor – Vector-powered CLI for semantic file search
- pypict-skill – Pairwise test generation
- makepad-skills – Makepad UI development for Rust apps
- threejs-skills – Three.js 3D experiences
- claude-scientific-skills – Scientific research skills
- claude-win11-speckit-update-skill – Windows 11 management
- security-bluebook-builder – Security documentation
- claude-ally-health – Health assistant
- clarity-gate – RAG quality verification
- beautiful-prose – Writing style guide
- claude-speed-reader – Speed reading tool
- skill-seekers – Skill conversion tool
- varlock-claude-skill – Secure environment variable management
- superpowers-lab – Superpowers Lab integration
- nanobanana-ppt-skills – PowerPoint presentation skills
- x-article-publisher-skill – X/Twitter article publishing
- ffuf-claude-skill – Web fuzzing with ffuf
📦 Registry Update
- Total Skills: 614 (from 553)
- New Skills Added: 61
- Catalog: Fully regenerated with all new skills
- Sources: All skills properly attributed in
docs/SOURCES.md
🔧 Improvements
Quality Assurance
- All new skills validated for frontmatter compliance
- "When to Use" sections added where missing
- Source attribution maintained for all skills
- Risk labels properly set
Documentation
- Updated README.md with correct skill count (614)
- Updated package.json version to 4.3.0
- Comprehensive release notes created
📊 Statistics
- Skills from VoltAgent Repository: 61
- Official Team Skills: 27
- Community Skills: 34
- Skills Analyzed: 174 total from VoltAgent
- Skills Already Present: 32 (skipped as duplicates)
- Skills with Similar Names: 89 (analyzed, 12 implemented as complementary)
👥 Credits
A huge shoutout to our community contributors and the VoltAgent team:
- VoltAgent/awesome-agent-skills for curating an excellent collection
- Official Teams: Sentry, Trail of Bits, Expo, Hugging Face, Vercel Labs, Google Labs, Neon, fal.ai
- Community Contributors: zarazhangrui, wrsmith108, robzolkos, muratcankoylan, antonbabenko, and all other skill authors
Upgrade now: git pull origin main to fetch the latest skills.