Topic: llm
10,059 skills in this topic.
-
firecrawl-hello-world
Create a minimal working Firecrawl example that scrapes a page to markdown.
Use when starting a new Firecrawl integration, testing your setup,
or learning the scrape/crawl/map/extract API surface.
Trigger with phrases like "firecrawl hello world", "firecrawl example",
"firecrawl quick start", "simple firecrawl code".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-incident-runbook
Execute Firecrawl incident response procedures with triage, mitigation, and postmortem.
Use when responding to Firecrawl-related outages, investigating scrape/crawl failures,
or running post-incident reviews for Firecrawl integration issues.
Trigger with phrases like "firecrawl incident", "firecrawl outage",
"firecrawl down", "firecrawl on-call", "firecrawl emergency", "firecrawl broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-install-auth
Install and configure Firecrawl SDK authentication for web scraping.
Use when setting up a new Firecrawl integration, configuring API keys,
or initializing Firecrawl in your project.
Trigger with phrases like "install firecrawl", "setup firecrawl",
"firecrawl auth", "configure firecrawl API key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-known-pitfalls
Identify and avoid Firecrawl anti-patterns and common integration mistakes.
Use when reviewing Firecrawl code, onboarding new developers,
or auditing existing integrations for best practices violations.
Trigger with phrases like "firecrawl mistakes", "firecrawl anti-patterns",
"firecrawl pitfalls", "firecrawl what not to do", "firecrawl code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-load-scale
Load test and scale Firecrawl scraping pipelines with concurrency control and batching.
Use when testing scraping throughput, planning capacity for large crawl jobs,
or optimizing concurrent scrape performance.
Trigger with phrases like "firecrawl load test", "firecrawl scale",
"firecrawl throughput", "firecrawl capacity", "firecrawl concurrent".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-local-dev-loop
Configure Firecrawl local development with self-hosted Docker, mocking, and testing.
Use when setting up a development environment, running Firecrawl locally to save credits,
or configuring test workflows with vitest.
Trigger with phrases like "firecrawl dev setup", "firecrawl local development",
"firecrawl docker", "firecrawl self-hosted dev", "firecrawl test setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-migration-deep-dive
Migrate to Firecrawl from Puppeteer, Playwright, Cheerio, or other scraping tools.
Use when replacing custom scraping code with Firecrawl, migrating between
scraping APIs, or re-platforming content ingestion pipelines.
Trigger with phrases like "migrate to firecrawl", "replace puppeteer with firecrawl",
"switch to firecrawl", "firecrawl vs puppeteer", "firecrawl migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-multi-env-setup
Configure Firecrawl across development, staging, and production environments.
Use when setting up multi-environment scraping pipelines, managing credit budgets per env,
or configuring self-hosted Firecrawl for development.
Trigger with phrases like "firecrawl environments", "firecrawl staging",
"firecrawl dev prod", "firecrawl environment setup", "firecrawl config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-observability
Monitor Firecrawl scraping pipelines with metrics, credit tracking, and quality alerts.
Use when implementing monitoring for Firecrawl operations, setting up dashboards,
or configuring alerting for scrape failures and credit consumption.
Trigger with phrases like "firecrawl monitoring", "firecrawl metrics",
"firecrawl observability", "monitor firecrawl", "firecrawl alerts".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-performance-tuning
Optimize Firecrawl scraping performance with caching, batch scraping, and format selection.
Use when experiencing slow scrapes, optimizing credit usage per page,
or building high-throughput scraping pipelines.
Trigger with phrases like "firecrawl performance", "optimize firecrawl",
"firecrawl latency", "firecrawl caching", "firecrawl slow", "firecrawl batch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-policy-guardrails
Implement Firecrawl scraping policy enforcement: domain blocklists, credit budgets,
content filtering, and robots.txt compliance guardrails.
Use when setting up scraping policies, enforcing crawl limits, or preventing
accidental scraping of prohibited domains.
Trigger with phrases like "firecrawl policy", "firecrawl guardrails",
"firecrawl domain blocklist", "firecrawl scraping rules", "firecrawl compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-prod-checklist
Execute Firecrawl production deployment checklist and rollback procedures.
Use when deploying Firecrawl integrations to production, preparing for launch,
or implementing go-live procedures.
Trigger with phrases like "firecrawl production", "deploy firecrawl",
"firecrawl go-live", "firecrawl launch checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-rate-limits
Implement Firecrawl rate limiting, backoff, and request queuing patterns.
Use when handling 429 errors, implementing retry logic,
or optimizing API request throughput for Firecrawl.
Trigger with phrases like "firecrawl rate limit", "firecrawl throttling",
"firecrawl 429", "firecrawl retry", "firecrawl backoff".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-reference-architecture
Implement Firecrawl reference architecture with scrape/crawl/map/extract pipelines.
Use when designing new Firecrawl integrations, reviewing project structure,
or building content ingestion pipelines for AI/RAG applications.
Trigger with phrases like "firecrawl architecture", "firecrawl project structure",
"firecrawl pipeline", "firecrawl RAG", "firecrawl knowledge base".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-reliability-patterns
Implement Firecrawl reliability patterns: circuit breakers, crawl fallbacks, and content validation.
Use when building fault-tolerant scraping pipelines, implementing crawl-to-scrape fallback,
or adding content quality gates to Firecrawl integrations.
Trigger with phrases like "firecrawl reliability", "firecrawl circuit breaker",
"firecrawl fallback", "firecrawl resilience", "firecrawl fault tolerant".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-sdk-patterns
Apply production-ready Firecrawl SDK patterns for TypeScript and Python.
Use when implementing Firecrawl integrations, building reusable scraping services,
or establishing team coding standards for Firecrawl.
Trigger with phrases like "firecrawl SDK patterns", "firecrawl best practices",
"firecrawl code patterns", "idiomatic firecrawl", "firecrawl wrapper".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-security-basics
Apply Firecrawl security best practices for API key management and webhook verification.
Use when securing API keys, implementing webhook signature validation,
or auditing Firecrawl security configuration.
Trigger with phrases like "firecrawl security", "firecrawl secrets",
"secure firecrawl", "firecrawl API key security", "firecrawl webhook signature".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-upgrade-migration
Upgrade Firecrawl SDK versions and migrate between API versions (v0 to v1/v2).
Use when upgrading the SDK, handling breaking changes between versions,
or migrating from the old API to the current v2 API.
Trigger with phrases like "upgrade firecrawl", "firecrawl migration",
"firecrawl v2", "update firecrawl SDK", "firecrawl breaking changes".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
firecrawl-webhooks-events
Implement Firecrawl webhook event handling for async crawl and batch scrape jobs.
Use when setting up webhook endpoints, handling crawl.page/crawl.completed events,
or processing async job results in real-time.
Trigger with phrases like "firecrawl webhook", "firecrawl events",
"firecrawl webhook signature", "handle firecrawl events", "firecrawl notifications".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-ci-integration
Automate financial reporting workflows that complement Fondo with CI/CD
pipelines for expense tracking, budget alerts, and financial data validation.
Trigger: "fondo CI", "fondo automation", "fondo financial alerts".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-common-errors
Diagnose and fix common Fondo issues including integration sync failures,
categorization errors, and R&D credit qualification problems.
Trigger: "fondo error", "fondo sync issue", "fondo not syncing", "fondo problem".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-core-workflow-a
Execute Fondo primary workflow: monthly bookkeeping close and financial reporting.
Use when managing month-end close, reviewing financial statements,
or preparing for board meetings and fundraising.
Trigger: "fondo bookkeeping", "fondo month close", "fondo financial reports".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-core-workflow-b
Execute Fondo R&D tax credit workflow: qualify activities, calculate credits,
file Form 6765, and claim payroll tax offset for startups.
Trigger: "fondo R&D credit", "fondo tax credit", "fondo Form 6765", "startup tax credit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-cost-tuning
Optimize Fondo costs by maximizing R&D tax credits, choosing the right plan,
and reducing unnecessary bookkeeping complexity.
Trigger: "fondo costs", "fondo pricing", "maximize R&D credit", "fondo ROI".
jeremylongshore/claude-code-plugins-plus-skills 1,803