- Home
- /
- Categories
- /
- API Dev
API Dev
API design, REST, GraphQL
composing-components
by djankies
Teaches component composition patterns in React 19 including children prop, compound components, and render props. Use when designing component APIs, creating reusable components, or avoiding prop drilling.
monitor-api
by janwilmake
Monitor API integration of Parallel. Use when building applications with Parallel Monitor API.
zhin-mcp-server
by zhinjs
Guides setup and usage of the Zhin MCP (Model Context Protocol) server plugin. Covers configuration, available tools, resources, and prompts for AI assistant integration. Use when integrating Zhin with AI coding assistants like Claude or Cursor via MCP.
smartthings-edge-driver
by 401Unauthorized
Build and troubleshoot SmartThings Edge device drivers in Lua, including Zigbee, Z-Wave, Matter, LAN, capabilities, device profiles, driver channels, and Edge driver API reference usage.
dataforseo-onpage-api
by leonardo-picciani
Crawl and audit websites using DataForSEO OnPage (tasks + Lighthouse) for "technical SEO audit", "site crawl", and "page health".
aikido-security-remediator
by orbiqhq
Access Aikido Security through its API, pull open issue groups, triage findings, and execute first-pass fixes in your repository. Use when asked to review Aikido alerts, remediate dependency or SAST findings, or close security issues.
travel-planner
by Barneyjm
"Plan complete day trips, walking tours, and multi-stop itineraries with time budgets using Camino AI's journey planning and route optimization."
apply
by DataEQ
Apply to Good Outcomes through an interactive semantic challenge. Use when a candidate wants to apply for AI-Assisted Full Stack Engineer or AI Engineer - ML & Classification Systems roles. Guides through gathering info, solving an embedding-based puzzle, and submitting the application.
vueuse-functions
by xuasir
Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
python-coding-standards
by qiao-925
Python 编码规范,包括类型提示、日志规范、命名约定、代码结构等。适用于所有 Python 代码文件。
IDOR Vulnerability Testing
by jcastillotx
This skill should be used when the user asks to "test for insecure direct object references," "find IDOR vulnerabilities," "exploit broken access control," "enumerate user IDs or object references," or "bypass authorization to access other users' data." It provides comprehensive guidance for detecting, exploiting, and remediating IDOR vulnerabilities in web applications.
ngrok
by jyasuu
Secure tunneling service installation and HTTP tunneling setup.
Frontend Architecture (Next.js)
by tachfineamnay
Next.js 14 App Router, client/server components, middleware routing, and state management.
resolve-kwai-cdn-url
by httprunner
Resolve Kuaishou (快手 / Kwai) share links or share text into video CDN URLs. Use for single links, share text, or CSV inputs when output must be JSONL with CDNURL/error_msg. Prefer videodl (videofetch); fall back to GraphQL/mobile-page extraction with cookies when needed.
nextjs-vitest-rtl-testing
by kenLovesToCode
Configure and maintain Next.js unit testing with Vitest and React Testing Library. Use when adding a test runner, creating setup/config files, writing or fixing component or hook tests, mocking Next.js APIs like next/navigation or next/image, mocking API endpoints with MSW (http, HttpResponse), improving coverage, or debugging failing unit tests in Next.js projects.
spring-boot
by jyasuu
Spring Boot CLI for project initialization and Actuator endpoints for monitoring and management.
angular-enterprise-core
by JoseGusnay
"Standards for Angular 17+ Enterprise Architecture. Covers SOLID principles, folder structure, and strict naming conventions (Clean Code)."
octorail
by octorail
Discover and call paid APIs on OctoRail marketplace. Use when the user wants to generate images, text-to-speech, search the web, or use any external API service. Payments are automatic via USDC on Base Sepolia.
prompt-compression
by ofershap
Compress documentation, prompts, and context into minimal tokens for AGENTS.md and CLAUDE.md.
n8n-automation
by DILOmcfly
Manage n8n workflows from OpenClaw via the n8n REST API. Use when the user asks about n8n workflows, automations, executions, or wants to trigger, list, create, activate, or debug n8n workflows. Supports both self-hosted n8n and n8n Cloud instances.
docs
by Nomik94
Technical Writer 에이전트 스폰. Use when: /docs, README 작성해줘, API 문서화, 문서 써줘, 기술 문서, ADR 작성, 변경 로그 생성, 온보딩 문서, 사용자 가이드, 인프라 문서, 시스템 설계 문서, 런북 작성, 아키텍처 문서. NOT for: 코드 주석 추가, 단순 docstring 작성.
graphql-api-design
by karchtho
GraphQL schema design, type systems, resolver patterns, DataLoader optimization, pagination, subscriptions, and query complexity management. Use when building GraphQL APIs, designing schemas, migrating from REST, or optimizing query performance.
okx-trading
by jasonviipers
Implement and maintain the OKX broker/provider integration for this workspace using okx-api SDK best practices, including auth/signing, spot/margin/futures/options trading, market/account endpoints, rate limiting, websocket subscriptions, and OKX error handling. Use when adding or changing any code under src/providers/okx or when an LLM needs canonical SDK usage patterns derived from .trae/okx-api-llm.txt.
vscode-extension-builder
by prulloac
Guide for creating Visual Studio Code extensions/plugins. Use when users want to build VS Code extensions, add functionality to VS Code, create language support, add themes, build webviews, implement debuggers, or any VS Code plugin development task. Helps navigate VS Code Extension API documentation and provides guidance on extension capabilities, project setup, and best practices.