implementation▌
31 indexed skills · max 10 per page
oauth-implementation
aj-geddes/useful-ai-prompts · Productivity
Implement industry-standard OAuth 2.0 and OpenID Connect authentication flows with JWT tokens, refresh tokens, and secure session management.
design-patterns-implementation
aj-geddes/useful-ai-prompts · Frontend
Apply proven design patterns to create maintainable, extensible, and testable code architectures.
notion-spec-to-implementation
davila7/claude-code-templates · Productivity
Convert a Notion spec into linked implementation plans, tasks, and ongoing status updates.
prd-implementation-precheck
charon-fan/agent-playbook · Productivity
Perform a short PRD precheck, present issues and questions, then implement only after the user confirms or adjusts the PRD.
openspec-implementation
forztf/open-skilled-sdd · Productivity
Systematically implements approved spec proposals by executing tasks sequentially with proper testing and validation.
websocket-implementation
aj-geddes/useful-ai-prompts · Productivity
Build scalable WebSocket systems for real-time communication with proper connection management, message routing, error handling, and horizontal scaling support.
rag-implementation
sickn33/antigravity-awesome-skills · Productivity
Complete workflow for building RAG systems from embedding selection through evaluation and optimization. \n \n Covers eight sequential phases: requirements analysis, embedding selection, vector database setup, chunking strategy, retrieval implementation, LLM integration, caching, and evaluation \n Includes actionable steps for each phase with specific skills to invoke and copy-paste prompts for agent commands \n Addresses core RAG concerns: embedding quality, vector indexing, chunk overlap handl
langchain4j-rag-implementation-patterns
giuseppe-trisciuoglio/developer-kit · AI/ML
Complete Retrieval-Augmented Generation systems with LangChain4j for knowledge-enhanced AI applications. \n \n Document ingestion pipelines with configurable chunking, metadata management, and embedding generation using OpenAI or custom embedding models \n Vector search and content retrieval with filtering, re-ranking, and configurable similarity thresholds for precise context matching \n RAG-enabled AI services that automatically inject retrieved context into chat models, with support for multi
notion-spec-to-implementation
openai/skills · Productivity
Convert Notion specs into linked implementation plans, tasks, and progress tracking. \n \n Automates the workflow from spec discovery through task creation: search and fetch specs, parse requirements, generate implementation plans, and create tracked tasks in Notion. \n Includes templates for quick vs. full implementation plans, task creation patterns, and progress update cadences to match project scope. \n Provides reference guides for requirement extraction, task sizing (1–2 day chunks), depen
prisma-driver-adapter-implementation
prisma/skills · Productivity
Complete reference for implementing Prisma v7 driver adapters with transaction lifecycle, error mapping, and type conversion details. \n \n Covers four required interfaces: SqlDriverAdapter , Transaction , SqlMigrationAwareDriverAdapterFactory , and SqlQueryable , with full method signatures and lifecycle requirements \n Transaction commit() and rollback() are lifecycle hooks only; Prisma sends SQL via executeRaw , not these methods \n Includes argument mapping (string→int/bigint/float, base64→b