RADAR SKILLI · GITHUB

Przydatne Agent Skills, ocenione według realnego użycia.

Porównuj zweryfikowane Skills: ich zastosowanie, zawartość pakietu, liczbę instalacji i wiarygodność źródła.

ZAKRES KATALOGU
ZWERYFIKOWANE
Skills
5771
repozytoria
824
ostatnia synchronizacja
8 wrz 2026
5771 Skills
bagelhole
Społeczność

policy-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

prompt-injection-defense

Defend AI systems against prompt injection and indirect prompt attacks using input controls, tool permissions, output validation, and isolation boundaries.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

runbook-creation

Create operational runbooks and standard operating procedures. Document troubleshooting guides and recovery procedures. Use when documenting operational knowledge.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

sast-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

sbom-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

security-automation

Automate security workflows and remediation. Build security pipelines, automate compliance checks, and implement SOAR capabilities. Use when scaling security operations or implementing DevSecOps.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

semantic-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

soc2-compliance

Implement SOC 2 Trust Services Criteria. Configure security, availability, and processing integrity controls. Use when achieving SOC 2 certification.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

sops-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

sre-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

ssh-configuration

Configure SSH servers and clients securely. Manage keys, tunnels, and config files. Use when setting up secure remote access.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

ssl-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

supply-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

systemd-services

Create and manage systemd services and timers. Configure service dependencies and resource limits. Use when managing system services.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

terraform-aws

Provision AWS infrastructure with Terraform. Create modules, manage state, and implement IaC best practices. Use when deploying AWS resources declaratively.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

threat-modeling

Conduct threat modeling using STRIDE methodology. Identify threats, assess risks, and design security controls. Use when designing secure systems or assessing application security.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

vendor-management

Implement vendor risk management programs. Assess third-party security and maintain vendor inventory. Use when managing supplier security.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

vulnerability-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.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
bagelhole
Społeczność

waf-setup

Deploy and tune Web Application Firewalls. Configure rules for OWASP Top 10 protection. Use when protecting web applications from common attacks.

instalacje
2
GitHub Stars
1,1 tys.
Aktualizacja
22 maj
redis
Oficjalne

redis-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.

instalacje
2
GitHub Stars
142
Aktualizacja
1 wrz
redis
Oficjalne

redis-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.

instalacje
2
GitHub Stars
142
Aktualizacja
1 wrz
redis
Oficjalne

redis-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.

instalacje
2
GitHub Stars
142
Aktualizacja
1 wrz
redis
Oficjalne

redis-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.

instalacje
2
GitHub Stars
142
Aktualizacja
1 wrz
binance
Społeczność

binance-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.

instalacje
2
GitHub Stars
1 tys.
Aktualizacja
3 wrz