Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

enterprise-agent-plugins

enterprise-agent-plugins 收录了来自 jdiegosierra 的 29 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
29
Stars
1
更新
2026-04-07
Forks
0
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

chaos-engineering
网络与计算机系统管理员

Use when designing chaos experiments, implementing failure injection frameworks, or conducting game day exercises. Invoke for chaos experiments, resilience testing, blast radius control, game days, antifragile systems.

2026-04-07
cloud-architecture
软件开发工程师

Use when designing cloud architectures at a strategic level — migration planning (6Rs), Well-Architected reviews, disaster recovery strategies, landing zones, or cost optimization. Not for hands-on IaC implementation (see terraform or pulumi-best-practices) or CI/CD automation (see devops). Invoke for architecture decisions, multi-account strategies, serverless design.

2026-04-07
code-review
软件质量保证分析师与测试员

Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.

2026-04-07
database-optimization
数据库架构师

Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.

2026-04-07
debugging
软件开发工程师

Use when investigating errors, analyzing stack traces, or finding root causes of unexpected behavior. Invoke for error investigation, troubleshooting, log analysis, root cause analysis.

2026-04-07
devops
网络与计算机系统管理员

Use when setting up CI/CD pipelines, containerizing applications with Docker, or automating deployments with GitOps. For Kubernetes-exclusive work see kubernetes, for Terraform/Pulumi IaC see terraform or pulumi-best-practices, for cloud strategy see cloud-architecture. Invoke for GitHub Actions, Docker, ArgoCD, deployment automation.

2026-04-07
golang
软件开发工程师

Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration.

2026-04-07
google-workspace
秘书和行政助理(法律、医疗和高管除外)

Google Workspace CLI (gws) reference. Covers installation, authentication, command structure, and common operations for Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin APIs. Consult this skill when interacting with Google Workspace services.

2026-04-07
helm
网络与计算机系统管理员

Exhaustive guide for Helm chart best practices: architecture, semantic optimization, and LLM-oriented structuring. Covers advanced template patterns (tpl, lookup, range), modular architectures (Library and Umbrella charts), Kustomize post-rendering, multi-tenancy isolation, CNCF ecosystem integration, and reference repositories. Consult this skill when authoring, reviewing, or designing Helm charts.

2026-04-07
javascript
软件开发工程师

Use when building JavaScript applications with modern ES2023+ features, async patterns, or Node.js development. Invoke for vanilla JavaScript, browser APIs, performance optimization, module systems.

2026-04-07
mcp-builder
软件开发工程师

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-04-07
monitoring
网络与计算机系统管理员

Use when setting up monitoring, logging, metrics, tracing, or alerting infrastructure. For database-specific query optimization see database-optimization, for SLO/error-budget policy see sre-practices. Invoke for Prometheus/Grafana dashboards, log aggregation, distributed tracing, load testing, application profiling.

2026-04-07
playwright
软件质量保证分析师与测试员

Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke for browser automation, E2E tests, Page Object Model, test flakiness, visual testing.

2026-04-07
pulumi-automation-api
软件开发工程师

Best practices for using Pulumi Automation API to programmatically orchestrate infrastructure operations. Covers multi-stack orchestration, embedding Pulumi in applications, architecture choices, and common patterns.

2026-04-07
pulumi-best-practices
软件开发工程师

Best practices for writing reliable Pulumi programs. Covers Output handling, resource dependencies, component structure, secrets management, safe refactoring with aliases, and deployment workflows.

2026-04-07
pulumi-component
软件开发工程师

Guide for authoring Pulumi ComponentResource classes. Use when creating reusable infrastructure components, designing component interfaces, setting up multi-language support, or distributing component packages.

2026-04-07
pulumi-esc
软件开发工程师

Guidance for working with Pulumi ESC (Environments, Secrets, and Configuration). Use when users ask about managing secrets, configuration, environments, short-term credentials, configuring OIDC for AWS, Azure, GCP, integrating with secret stores (AWS Secrets Manager, Azure Key Vault, HashiCorp Vault, 1Password), or using ESC with Pulumi stacks.

2026-04-07
python
软件开发工程师

Use when building Python 3.11+ applications requiring type safety, async programming, or production-grade patterns. Invoke for type hints, pytest, async/await, dataclasses, mypy configuration.

2026-04-07
react
软件开发工程师

Use when building React 18+ applications requiring component architecture, hooks patterns, or state management. Invoke for Server Components, performance optimization, Suspense boundaries, React 19 features.

2026-04-07
security-review
信息安全分析师

Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews.

2026-04-07
skill-creator
软件开发工程师

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-04-07
sre-practices
网络与计算机系统管理员

Use when defining SLIs/SLOs, managing error budgets, conducting post-incident reviews, or reducing toil. Not for CI/CD pipelines (see devops), monitoring setup (see monitoring), or chaos experiment design (see chaos-engineering). Invoke for SLO policy, error budget burn-rate alerts, incident management, capacity planning.

2026-04-07
terraform
网络与计算机系统管理员

Use when working with Terraform or OpenTofu — creating modules, writing tests, setting up CI/CD pipelines, reviewing configurations, debugging state issues, implementing security scanning, or making IaC architecture decisions. For Pulumi see pulumi-best-practices, for general CI/CD see devops.

2026-04-07
testing
软件质量保证分析师与测试员

Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.

2026-04-07
typescript
软件开发工程师

Use when working with TypeScript's advanced type system — generics, conditional types, mapped types, or full-stack type safety. Assumes ES2023+ JavaScript knowledge (see javascript for fundamentals). Invoke for type guards, utility types, tRPC integration, monorepo setup.

2026-04-07
vue
网页开发工程师

Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.

2026-04-07
acme-platform
软件开发工程师

Acme Corp platform map — repository inventory, microservice architecture, service dependencies, and naming conventions. Consult this skill when you need to find which repo owns a service or understand the system topology.

2026-03-26
kubernetes
网络与计算机系统管理员

Kubernetes best practices — cluster management, RBAC, NetworkPolicies, workload configuration, networking, and troubleshooting. Invoke when the user asks about K8s operations, pod debugging, or cluster management.

2026-03-26
sre-runbook
网络与计算机系统管理员

Execute SRE runbooks for operational tasks: GitHub access, employee onboarding, credential rotation. Invoke when an SRE ticket requires an operational procedure. Triggers: github access, onboarding, grant access, credential rotation.

2026-03-26