Find the perfect skill
Anthropic Brand Style Guide
Content
Apply Anthropic official brand colors and typography to artifacts, including colors, fonts, and style guidelines.
Stimulus Best Practices for Rails
Development
Provides best practices for structuring Stimulus controllers in Rails applications, including target definitions, actions, values, and classes. Covers when to use Stimulus for UI enhancements like toggles and form interactions, and when to rely on Turbo or server-side approaches.
Iron Condor Strategy
Data & AI
Analyzes iron condor credit spreads with OTM put and call spreads for range-bound trading. Requires numpy, pandas, matplotlib, scipy.
Proofread LaTeX Documents
Content
Proofread LaTeX files for grammar, typos, notation consistency, and academic writing quality. Produces a report without editing source files.
Engineering
Development
Approach to building and changing software: research, planning, TDD, refactoring, and code review.
0xArchive - Historical Crypto Market Data
Data & AI
Query historical crypto market data from 0xArchive across Hyperliquid, Lighter.xyz, and HIP-3. Covers orderbooks, trades, candles, funding rates, open interest, liquidations, and data quality. Use when the user asks about crypto market data, orderbooks, trades, funding rates, or historical prices on these exchanges.
Learn Reset
Development
Resets the knowledge base by clearing all entries from patterns, quirks, and decisions files, and resets the learning state counter. Use this to start fresh without deleting the folder structure.
Brevo - Email Marketing Automation
Marketing & SEO
Manage email marketing campaigns through Brevo (formerly Sendinblue) API. Handle contacts, lists, transactional emails and campaign analytics from your terminal.
Conventions for new database columns
Development
Specifies conventions for adding new database fields in Go structs, including snake_case naming, smallint for booleans, and required struct tags for migrations.
SQLModel Task Models
Development
Defines a type-safe SQLModel schema for a Todo app with User and Task models, including foreign keys, indexes, and timestamps. Optimized for PostgreSQL and compatible with Better Auth. Helps when needing a production-ready database layer with async support.
Real-time Streaming Transcription with Deepgram
Data & AI
Implements real-time streaming transcription using Deepgram's WebSocket API. Use when building live transcription, voice interfaces, or real-time audio processing applications. Handles WebSocket connections, interim results, and audio data streaming.
Regularly Patch RDS Database Systems
Security
Ensure that Amazon RDS database instances are regularly updated and patched to address security vulnerabilities and maintain system integrity.