Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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