Showing 30 of 133558 results
Automates mobile device interactions by navigating apps, capturing snapshots, tapping elements, typing text, and extracting UI information on iOS and Android.
Enforces test-driven development by guiding developers to write comprehensive tests first, ensuring 80%+ code coverage across unit, integration, and E2E testing.
REST API design patterns covering resource naming conventions, HTTP status codes, pagination, filtering, error responses, versioning, and rate limiting for building consistent, developer-friendly production APIs.
RivetKit JavaScript client guidance for building browser, Node.js, or Bun clients that connect to Rivet Actors, providing createClient for calling actions and managing stateful or stateless connections.
Triages a reported bug by exploring the codebase to find the root cause, then opens a GitHub issue (`gh issue create`) with a TDD fix plan structured as RED-GREEN cycles, acceptance criteria, and a refactor step — describes behaviors and contracts (not file paths) so the issue survives refactors.
Break down articles or pasted content into social-ready infographic card series (1–10 cards) with 12 visual styles, 8 layouts, and 3 palettes, plus preset shorthands like `knowledge-card` and `poster`. Optimized for Xiaohongshu (小红书), WeChat 图文, and similar platforms; supports non-interactive `--yes` mode for automation.
A production-ready plugin system with 112 AI agents, 146 skills, 16 workflow orchestrators, and 79 development tools organized into 73 focused plugins for Claude Code.
Validates and auto-corrects Terraform code for consistent formatting, naming conventions, and best practices across infrastructure configurations.
RivetKit React client guidance for building React apps that connect to Rivet Actors using @rivetkit/react, providing hooks via createRivetKit and real-time state management with useActor.
A skill marketplace client that lets AI agents search, install, and publish skills across official, community, and global registries. Supports auto-installation from multiple sources including Starchild community and skills.sh ecosystem.
A production-ready plugin system with 112 AI agents, 146 skills, 16 workflow orchestrators, and 79 development tools organized into 73 focused plugins for Claude Code.
Django development patterns skill covering REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade project structure
A library of 155 production-ready development skills covering every aspect of modern software engineering from project setup to production deployment.
A skill by Paul Hudson that reviews Swift concurrency code for correctness, modern async/await API usage, actor isolation, structured concurrency patterns, and Swift 6.2 compatibility.
A comprehensive agent skill for building production-ready email systems covering DNS authentication, deliverability, compliance (CAN-SPAM, GDPR, CASL), webhook processing, and retry logic.
A production-ready plugin system with 112 AI agents, 146 skills, 16 workflow orchestrators, and 79 development tools organized into 73 focused plugins for Claude Code.
Creates animation-rich HTML slide presentations from scratch or by converting PowerPoint files.
An official Dart agent skill for running dart analyze to identify warnings and errors, and using dart fix --apply to automatically resolve lint issues during development.
An official Dart agent skill for writing and organizing unit tests for functions, methods, and classes using package:test, ensuring code correctness and preventing regressions.
Part of Google's official Agent Skills repository, providing skills for Google Cloud products and technologies including Gemini API, AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, GKE, along with recipes for onboarding, authentication, and Well-Architected Framework guidance.
An official Dart agent skill that fetches active stack traces via LSP, locates failing lines, applies fixes, and verifies resolution through hot reload.
An official Dart agent skill with a workflow for resolving package version conflicts when pub get fails due to incompatible dependencies.
An official Dart agent skill that guides AI agents to use switch expressions and pattern matching in Dart code where appropriate.
Skills for building SwiftUI apps that connect to Rivet Actors using RivetKitSwiftUI, with guidance on @Actor, view modifiers, and SwiftUI bindings.
Provides DevOps engineering guidance for CI/CD, infrastructure automation, and cloud deployment, from a collection of 65 skills and 9 workflows built for full-stack developers.
Java coding standards for Spring Boot services covering naming conventions, immutability, Optional usage, streams, exception handling, generics, records, sealed classes, and project layout.