スキルレーダー · GITHUB
実際に使われている Agent Skills。
公開リポジトリの検証済み Skills を比較し、機能、内容、導入状況、出典を確認してから追加できます。
- 掲載範囲
- 検証済み
- Skills
- 5,771
- リポジトリ
- 824
- 最終同期
- 2026/09/08
bagelholepolicy-as-code
Implement policy as code with OPA, Sentinel, and Kyverno. Automate policy enforcement in CI/CD and infrastructure. Use when enforcing compliance through automation.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholeprompt-injection-defense
Defend AI systems against prompt injection and indirect prompt attacks using input controls, tool permissions, output validation, and isolation boundaries.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholerunbook-creation
Create operational runbooks and standard operating procedures. Document troubleshooting guides and recovery procedures. Use when documenting operational knowledge.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesast-scanning
Perform static application security testing with tools like Semgrep, CodeQL, and SonarQube. Identify security vulnerabilities in source code before deployment. Use when implementing secure SDLC, code review automation, or security gates in CI/CD pipelines.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesbom-supply-chain
Generate, sign, and verify SBOMs and provenance attestations to secure the software supply chain. Use when implementing SLSA controls, artifact trust policies, or compliance evidence for releases.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesecurity-automation
Automate security workflows and remediation. Build security pipelines, automate compliance checks, and implement SOAR capabilities. Use when scaling security operations or implementing DevSecOps.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesemantic-versioning
Automate versioning and changelog generation using semantic versioning principles. Configure release automation, version bumping, and changelog tools. Use when implementing version management or automating release processes.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesoc2-compliance
Implement SOC 2 Trust Services Criteria. Configure security, availability, and processing integrity controls. Use when achieving SOC 2 certification.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesops-encryption
Encrypt files and configs with Mozilla SOPS. Integrate with AWS KMS, GCP KMS, or PGP for key management. Use when encrypting configuration files, Kubernetes secrets, or implementing GitOps with encrypted secrets.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesre-dashboards
Design and operationalize SRE dashboards that surface reliability, latency, error, saturation, and capacity signals across services. Use when building observability views for SLOs, incident response, and executive reliability reporting.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholessh-configuration
Configure SSH servers and clients securely. Manage keys, tunnels, and config files. Use when setting up secure remote access.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholessl-tls-management
Manage SSL/TLS certificates with Let's Encrypt and internal PKI. Configure secure HTTPS, certificate renewal, and cipher suites. Use when implementing secure communications.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesupply-chain-attack-response
Detect, respond to, and prevent software supply chain attacks on package registries, container images, and CI/CD pipelines with lockfile auditing, provenance verification, and emergency response playbooks.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholesystemd-services
Create and manage systemd services and timers. Configure service dependencies and resource limits. Use when managing system services.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholeterraform-aws
Provision AWS infrastructure with Terraform. Create modules, manage state, and implement IaC best practices. Use when deploying AWS resources declaratively.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholethreat-modeling
Conduct threat modeling using STRIDE methodology. Identify threats, assess risks, and design security controls. Use when designing secure systems or assessing application security.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholevendor-management
Implement vendor risk management programs. Assess third-party security and maintain vendor inventory. Use when managing supplier security.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholevulnerability-scanning
Scan systems and dependencies for CVEs and security vulnerabilities. Use tools like Nessus, OpenVAS, and Qualys to identify and prioritize vulnerabilities. Use when performing security assessments, compliance scanning, or vulnerability management.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
bagelholewaf-setup
Deploy and tune Web Application Firewalls. Configure rules for OWASP Top 10 protection. Use when protecting web applications from common attacks.
- 導入数
- 2
- GitHub Stars
- 1065
- 更新日
- 5月22日
redisredis-clustering
Redis Cluster and replication guidance covering hash tags for multi-key operations, avoiding CROSSSLOT errors, and reading from replicas to scale read-heavy workloads. Use when designing keys for a sharded Redis Cluster, debugging CROSSSLOT errors on MGET / SDIFF / pipelines, configuring a multi-key transaction in a cluster, or routing reads to replicas for caches, analytics, or dashboards.
- 導入数
- 2
- GitHub Stars
- 142
- 更新日
- 9月1日
redisredis-connections
Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis, Lettuce, NRedisStack), batching commands for throughput, eliminating per-request connection creation, iterating large keyspaces with SCAN, enabling client-side caching for read-heavy workloads, or setting connect and read timeouts.
- 導入数
- 2
- GitHub Stars
- 142
- 更新日
- 9月1日
redisredis-observability
Redis observability guidance — which metrics to monitor (memory, connections, hit ratio, ops/sec, rejected connections), which built-in commands to reach for during incident triage (SLOWLOG, INFO, MEMORY DOCTOR, CLIENT LIST, FT.PROFILE), and when to use the Redis Insight GUI. Use when setting up monitoring or alerts for a Redis instance, diagnosing a performance regression, profiling a slow FT.SEARCH query, or wiring Redis metrics into Prometheus, Datadog, or similar.
- 導入数
- 2
- GitHub Stars
- 142
- 更新日
- 9月1日
redisredis-security
Redis security guidance covering authentication (requirepass and ACL users), TLS, ACL-based least-privilege access control, restricting network exposure via bind and protected-mode, firewall rules, and disabling dangerous commands. Use when deploying Redis to production, defining ACL users for an application, configuring TLS connections, locking down a Redis instance behind a firewall, or auditing a Redis deployment for security hardening.
- 導入数
- 2
- GitHub Stars
- 142
- 更新日
- 9月1日
binancebinance-agentic-wallet
Use when the user mentions wallet connect/sign in/sign out, check balance, send/transfer tokens, swap/buy/sell tokens, DEX trade, limit/market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains, prediction market, place prediction, redeem winnings, prediction PnL, x402 payment, HTTP 402 Payment Required, check/revoke/manage token approvals, DeFi protocols, staking, liquidity pool, LP, yield farming, deposit, redeem, stake, unstake, claim rewards/fees, health factor, APY, TVL, sign external transaction, contract call, sign message, EIP-712, developer mode, speed up/cancel/replace transaction, pending/stuck transactions, or any on-chain wallet operation.
- 導入数
- 2
- GitHub Stars
- 1018
- 更新日
- 9月3日