Plugins

12 plugins
curated
Safe Production Deployment
Deploy a web application safely with pre-deployment audit, rollout plan, canary monitoring, and rollback strategy.
9 skills · plugin
curated
Deploy Cloudflare Worker
Sets up Wrangler, configures bindings, deploys worker, and verifies performance.
3 skills · plugin
curated
Secure Django Deployment
Installs a pipeline to harden, audit, verify, and deploy a Django app securely.
5 skills · plugin
@expo
Expo
[Deprecated] Use the "expo" plugin instead. Deploying Expo apps to App Store, Play Store, and web.
18 skills · plugin
curated
Ship Production Deployment
Sets up CI/CD pipeline, deploys with staged rollout, configures observability, and enforces safety checks.
5 skills · plugin
curated
Deploy AI Inference on GKE
Deploy and optimize AI/ML inference workloads on GKE using GPUs, TPUs, and model servers.
3 skills · plugin
@microsoft
Azure Skills
Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.
33 skills · plugin
curated
Deploy Azure Infrastructure
Creates databases, caches, and configures authentication, monitoring, and backup.
3 skills · plugin
@adobe
App Builder
Development, customization, testing, and deployment skills for Adobe App Builder projects
6 skills · plugin
curated
ML Model Lifecycle
Train, evaluate, and deploy a production ML system with monitoring.
10 skills · plugin
curated
Threat Intelligence Platform
Deploy and manage open-source CTI tools for threat intelligence operations.
9 skills · plugin
curated
Cloudflare One Deployment Pipeline
Design, configure, and migrate to Cloudflare One Zero Trust and SASE.
3 skills · plugin

Results for “dep”

1,574 skills
matlab
matlab-deploy-embedded-ai
Deploy AI models to embedded hardware using MathWorks tools (MATLAB, Simulink, Embedded Coder). Covers two workflow patterns: (1) MathWorks-native or imported models rebuilt as dlnetwork for lean hardware, (2) direct C/C++ code generation from PyTorch and LiteRT models. Both patterns support all targets (Cortex-M/A/R, x86, GPU). Trigger when: user wants to deploy AI to embedded targets; generate C/CUDA from neural networks; compress AI models for MCU; integrate AI in Simulink for system-level simulation; import PyTorch/ONNX/TensorFlow models for embedded deployment; optimize AI for resource-constrained hardware; or use loadPyTorchExportedProgram, loadLiteRTModel, importNetworkFromPyTorch, importNetworkFromONNX, importNetworkFromTensorFlow, importNetworkFromKeras, dlquantizer, exportNetworkToSimulink, or Embedded Coder with AI models.
920 · bundle
curiositech
dag-planner
Builds, validates, schedules, and dynamically modifies DAG execution graphs. Decomposes problems into nodes with dependencies, performs topological sorting, detects cycles, resolves conflicts, and schedules wave-based parallel execution. Use when designing a DAG structure, validating dependencies, planning execution order, or modifying a DAG at runtime. Activate on "build DAG", "plan workflow", "DAG dependencies", "topological sort", "schedule execution", "modify DAG", "replan". NOT for executing DAGs (use dag-runtime), validating outputs (use dag-quality), or matching skills to nodes (use dag-skills-matcher).
10
theheavenlyd3mon
clean-architecture
Structure software around the Dependency Rule: source code dependencies point inward from frameworks to use cases to entities. Use when the user mentions "architecture layers", "dependency rule", "ports and adapters", "hexagonal architecture", "use case boundary", "onion architecture", "screaming architecture", or "framework independence". Also trigger when decoupling business logic from databases or frameworks, defining module boundaries, or debating where to put business rules. Covers component principles, boundaries, and SOLID. For code quality, see clean-code. For domain modeling, see domain-driven-design.
28 · bundle
nvidia
dynamo-interconnect-check
Validates that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after deploying a disagg or multi-node recipe to confirm KV transport is correct, or use troubleshoot for already-failed pods.
2.2k · bundle
mukul975
deploying-cloudflare-access-for-zero-trust
Deploy Cloudflare Access with Cloudflare Tunnel to provide zero trust access to self-hosted and private applications, configuring identity-aware access policies, device posture checks, and WARP client enrollment for VPN replacement.
24.6k · bundle
manu14357
c4-architecture
Generate architecture documentation using C4 model Mermaid diagrams. Use when asked to create architecture diagrams, document system architecture, visualize software structure, create C4 diagrams, or generate context/container/component/deployment diagrams. Triggers include "architecture diagram", "C4 diagram", "system context", "container diagram", "component diagram", "deployment diagram", "document architecture", "visualize architecture".
16 · bundle
dylanckawalec
c4-architecture
Generate architecture documentation using C4 model Mermaid diagrams. Use when asked to create architecture diagrams, document system architecture, visualize software structure, create C4 diagrams, or generate context/container/component/deployment diagrams. Triggers include "architecture diagram", "C4 diagram", "system context", "container diagram", "component diagram", "deployment diagram", "document architecture", "visualize architecture".
3 · bundle
georgeqle
mono-detect
Detect pnpm workspace structure, optional Turborepo overlay, package metadata, and internal dependency graph for monorepo-aware skills
1 · bundle
mit-network
convex
Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.
2
mesteriis
architecture-map
Maps domains, ownership, dependencies, entry points, tests, services, and risks before broad changes, review, migration, or handoff.
0 · bundle
machenjie
cloud-platform-extension
Use when a selected Professional decision materially depends on confirmed cloud-provider policy, ownership, or behavior.
4 · bundle
yanacuti1121
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
2
kk20300113-png
nanoclaw-repl
Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.
0
livelybug
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
0
anantha-236
nanoclaw-repl
Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.
1
metinduraktr-44
convex
Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.
0
nous-hermeshub
convex
Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.
1
seaworld008
pipe
Designing GitHub Actions workflows in depth: trigger strategy, security hardening, performance optimization, PR automation, and Reusable Workflow design.
65 · bundle
mukul975
securing-serverless-functions
Hardens serverless compute platforms (AWS Lambda, Azure Functions, Google Cloud Functions) by enforcing least privilege IAM roles, eliminating hardcoded secrets, scanning dependencies for vulnerabilities, validating input, securing function URLs, and enabling runtime monitoring.
24.6k · bundle
tianhao909
speculative-decoding
Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies.
1 · bundle
qcmuu
speculative-decoding
Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies.
0 · bundle
metinduraktr-44
railway-templates
Search and deploy services from Railway's template marketplace. Use when user wants to add a service from a template, find templates for a specific use case, or deploy tools like Ghost, Strapi, n8n, Minio, Uptime Kuma, etc. For databases (Postgres, Redis, MySQL, MongoDB), prefer the railway-database skill.
0
chen-yu-hao
railway-templates
Search and deploy services from Railway's template marketplace. Use when user wants to add a service from a template, find templates for a specific use case, or deploy tools like Ghost, Strapi, n8n, Minio, Uptime Kuma, etc. For databases (Postgres, Redis, MySQL, MongoDB), prefer the railway-database skill.
5
auto-skiller
edit-article
Restructures article sections, improves clarity, and tightens prose while respecting information dependencies.
1 · bundle
lucassantana-dev
agent-teams
Decompose a task into parallel workstreams, assign agent ownership, run integration at dependency boundaries, and synthesize results.
1 · bundle
racecraft-lab
speckit-taskstoissues
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
11
mesteriis
architecture-principles
Guides module boundaries, dependency direction, and domain structure. Do not use for local edits that leave architecture unchanged.
0
danstrem2
searxng
Privacy-respecting metasearch using your local SearXNG instance. Search the web, images, news, and more without external API dependencies.
2 · bundle
kk20300113-png
django-security
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
0
ziri22
agent-devops-infra
DevOps & Infrastructure IA — Gère le VPS, Docker, déploiements, monitoring, sécurité, tunnels Cloudflare. Expert Hetzner + Coolify + self-hosting.
6 · bundle
anantha-236
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
1
anantha-236
django-security
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
1
dylanckawalec
release-manager
Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning.
3 · bundle
lap-platform
elmahio-api
elmah.io API skill. Use when working with elmah.io for deployments, heartbeats, installations. Covers 24 endpoints.
6 · bundle
lap-platform
together-apis
Together APIs API skill. Use when working with Together APIs for deployments, voices, videos. Covers 91 endpoints.
6 · bundle
stribus
speckit-taskstoissues-agent
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
1