All authors
jeremylongshore avatar

Claude Skills by jeremylongshore

github.com/jeremylongshore
7,405 skillsA× 6,763B× 575C× 49D× 9F× 9337 installs12,545 views
Notion Ci IntegrationA

'Integrate the Notion API into CI/CD pipelines for automated documentation

ai-agentstypescriptpython
0
2,691
Notion Common ErrorsB

'Diagnose and fix Notion API errors by HTTP status code and error code.

ai-agentsgobash
0
2,691
Notion Content ManagementA

'Create, update, archive, and compose Notion pages and block content.

ai-agentstypescriptpython
0
2,691
Notion Core Workflow AA

'Query, filter, and manage Notion databases and pages.

ai-agentstypescriptbash
0
2,691
Notion Core Workflow BA

Work with Notion blocks, rich text, comments, and page content. Use when you need to read a page's block tree, append formatted content (headings, lists, callouts, code), edit or delete blocks, build rich text with annotations, or manage page and block comments through the Notion API. Trigger with phrases like "notion blocks", "notion page content", "notion rich text", "notion comments", "notion append blocks".

ai-agentstypescriptbash
0
2,691
Notion Cost TuningA

'Optimize Notion API usage to minimize rate-limit pressure, reduce engineering

ai-agentstypescriptgo
0
2,691
Notion Data HandlingB

Implement data handling, PII protection, and GDPR/CCPA compliance for Notion integrations. Use when handling sensitive data from Notion pages, implementing data redaction, exporting or deleting a user's data on request, or ensuring compliance with privacy regulations. Trigger with phrases like "notion data", "notion PII", "notion GDPR", "notion data retention", "notion privacy", "notion CCPA".

ai-agentstypescriptpython
0
2,691
Notion Debug BundleB

'Collect Notion API diagnostic info for troubleshooting and support tickets.

ai-agentstypescriptgo
0
2,691
Notion Deploy IntegrationA

Deploy Node.js applications that use the Notion API to production on Vercel, Railway, or Fly.io. Use when deploying Notion-powered backends, setting up NOTION_TOKEN in production secrets, configuring serverless singleton patterns, or adding health checks that verify Notion connectivity. Trigger with "deploy notion app", "notion production", "notion vercel deploy", "notion railway", "notion fly.io".

ai-agentstypescriptbash
0
2,691
Notion Enterprise RbacB

'Configure Notion enterprise access control with OAuth, workspace permissions,

ai-agentstypescriptpython
0
2,691
Notion Hello WorldA

'Create a minimal working Notion API example.

ai-agentstypescriptpython
0
2,691
Notion Incident RunbookB

Execute Notion incident response procedures with triage, mitigation, and postmortem. Use when responding to Notion API outages, investigating errors, or running post-incident reviews for Notion integration failures. Trigger with phrases like "notion incident", "notion outage", "notion down", "notion on-call", "notion emergency", "notion broken".

ai-agentstypescriptpython
0
2,691
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 Cost TuningA

'Optimize Obsidian resource usage, sync storage, Publish hosting, and

ai-agentstypescriptpython
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 Hello WorldA

'Create a minimal working Obsidian plugin with commands, settings, modals,

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