Topic: llm
10,059 skills in this topic.
-
evernote-install-auth
Install and configure Evernote SDK and OAuth authentication.
Use when setting up a new Evernote integration, configuring API keys,
or initializing Evernote in your project.
Trigger with phrases like "install evernote", "setup evernote",
"evernote auth", "configure evernote API", "evernote oauth".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-local-dev-loop
Set up efficient local development workflow for Evernote integrations.
Use when configuring dev environment, setting up sandbox testing,
or optimizing development iteration speed.
Trigger with phrases like "evernote dev setup", "evernote local development",
"evernote sandbox", "test evernote locally".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-migration-deep-dive
Deep dive into Evernote data migration strategies.
Use when migrating to/from Evernote, bulk data transfers,
or complex migration scenarios.
Trigger with phrases like "migrate to evernote", "migrate from evernote",
"evernote data transfer", "bulk evernote migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-multi-env-setup
Configure multi-environment setup for Evernote integrations.
Use when setting up dev, staging, and production environments,
or managing environment-specific configurations.
Trigger with phrases like "evernote environments", "evernote staging",
"evernote dev setup", "multiple environments evernote".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-observability
Implement observability for Evernote integrations.
Use when setting up monitoring, logging, tracing,
or alerting for Evernote applications.
Trigger with phrases like "evernote monitoring", "evernote logging",
"evernote metrics", "evernote observability".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-performance-tuning
Optimize Evernote integration performance.
Use when improving response times, reducing API calls,
or scaling Evernote integrations.
Trigger with phrases like "evernote performance", "optimize evernote",
"evernote speed", "evernote caching".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-prod-checklist
Production readiness checklist for Evernote integrations.
Use when preparing to deploy Evernote integration to production,
or auditing production readiness.
Trigger with phrases like "evernote production", "deploy evernote",
"evernote go live", "production checklist evernote".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-rate-limits
Handle Evernote API rate limits effectively.
Use when implementing rate limit handling, optimizing API usage,
or troubleshooting rate limit errors.
Trigger with phrases like "evernote rate limit", "evernote throttling",
"api quota evernote", "rate limit exceeded".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-reference-architecture
Reference architecture for Evernote integrations.
Use when designing system architecture, planning integrations,
or building scalable Evernote applications.
Trigger with phrases like "evernote architecture", "design evernote system",
"evernote integration pattern", "evernote scale".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-sdk-patterns
Advanced Evernote SDK patterns and best practices.
Use when implementing complex note operations, batch processing,
search queries, or optimizing SDK usage.
Trigger with phrases like "evernote sdk patterns", "evernote best practices",
"evernote advanced", "evernote batch operations".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-security-basics
Implement security best practices for Evernote integrations.
Use when securing API credentials, implementing OAuth securely,
or hardening Evernote integrations.
Trigger with phrases like "evernote security", "secure evernote",
"evernote credentials", "evernote oauth security".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-upgrade-migration
Upgrade Evernote SDK versions and migrate between API versions.
Use when upgrading SDK, handling breaking changes,
or migrating to newer API patterns.
Trigger with phrases like "upgrade evernote sdk", "evernote migration",
"update evernote", "evernote breaking changes".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
evernote-webhooks-events
Implement Evernote webhook notifications and sync events.
Use when handling note changes, implementing real-time sync,
or processing Evernote notifications.
Trigger with phrases like "evernote webhook", "evernote events",
"evernote sync", "evernote notifications".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-advanced-troubleshooting
Debug hard-to-diagnose Firecrawl issues with systematic isolation and evidence collection.
Use when standard troubleshooting fails, investigating why scrapes return empty content,
crawl jobs hang, or webhooks don't fire.
Trigger with phrases like "firecrawl hard bug", "firecrawl mystery error",
"firecrawl impossible to debug", "firecrawl deep debug", "firecrawl not scraping".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-architecture-variants
Choose and implement Firecrawl architecture patterns for different scales and use cases.
Use when designing new Firecrawl integrations, choosing between on-demand/scheduled/pipeline
architectures, or planning scraping infrastructure.
Trigger with phrases like "firecrawl architecture", "firecrawl blueprint",
"how to structure firecrawl", "firecrawl at scale", "firecrawl pipeline design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-ci-integration
Configure Firecrawl CI/CD integration with GitHub Actions and automated scraping tests.
Use when setting up automated testing of Firecrawl integrations, configuring CI pipelines,
or validating scraping behavior in pull requests.
Trigger with phrases like "firecrawl CI", "firecrawl GitHub Actions",
"firecrawl automated tests", "CI firecrawl", "test firecrawl in CI".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-common-errors
Diagnose and fix Firecrawl common errors and API response codes.
Use when encountering Firecrawl errors, debugging failed scrapes,
or troubleshooting crawl job issues.
Trigger with phrases like "firecrawl error", "fix firecrawl",
"firecrawl not working", "debug firecrawl", "firecrawl 429", "firecrawl 402".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-core-workflow-a
Execute Firecrawl primary workflow: scrape and crawl websites into LLM-ready markdown.
Use when scraping single pages, crawling entire sites, or building content
ingestion pipelines with Firecrawl's scrapeUrl and crawlUrl methods.
Trigger with phrases like "firecrawl scrape", "firecrawl crawl site",
"scrape page to markdown", "crawl documentation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-core-workflow-b
Execute Firecrawl secondary workflow: LLM extraction, batch scraping, and site mapping.
Use when extracting structured data from pages, batch scraping known URLs,
or discovering site structure with the map endpoint.
Trigger with phrases like "firecrawl extract", "firecrawl batch scrape",
"firecrawl map site", "firecrawl structured data", "firecrawl JSON extract".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-cost-tuning
Optimize Firecrawl costs through crawl limits, format selection, caching, and credit monitoring.
Use when analyzing Firecrawl billing, reducing API costs,
or implementing credit budget alerts.
Trigger with phrases like "firecrawl cost", "firecrawl billing",
"reduce firecrawl costs", "firecrawl pricing", "firecrawl credits", "firecrawl budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-data-handling
Process, validate, and store Firecrawl scraped content with deduplication and chunking.
Use when handling scraped markdown, implementing content pipelines, building RAG knowledge
bases, or processing crawl results for downstream consumption.
Trigger with phrases like "firecrawl data", "firecrawl content processing",
"firecrawl markdown cleaning", "firecrawl storage", "firecrawl RAG pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-debug-bundle
Collect Firecrawl debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Firecrawl problems.
Trigger with phrases like "firecrawl debug", "firecrawl support bundle",
"collect firecrawl logs", "firecrawl diagnostic".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-deploy-integration
Deploy Firecrawl integrations to Vercel, Cloud Run, and Docker platforms.
Use when deploying Firecrawl-powered applications to production,
configuring platform-specific secrets, or setting up self-hosted Firecrawl.
Trigger with phrases like "deploy firecrawl", "firecrawl Vercel",
"firecrawl production deploy", "firecrawl Cloud Run", "firecrawl Docker".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-enterprise-rbac
Configure Firecrawl team access control with per-key credit limits and domain restrictions.
Use when managing multiple API keys per team, implementing credit budgets per consumer,
or controlling which domains each team can scrape.
Trigger with phrases like "firecrawl RBAC", "firecrawl teams",
"firecrawl enterprise", "firecrawl access control", "firecrawl permissions".
jeremylongshore/claude-code-plugins-plus-skills 1,803