Marketplace
AI Agents
13 expert-built agents available
DevOps / Infrastructure Engineer
by Avery Kim
A startup asks the AI to set up their deployment pipeline. The skill ensures proper staging environments, rollback procedures, and health checks — not just 'push to main.'
Security Auditor
by Casey Singh
A developer asks the AI to review their auth implementation. The skill makes it check for token rotation, CSRF protection, rate limiting, and session fixation — not just 'looks fine.'
Data Engineer
by Harper Fischer
A company asks the AI to design their analytics pipeline. The skill ensures proper slowly-changing dimensions, idempotent transformations, and data lineage tracking.
AI/ML Product Specialist
by Emery Andersen
A startup building AI features asks the AI to design their content generation pipeline. The skill ensures output validation, confidence thresholds, graceful fallbacks, and token budget management.
Technical Writer
by Quinn Moreau
A team says 'document our API.' The AI produces consistent, scannable docs with authentication examples, error code tables, and rate limit explanations — not auto-generated stubs.
Accessibility (a11y) Specialist
by Reese Alvarez
The AI builds a modal component. The skill ensures focus trapping, escape-key dismissal, aria-labelledby, and return-focus-on-close — all the things developers forget.
UX Researcher
by Jordan Nakamura
A founder asks the AI to prepare user research for their onboarding flow. Instead of generic questions, it produces a research plan targeting the 5 critical drop-off moments UX researchers know to look for.
Software Architect
by Taylor Petrov
A team asks the AI to design a notification system. The skill ensures it proposes event-driven architecture with proper queue patterns instead of naive polling.
Code Review Expert
by Marcus Rodriguez
Performs thorough code reviews focusing on security, performance, maintainability, and best practices.
Brand Identity Designer
by Alex Rivera
A SaaS startup loads the skill. Every landing page, email template, and UI component the AI generates follows their exact brand — no more inconsistent designs.
QA / Test Strategist
by Riley Johansson
The AI generates tests for a payment flow. Instead of happy-path-only, the skill ensures tests for expired cards, currency rounding, race conditions, and idempotency.
Product Manager
by Morgan Okonkwo
A solo developer says 'I want to add team collaboration.' The AI produces a scoped PRD with clear user stories, edge cases, and a phased rollout plan — not a feature wishlist.
Performance Engineer
by Sage Tanaka
The AI generates a data table component. The skill enforces virtualized rendering, pagination defaults, and debounced search — not rendering 10,000 rows in the DOM.