GitHub
Skills harvested from GitHub repositories
14810 skills availableclade-embeddings-search
Tool use lets Claude call functions you define — query databases, hit APIs, read files, do math. Claude decides when to ...
elevenlabs-local-dev-loop
Set up a fast, cost-effective local development workflow for ElevenLabs audio projects. Includes SDK mocking to avoid bu...
draft
You are Draft — the UX designer. Map flows, structure information, and produce wireframes. The user gave you: {{args}} R...
analyzing-logs
Analyze application logs to identify slow requests, recurring error patterns, and resource usage anomalies with structur...
fondo-install-auth
Set up Fondo for automated startup bookkeeping, tax filing, and R&D tax credits. Fondo is a managed platform (not an API...
onenote-security-basics
OneNote Graph API security changed fundamentally on March 31, 2025, when Microsoft deprecated app-only authentication fo...
onenote-rate-limits
Microsoft Graph rate limits OneNote at 600 requests per 60 seconds per user and 10,000 requests per 10 minutes per app/t...
onenote-prod-checklist
OneNote integrations that work perfectly in development break in production in predictable ways: SharePoint document lib...
onenote-performance-tuning
OneNote performance degrades predictably at scale: notebooks with 100+ sections take 3-5 seconds per API call when using...
onenote-install-auth
Set up Microsoft Graph API authentication for OneNote using delegated credentials via MSAL. This skill walks through Azu...
onenote-deploy-integration
Deploying OneNote integrations into containers breaks local development assumptions: MSAL token caches vanish on restart...
onenote-debug-bundle
When OneNote API calls fail, you need the request-id response header (Microsoft support requires it), decoded JWT token ...
onenote-cost-tuning
OneNote Graph API calls have no per-request cost — they are included in every Microsoft 365 E3/E5/Business license. Howe...
onenote-core-workflow-b
OneNote's dedicated search endpoint was deprecated in April 2024. The replacement — OData $filter queries on page listin...
onenote-core-workflow-a
OneNote's hierarchy — Notebook, Section Group, Section, Page — maps cleanly to Graph API endpoints, but the implementati...
onenote-ci-integration
Testing OneNote integrations in CI requires Azure AD app registration, credential management, and mock strategies for Gr...
techsmith-debug-bundle
Guidance for debug bundle with TechSmith Snagit COM API and Camtasia automation. Snagit COM API is Windows-only (require...
archiving-databases
Implement automated data archival pipelines that move historical records from primary database tables to archive storage...
ideogram-cost-tuning
Minimize Ideogram API spending by selecting the right model per task, caching identical prompts, batching images per cal...
lucidchart-rate-limits
Lucidchart's API enforces per-OAuth-token rate limits, with document mutation operations (creating shapes, updating page...
langfuse-webhooks-events
Configure Langfuse webhooks to receive notifications on prompt version changes. Langfuse supports webhook events for pro...
langfuse-upgrade-migration
!npm list langfuse @langfuse/client @langfuse/tracing @langfuse/otel 2>/dev/null | head -10 || echo 'No langfuse package...
langfuse-security-basics
Security practices for Langfuse LLM observability: credential management, PII scrubbing before tracing, self-hosted hard...
langfuse-sdk-patterns
Production-quality patterns for the Langfuse SDK: singleton clients, the observe wrapper, startActiveObservation for nes...