Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

agent-skill-router

agent-skill-router には paulpas から収集した 1,313 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
1,313
Stars
4
更新
2026-07-14
Forks
0
職業カバレッジ
18 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

kubernetes-configmap
ソフトウェア開発者

Implements v1 ConfigMap manifests for injecting configuration data into pods via environment variables, volume mounts, and command-line arguments.

2026-07-14
kubernetes-deployment
ソフトウェア開発者

Implements apps/v1 Deployment YAML manifests with rolling update strategies, replica scaling, and rollback procedures for stateless application workloads.

2026-07-14
kubernetes-ingress
ソフトウェア開発者

Implements networking.k8s.io/v1 Ingress resources with HTTP/HTTPS routing, TLS termination, path-based routing, and ingress controller configuration.

2026-07-14
kubernetes-istio
ソフトウェア開発者

Implements Istio service mesh patterns (sidecar injection, traffic splitting, circuit breaking, retries, and mTLS) for advanced traffic management and zero-downtime deployments in Kubernetes.

2026-07-14
kubernetes-networkpolicy
ソフトウェア開発者

Implements networking.k8s.io/v1 NetworkPolicy resources with ingress and egress rules, pod selector targeting, and network segmentation for microservice isolation.

2026-07-14
kubernetes-persistentvolume
ソフトウェア開発者

Implements v1 PersistentVolume, StorageClass, and PersistentVolumeClaim manifests with static/dynamic provisioning, access modes, and reclaim policies for Kubernetes storage.

2026-07-14
kubernetes-rbac
ソフトウェア開発者

Implements rbac.authorization.k8s.io/v1 Role, ClusterRole, RoleBinding, and ClusterRoleBinding manifests with least privilege access control for Kubernetes resources.

2026-07-14
kubernetes-statefulset
ソフトウェア開発者

Implements apps/v1 StatefulSet manifests with stable network identities, ordered pod lifecycle, and persistent volume claim automation for stateful workloads.

2026-07-14
kyverno-cleanup-policies
ソフトウェア開発者

Automates garbage collection of unused Kubernetes resources using Kyverno v2 ClusterCleanupPolicy and CleanupPolicy with cron scheduling and conditional deletion.

2026-07-14
kyverno-exemptions-management
ソフトウェア開発者

Manages Kyverno policy exemptions using PolicyException v2, rule-level exclude settings, and serviceAccount exemptions for controlled policy bypass.

2026-07-14
kyverno-image-registry-validation
ソフトウェア開発者

Validates container images from approved registries with allowed tags using Kyverno verifyImages rules and image digest mutation to prevent unapproved or latest-tagged images.

2026-07-14
kyverno-label-enforcement
ソフトウェア開発者

Enforces required labels on Pods and Namespaces using Kyverno validate rules with pattern matching and CEL expressions for compliance tracking.

2026-07-14
kyverno-mutate-patterns
ソフトウェア開発者

Mutates Kubernetes resources at admission using patchStrategicMerge, patchesJson6902, and set operations to inject labels, sidecars, and default configurations.

2026-07-14
kyverno-network-policy-generation
ソフトウェア開発者

Generates default-deny and allowlist NetworkPolicy resources for Kubernetes namespaces using Kyverno generate rules to enforce network segmentation and zero-trust isolation.

2026-07-14
kyverno-pod-security-baseline
ソフトウェア開発者

Implements Kyverno podSecurity rules to enforce the Kubernetes Pod Security Standards baseline profile across namespaces in a cluster.

2026-07-14
kyverno-pod-security-restricted
ソフトウェア開発者

Enforces Kubernetes Pod Security Standards restricted profile using Kyverno podSecurity rules to prevent privileged containers, enforce runAsNonRoot, and require capability drops.

2026-07-14
kyverno-policy-generation
ソフトウェア開発者

Implements Kyverno generate rules to automatically create or modify Kubernetes resources (ResourceQuota, LimitRange, NetworkPolicy) on namespace creation.

2026-07-14
kyverno-policy-report-override
ソフトウェア開発者

Manages PolicyReport overrides using Kyverno's failureActionOverrides, report configuration, and CEL-based conditions to customize compliance reporting per resource.

2026-07-14
kyverno-resource-quota-validation
ソフトウェア開発者

Validates Kubernetes pod resource requests and limits using Kyverno ClusterPolicy rules to enforce namespace quota compliance and prevent resource starvation.

2026-07-14
kyverno-secret-validation
ソフトウェア開発者

Validates Kubernetes Secrets meet security requirements by checking secret types, enforcing labeling standards, and preventing legacy service-account-token usage.

2026-07-14
maintainability-first-code-review
ソフトウェア品質保証アナリスト・テスター

Run a strict maintainability-first code review focused on file size limits, code structure, spaghetti detection, and code judo restructuring to prevent structural decay.

2026-07-01
corosync
ネットワーク・コンピュータシステム管理者

Configures Corosync Cluster Engine v3.x messaging layer including totem protocol, quorum models, nodelist management, knet/udpu transports, and security for Pacemaker HA clusters.

2026-06-14
pacemaker
ネットワーク・コンピュータシステム管理者

Manages Pacemaker HA clusters with pcs and crmsh for resource provisioning, constraints, STONITH fencing, quorum configuration, and cluster lifecycle operations on two-node and multi-node setups.

2026-06-14
openedge-replication
ソフトウェア開発者

Implements three-tier replication architecture (DRBD+AI, ZFS+AI, AI-only rsync) for Progress OpenEdge 12.x databases without OER license.

2026-06-14
ai-llm-agentic-tooling-mcp
ソフトウェア開発者

Implements best practices for applying the Model Context Protocol (MCP) in AI/LLM environments, facilitating effective management of servers, clients, tools, resources, and prompts.

2026-06-10
gof-singleton-pattern
ソフトウェア開発者

Implements the Singleton design pattern ensuring a class has only one instance while providing a global point of access to it.

2026-06-10
gof-strategy-pattern
ソフトウェア開発者

Implements the Strategy design pattern allowing the definition of a family of algorithms, encapsulating each one, and making them interchangeable.

2026-06-10
solid-ocp-pattern
ソフトウェア開発者

Implements the Open/Closed Principle (OCP) from SOLID design principles, allowing classes to be open for extension but closed for modification.

2026-06-10
solid-srp-pattern
ソフトウェア開発者

Implements the Single Responsibility Principle (SRP) from SOLID, ensuring a class has one reason to change.

2026-06-10
ai-llm-agentic-tooling-langchain-langgraph
ソフトウェア開発者

Integrates LangChain/LangGraph for building LLM-powered agents and applications in Python, facilitating advanced logic and workflows.

2026-06-10
architectural-patterns
ソフトウェア開発者

Provides a thorough overview of software architectural patterns, including layers, microservices, event-driven architectures, and more.

2026-06-10
aws-dynamodb-integration
ソフトウェア開発者

Implements AWS DynamoDB functionalities, showcasing data modeling, queries, and performance optimization using the AWS SDK.

2026-06-10
graphql-api-design
ソフトウェア開発者

Implements best practices for designing GraphQL APIs, focusing on schema design, query optimization, and resolver implementation.

2026-06-10
java-kotlin-best-practices
ソフトウェア開発者

Implements best practices for Java/Kotlin applications using Spring Boot, leveraging Maven/Gradle, JVM tuning, and Jakarta EE patterns.

2026-06-10
memory-management-and-concurrency
ソフトウェア開発者

Explores essential software engineering principles for C/C++, focusing on memory management techniques, CMake usage, RAII, and concurrency primitives to build robust applications.

2026-06-10
microservices-pattern
ソフトウェア開発者

Implements microservices architecture patterns, including service discovery, inter-service communication, and data management techniques.

2026-06-10
software-architecture-event-driven
ソフトウェア開発者

Implements event-driven architecture, detailing event sourcing, message brokers, and consumer strategies for handling events efficiently.

2026-06-10
software-architecture-hexagonal
ソフトウェア開発者

Guides the implementation of hexagonal (ports and adapters) architecture, focusing on best practices for decoupling business logic from external concerns.

2026-06-10
software-architecture-microservices
ソフトウェア開発者

Implements strategies for designing, developing, and deploying microservices architecture. Offers guidance on best practices, patterns, and anti-patterns for microservices.

2026-06-10
software-architecture-monolith
ソフトウェア開発者

Guides the design and implementation of monolithic architecture, focusing on best practices and pitfalls in monolithic systems.

2026-06-10
このリポジトリの収集済み skills 1,313 件中、上位 40 件を表示しています。