Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
notion-incident-runbook
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-webhooks-events
Build change detection and event handling for Notion workspaces using
polling, native webhooks, and third-party connectors.
Use when implementing real-time sync, change feeds, incremental backup,
or event-driven workflows with Notion data.
Trigger with phrases like "notion webhook", "notion events",
"notion change detection", "notion polling", "notion sync changes",
"notion real-time", "notion watch for changes".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-content-management
Create, update, archive, and compose Notion pages and block content.
Use when building pages programmatically, appending rich content blocks,
updating page properties, or managing page lifecycle (archive/restore).
Trigger with phrases like "notion create page", "notion add blocks",
"notion update page", "notion archive page", "notion content",
"notion block types", "notion rich text".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-known-pitfalls
Common Notion API 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, not sharing
pages with integration. Use when debugging or reviewing Notion code.
Trigger with phrases like "notion mistakes", "notion pitfalls",
"notion common errors", "notion gotchas", "notion debugging".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-core-workflow-b
Work with Notion blocks, rich text, comments, and page content.
Use when reading/writing page content blocks, building rich text,
managing comments, or working with nested block trees.
Trigger with phrases like "notion blocks", "notion page content",
"notion rich text", "notion comments", "notion append blocks".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-debug-bundle
Collect Notion API diagnostic info for troubleshooting and support tickets.
Use when encountering persistent API issues, token/auth failures, page access
problems, or preparing diagnostic bundles for Notion support.
Trigger with phrases like "notion debug", "notion diagnostic", "notion support
bundle", "collect notion logs", "notion troubleshoot".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-upgrade-migration
Upgrade @notionhq/client SDK versions and migrate between Notion API versions.
Use when updating SDK packages, handling breaking changes between API versions,
adopting new SDK features like comments API or status properties, or migrating Python notion-client.
Trigger with phrases like "upgrade notion SDK", "notion migration", "notion breaking changes",
"update notionhq client", "notion API version upgrade", "notion deprecation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-enterprise-rbac
Configure Notion enterprise access control with OAuth, workspace permissions, and audit logging.
Use when implementing OAuth public integrations, managing multi-workspace access,
or building permission-aware Notion applications.
Trigger with phrases like "notion SSO", "notion RBAC",
"notion enterprise", "notion OAuth", "notion permissions", "notion multi-workspace".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-advanced-troubleshooting
Deep debugging for Notion API: response inspection, permission chain tracing,
property type mismatches, pagination edge cases, and block nesting limits.
Use when standard troubleshooting fails or investigating intermittent errors.
Trigger with phrases like "notion deep debug", "notion permission trace",
"notion property mismatch", "notion pagination bug", "notion nesting limit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-prod-checklist
Execute 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: "notion production checklist", "deploy notion integration",
"notion go-live", "notion launch readiness", "notion prod audit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-observability
Set up observability for Notion integrations with metrics, traces, and alerts.
Use when implementing monitoring for Notion API calls, setting up dashboards,
or configuring alerting for Notion integration health.
Trigger with phrases like "notion monitoring", "notion metrics",
"notion observability", "monitor notion", "notion alerts", "notion tracing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-search-retrieve
Search Notion workspaces and retrieve pages, databases, and block content
using the Notion API. Use when querying databases with filters, searching
across a workspace, paginating large result sets, or extracting page content.
Trigger with phrases like "notion search", "query notion database",
"notion retrieve page", "notion pagination", "notion filter",
"notion blocks", "notion get content".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-multi-env-setup
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-data-handling
Implement data handling, PII protection, and GDPR/CCPA compliance for Notion integrations.
Use when handling sensitive data from Notion pages, implementing data redaction,
or ensuring compliance with privacy regulations.
Trigger with phrases like "notion data", "notion PII",
"notion GDPR", "notion data retention", "notion privacy", "notion CCPA".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-local-dev-loop
Configure Notion local development with a dedicated dev integration,
test mocking, and hot reload. Use when setting up a development
environment, writing tests for Notion code, or establishing a fast
iteration cycle with the Notion API.
Trigger: "notion dev setup", "notion local development",
"mock notion", "notion test environment".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-common-errors
Diagnose and fix Notion API errors by HTTP status code and error code.
Use when encountering Notion errors, debugging failed requests,
or troubleshooting integration access, rate limiting, or validation issues.
Trigger with phrases like "notion error", "fix notion",
"notion not working", "debug notion", "notion 400", "notion 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-hello-world
Create a minimal working Notion API example.
Use when starting a new Notion integration, testing your setup,
or learning basic Notion API patterns (search, pages, users).
Trigger with phrases like "notion hello world", "notion example",
"notion quick start", "simple notion code", "first notion API call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-deploy-integration
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: "deploy notion app", "notion production",
"notion vercel deploy", "notion railway", "notion fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-policy-guardrails
Governance for Notion integrations: integration naming standards, page
sharing policies, property naming conventions, database schema standards,
and access audit scripts.
Trigger with phrases like "notion governance", "notion policy",
"notion naming convention", "notion access audit", "notion schema standard".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-install-auth
Install and configure the Notion API SDK with authentication.
Use when setting up a new Notion integration, configuring API tokens,
or initializing @notionhq/client in your project.
Trigger with phrases like "install notion", "setup notion",
"notion auth", "configure notion API", "notion integration setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-sdk-patterns
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-reference-architecture
Design and implement a production-ready Notion integration architecture
with proper layering, caching, error handling, and testing strategies.
Use when designing new Notion integrations, reviewing existing project
structure, establishing architecture standards for Notion applications,
or migrating from ad-hoc API calls to a layered architecture.
Trigger: "notion architecture", "notion project structure", "notion
reference architecture", "notion integration design", "notion layered
architecture", "notion service pattern".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-security-basics
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
notion-cost-tuning
Optimize Notion API usage to minimize rate-limit pressure, reduce engineering
overhead, and maximize throughput. Use when auditing request volume, eliminating
redundant API calls, implementing caching, or restructuring queries for efficiency.
Trigger with "notion cost", "notion optimize", "notion API usage", "reduce notion
requests", "notion rate limit budget", "notion efficient", "notion caching".
jeremylongshore/claude-code-plugins-plus-skills 1,803