- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
Algorithmic Self Discovery
by AmnadTaowsoam
Algorithmic Self-Discovery is the God-Mode protocol that enables AI agents
documentation-lookup
by krmcbride
Look up library and framework documentation. Use when the user asks about API docs, library usage, framework features, or mentions specific libraries/packages by name.
standards-discover
by weegigs
Extract tribal knowledge from your codebase into documented standards. Creates files in .agent-os/standards/project/
Grpc Integration
by AmnadTaowsoam
gRPC (Google Remote Procedure Call) is a high-performance, open-source
Server Sent Events
by AmnadTaowsoam
This is an alias skill so documentation can reference 03-backend-api/server-sent-events.
bknd-setup-auth
by cameronapak
Use when initializing or configuring the Bknd authentication system. Covers enabling auth, configuring password strategy, setting up JWT and cookie options, defining roles, and production security settings.
github-readme
by Mearman
Fetch the README content from a GitHub repository. Use when the user asks for a repository README, documentation, or wants to read the repo's main documentation file.
npm-downloads
by Mearman
Get download statistics for an npm package over time. Use when the user asks for package download counts, popularity metrics, or usage statistics.
backend-development
by mamba-mental
Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.
code-review
by thoreinstein
Comprehensive code review with security, performance, and maintainability focus. Produces structured review with APPROVE, NEEDS WORK, or BLOCK verdict.
gitlab-discussion
by grandcamel
"GitLab discussion operations via API. ALWAYS use this skill when user wants to: (1) view threaded discussions on MRs/issues, (2) create new discussion threads, (3) reply to discussions, (4) resolve/unresolve discussions."
wechat-chat-tool
by dafang
微信小程序聊天工具开发指南。当开发聊天工具分包、配置 chatTools、发送消息到群聊、动态消息、获取群成员信息、wx.openChatTool、wx.getChatToolInfo 时使用。
building-mcp-servers
by C0ntr0lledCha0s
Expert at integrating MCP servers into Claude Code plugins. Auto-invokes when configuring MCP servers (stdio/SSE/HTTP/WebSocket), writing .mcp.json files, or adding external tool integrations.
bknd-bulk-operations
by cameronapak
Use when performing bulk insert, update, or delete operations in Bknd. Covers createMany, updateMany, deleteMany, batch processing with progress, chunking large datasets, error handling strategies, and transaction-like patterns.
capture
by designnotdrum
"Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams."
sequential-thinking
by icartsh
다단계 분석, 수정 능력 및 가설 검증이 필요한 복잡한 작업을 위해 구조화되고 성찰적인 문제 해결 방식을 적용합니다. 복잡한 문제 분해, 적응형 계획 수립, 경로 수정이 필요한 분석, 범위가 불분명한 문제, 다단계 해결책 및 가설 기반 작업 시 사용합니다.
weather-check
by dgriffin831
Get current weather for a location
rpc-selection-and-resilience
by SanctifiedOps
Playbook for selecting Solana RPC providers and building resilient client access (fallbacks, timeouts, rate limits, caching, cost control). Use when designing infra or debugging RPC issues.
kotlin-patterns
by ashchupliak
Kotlin/Spring Boot patterns for Orca service - use when implementing backend features, writing services, repositories, or controllers
Email Composer
by dy9759
Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages.
api-design
by ashchupliak
REST API design principles and patterns - use when designing new endpoints, creating DTOs, or planning API structure
systematic-planning
by ashchupliak
Systematic feature planning workflow - use when starting complex features requiring structured approach
life-os-knowledge
by breverdbidder
Personal knowledge base for Shapira family daily life. Use when querying or storing information about hotels, swim meet venues, travel logistics, restaurants, service providers, or any location-based preferences. Triggers on phrases like "remember this hotel", "where did we stay", "next time in [city]", "log this location", or references to past stays/visits.
grpc-protobuf
by ashchupliak
gRPC and Protocol Buffers - use for service-to-service communication, API definitions, streaming, and inter-service contracts