All authors
jeremylongshore avatar

Claude Skills by jeremylongshore

github.com/jeremylongshore
7,405 skillsA× 6,763B× 575C× 49D× 9F× 9337 installs12,585 views
Notion Install AuthA

'Install and configure the Notion API SDK with authentication.

ai-agentstypescriptpython
0
2,691
Notion Known PitfallsB

Use when debugging or reviewing Notion API code that fails with object_not_found, validation_error, rate_limited, or returns incomplete data. Covers the twelve most common mistakes: wrong page ID format (dashes), rich text array structure, block children not returned with page, pagination required for all lists, 3 req/sec shared across endpoints, and not sharing pages with the integration. Trigger with phrases like "notion mistakes", "notion pitfalls", "notion common errors", "notion gotchas"...

ai-agentstypescriptpython
0
2,691
Notion Load ScaleB

Use when you must move high volumes through the Notion API without tripping its 3 req/sec limit — bulk-creating pages, syncing 100K+ record databases, or running background jobs. Covers parallel requests within 3 req/sec, worker queues, database pagination at scale, incremental sync for large workspaces, and memory management for bulk operations. Trigger with phrases like "notion scale", "notion bulk operations", "notion high volume", "notion worker queue", "notion incremental sync".

ai-agentstypescriptpython
0
2,691
Notion Local Dev LoopA

Configure Notion local development with a dedicated dev integration, test mocking, and hot reload. Use when setting up a Notion development environment, writing tests for Notion code, or establishing a fast iteration cycle against the Notion API without risking production data. Trigger with "notion dev setup", "notion local development", "mock notion", "notion test environment".

ai-agentstypescriptpython
0
2,691
Notion Migration Deep DiveB

'Migrate data to/from Notion or between Notion workspaces with data mapping

ai-agentstypescriptpython
0
2,691
Notion Multi Env SetupB

Configure Notion integrations across development, staging, and production environments. Use when setting up multi-environment deployments, managing per-environment tokens, or implementing environment-specific Notion configurations. Trigger with phrases like "notion environments", "notion staging", "notion dev prod", "notion environment setup", "notion config by env".

ai-agentstypescriptpython
0
2,691
Notion ObservabilityB

'Set up observability for Notion integrations with metrics, traces, and

ai-agentstypescriptpython
0
2,691
Notion Performance TuningA

'Optimize Notion API performance with caching, batching, parallel requests,

ai-agentstypescriptnode
0
2,691
Notion Policy GuardrailsB

Use when you need to govern Notion integrations at scale — set integration naming standards, enforce page sharing policies, standardize property naming and database schemas, and run access audits that scan which bots can reach which pages. Trigger with phrases like "notion governance", "notion policy", "notion naming convention", "notion access audit", "notion schema standard".

ai-agentstypescriptpython
0
2,691
Notion Prod ChecklistA

Execute a Notion API production deployment checklist and readiness verification. Use when deploying Notion integrations to production, preparing for launch, verifying go-live readiness, or auditing an existing Notion integration. Trigger with "notion production checklist", "deploy notion integration", "notion go-live", "notion launch readiness", "notion prod audit".

ai-agentsgobash
0
2,691
Notion Rate LimitsA

'Manage Notion API rate limits with exponential backoff, queue-based

ai-agentstypescriptpython
0
2,691
Notion Reference ArchitectureA

Design and implement a production-ready Notion integration architecture with proper layering, caching, error handling, and testing strategies. Use when designing a new Notion integration, reviewing existing project structure, establishing architecture standards for a Notion application, or migrating from ad-hoc API calls to a layered architecture. Trigger with "notion architecture", "notion project structure", "notion reference architecture", "notion integration design", "notion layered archi...

ai-agentsjavascripttypescript
0
2,691
Notion Reliability PatternsB

'Graceful degradation when Notion is down: offline cache, retry with

ai-agentstypescriptpython
0
2,691
Notion Sdk PatternsA

Apply production-ready @notionhq/client SDK patterns for TypeScript and Python. Use when implementing Notion integrations, building database queries with filters and sorts, handling pagination, constructing rich text blocks, or establishing team coding standards for Notion API usage. Trigger with "notion SDK patterns", "notion best practices", "notion code patterns", "idiomatic notion", "notion typescript", "notion python SDK".

ai-agentstypescriptpython
0
2,691
Notion Search RetrieveA

'Search Notion workspaces and retrieve pages, databases, and block content

ai-agentstypescriptbash
0
2,691
Notion Security BasicsC

Apply Notion API security best practices for integration tokens, OAuth2 flows, least-privilege capabilities, and page-level access control. Use when securing integration tokens, configuring OAuth2 for public integrations, rotating credentials, or auditing which pages an integration can access. Trigger with phrases like "notion security", "notion secrets", "secure notion", "notion API key security", "notion token rotation", "notion OAuth2", "notion permissions audit".

ai-agentstypescriptbash
0
2,691
Notion Upgrade MigrationB

'Upgrade @notionhq/client SDK versions and migrate between Notion API

ai-agentstypescriptpython
0
2,691
Notion Webhooks EventsA

'Build change detection and event handling for Notion workspaces using

ai-agentstypescriptrust
0
2,691
Obsidian Ci IntegrationA

'Set up GitHub Actions CI/CD for Obsidian plugin development.

ai-agentsjavascriptgo
0
2,691
Obsidian Common ErrorsA

'Diagnose and fix common Obsidian plugin errors and exceptions.

ai-agentstypescriptgo
0
2,691
Obsidian Core Workflow AA

'Create an Obsidian plugin from scratch with full project scaffolding.

ai-agentsjavascripttypescript
0
2,691
Obsidian Core Workflow BA

'Build advanced Obsidian plugin features: custom views (ItemView), modals,

ai-agentstypescriptgo
0
2,691
Obsidian Data HandlingA

'Implement vault data backup, sync, and recovery strategies.

ai-agentstypescriptapi
0
2,691
Obsidian Debug BundleA

'Collect Obsidian plugin debug evidence for support and troubleshooting.

ai-agentsjavascriptpython
0
2,691
Obsidian Deploy IntegrationA

'Publish Obsidian plugins to the community plugin directory.

ai-agentsjavascriptgo
0
2,691
Obsidian Enterprise RbacA

'Implement team vault access patterns and role-based controls.

ai-agentstypescriptgo
0
2,691
Obsidian Incident RunbookA

'Troubleshoot Obsidian plugin failures with systematic incident response.

ai-agentsjavascriptpython
0
2,691
Obsidian Install AuthB

'Set up Obsidian plugin development environment with Node.js and TypeScript.

ai-agentstypescriptshell
0
2,691
Obsidian Local Dev LoopB

'Set up a fast Obsidian plugin development loop with hot reload.

ai-agentstypescriptshell
0
2,691
Obsidian Migration Deep DiveA

'Execute major Obsidian plugin rewrites and migration strategies.

ai-agentsjavascriptgo
0
2,691
Obsidian Multi Env SetupA

'Configure multiple Obsidian environments for development, testing, and

ai-agentstypescriptgo
0
2,691
Obsidian ObservabilityA

'Implement structured logging, metrics, error tracking, and a debug panel

ai-agentstypescriptbash
0
2,691
Obsidian Performance TuningA

'Optimize Obsidian plugin performance for smooth operation in large vaults.

ai-agentsjavascripttypescript
0
2,691
Obsidian Prod ChecklistA

'Pre-release plugin verification checklist for Obsidian community plugins.

ai-agentsjavascripttypescript
0
2,691
Obsidian Rate LimitsA

'Handle Obsidian file system operations and throttling patterns.

ai-agentsjavascripttypescript
0
2,691
Obsidian Reference ArchitectureA

'Implement Obsidian reference architecture with best-practice project

ai-agentstypescriptgit
0
2,691
Obsidian Sdk PatternsA

'Production-ready Obsidian plugin patterns: typed settings with migration,

ai-agentstypescriptgo
0
2,691
Obsidian Upgrade MigrationB

'Migrate Obsidian plugins between API versions and handle breaking changes.

ai-agentstypescriptpython
0
2,691
Obsidian Webhooks EventsA

'Handle Obsidian events and workspace callbacks for plugin development.

ai-agentstypescriptgo
0
2,691
Ollama SetupF

'Configure auto-configure Ollama when user needs local LLM deployment,

ai-agentsjavascriptpython
0
2,691
Onenote Ci IntegrationA

'Set up CI/CD pipelines for OneNote integrations with Graph API testing

ai-agentstypescriptpython
0
2,691
Onenote Common ErrorsA

'Decode and fix every common OneNote Graph API error with root cause

ai-agentstypescriptpython
0
2,691
Onenote Core Workflow AB

'Full CRUD lifecycle for OneNote notebooks, section groups, sections,

ai-agentstypescriptpython
0
2,691
Onenote Core Workflow BB

'Search, query, and paginate OneNote content with OData filters and client-side

ai-agentstypescriptpython
0
2,691
Onenote Cost TuningB

'Optimize costs and API usage for OneNote Graph API integrations with

ai-agentstypescriptpython
0
2,691
Onenote Debug BundleA

'Generate comprehensive diagnostic bundles for OneNote Graph API issues

ai-agentstypescriptpython
0
2,691
Onenote Deploy IntegrationB

'Deploy OneNote integrations with MSAL token persistence, health checks,

ai-agentstypescriptpython
0
2,691
Onenote Hello WorldA

'Create your first OneNote notebook, section, and page with correct XHTML

ai-agentstypescriptpython
0
2,691
Onenote Install AuthA

'Install and configure OneNote SDK/API authentication with delegated

ai-agentstypescriptpython
0
2,691
Onenote Local Dev LoopA

'Set up a local development loop for OneNote integrations with mock Graph

ai-agentstypescriptpython
0
2,691