AWS | Amazon Web Services
Architect, deploy, and optimize AWS infrastructure avoiding cost explosions and security pitfalls.
共找到 17 个 Skills
Architect, deploy, and optimize AWS infrastructure avoiding cost explosions and security pitfalls.
Deploy, monitor, and manage Azure services with battle-tested patterns.
Choose, organize, sync, share, and back up personal files across iCloud, Google Drive, Dropbox, and OneDrive.
Write safe C++ avoiding memory leaks, dangling pointers, undefined behavior, and ownership confusion.
Ship applications reliably with CI/CD, rollback strategies, and zero-downtime deployment patterns.
Docker containers, images, Compose stacks, networking, volumes, debugging, production hardening, and the commands that keep real environments stable. Use when (1) the task touches Docker, Dockerfiles, images, containers, or Compose; (2) build reliability, runtime behavior, logs, ports, volumes, or security matter; (3) the agent needs Docker guidance and should apply it by default.
Define multi-container applications with proper dependency handling, networking, and volume management.
Docker 容器调试技巧。适用于排查容器问题、检查日志、进入容器内部、网络诊断、监控资源等场景。
Deploy, monitor, and manage GCP services with battle-tested patterns.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. Use when (1) the task touches Git, a repository, commits, branches, merges, rebases, or pull requests; (2) history safety, collaboration, or recovery matter; (3) the agent should automatically apply Git discipline instead of improvising.
Avoid common Kubernetes mistakes — resource limits, probe configuration, selector mismatches, and RBAC pitfalls.
Complete Platform Agent Swarm — A coordinated multi-agent system for Kubernetes and OpenShift platform operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), GitOps (Flow), Security (Shield), Observability (Pulse), Artifacts (Cache), and Developer Experience (Desk).
Operate Linux systems avoiding permission traps, silent failures, and common admin mistakes.
Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.
This skill should be used when the user wants to push code to Railway, says "railway up", "deploy", "deploy to railway", "ship", or "push". For initial setup or creating services, use new skill. For Docker images, use environment skill.
Audit codebases and infrastructure for security issues. Use when scanning dependencies for vulnerabilities, detecting hardcoded secrets, checking OWASP top 10 issues, verifying SSL/TLS, auditing file permissions, or reviewing code for injection and auth flaws.
CSS implementation patterns for layout, typography, color, spacing, and responsive design. Complements ui-design (fundamentals) with code-focused examples.