Source

jeremylongshore/tons-of-skills-marketplace

3,201 skills · 56.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
mistral-ci-integration Configure Mistral AI CI/CD integration with GitHub Actions and prompt testing. Use when setting up automated testing,…
jeremylongshore/tons-of-skills-marketplace
2
2
mistral-data-handling Implement Mistral AI PII handling, data retention, and GDPR/CCPA compliance patterns. Use when handling sensitive dat…
jeremylongshore/tons-of-skills-marketplace
2
3
mistral-deploy-integration Deploy Mistral AI integrations to Vercel, Docker, and Cloud Run platforms. Use when deploying Mistral AI-powered appl…
jeremylongshore/tons-of-skills-marketplace
2
4
mistral-hello-world Create a minimal working Mistral AI chat completion example. Use when starting a new Mistral integration, testing you…
jeremylongshore/tons-of-skills-marketplace
2
5
navigating-github First-time GitHub setup and interactive git learning. Walks users from zero to a working GitHub repo, then teaches gi…
jeremylongshore/tons-of-skills-marketplace
2
6
nda-generator Generates custom non-disclosure agreements with plain English annotations. Use when creating an NDA for business disc…
jeremylongshore/tons-of-skills-marketplace
2
7
negotiation Prepare and execute negotiations using tactical empathy, calibrated questions, and the Ackerman method. Use when the …
jeremylongshore/tons-of-skills-marketplace
2
8
notion-advanced-troubleshooting Deep debugging for Notion API: response inspection, permission chain tracing, property type mismatches, pagination ed…
jeremylongshore/tons-of-skills-marketplace
2
9
notion-architecture-variants Use when you are choosing or scaffolding how an app talks to Notion via the API — deciding between a headless CMS (bl…
jeremylongshore/tons-of-skills-marketplace
2
10
notion-ci-integration Integrate the Notion API into CI/CD pipelines for automated documentation sync, deploy tracking, and configuration re…
jeremylongshore/tons-of-skills-marketplace
2
11
notion-common-errors Diagnose and fix Notion API errors by HTTP status code and error code. Use when encountering Notion errors, debugging…
jeremylongshore/tons-of-skills-marketplace
2
12
notion-content-management Create, update, archive, and compose Notion pages and block content. Use when building pages programmatically, append…
jeremylongshore/tons-of-skills-marketplace
2
13
notion-core-workflow-a Query, filter, and manage Notion databases and pages. Use when building database queries with filters and sorts, crea…
jeremylongshore/tons-of-skills-marketplace
2
14
notion-core-workflow-b Work with Notion blocks, rich text, comments, and page content. Use when reading/writing page content blocks, buildin…
jeremylongshore/tons-of-skills-marketplace
2
15
notion-cost-tuning Optimize Notion API usage to minimize rate-limit pressure, reduce engineering overhead, and maximize throughput. Use …
jeremylongshore/tons-of-skills-marketplace
2
16
notion-data-handling Implement data handling, PII protection, and GDPR/CCPA compliance for Notion integrations. Use when handling sensitiv…
jeremylongshore/tons-of-skills-marketplace
2
17
notion-debug-bundle Collect Notion API diagnostic info for troubleshooting and support tickets. Use when encountering persistent API issu…
jeremylongshore/tons-of-skills-marketplace
2
18
notion-deploy-integration Deploy Node.js applications that use the Notion API to production on Vercel, Railway, or Fly.io. Use when deploying N…
jeremylongshore/tons-of-skills-marketplace
2
19
notion-enterprise-rbac Configure Notion enterprise access control with OAuth, workspace permissions, and audit logging. Use when implementin…
jeremylongshore/tons-of-skills-marketplace
2
20
notion-hello-world Create a minimal working Notion API example. Use when starting a new Notion integration, testing your setup, or learn…
jeremylongshore/tons-of-skills-marketplace
2
21
notion-incident-runbook Execute Notion incident response procedures with triage, mitigation, and postmortem. Use when responding to Notion AP…
jeremylongshore/tons-of-skills-marketplace
2
22
notion-install-auth Install and configure the Notion API SDK with authentication. Use when setting up a new Notion integration, configuri…
jeremylongshore/tons-of-skills-marketplace
2
23
notion-known-pitfalls Common Notion API mistakes: wrong page ID format (dashes), rich text array structure, block children not returned wit…
jeremylongshore/tons-of-skills-marketplace
2
24
notion-load-scale High-volume Notion operations: parallel requests within 3 req/sec, worker queues, database pagination at scale, incre…
jeremylongshore/tons-of-skills-marketplace
2
25
notion-local-dev-loop Configure Notion local development with a dedicated dev integration, test mocking, and hot reload. Use when setting u…
jeremylongshore/tons-of-skills-marketplace
2
26
notion-migration-deep-dive Migrate data to/from Notion or between Notion workspaces with data mapping and validation. Use when migrating data in…
jeremylongshore/tons-of-skills-marketplace
2
27
notion-multi-env-setup Configure Notion integrations across development, staging, and production environments. Use when setting up multi-env…
jeremylongshore/tons-of-skills-marketplace
2
28
notion-observability Set up observability for Notion integrations with metrics, traces, and alerts. Use when implementing monitoring for N…
jeremylongshore/tons-of-skills-marketplace
2
29
notion-performance-tuning Optimize Notion API performance with caching, batching, parallel requests, and incremental sync. Use when experiencin…
jeremylongshore/tons-of-skills-marketplace
2
30
notion-policy-guardrails Use when you need to govern Notion integrations at scale — set integration naming standards, enforce page sharing pol…
jeremylongshore/tons-of-skills-marketplace
2
31
notion-prod-checklist Execute Notion API production deployment checklist and readiness verification. Use when deploying Notion integrations…
jeremylongshore/tons-of-skills-marketplace
2
32
notion-rate-limits Manage Notion API rate limits with exponential backoff, queue-based throttling, and batch optimization. Use when hitt…
jeremylongshore/tons-of-skills-marketplace
2
33
notion-reference-architecture Design and implement a production-ready Notion integration architecture with proper layering, caching, error handling…
jeremylongshore/tons-of-skills-marketplace
2
34
notion-reliability-patterns Graceful degradation when Notion is down: offline cache, retry with exponential backoff, circuit breaker, health chec…
jeremylongshore/tons-of-skills-marketplace
2
35
notion-sdk-patterns Apply production-ready @notionhq/client SDK patterns for TypeScript and Python. Use when implementing Notion integrat…
jeremylongshore/tons-of-skills-marketplace
2
36
notion-search-retrieve Search Notion workspaces and retrieve pages, databases, and block content using the Notion API. Use when querying dat…
jeremylongshore/tons-of-skills-marketplace
2
37
notion-security-basics Apply Notion API security best practices for integration tokens, OAuth2 flows, least-privilege capabilities, and page…
jeremylongshore/tons-of-skills-marketplace
2
38
notion-upgrade-migration Upgrade @notionhq/client SDK versions and migrate between Notion API versions. Use when updating SDK packages, handli…
jeremylongshore/tons-of-skills-marketplace
2
39
notion-webhooks-events Build change detection and event handling for Notion workspaces using polling, native webhooks, and third-party conne…
jeremylongshore/tons-of-skills-marketplace
2
40
obsidian-common-errors Diagnose and fix common Obsidian plugin errors and exceptions. Use when encountering plugin errors, debugging failed …
jeremylongshore/tons-of-skills-marketplace
2
41
obsidian-data-handling Implement vault data backup, sync, and recovery strategies. Use when building backup features, implementing data expo…
jeremylongshore/tons-of-skills-marketplace
2
42
obsidian-debug-bundle Collect Obsidian plugin debug evidence for support and troubleshooting. Use when encountering persistent issues, prep…
jeremylongshore/tons-of-skills-marketplace
2
43
obsidian-enterprise-rbac Implement team vault access patterns and role-based controls. Use when managing shared vaults, implementing access co…
jeremylongshore/tons-of-skills-marketplace
2
44
obsidian-incident-runbook Troubleshoot Obsidian plugin failures with systematic incident response. Use when plugins crash, data is corrupted, o…
jeremylongshore/tons-of-skills-marketplace
2
45
obsidian-migration-deep-dive Execute major Obsidian plugin rewrites and migration strategies. Use when migrating to or from Obsidian, performing m…
jeremylongshore/tons-of-skills-marketplace
2
46
obsidian-multi-env-setup Configure multiple Obsidian environments for development, testing, and production. Use when managing separate vaults,…
jeremylongshore/tons-of-skills-marketplace
2
47
obsidian-observability Implement structured logging, metrics, error tracking, and a debug panel for Obsidian plugins. Use when adding debug …
jeremylongshore/tons-of-skills-marketplace
2
48
obsidian-performance-tuning Optimize Obsidian plugin performance for smooth operation in large vaults. Use when experiencing lag, memory issues, …
jeremylongshore/tons-of-skills-marketplace
2
49
obsidian-prod-checklist Pre-release plugin verification checklist for Obsidian community plugins. Use when preparing to release, reviewing be…
jeremylongshore/tons-of-skills-marketplace
2
50
one-page-marketing Build a complete marketing plan covering the full customer journey from stranger to raving fan. Use when the user men…
jeremylongshore/tons-of-skills-marketplace
2
Page 38 · 3,201 total Previous Next