Loading...
Loading...
Found 1,583 Skills
Comprehensive guidelines for Django REST API development covering project structure, views, models, serializers, authentication, performance, and error handling.
Book restaurant reservations via browser automation. Use when asked to make dinner reservations, book a table, or find availability at restaurants. Supports OpenTable, Resy, and direct restaurant booking sites.
Comprehensive guide for designing RESTful APIs including resource modeling, versioning strategies, HATEOAS, pagination, filtering, and HTTP best practices
Designs RESTful APIs with proper resource naming, HTTP methods, status codes, and response formats. Use when building new APIs, establishing API conventions, or designing developer-friendly interfaces.
Use when you need to design, review, or improve REST APIs with Micronaut — including @Controller routes, HTTP status codes, DTOs, Bean Validation, exception handlers, pagination, idempotency, ETag/If-Match, caching headers, versioning, OpenAPI, and security annotations. Part of the skills-for-java project
Complete API reference for the Pinterest Automation Dashboard — endpoints, authentication, accounts, boards, pins, proxies, and scheduling. Use when an agent needs to call the dashboard's REST API.
Builds a week-by-week Q4 restock plan from August through November with FBA inbound delay buffers, peak velocity multipliers, and FBM fallback triggers. Q4 is 30-40% of annual revenue and FBA receiving takes 2-3 weeks during peak. Standard restock math stocks out at the worst possible moment. Use when a user asks about Q4 planning, Black Friday inventory, or Prime Big Deal Days restock. Trigger phrases: "Q4 restock plan", "Black Friday inventory", "Prime Big Deal Days restock", "Christmas Amazon inventory", "FBM fallback for FBA". Works with zero tools.
Unit tests for external REST APIs using WireMock to mock HTTP endpoints. Use when testing service integrations with external APIs.
Build production-ready RESTful APIs with Express.js including routing, middleware, validation, and error handling for scalable backend services
Frontend structure worker: SCAFFOLD new React project or RESTRUCTURE existing monolith to component-based architecture
Browse and scrape websites using Cloudflare's Browser Rendering REST API. Use when the agent needs to fetch rendered web content, extract structured data from pages, take screenshots, or scrape specific elements via CSS selectors. Triggers on tasks like "scrape this site", "get listings from this page", "extract data from this URL", "take a screenshot of this page", "browse this website", or any task requiring headless browser access to read, crawl, or extract information from live web pages. Also use when WebFetch is insufficient (JS-heavy sites, SPAs, pages requiring cookies, or when structured extraction is needed).
Use when designing API endpoints. Use when using wrong HTTP methods. Use when POST is used for reads.