automation-runner
vmain
io.github.Demerzels-lab/elsamultiskillagent/automation-runner
Executes approved shell commands, manages backups, and safely retrieves secrets from Bitwarden.
“filesystem github context7 playwright” 共 3,502 个结果
vmain
io.github.Demerzels-lab/elsamultiskillagent/automation-runner
Executes approved shell commands, manages backups, and safely retrieves secrets from Bitwarden.
vmain
io.github.Demerzels-lab/elsamultiskillagent/css-to-tailwind
Convert CSS files to Tailwind utility classes. Use when migrating from vanilla CSS to Tailwind.
vmain
io.github.laurigates/claude-plugins/kubernetes-operations
Kubernetes operations — deployment, management, troubleshooting, kubectl mastery. Use when the user mentions K8s, kubectl, pods, deployments, services, ingress, or cluster stability.
vmain
io.github.alirezarezvani/claude-skills/agent-workflow-designer
Design production-grade multi-agent workflows with clear pattern choice (sequential, parallel, hierarchical), handoff contracts, failure handling, and cost/context controls. Use when architecting a multi-step agent pipeline, choosing between single-agent vs multi-agent approaches, or refactoring an LLM workflow that suffers from context bloat or unreliable handoffs.
vmain
io.github.jleechanorg/claude-commands/automation-audit
Audit automation job runs, logs, PR processing metrics, and AI-authored remote commits.
vmain
io.github.jleechanorg/claude-commands/automation-orchestration-guide
Guide PR automation and multi-agent orchestration library workflows.
vmain
io.github.alirezarezvani/claude-skills/codebase-onboarding
Analyze a codebase and generate onboarding documentation for engineers, tech leads, and contractors. Fast fact-gathering and repeatable onboarding outputs. Use when onboarding a new engineer, writing architecture-overview docs for a new project, or producing tech-lead briefings for unfamiliar repos.
vmain
io.github.microsoft/vscode/code-oss-logs
Find and read logs from Code OSS dev builds. Use when: finding logs, reading log files, debugging Code OSS, checking renderer logs, extension host logs, agent host logs, main process logs, investigating errors in dev builds.
vmain
io.github.TerminalSkills/skills/kubernetes-helm
Manages Kubernetes clusters and Helm charts. Use when the user wants to write Kubernetes manifests, create Helm charts, deploy applications, debug pods, configure networking (services, ingress), set up autoscaling, manage secrets and config maps, write operators, troubleshoot cluster issues, or implement GitOps workflows. Trigger words: kubernetes, k8s, kubectl, helm, helm chart, pod, deployment, service, ingress, namespace, configmap, secret, hpa, pvc, statefulset, daemonset, cronjob, operator, kustomize, argocd, flux, gitops, node pool, taint, toleration, affinity.
vmain
io.github.TerminalSkills/skills/cursor-ai
Build software with Cursor, the AI-powered code editor. Use when a user asks to configure Cursor rules, set up .cursorrules files, use Composer for multi-file edits, integrate MCP servers, or optimize AI-assisted coding workflows.
vmain
io.github.vercel-labs/zero-native/automation
Automation and verification guide for running zero-native WebView shell apps. Use when the user asks to test an app, inspect runtime state, list windows, wait for readiness, reload a WebView, send bridge commands, debug why automation is not connected, create smoke tests, or verify a zero-native example in a GUI-capable session.
vmain
io.github.holaboss-ai/holaOS/browser-core-efficient
Use when working in the embedded browser and you want the cheapest reliable interaction loop.
vmain
io.github.holaboss-ai/holaOS/browser-qa
Use when validating or debugging a workflow in the embedded browser and you need a reproducible, evidence-first loop.
vmain
io.github.nexu-io/open-design/code-import
Read an existing repository's structure into the project cwd as a normalised snapshot the agent can analyse without re-walking the tree on every turn.
vmain
io.github.nexu-io/open-design/design-extract
Extract design tokens (color / typography / spacing) from imported source code, screenshots, or Figma exports into the canonical token bag token-map consumes.
vmain
io.github.nexu-io/open-design/deploy-vercel-static
Use this plugin when the user wants to deploy an accepted static web artifact to Vercel or prepare an equivalent deployment handoff with preview and production URLs.
vmain
io.github.sickn33/antigravity-awesome-skills/mcp-tool-developer
Build Model Context Protocol (MCP) servers and tools from scratch. Full-stack MCP development with TypeScript/Python, testing, deployment, and registry publishing.
vmain
io.github.jezweb/claude-skills/mcp-builder
Build MCP servers in Python with FastMCP. Define tools / resources / prompts, build the server, test locally, deploy to FastMCP Cloud or Docker. Use whenever the user mentions building an MCP server, exposing tools to LLMs, FastMCP, building a Claude integration, or troubleshooting FastMCP module-level server, storage, lifespan, middleware, OAuth, or deployment errors.
vmain
io.github.Donchitos/Claude-Code-Game-Studios/code-review
Performs an architectural and quality code review on a specified file or set of files. Checks for coding standard compliance, architectural pattern adherence, SOLID principles, testability, and performance concerns.
vmain
io.github.Donchitos/Claude-Code-Game-Studios/review-all-gdds
Holistic cross-GDD consistency and game design review. Reads all system GDDs simultaneously and checks for contradictions between them, stale references, ownership conflicts, formula incompatibilities, and game design theory violations (dominant strategies, economic imbalance, cognitive overload, pillar drift). Run after all MVP GDDs are written, before architecture begins.
vmain
io.github.Donchitos/Claude-Code-Game-Studios/design-system
Guided, section-by-section GDD authoring for a single game system. Gathers context from existing docs, walks through each required section collaboratively, cross-references dependencies, and writes incrementally to file.
vmain
io.github.Donchitos/Claude-Code-Game-Studios/design-review
Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers.
vmain
io.github.Donchitos/Claude-Code-Game-Studios/security-audit
Audit the game for security vulnerabilities: save tampering, cheat vectors, network exploits, data exposure, and input validation gaps. Produces a prioritised security report with remediation guidance. Run before any public release or multiplayer launch.
vmain
io.github.agulli/atlas-agents/database-migration
Safely run database schema migrations. Use when asked to update database schema, add columns, create tables, run alembic, or apply Django migrations.