Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
rust-performance
High-performance Rust optimization. Profiling, benchmarking, SIMD, memory
optimization, and zero-copy techniques. Focuses on measurable improvements
with evidence-based optimization.
terraphim/codex-skills 2
-
visual-testing
Design and implement visual regression testing for UI changes. Defines
screenshot coverage, rendering stabilization, baseline management, and CI
integration (e.g., Playwright screenshots, Percy/Chromatic). Use when
UI/styling/layout changes need protection against regressions, or when adding
screenshot-based tests to a web/WASM/desktop UI.
terraphim/codex-skills 2
-
generate-apis
基于 yapi mcp 返回的数据生成对应的 API 文件
zwmmm/k12-skills
-
redis-lists-sets
Master Redis Lists and Sets - queues, stacks, unique collections, set operations, and real-world implementation patterns
pluginagentmarketplace/custom-plugin-redis 1
-
redis-advanced-types
Master Redis advanced data types - Bitmaps, HyperLogLog, Streams, and Geospatial indexes for specialized use cases
pluginagentmarketplace/custom-plugin-redis 1
-
redis-installation
Complete Redis installation guide for all platforms - Linux, macOS, Docker, and cloud deployments with configuration templates
pluginagentmarketplace/custom-plugin-redis 1
-
redis-performance
Master Redis performance - memory optimization, slow log analysis, benchmarking, monitoring, and tuning strategies
pluginagentmarketplace/custom-plugin-redis 1
-
redis-strings
Master Redis Strings - SET, GET, INCR, DECR, atomic counters, binary-safe operations, and caching patterns
pluginagentmarketplace/custom-plugin-redis 1
-
redis-modules
Master Redis modules - RedisJSON, RediSearch, RedisTimeSeries, RedisBloom, and extending Redis functionality
pluginagentmarketplace/custom-plugin-redis 1
-
redis-persistence
Master Redis persistence - RDB snapshots, AOF logging, backup strategies, and disaster recovery planning
pluginagentmarketplace/custom-plugin-redis 1
-
redis-cluster
Master Redis Cluster - horizontal scaling, hash slots, resharding, cluster management, and distributed architecture
pluginagentmarketplace/custom-plugin-redis 1
-
redis-transactions
Master Redis transactions - MULTI/EXEC, WATCH for optimistic locking, Lua scripting, and atomic operation patterns
pluginagentmarketplace/custom-plugin-redis 1
-
redis-replication
Master Redis replication - master-replica setup, Sentinel for HA, failover handling, and read scaling patterns
pluginagentmarketplace/custom-plugin-redis 1
-
redis-hashes-sorted-sets
Master Redis Hashes and Sorted Sets - object storage, field operations, leaderboards, rankings, and scoring systems
pluginagentmarketplace/custom-plugin-redis 1
-
redis-security
Master Redis security - authentication, ACL, TLS encryption, network hardening, and production security best practices
pluginagentmarketplace/custom-plugin-redis 1
-
gen-notifier
Generic desktop notification skill for agents. Send desktop notifications when tasks are complete (or when user input/errors block progress). By default, assume that all jobs will require a notification unless the user says otherwise.
kevinslin/llm 5
-
learn
learn from the current session
kevinslin/llm 5
-
dev.exec-plan
This skill should be used for development tasks that require detailed technical planning with persistent documentation. Use when the task involves architectural decisions, multi-phase implementation, external dependencies, or when the user explicitly requests an execution plan.
kevinslin/llm 5
-
dendron
do not use this skill
kevinslin/llm 5
-
dev.code-extension
Install VS Code/Cursor extensions from a local .vsix via CLI (code, code-insiders, cursor, cursor-nightly). Use whenever asked to install an extension programmatically.
kevinslin/llm 5
-
dev.speculate
Always use this skill to provide context on the codebase. Automatically initializes and references the Speculate documentation framework (coding rules, shortcuts, templates, and project specs) to ensure agents understand project structure, development workflows, and coding standards. Use for every task to maintain context and code quality.
kevinslin/llm 5
-
dev.code
This skill should be used when performing any coding task including implementing features, fixing bugs, refactoring code, or making any modifications to source code. Provides best practices, security considerations, testing guidelines, and a structured workflow for development tasks.
kevinslin/llm 5
-
dev.lint
lint project
kevinslin/llm 5
-
find-links
This skill should be used when the user wants to fill in TODO links, placeholder links, or missing links in markdown files. Invoke when the user mentions "fill links", "TODO links", "find links", or asks to add appropriate links to concepts in a document.
kevinslin/llm 5