Find the perfect skill
GSD Update
Development
Check for GSD updates, install if available, and display changelog.
Java Style & Layout for contentstack-java
Development
Guidelines for Java code style and layout in the contentstack-java project, including Java 8 language level, source paths, and style conventions.
Source Code Fetching
Development
Fetch dependency source code to give AI agents deeper implementation context.
Dialogue and Quest System
Development
Complete dialogue and quest system with branching conversations, quest stages, objectives, rewards, and event-driven progression. Use it to implement NPC dialogues, track quest progress, handle objectives like kill X or collect Y, and award rewards upon completion.
Test-Driven Development
Development
Practice test-driven development with a red-green-refactor workflow for new features and bug fixes.
Creating a Service (Effect v4)
Development
Creating services with Context.Service, IdentityComposer keys, and Layer composition.
Async Python Patterns
Development
Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.
Integrate Claude Skill into Project Guidelines
Development
Adapt and integrate a Claude global skill into your project's development guidelines, not directly into project code.
Memory Decide
Development
Creates Architecture Decision Records (ADRs) to document significant technical choices. Use it when you need to record the rationale behind a design or architecture decision, including context, options considered, and the chosen approach. It stores records in a structured markdown format in the project's memory system for future reference.
Runway Common Errors
Development
Implementation patterns for Runway common errors in AI video generation. Use when working with Runway API for video generation tasks.
Android Development with Kotlin
Development
Develop native Android apps with Kotlin using MVVM, Jetpack Compose, Retrofit, and Room.
Advanced TypeScript Types
Development
Master TypeScript's advanced type system: generics, conditional types, mapped types, template literals, and utility types for building type-safe applications.