Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

enterprise-agent-plugins

يحتوي enterprise-agent-plugins على 29 من skills المجمعة من jdiegosierra، مع تغطية مهنية على مستوى المستودع وصفحات 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