Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

enterprise-agent-plugins

enterprise-agent-plugins에는 jdiegosierra에서 수집한 skills 29개가 있으며, 저장소 수준 직업 범위와 사이트 내 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