Search Skills
Search across 54932 indexed skills
documenso-hello-world
Minimal working example that creates a document, adds a recipient with a signature field, and sends it for signing — all in one script. Uses the Docum...
groq-local-dev-loop
Set up a fast, reproducible local development workflow for Groq. Groq's sub-second response times make it uniquely suited for tight dev loops -- you g...
castai-local-dev-loop
Fast iteration workflow for CAST AI integrations: test autoscaler policies in a dev cluster, validate Terraform modules before applying to production,...
cohere-hello-world
Three minimal working examples: Chat completion, text embedding, and search reranking. Each demonstrates a core Cohere API v2 endpoint. Completed cohe...
clickhouse-hello-world
Create a MergeTree table, insert rows with JSONEachRow, and run your first analytical query -- all using the official @clickhouse/client. @clickhouse/...
databricks-hello-world
Create your first Databricks cluster and notebook via the REST API and Python SDK. Covers single-node dev clusters, SQL warehouses, notebook upload, o...
clade-ci-integration
Testing Claude integrations in CI requires handling API keys securely, mocking for unit tests, and making real calls only in integration tests. name: ...
framer-hello-world
Build a minimal Framer plugin that inserts a styled text layer onto the canvas, and a code component that renders inside Framer sites. Both use the fr...
glean-hello-world
Index documents into Glean and search them. Two steps: set up a custom datasource with the Indexing API, then query with the Client API. const GLEAN =...
bamboohr-local-dev-loop
Set up a fast, reproducible local development workflow for BambooHR integrations with request mocking, hot reload, and integration testing against the...
replit-load-scale
Load testing, scaling strategies, and capacity planning for Replit deployments. Covers Autoscale behavior tuning, Reserved VM right-sizing, cold start...
skill-creator
Creates complete, spec-compliant skill packages following AgentSkills.io and Anthropic standards. Supports both creation and validation workflows with...