Skip to main content

このリポジトリの skills

jeremylongshore/claude-code-plugins-plus-skills - 6ページ

SkillsMP は jeremylongshore/claude-code-plugins-plus-skills から 3,426 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

jeremylongshore/claude-code-plugins-plus-skills

収集済み skill 3,426 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Migrate data to/from Notion or between Notion workspaces with data mapping and validation. Use when migrating data into Notion databases, exporting from Notion, syncing between workspaces, or building ETL pipelines with Notion as source or destination.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimize Notion API performance with caching, batching, parallel requests, and incremental sync. Use when experiencing slow API responses, implementing caching strategies, reducing API call volume, or tuning request patterns for Notion integrations. Trigger…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Graceful degradation when Notion is down: offline cache, retry with exponential backoff, circuit breaker, health checks, and fallback content. Use when building fault-tolerant Notion integrations for production, or when a Notion outage is breaking your app.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Deep Supabase diagnostics: pg_stat_statements for slow queries, lock debugging with pg_locks, connection leak detection, RLS policy conflicts, Edge Function cold starts, and Realtime connection drop analysis. Use when standard troubleshooting fails, when…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when choosing how to integrate Supabase into a specific stack — setting up Next.js SSR auth flows, wiring an SPA or React Native client, configuring mobile deep links, or designing multi-tenant data isolation. Covers where the client runs (browser vs…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement Supabase Auth (signUp, signIn, OAuth, session management), Storage (upload, download, signed URLs, bucket policies), and Realtime (Postgres changes, broadcast, presence). Use when building user auth flows, file upload features, or live-updating UIs…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Configure Supabase continuous-integration and deployment pipelines with GitHub Actions: link projects, push migrations, deploy Edge Functions, generate types, and run tests against local Supabase instances. Use when setting up CI pipelines for Supabase,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Diagnose and fix Supabase errors across PostgREST, PostgreSQL, Auth, Storage, and Realtime. Use when encountering error codes like PGRST301, 42501, 23505, or auth failures. Use when debugging failed queries, RLS policy violations, or HTTP 4xx/5xx responses.…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Optimize Supabase costs through plan selection, database tuning, storage cleanup, connection pooling, and Edge Function optimization. Use when analyzing Supabase billing, reducing costs, right-sizing compute, or implementing usage tracking and budget alerts.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement GDPR/CCPA compliance with Supabase: RLS for data isolation, user deletion via auth.admin.deleteUser(), data export via SQL, PII column management, backup/restore workflows, and retention policies. Use when handling sensitive data, implementing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement custom role-based access control via JWT claims in Supabase: app_metadata.role, RLS policies with auth.jwt() role extraction, organization-scoped access, and API key scoping. Use when implementing role-based permissions, configuring…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Run your first Supabase query — insert a row and read it back. Use when starting a new Supabase project, verifying your connection works, or learning the basic insert-then-select pattern with @supabase/supabase-js. Trigger with phrases like "supabase hello…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Execute Supabase incident response: dashboard health checks, connection pool status, pg_stat_activity queries, RLS debugging, Edge Function logs, storage health, and escalation. Use when responding to Supabase outages, investigating production errors,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when reviewing Supabase code, onboarding developers, auditing an existing project, or debugging unexpected behavior — catches the twelve most common Supabase mistakes: exposing the service_role key in client bundles, forgetting to enable RLS, skipping…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Use when preparing a Supabase project for production load — traffic spikes, connection-limit tuning, read replicas for analytics queries, CDN caching for Storage, regional Edge Function deployment, or partitioning large tables. Covers read replicas, Supavisor…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Database migration patterns with the Supabase CLI: npx supabase migration new, zero-downtime migrations, data backfill strategies, schema versioning, rollback strategies, and TypeScript type generation. Use when creating database migrations, performing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Configure Supabase across development, staging, and production with separate projects, environment-specific secrets, and safe migration promotion. Use when setting up multi-environment deployments, isolating dev from prod data, configuring per-environment…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Set up monitoring and observability for Supabase projects using Dashboard reports, CLI inspect commands, pg_stat_statements, log drains, and alerting. Use when implementing monitoring, diagnosing slow queries, forwarding logs, or configuring alerts for…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Execute a Supabase production deployment checklist covering RLS, key hygiene, connection pooling, backups, monitoring, Edge Functions, and Storage policies. Use when deploying to production, preparing for launch, or auditing a live Supabase project for…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Manage Supabase rate limits and quotas across all plan tiers. Use when hitting 429 errors, configuring connection pooling, optimizing API throughput, or understanding tier-specific quotas for Auth, Storage, Realtime, and Edge Functions. Trigger with "supabase…

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Design Supabase Postgres schema from business requirements with migrations, RLS, and types. Use when translating specifications into database tables, creating migration files, adding Row Level Security policies, or generating TypeScript types from schema.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when implementing Supabase queries, auth, realtime, storage, or RPC calls with @supabase/supabase-js or supabase-py and you need production-ready, type-safe patterns that always check the { data, error } contract. Trigger with phrases like "supabase SDK…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement Supabase database webhooks, pg_net async HTTP, LISTEN/NOTIFY, and Edge Function event handlers with signature verification. Use when setting up database webhooks for INSERT/UPDATE/DELETE events, sending HTTP requests from PostgreSQL triggers,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Universal Dolt version-control workflow. Step 0 auto-detects what kind of Dolt stack is present — every make and model (classic Dolt repo, live dolt sql-server on its ACTUAL bound port, bd embedded store, Doltgres, DoltLite single-file DB, DumboDB) — and…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Validate AI/ML models and datasets for bias, fairness, and ethical concerns. Use when auditing AI systems for ethical compliance, fairness assessment, or bias detection. Trigger with phrases like "evaluate model fairness", "check for bias", or "validate AI…

原文の言語: 英語

更新
収集済み skill 3,426 件中 40 件を表示しています。