Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
prime-sieve-generator
Generate optimized prime sieves and factorization routines
a5c-ai/babysitter 514
-
geometry-algorithm-library
Implement computational geometry algorithms
a5c-ai/babysitter 514
-
string-algorithm-matcher
Match string problems to appropriate algorithms
a5c-ai/babysitter 514
-
solution-explainer
Generate clear explanations of algorithm solutions
a5c-ai/babysitter 514
-
number-theory-toolkit
Provide number theory algorithm implementations and guidance
a5c-ai/babysitter 514
-
graph-modeler
Convert problem descriptions into graph representations
a5c-ai/babysitter 514
-
solution-comparator
Compare multiple solutions for correctness and performance
a5c-ai/babysitter 514
-
invariant-analyzer
Identify and verify loop invariants for correctness proofs
a5c-ai/babysitter 514
-
test-case-generator
Generate comprehensive test cases including edge cases, stress tests, and counter-examples for algorithm correctness verification. Supports random generation, constraint-based generation, and brute force oracle comparison.
a5c-ai/babysitter 514
-
data-structure-selector
Select optimal data structure based on operation requirements
a5c-ai/babysitter 514
-
proof-assistant
Assist in constructing algorithm correctness proofs
a5c-ai/babysitter 514
-
graph-algorithm-selector
Select optimal graph algorithm based on problem constraints
a5c-ai/babysitter 514
-
segment-tree-builder
Generate customized segment tree implementations
a5c-ai/babysitter 514
-
code-template-manager
Manage and generate competitive programming templates
a5c-ai/babysitter 514
-
cses-tracker
Track progress through CSES Problem Set with structured learning
a5c-ai/babysitter 514
-
complexity-analyzer
Automated Big-O complexity analysis of code and algorithms. Performs static analysis of loop structures, recursive call trees, space complexity estimation, and amortized analysis with detailed derivation documents.
a5c-ai/babysitter 514
-
flow-network-builder
Model optimization problems as network flow problems
a5c-ai/babysitter 514
-
atcoder-client
Interface with AtCoder for Japanese competitive programming contests
a5c-ai/babysitter 514
-
interview-problem-bank
Curated bank of interview problems organized by company, pattern, and difficulty. Provides problem recommendations, coverage tracking, weak area identification, and premium problem alternatives for FAANG interview preparation.
a5c-ai/babysitter 514
-
micro-optimizer
Apply language-specific micro-optimizations
a5c-ai/babysitter 514
-
cutlass-triton
High-performance kernel template libraries and DSLs. Generate CUTLASS GEMM configurations, implement Triton kernel definitions, configure epilogue operations, tune tile sizes and warp arrangements, and benchmark against cuBLAS.
a5c-ai/babysitter 514
-
stencil-convolution
Expert skill for optimized stencil and convolution pattern implementations on GPU. Design tiled stencil algorithms with halos, implement 2D/3D convolution kernels, optimize boundary condition handling, apply temporal blocking techniques, generate separable filter implementations, and profile stencil memory bandwidth.
a5c-ai/babysitter 514
-
gpu-memory-analysis
Specialized skill for GPU memory hierarchy analysis and optimization. Analyze memory access patterns, detect bank conflicts, optimize cache utilization, profile global memory bandwidth, and generate optimized memory access code patterns.
a5c-ai/babysitter 514
-
nvenc-nvdec
NVIDIA hardware video encoding/decoding integration. Configure NVENC encoding parameters, set up NVDEC decoding pipelines, handle codec configurations, integrate with CUDA for pre/post processing, and manage video memory surfaces.
a5c-ai/babysitter 514