Source

jeremylongshore/tons-of-skills-marketplace

3,201 skills · 56.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
miro-upgrade-migration Migrate Miro integrations from REST API v1 to v2 and upgrade @mirohq/miro-api SDK. Use when upgrading SDK versions, m…
jeremylongshore/tons-of-skills-marketplace
1
2
missing-protections Audits a contract against type-specific protection checklists to find gaps, then provides ready-to-insert clause lang…
jeremylongshore/tons-of-skills-marketplace
1
3
mistral-core-workflow-a Execute Mistral AI chat completions with streaming, multi-turn, and guardrails. Use when implementing chat interfaces…
jeremylongshore/tons-of-skills-marketplace
1
4
navan-ci-integration Use when setting up CI/CD pipelines that validate Navan API integrations, run booking data health checks, or generate…
jeremylongshore/tons-of-skills-marketplace
1
5
navan-common-errors Diagnose and fix common Navan API errors with targeted fix procedures. Use when an API call returns an unexpected HTT…
jeremylongshore/tons-of-skills-marketplace
1
6
navan-core-workflow-a Manage the complete Navan travel booking lifecycle via REST API. Use when building travel dashboards, automating trip…
jeremylongshore/tons-of-skills-marketplace
1
7
navan-core-workflow-b Manage Navan expense reporting, transaction data, and ERP synchronization. Use when building expense pipelines, autom…
jeremylongshore/tons-of-skills-marketplace
1
8
navan-cost-tuning Use when optimizing travel spend with Navan's policy engine, analyzing booking patterns for savings, and configuring …
jeremylongshore/tons-of-skills-marketplace
1
9
navan-data-handling Extract and transform Navan booking and transaction data using pagination, filtering, and data pipeline connectors. U…
jeremylongshore/tons-of-skills-marketplace
1
10
navan-data-sync Implement incremental sync strategies for Navan BOOKING and TRANSACTION data with ETL pipeline patterns. Use when set…
jeremylongshore/tons-of-skills-marketplace
1
11
navan-debug-bundle Use when collecting diagnostic data from a Navan API integration — OAuth token inspection, API response capture, conn…
jeremylongshore/tons-of-skills-marketplace
1
12
navan-deploy-integration Use when deploying Navan integrations with ERP systems (NetSuite, Sage Intacct, Xero), HRIS platforms (Workday, Bambo…
jeremylongshore/tons-of-skills-marketplace
1
13
navan-enterprise-rbac Configure Navan admin roles, travel policies, approval workflows, and department-level access controls. Use when sett…
jeremylongshore/tons-of-skills-marketplace
1
14
navan-entity-management Manage Navan users, departments, cost centers, and approval chains via API and SCIM provisioning. Use when onboarding…
jeremylongshore/tons-of-skills-marketplace
1
15
navan-hello-world Make your first Navan API call to retrieve trip and user data. Use when verifying a new Navan integration works end-t…
jeremylongshore/tons-of-skills-marketplace
1
16
navan-incident-runbook Use when responding to Navan platform incidents — flight cancellations, booking API failures, expense sync outages, o…
jeremylongshore/tons-of-skills-marketplace
1
17
navan-install-auth Set up OAuth 2.0 authentication for the Navan REST API. Use when configuring a new Navan integration or rotating API …
jeremylongshore/tons-of-skills-marketplace
1
18
navan-local-dev-loop Set up a local development environment for Navan API integrations with token caching and request logging. Use when st…
jeremylongshore/tons-of-skills-marketplace
1
19
navan-migration-deep-dive Use when planning or executing a migration from SAP Concur or legacy TMC to Navan — data migration, user provisioning…
jeremylongshore/tons-of-skills-marketplace
1
20
navan-multi-env-setup Set up dev/staging/prod environment separation for Navan integrations without a sandbox API. Use when configuring mul…
jeremylongshore/tons-of-skills-marketplace
1
21
navan-observability Use when setting up monitoring, logging, and alerting for Navan API integrations in production environments. Trigger …
jeremylongshore/tons-of-skills-marketplace
1
22
navan-performance-tuning Use when optimizing Navan API call patterns for high-volume integrations — caching, batching, connection pooling, and…
jeremylongshore/tons-of-skills-marketplace
1
23
navan-prod-checklist Use when validating production readiness for a Navan API integration — credential rotation, alerting, rate limits, SS…
jeremylongshore/tons-of-skills-marketplace
1
24
navan-rate-limits Implement adaptive rate-limiting for the Navan REST API with exponential backoff and request queuing. Use when buildi…
jeremylongshore/tons-of-skills-marketplace
1
25
navan-reference-architecture Use when designing a production Navan API integration architecture — API gateway, token management, data sync pipelin…
jeremylongshore/tons-of-skills-marketplace
1
26
navan-sdk-patterns Build a typed API wrapper around Navan REST endpoints since no official SDK exists. Use when you need production-grad…
jeremylongshore/tons-of-skills-marketplace
1
27
navan-security-basics Secure Navan API credentials with OAuth 2.0 best practices, SSO/SAML, and SCIM provisioning. Use when hardening a Nav…
jeremylongshore/tons-of-skills-marketplace
1
28
navan-upgrade-migration Use when handling Navan API changes in production — defensive coding patterns, schema validation, deprecation monitor…
jeremylongshore/tons-of-skills-marketplace
1
29
navan-webhooks-events Set up webhook listeners for real-time Navan event notifications. Use when you need to receive booking, expense, or t…
jeremylongshore/tons-of-skills-marketplace
1
30
negotiate Analyzes contracts for unfavorable or risky clauses and generates prioritized counter-proposals with replacement lang…
jeremylongshore/tons-of-skills-marketplace
1
31
obsidian-core-workflow-a Create an Obsidian plugin from scratch with full project scaffolding. Covers Plugin class, ribbon icons, commands, se…
jeremylongshore/tons-of-skills-marketplace
1
32
obsidian-core-workflow-b Build advanced Obsidian plugin features: custom views (ItemView), modals, editor commands with selection manipulation…
jeremylongshore/tons-of-skills-marketplace
1
33
obsidian-cost-tuning Optimize Obsidian resource usage, sync storage, Publish hosting, and third-party plugin API costs. Use when managing …
jeremylongshore/tons-of-skills-marketplace
1
34
obsidian-hello-world Create a minimal working Obsidian plugin with commands, settings, modals, and ribbon icons. Use when building your fi…
jeremylongshore/tons-of-skills-marketplace
1
35
obsidian-local-dev-loop Set up a fast Obsidian plugin development loop with hot reload. Covers cloning the sample plugin, esbuild watch mode,…
jeremylongshore/tons-of-skills-marketplace
1
36
obsidian-rate-limits Handle Obsidian file system operations and throttling patterns. Use when processing many files, handling bulk operati…
jeremylongshore/tons-of-skills-marketplace
1
37
obsidian-reference-architecture Implement Obsidian reference architecture with best-practice project layout. Use when designing new plugins, reviewin…
jeremylongshore/tons-of-skills-marketplace
1
38
obsidian-sdk-patterns Production-ready Obsidian plugin patterns: typed settings with migration, safe vault operations, event auto-cleanup, …
jeremylongshore/tons-of-skills-marketplace
1
39
obsidian-upgrade-migration Migrate Obsidian plugins between API versions and handle breaking changes. Use when upgrading to new Obsidian version…
jeremylongshore/tons-of-skills-marketplace
1
40
obsidian-webhooks-events Handle Obsidian events and workspace callbacks for plugin development. Use when implementing reactive features, handl…
jeremylongshore/tons-of-skills-marketplace
1
41
onenote-ci-integration Set up CI/CD pipelines for OneNote integrations with Graph API testing and mock strategies. Use when configuring GitH…
jeremylongshore/tons-of-skills-marketplace
1
42
onenote-common-errors Decode and fix every common OneNote Graph API error with root cause analysis. Use when debugging 400, 403, 404, 429, …
jeremylongshore/tons-of-skills-marketplace
1
43
onenote-core-workflow-a Full CRUD lifecycle for OneNote notebooks, section groups, sections, and pages via Graph API. Use when building noteb…
jeremylongshore/tons-of-skills-marketplace
1
44
onenote-core-workflow-b Search, query, and paginate OneNote content with OData filters and client-side search patterns. Use when building sea…
jeremylongshore/tons-of-skills-marketplace
1
45
onenote-cost-tuning Optimize costs and API usage for OneNote Graph API integrations with caching and batching strategies. Use when reduci…
jeremylongshore/tons-of-skills-marketplace
1
46
onenote-debug-bundle Generate comprehensive diagnostic bundles for OneNote Graph API issues with request tracing and token analysis. Use w…
jeremylongshore/tons-of-skills-marketplace
1
47
onenote-deploy-integration Deploy OneNote integrations with MSAL token persistence, health checks, and container best practices. Use when contai…
jeremylongshore/tons-of-skills-marketplace
1
48
onenote-hello-world Create your first OneNote notebook, section, and page with correct XHTML content. Use when starting a new OneNote int…
jeremylongshore/tons-of-skills-marketplace
1
49
onenote-install-auth Install and configure OneNote SDK/API authentication with delegated auth (MSAL). Use when setting up a new OneNote in…
jeremylongshore/tons-of-skills-marketplace
1
50
onenote-local-dev-loop Set up a local development loop for OneNote integrations with mock Graph API responses. Use when developing OneNote f…
jeremylongshore/tons-of-skills-marketplace
1
Page 55 · 3,201 total Previous Next