Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
linear-prod-checklist
Production readiness checklist for Linear integrations.
Use when preparing to deploy, reviewing production requirements,
or auditing existing Linear deployments.
Trigger: "linear production checklist", "deploy linear",
"linear production ready", "linear go live", "linear launch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
linear-local-dev-loop
Set up local Linear development environment and testing workflow.
Use when configuring local dev, testing integrations,
or setting up a development workflow with Linear webhooks.
Trigger: "linear local development", "linear dev setup",
"test linear locally", "linear development environment".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
linear-rate-limits
Handle Linear API rate limiting, complexity budgets, and quotas.
Use when dealing with 429 errors, implementing throttling,
or optimizing request patterns to stay within limits.
Trigger: "linear rate limit", "linear throttling", "linear 429",
"linear API quota", "linear complexity", "linear request limits".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
linear-enterprise-rbac
Implement enterprise role-based access control with Linear.
Use when setting up team permissions, OAuth scopes,
SAML SSO, SCIM provisioning, or audit logging.
Trigger: "linear RBAC", "linear permissions", "linear SSO",
"linear enterprise access", "linear role management", "linear SCIM".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
linear-sdk-patterns
TypeScript/JavaScript SDK patterns and best practices for Linear.
Use when learning SDK idioms, implementing pagination,
filtering, relation loading, or custom GraphQL queries.
Trigger: "linear SDK patterns", "linear best practices",
"linear typescript", "linear API patterns", "linear pagination".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-cost-tuning
StackBlitz pricing tiers: free embedding, WebContainer API commercial licensing.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "stackblitz cost".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-common-errors
Fix WebContainer and StackBlitz errors: COOP/COEP, SharedArrayBuffer, boot failures.
Use when WebContainers fail to boot, embeds don't load,
or processes crash inside WebContainers.
Trigger: "stackblitz error", "webcontainer error", "SharedArrayBuffer not defined".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-security-basics
Secure WebContainer deployments: CSP headers, sandbox isolation, input validation.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "stackblitz security".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-prod-checklist
Production checklist for WebContainer apps: headers, browser support, fallbacks.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "stackblitz production".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-hello-world
Boot a WebContainer, mount files, install npm packages, and run a dev server in the browser.
Use when learning WebContainers, building browser-based IDEs,
or running Node.js without a backend server.
Trigger: "stackblitz hello world", "webcontainer example", "run node in browser".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-deploy-integration
Deploy WebContainer apps to Vercel, Netlify with proper COOP/COEP headers.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "deploy stackblitz".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-core-workflow-a
Build a browser-based code editor with WebContainers: file tree, editor, terminal, and preview.
Use when creating interactive coding environments, building educational tools,
or embedding development environments in web apps.
Trigger: "webcontainer IDE", "browser IDE", "stackblitz editor", "code playground".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-reference-architecture
Production architecture for WebContainer-powered browser IDEs and playgrounds.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "stackblitz architecture".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-upgrade-migration
Migrate between WebContainer API versions and StackBlitz SDK updates.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "upgrade stackblitz".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-webhooks-events
WebContainer lifecycle events: server-ready, port changes, error handling.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "webcontainer events".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-debug-bundle
Collect WebContainer diagnostic info: boot state, file system, process list.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "stackblitz debug".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-core-workflow-b
Embed StackBlitz projects and manage WebContainer snapshots for sharing.
Use when embedding code playgrounds in docs, creating shareable examples,
or building interactive tutorials with StackBlitz.
Trigger: "embed stackblitz", "stackblitz embed", "stackblitz share project".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-rate-limits
WebContainer resource limits: memory, CPU, file system size, process count.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "webcontainer limits".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-install-auth
Install the WebContainer API and configure StackBlitz SDK for browser-based Node.js.
Use when setting up WebContainers, embedding StackBlitz projects,
or initializing the @stackblitz/sdk package.
Trigger: "install stackblitz", "setup webcontainers", "stackblitz SDK".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-sdk-patterns
Production patterns for WebContainer API: file system operations, process management, and jsh shell.
Use when building browser IDEs, managing WebContainer lifecycle,
or implementing terminal emulation with jsh.
Trigger: "webcontainer patterns", "stackblitz best practices", "webcontainer file system".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-performance-tuning
Optimize WebContainer boot time, file system mounts, and process spawning.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "stackblitz performance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-ci-integration
CI testing for WebContainer apps with Playwright browser tests.
Use when working with WebContainers or StackBlitz SDK.
Trigger: "stackblitz CI".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
stackblitz-local-dev-loop
Configure local development for WebContainer applications with hot reload and testing.
Use when building browser-based IDEs, testing WebContainer file operations,
or setting up development workflows for WebContainer projects.
Trigger: "stackblitz dev setup", "webcontainer local", "test webcontainers locally".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
juicebox-debug-bundle
Collect Juicebox debug evidence.
Trigger: "juicebox debug", "juicebox support ticket".
jeremylongshore/claude-code-plugins-plus-skills 1,803