Official Agent Skills
Skills published by verified organisations. Every one is reviewed before listing, and the publisher's identity is checked, not just claimed.
-
github Skill Qdrant Tenant ScalingGuides scaling Qdrant for multi-tenant workloads using payload partitioning, custom sharding, and tiered multitenancy.
Audited 36.2k -
github Skill Qdrant Vertical ScalingGuides vertical scaling decisions for Qdrant vector databases, covering when to scale up, how to resize nodes in Qdrant Cloud or self-hosted deployments, RAM sizing formulas, and when to switch to horizontal scaling.
Audited 36.2k -
github Skill Qdrant Horizontal ScalingDiagnoses Qdrant capacity needs and guides horizontal scaling decisions, including node count, shard count, replication factor, and resharding trade-offs.
Audited 36.2k -
github Skill Scaffolding Oracle To Postgres Migration Test ProjectScaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions, including transaction-rollback base class and seed data manager.
Audited 36.2k -
github Skill Qdrant Sliding Time WindowGuides scaling Qdrant vector search with time-based data rotation using shard rotation, collection rotation, or filter-and-delete strategies.
Audited 36.2k -
github Skill Creating Oracle To Postgres Migration Integration TestsGenerates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations, producing DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems.
Audited 36.2k -
github Skill Planning Oracle To Postgres Migration Integration TestingCreates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations, analyzing a project to identify repositories, DAOs, and service layers that interact with the database, then producing a structured testing plan.
Audited 36.2k -
github Skill Qdrant Memory Usage OptimizationDiagnoses and reduces Qdrant memory usage by analyzing resident memory, page cache, and providing optimization techniques like quantization, on-disk storage, and async_scorer.
Audited 36.2k -
github Skill Qdrant Search Speed OptimizationDiagnoses and resolves slow Qdrant search performance issues including high latency, low throughput, and slow filtered searches.
Audited 36.2k -
github Skill Qdrant Indexing Performance OptimizationDiagnoses and resolves slow Qdrant indexing and data ingestion by optimizing batching, sharding, HNSW parameters, and payload indexing strategies.
Audited 36.2k -
greensock Skill Gsap ReactAnimate React and Next.js components with GSAP using the useGSAP hook, refs, and context-safe patterns for automatic cleanup and SSR compatibility.
Audited 10.9k -
greensock Skill Gsap UtilsProvides GSAP utility functions for math, value mapping, randomization, snapping, and unit parsing in animations.
Audited 10.9k -
greensock Skill Gsap PluginsRegister and use GSAP plugins including ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG plugins, and custom easing plugins.
Audited 10.9k -
greensock Skill Gsap TimelineSequence and choreograph multi-step animations using GSAP timelines, including nesting, labels, position parameter, and playback control.
Audited 10.9k -
greensock Skill Gsap PerformanceOptimize GSAP animations for smooth 60fps by preferring transforms, avoiding layout thrashing, using will-change, batching reads and writes, and following best practices for stagger, quickTo, and ScrollTrigger performance.
Audited 10.9k -
greensock Skill Gsap ScrolltriggerCreate scroll-driven animations with pinning, scrubbing, and trigger-based timelines using GSAP ScrollTrigger.
Audited 10.9k -
trailofbits Bundle Gh CLIEnforces authenticated gh CLI workflows over unauthenticated curl/WebFetch patterns for GitHub operations.
Audited 7k -
trailofbits Bundle C ReviewPerforms comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C/C++ applications, reviewing daemons or services for memory safety, or hunting integer overflow / use-after-free / race conditions in userspace code.
7k -
trailofbits Bundle GenotoxicTriage mutation testing results by combining survived mutants, unnecessary test statements, and code graph analysis to identify false positives, missing test coverage, and fuzzing targets.
7k -
trailofbits Bundle TrailmarkBuilds and queries multi-language source code graphs for security analysis, including blast radius, taint propagation, privilege boundaries, and entry point enumeration.
7k -
trailofbits Bundle CodeqlScans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis, with support for multiple languages, scan modes, and data extension models.
7k -
trailofbits Bundle Vector ForgeUses mutation testing to systematically identify gaps in test vector coverage for cryptographic algorithms, then generates new test vectors that close those gaps. Measures effectiveness by comparing mutation kill rates before and after.
7k -
trailofbits Skill Rust ReviewAudits Rust codebases for safe/unsafe boundary issues, memory safety in unsafe blocks, concurrency hazards, panic-induced DoS, FFI safety, and async runtime mistakes.
7k -
trailofbits Bundle Sharp EdgesIdentifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes in API designs, configuration schemas, and cryptographic library ergonomics.
Audited 7k -
trailofbits Bundle SemgrepRun Semgrep static analysis scans with automatic language detection, parallel subagent execution, and merged SARIF output. Supports full ruleset coverage or high-confidence security vulnerability filtering.
7k -
trailofbits Bundle Dwarf ExpertProvides expertise for analyzing DWARF debug files and understanding the DWARF debug format (v3-v5). Triggers when understanding DWARF information, interacting with DWARF files, answering DWARF-related questions, or working with code that parses DWARF data.
Audited 7k -
trailofbits Bundle Diagramming CodeGenerates Mermaid diagrams from code graphs, including call graphs, class hierarchies, module dependency maps, and data flow visualizations.
7k -
trailofbits Bundle Modern PythonConfigures Python projects with modern tooling (uv, ruff, ty) for new projects, scripts, or migrations from legacy tools.
7k -
trailofbits Bundle Trailmark SummaryRuns a Trailmark summary analysis on a codebase to auto-detect languages, count entry points, and list dependencies.
Audited 7k -
trailofbits Bundle Zeroize AuditDetects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.
7k -
trailofbits Bundle Second OpinionRuns external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits.
7k -
trailofbits Bundle Skill ImproverIteratively reviews and fixes Claude Code skill quality issues by running automated fix-review cycles using the skill-reviewer agent until they meet standards.
Audited 7k -
trailofbits Bundle Sarif ParsingParse, analyze, and process SARIF files from static analysis tools like CodeQL and Semgrep, including filtering, deduplication, aggregation, and CI/CD integration.
7k -
trailofbits Bundle AflppFuzz C/C++ projects with multi-core support using AFL++, a fork of AFL with better performance and advanced features.
7k -
trailofbits Bundle Mermaid To ProverifTranslates Mermaid sequence diagrams of cryptographic protocols into ProVerif formal verification models (.pv files) for proving security properties like secrecy, authentication, and forward secrecy.
Audited 7k -
trailofbits Bundle LibaflBuild custom fuzzers with a modular Rust library, supporting advanced mutation strategies, custom feedback mechanisms, and non-standard target architectures.
7k