Skip to main content
Run any Skill in Manus
with one click
GitHub repository

enterprise-agent-plugins

enterprise-agent-plugins contains 29 collected skills from jdiegosierra, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
29
Stars
1
updated
2026-04-07
Forks
0
Occupation coverage
7 occupation categories ยท 100% classified
repository explorer

Skills in this repository

chaos-engineering
network-and-computer-systems-administrators

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
database-architects

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
software-developers

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
network-and-computer-systems-administrators

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
software-developers

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
secretaries-and-administrative-assistants-except-legal-medical-and-executive

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
network-and-computer-systems-administrators

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
software-developers

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
software-developers

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
network-and-computer-systems-administrators

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
information-security-analysts

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
software-developers

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
network-and-computer-systems-administrators

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
network-and-computer-systems-administrators

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
web-developers

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
software-developers

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
network-and-computer-systems-administrators

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
network-and-computer-systems-administrators

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