Search

Search Results

205 results for "api"

django-tdd

django-tdd

230Ktesting-qa

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

affaan-m avataraffaan-m
獲取
laravel-patterns

laravel-patterns

230Kdatabase

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

affaan-m avataraffaan-m
獲取
springboot-patterns

springboot-patterns

230Kbackend-api

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

affaan-m avataraffaan-m
獲取
django-patterns

django-patterns

230Kbackend-api

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

affaan-m avataraffaan-m
獲取
api-design

api-design

230Kbackend-api

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

affaan-m avataraffaan-m
獲取
backend-patterns

backend-patterns

229Kbackend-api

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

affaan-m avataraffaan-m
獲取
security-review

security-review

228Ksecurity

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

affaan-m avataraffaan-m
獲取
claude-api

claude-api

153Kresearch-knowledge

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).

anthropics avataranthropics
獲取
mcp-builder

mcp-builder

153Kresearch-knowledge

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

anthropics avataranthropics
獲取
xlsx

xlsx

152Kresearch-knowledge

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

anthropics avataranthropics
獲取
frontend-design

frontend-design

151Kdesign-ui

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

anthropics avataranthropics
獲取
deprecation-and-migration

deprecation-and-migration

78Kdatabase

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

addyosmani avataraddyosmani
獲取
documentation-and-adrs

documentation-and-adrs

77Kdatabase

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

addyosmani avataraddyosmani
獲取
api-and-interface-design

api-and-interface-design

77Kbackend-api

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

addyosmani avataraddyosmani
獲取
browser-automation

browser-automation

43Ktesting-qa

Browser automation powers web testing, scraping, and AI agent

sickn33 avatarsickn33
獲取
api-security-best-practices

api-security-best-practices

43Ksecurity

Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities

sickn33 avatarsickn33
獲取
csharp-mstest

csharp-mstest

37Ktesting-qa

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

github avatargithub
獲取
typespec-api-operations

typespec-api-operations

37Kbackend-api

Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards

github avatargithub
獲取
copilot-usage-metrics

copilot-usage-metrics

37Kbackend-api

Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.

github avatargithub
獲取
typespec-create-api-plugin

typespec-create-api-plugin

37Kbackend-api

Generate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilot

github avatargithub
獲取
sponsor-finder

sponsor-finder

37Kagent-workflows

Find which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors. Uses deps.dev API for dependency resolution across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet. Checks npm funding metadata, FUNDING.yml files, and web search. Verifies every link. Shows direct and transitive dependencies with OSSF Scorecard health data. Invoke with /sponsor followed by a GitHub owner/repo (e.g. "/sponsor expressjs/express").

github avatargithub
獲取
agent-governance

agent-governance

36Kresearch-knowledge

Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)

github avatargithub
獲取
openapi-to-application-code

openapi-to-application-code

36Ktesting-qa

Generate a complete, production-ready application from an OpenAPI specification

github avatargithub
獲取
aspnet-minimal-api-openapi

aspnet-minimal-api-openapi

36Kresearch-knowledge

Create ASP.NET Minimal API endpoints with proper OpenAPI documentation

github avatargithub
獲取