Docs Gen

Generate and maintain documentation

Showing 1177-1200 of 5103 skills
workos

workos-kotlin

by workos

Integrate WorkOS AuthKit with Kotlin/Spring Boot. Backend authentication with Gradle.

Auth 51 4mo ago
workos

workos-authkit-tanstack-start

by workos

Integrate WorkOS AuthKit with TanStack Start applications. Full-stack TypeScript with server functions. Use when project uses TanStack Start, @tanstack/start, or vinxi.

Auth 51 4mo ago
workos

workos-dotnet

by workos

Integrate WorkOS AuthKit with .NET (ASP.NET Core). Backend authentication with DI registration, auth endpoints, and appsettings configuration.

API Dev 51 4mo ago
workos

workos-authkit-react-router

by workos

Integrate WorkOS AuthKit with React Router applications. Supports v6 and v7 (Framework, Data, Declarative modes). Use when project uses react-router, react-router-dom, or mentions React Router authentication.

Auth 51 4mo ago
OpenAEC-Foundation

erpnext-impl-whitelisted

by OpenAEC-Foundation

"Implementation workflows and decision trees for Frappe Whitelisted Methods (REST APIs). Use when determining HOW to implement API endpoints: public vs authenticated, permission patterns, error handling, response formats, client integration. Triggers: how do I create API, build REST endpoint, frappe.call pattern, API permission check, guest API, secure endpoint."

API Dev 125 4mo ago
OpenAEC-Foundation

erpnext-errors-clientscripts

by OpenAEC-Foundation

"Error handling patterns for ERPNext/Frappe Client Scripts. Use when implementing try/catch, user feedback, server call error handling, validation errors, and debugging. Covers async error handling, graceful degradation, and user-friendly error messages. V14/V15/V16 compatible. Triggers: client script error, try catch, frappe.throw, error handling, async error, validation error."

Debugging 125 4mo ago
OpenAEC-Foundation

erpnext-impl-jinja

by OpenAEC-Foundation

"Implementation workflows and decision trees for Jinja templates in ERPNext/Frappe. Use when determining HOW to implement Print Formats, Email Templates, Portal Pages, or custom Jinja methods. Covers template type selection, context variables, styling, and V16 Chrome PDF rendering. Triggers: create print format, email template, portal page, custom jinja filter, print format styling, pdf template, invoice template, report template."

Code Gen 125 4mo ago
OpenAEC-Foundation

erpnext-errors-serverscripts

by OpenAEC-Foundation

"Error handling patterns for ERPNext Server Scripts. Use when handling sandbox errors, frappe.throw usage, validation in server scripts, and debugging. V14/V15/V16 compatible. Triggers: server script error, frappe.throw, sandbox error, validation error, debugging server script."

Debugging 125 4mo ago
OpenAEC-Foundation

erpnext-errors-database

by OpenAEC-Foundation

"Error handling patterns for ERPNext/Frappe database operations. Use when handling DoesNotExistError, DuplicateEntryError, transaction failures, and query errors. Covers retry patterns and data integrity. V14/V15/V16 compatible. Triggers: database error, DoesNotExistError, DuplicateEntryError, transaction failed, query error."

Database 125 4mo ago
OpenAEC-Foundation

erpnext-impl-hooks

by OpenAEC-Foundation

"Implementation workflows and decision trees for Frappe hooks.py configuration. Use when determining HOW to implement doc_events, scheduler_events, override hooks, permission hooks, extend_bootinfo, fixtures, and asset includes. Covers V16 extend_doctype_class. Triggers: how do I hook, which hook to use, doc_events vs controller, override doctype, extend doctype class, permission hook, scheduler job, cron task, fixtures export."

Automation 125 4mo ago
OpenAEC-Foundation

erpnext-syntax-clientscripts

by OpenAEC-Foundation

"Exact JavaScript syntax for ERPNext/Frappe Client Scripts. Use when writing client-side code for form events, field manipulation, server calls, or child table handling in ERPNext v14/v15/v16. Triggers: client script, form event, frm methods, frappe.call, frappe.ui.form.on, JavaScript in ERPNext, browser-side code, UI interaction, client-side field validation."

Caching 125 4mo ago
OpenAEC-Foundation

erpnext-syntax-whitelisted

by OpenAEC-Foundation

"Deterministic syntax for Frappe Whitelisted Methods (Python API endpoints) for v14/v15/v16. Use when Claude needs to generate code for API functions, REST endpoints, @frappe.whitelist() decorator, frappe.call() or frm.call() invocations, permission checks in APIs, error handling patterns, or when questions concern API structure, response formats, or client-server communication. Triggers: whitelisted, API endpoint, frappe.call, frm.call, REST API, @frappe.whitelist, allow_guest, API method."

API Dev 125 4mo ago
OpenAEC-Foundation

erpnext-impl-serverscripts

by OpenAEC-Foundation

"Implementation workflows and decision trees for ERPNext Server Scripts. Use when determining HOW to implement server-side features: document validation, automated calculations, API endpoints, scheduled tasks, permission filtering. Triggers: how do I implement server-side, when to use server script vs controller, which script type, build custom API, automate validation, schedule task, filter documents per user."

API Dev 125 4mo ago
OpenAEC-Foundation

erpnext-errors-api

by OpenAEC-Foundation

"Error handling patterns for ERPNext/Frappe API development (v14/v15/v16). Covers whitelisted method errors, REST API errors, client-side handling, external integrations, and webhooks. Triggers: API error, whitelisted method error, frappe.call error, REST API error, webhook error, external API error, HTTP status codes."

API Dev 125 4mo 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 125 4mo ago
OpenAEC-Foundation

erpnext-api-patterns

by OpenAEC-Foundation

"Complete guide for ERPNext/Frappe API integrations (v14/v15/v16) including REST API, RPC API, authentication, webhooks, and rate limiting. Use when code is needed for external API calls to ERPNext, designing API endpoints, configuring webhooks, implementing authentication (token/OAuth2/session). Triggers: API integration, REST endpoint, webhook, token authentication, OAuth, frappe.call, external connection, API response, rate limiting."

API Dev 125 4mo ago
OpenAEC-Foundation

erpnext-syntax-scheduler

by OpenAEC-Foundation

Scheduler and background jobs syntax for Frappe/ERPNext v14/v15/v16. Use for scheduler_events in hooks.py, frappe.enqueue() for async jobs, queue configuration, job deduplication, error handling, and monitoring. Triggers on questions about scheduled tasks, background processing, cron jobs, RQ workers, job queues, async tasks.

Automation 125 4mo ago
OpenAEC-Foundation

erpnext-syntax-jinja

by OpenAEC-Foundation

Deterministic Jinja template syntax for ERPNext/Frappe Print Formats, Email Templates, and Portal Pages

Docs Gen 125 4mo ago
OpenAEC-Foundation

erpnext-permissions

by OpenAEC-Foundation

Complete guide for Frappe/ERPNext permission system - roles, user permissions, perm levels, data masking, and permission hooks

Processing 125 4mo ago
OpenAEC-Foundation

erpnext-database

by OpenAEC-Foundation

Database operations and ORM patterns for ERPNext/Frappe v14-v16

Automation 125 4mo ago
OpenAEC-Foundation

erpnext-impl-controllers

by OpenAEC-Foundation

"Implementation workflows and decision trees for Frappe Document Controllers. Use when determining HOW to implement server-side DocType logic: lifecycle hooks, validation patterns, autoname, submittable workflows, controller override. Triggers: how do I implement controller, which hook to use, validate vs on_update, override controller, submittable document, autoname pattern, flags system."

Automation 125 4mo ago
coinbase

monetize-service

by coinbase

Build and deploy a paid API that other agents can pay to use via x402. Use when you or the user want to monetize an API, make money, earn money, offer a service, sell a service to other agents, charge for endpoints, create a paid endpoint, or set up a paid service. Covers "make money by offering an endpoint", "sell a service", "monetize your data", "create a paid API".

API Dev 114 3mo ago
LangConfig

mcp-builder

by LangConfig

"Comprehensive guide for creating Model Context Protocol (MCP) servers. Use when building MCP servers, integrating external APIs, or creating tool interfaces for LLMs."

API Dev 44 5mo ago
kylesnowschwartz

mq

by kylesnowschwartz

This skill SHOULD be used when the user asks to "get code blocks from README", "extract links from markdown", "find all headers in this doc", "pull the table from documentation", "what code examples are in this file", or when needing specific elements (code, links, headers, tables) from large Markdown files without loading the entire file.

Processing 103 4mo ago