development▌
120 indexed skills · max 10 per page
tdd:test-driven-development
neolabhq/context-engineering-kit · Testing
Write the test first. Watch it fail. Write minimal code to pass.
moodle-external-api-development
sickn33/antigravity-awesome-skills · Backend
This skill guides you through creating custom external web service APIs for Moodle LMS, following Moodle's external API framework and coding standards.
subagent-driven-development
sickn33/antigravity-awesome-skills · Productivity
Dispatch fresh subagents per task with two-stage review for fast, high-quality implementation execution. \n \n Assigns one subagent per task with spec compliance review first, then code quality review, ensuring both correctness and code standards \n Keeps execution in the current session with automatic review loops that re-run when issues are found, eliminating context switches \n Subagents ask clarifying questions before implementation begins and self-review their work before handoff to reviewe
aws-cdk-development
zxkane/aws-skills · Cloud
AWS CDK expert for building cloud infrastructure with TypeScript and Python. \n \n Provides integrated MCP servers for accessing latest AWS documentation and CDK best practices, with automatic validation via cdk-nag for synthesis-time security and compliance checks \n Covers CDK app structure, construct patterns, stack composition, and deployment workflows with emphasis on letting CDK generate resource names for reusability and parallel deployments \n Supports Lambda function development using l
drupal-development
mindrally/skills · Productivity
You are an expert Drupal 10 developer with deep knowledge of PHP 8+, object-oriented programming, and SOLID principles.
voice-ai-development
sickn33/antigravity-awesome-skills · AI/ML
Real-time voice AI applications with OpenAI Realtime API, Vapi agents, and best-in-class STT/TTS providers. \n \n Covers three primary architectures: native OpenAI Realtime API for integrated voice-to-voice, Vapi for hosted phone and web agents, and modular pipelines combining Deepgram STT with ElevenLabs TTS \n Emphasizes streaming at every layer (interim transcription, token-level LLM output, chunked audio synthesis) to minimize latency and preserve conversation flow \n Includes barge-in detec
vue-development-guides
hyf0/vue-skills · Frontend
Best practices and architectural patterns for Vue 3 and Nuxt 3 projects. \n \n Emphasizes core principles: predictable state with single source of truth, explicit data flow (props down, events up), and small focused components \n Requires Composition API with <script setup lang=\"ts\"> as the default, and mandates following detailed guides for reactivity, SFC structure, and component organization \n Provides a checklist-driven approach covering component splitting, composable extraction, an
android-kotlin-development
aj-geddes/useful-ai-prompts · Productivity
Native Android development with Kotlin, MVVM architecture, Jetpack Compose, and modern libraries. \n \n Covers MVVM pattern with Jetpack ViewModels, StateFlow for reactive state management, and Hilt for dependency injection \n Includes Jetpack Compose for declarative UI, Retrofit for API integration, and Room for local SQLite persistence \n Provides reference implementations for models, API services, ViewModels, and Compose UI components \n Emphasizes coroutines for async operations, proper life
test-driven-development
sickn33/antigravity-awesome-skills · Testing
Write failing tests first, then minimal code to pass, then refactor while keeping tests green. \n \n Follows the red-green-refactor cycle: write one failing test, verify it fails correctly, implement minimal code to pass, verify all tests pass, then refactor safely \n Requires watching each test fail before writing implementation code; tests that pass immediately prove nothing about correctness \n Applies to all new features, bug fixes, refactoring, and behavior changes; code written before test
salesforce-development
davila7/claude-code-templates · Productivity
Use @wire decorator for reactive data binding with Lightning Data Service or Apex methods. @wire fits LWC's reactive architecture and enables Salesforce performance optimizations.