API Dev

API design, REST, GraphQL

Showing 985-1008 of 6083 skills
NeverSight

Jira Agile Skill

by NeverSight

A crawler script to fetch skill data from network, automatically executed daily via GitHub Actions.

API Dev 203 6mo ago
unclecatvn

odoo-19

by unclecatvn

Odoo 19 development knowledge base with 18 specialized guides covering Actions (ir.actions.*, cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data files (XML/CSV records, shortcuts, noupdate), API Decorators (@api.depends, @api.constrains, @api.ondelete, @api.onchange, @api.model), Module development (manifest, wizards, reports), Field types (Char, Text, Monetary, relational fields), Manifest configuration (manifest.py, dependencies, asset bundles), Mixins (mail.thread, mail.activity.mixin, mail.alias.mixin, utm.mixin), ORM Model methods (search, CRUD, domain filters, recordsets, prefetch), Migration scripts (pre/post/end hooks, data migration), OWL frontend components (hooks, services, lifecycle), Performance optimization (N+1 prevention, batch ops, read_group), QWeb Reports (PDF/HTML, paper formats, barcodes), Security/ACL (record rules, field permissions, multi-company), Testing (TransactionCase, HttpCase, mocking, query count assertions), Transactions (savepoints, UniqueViolation, serialization failures), Translations (i18n, PO files, translatable fields), XML Views (list/form/search, xpath inheritance, QWeb templates). Use when writing, reviewing, or debugging any Odoo 19 Python or XML code, creating or modifying modules, fixing performance issues, or looking up Odoo 19 API patterns and best practices.

API Dev 126 6mo ago
iliaal

nodejs-backend

by iliaal

Node.js backend patterns: framework selection, layered architecture, TypeScript, validation, error handling, security, production deployment. Use when building REST APIs, Express/Fastify servers, microservices, or server-side TypeScript.

API Dev 39 6mo ago
freekmurze

context7-auto-research

by freekmurze

Automatically fetches up-to-date documentation from Context7 when users ask about libraries, frameworks, APIs, or need code examples. Triggers proactively without explicit user request.

API Dev 1K 7mo ago
freekmurze

laravel-inertia-react-structure

by freekmurze

Frontend structure conventions for Laravel Inertia React applications based on Spatie's production practices. Use when creating, scaffolding, or reviewing frontend code in a Laravel Inertia React project. Triggers on creating React components, pages, modules, organizing frontend directories, setting up Inertia pages, structuring a React frontend within Laravel, or when the user asks about frontend file organization in an Inertia app.

API Dev 1K 6mo ago
OpenAEC-Foundation

erpnext-syntax-serverscripts

by OpenAEC-Foundation

Complete syntax reference for Frappe Server Scripts. Use this skill when Claude needs to write Python code for Server Scripts in ERPNext/Frappe, including Document Events, API endpoints, Scheduler Events, and Permission Queries. Covers sandbox limitations, available frappe.* methods, event name mapping, and correct syntax for v14/v15/v16.

API Dev 173 7mo ago
wwwzhouhui

dify-dsl-generator

by wwwzhouhui

专业的 Dify 工作流 DSL/YML 文件生成器,根据用户业务需求自动生成完整的 Dify 工作流配置文件,支持各种节点类型和复杂工作流逻辑

API Dev 263 9mo ago
wwwzhouhui

github-readme-generator

by wwwzhouhui

Generate professional GitHub project README.md with standard structure including project intro, features, installation, usage, documentation, FAQ, contact info, donation, statistics, roadmap, and license. Auto-detects project type and tech stack.

API Dev 263 6mo ago
wwwzhouhui

wechat-article-aggregator

by wwwzhouhui

"微信公众号文章聚合器。通过 mptext.top API 批量获取指定公众号博主的最新文章列表,下载文章内容并解析为 Markdown/HTML/纯文本格式。支持按公众号名称或 fakeid 获取,预置 8 个热门 AI 技术公众号。适用场景:获取指定公众号最新文章、批量抓取多个博主内容、公众号文章聚合阅读、技术资讯采集。关键词:公众号文章获取、微信文章抓取、公众号聚合、文章采集、mptext API。"

API Dev 263 6mo ago
genkit-ai

genkit-dart

by genkit-ai

Instructions and resources for building applications using the Genkit Dart framework -- general purpose, multi-model Generative AI SDK for Dart.

API Dev 156 6mo ago
auth0

auth0-mfa

by auth0

Use when adding multi-factor authentication (MFA/2FA) or requiring additional verification for sensitive operations - covers step-up auth, adaptive MFA, and risk-based authentication with Auth0

API Dev 44 7mo ago
agent-skills-hub

auth-implementation-patterns

by agent-skills-hub

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

API Dev 90 7mo ago
upstash

upstash-workflow-js

by upstash

Lightweight guidance for using the Upstash Workflow SDK to define, trigger, and manage workflows. Use this Skill whenever a user wants to create workflow endpoints, run steps, or interact with the Upstash Workflow client.

Agents 151 6mo ago
NeverSight

Jira Project Management Skill

by NeverSight

Curated high-quality AI Agent Skills. Search, install, copy and share.

API Dev 203 7mo ago
wwwzhouhui

xiaohuihui-dify-tech-article

by wwwzhouhui

专为Dify工作流案例分享设计的公众号文章生成器,遵循小灰灰公众号写作规范,自动生成包含前言、工作流制作、总结的完整Dify案例文章,配有详细的节点配置、插件安装步骤、代码示例,并支持自动生成图片上传到腾讯云COS图床

Agents 263 9mo ago
Mindrally

aspnet-core

by Mindrally

Guidelines for ASP.NET Core web development covering API design, authentication, caching, and best practices

API Dev 243 7mo ago
Mindrally

dotnet

by Mindrally

Guidelines for .NET backend development with C#, ASP.NET Core, and Entity Framework Core

API Dev 243 7mo ago
Mindrally

api-development

by Mindrally

Guidelines for building clean, scalable APIs with Go standard library and NestJS TypeScript, covering security, validation, and modular architecture.

API Dev 243 7mo ago
Mindrally

django-rest-api-development

by Mindrally

Comprehensive guidelines for building scalable Django REST APIs with proper architecture, authentication, and performance optimization.

API Dev 243 7mo ago
Mindrally

blazor

by Mindrally

Guidelines for Blazor development including component lifecycle, state management, and performance optimization

API Dev 243 7mo ago
Mindrally

auth0-authentication

by Mindrally

Guidelines for implementing Auth0 authentication with best practices for security, rules, actions, and SDK integration

API Dev 243 7mo ago
jezweb

cloudflare-worker-builder

by jezweb

Scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Workflow: describe project, scaffold structure, configure bindings, deploy. Use when creating Workers projects, setting up Hono/Vite, configuring D1/R2/KV bindings, or troubleshooting export syntax errors, API route conflicts, HMR issues, or deployment failures.

API Dev 979 6mo ago
jezweb

hono-api-scaffolder

by jezweb

"Scaffold Hono API routes for Cloudflare Workers. Produces route files, middleware, typed bindings, Zod validation, error handling, and API_ENDPOINTS.md documentation. Use after a project is set up with cloudflare-worker-builder or vite-flare-starter, when you need to add API routes, create endpoints, or generate API documentation."

API Dev 979 6mo ago
jezweb

cloudflare-worker-builder

by jezweb

Scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Workflow: describe project, scaffold structure, configure bindings, deploy. Use when creating Workers projects, setting up Hono/Vite, configuring D1/R2/KV bindings, or troubleshooting export syntax errors, API route conflicts, HMR issues, or deployment failures.

API Dev 979 6mo ago