docker-management
vmain
io.github.taracodlabs/aiden/docker-management
Manage Docker containers, images, volumes, and networks via the Docker CLI and Dockerode API
共 3,312 个资源
vmain
io.github.taracodlabs/aiden/docker-management
Manage Docker containers, images, volumes, and networks via the Docker CLI and Dockerode API
vmain
io.github.sickn33/antigravity-awesome-skills/react-patterns
Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.
vmain
io.github.sickn33/antigravity-awesome-skills/browser-automation
Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns.
vmain
io.github.sickn33/antigravity-awesome-skills/backend-dev-guidelines
You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Use when routes, controllers, services, repositories, express middleware, or prisma database access.
vmain
io.github.sickn33/antigravity-awesome-skills/frontend-dev-guidelines
You are a senior frontend engineer operating under strict architectural and performance standards. Use when creating components or pages, adding new features, or fetching or mutating data.
vmain
io.github.sickn33/antigravity-awesome-skills/docker-expert
You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices.
vmain
io.github.sickn33/antigravity-awesome-skills/apify-actorization
Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output.
vmain
io.github.sickn33/antigravity-awesome-skills/typescript-expert
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.
vmain
io.github.sickn33/antigravity-awesome-skills/react-best-practices
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Use when writing new React components or Next.js pages, implementing data fetching (client or server-side), or reviewing code for performance issues.
vmain
io.github.TanStack/router/deployment
Deploy to Cloudflare Workers, Netlify, Vercel, Node.js/Docker, Bun, Railway. Selective SSR (ssr option per route), SPA mode, static prerendering, ISR with Cache-Control headers, SEO and head management.
vmaster
io.github.mock-server/mockserver-monorepo/browser-auth
Documents how to use Chrome DevTools MCP to navigate authenticated web pages, extract data (tokens, configuration values), take screenshots, and handle login flows. Use when you need to interact with Buildkite, AWS Console, or other authenticated web UIs via the Chrome browser. Triggers when users ask about "browser auth", "extract token from browser", "navigate to buildkite", "chrome mcp", or need to scrape data from authenticated pages.
vmaster
io.github.warpdotdev/warp/add-mcp-server
Use this skill when helping users add MCP servers to their Warp configuration.
vmaster
io.github.garrytan/gbrain/testing
Skill validation framework PLUS daily test-suite health and regression intelligence. Validates skill conformance (frontmatter, manifest coverage, resolver coverage). Runs the project test suite in tiered phases (unit / evals / integration / system health), classifies failures, and produces a regression-aware report.
vmain
io.github.wcygan/dotfiles/kubernetes
Kubernetes expert for cluster ops, manifests, kubectl debugging, RBAC, networking, workloads, storage. Auto-loads when kubectl/k8s mentioned with an action verb. Do NOT trigger on incidental "service"/"pod"/"cluster" or Terraform/Helm-only questions. Keywords kubernetes, kubectl, k8s, deployment, ingress, gateway api, networkpolicy, rbac, kustomize.
vmain
io.github.holaboss-ai/holaOS/mcp-configurator
Add or update workspace MCP servers using holaOS mcp_registry syntax.
vmain
io.github.kreuzberg-dev/kreuzberg/api-server-mcp
REST API server and MCP protocol integration
vmain
io.github.nginx/kubernetes-ingress/nic-testing
Testing patterns for NIC including Go table-driven tests, snapshot tests, and Python integration tests. Use when writing unit tests, snapshot tests, policy tests, template tests, Helm tests, or pytest integration tests for the Ingress Controller.
vmain
io.github.google/ax/docker-writer
Skill for writing Dockerfiles based on user requirements.
vmain
io.github.browserbase/stagehand/browser
Automate browser interactions using the Browserbase browse CLI. Use when a task requires navigating websites, reading page state, clicking elements, filling forms, or validating browser results with the browse command.
vmain
io.github.aden-hive/hive/browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
vmain
io.github.gebruder/wirken/docker
Docker container management
vmain
io.github.gabrielmoreira/agent-skills-mirror/css-coding-without-universal-selector
Generate CSS code while strictly avoiding the use of the universal selector (*) to prevent performance issues and unintended style inheritance.
vmain
io.github.gabrielmoreira/agent-skills-mirror/css-tricolor-flag-generator-with-official-standards
Generates HTML and CSS code for tricolor flags adhering to official color specifications, aspect ratios, and correct stripe orientation.
vmain
io.github.gabrielmoreira/agent-skills-mirror/css-scalable-icon-architecture
Generates CSS for scalable graphics where the container uses em units and internal elements use percentage dimensions to ensure responsive scaling.