Просмотр:

Просматривайте и устанавливайте тысячи навыков AI Agent в каталоге Killer-Skills. Совместимо с Claude Code, Windsurf, Cursor и другими.

79 доступные навыки

llm-benchmark

Logo of andreasronge
andreasronge

A BEAM-native Elixir library for Programmatic Tool Calling (PTC). Execute LLM-generated programs that orchestrate tools and transform data safely inside sandboxed processes.

walkeros-understanding-development

Logo of elbwalker
elbwalker

walkeros-understanding-development is an open-source tag manager for developers following extreme programming principles. It helps developers write efficient code with strict conventions and core principles like DRY, KISS, and YAGNI, benefiting developers who value test-first approaches.

aoc

Logo of majiayu000
majiayu000

Solve Advent of Code puzzles, algorithm challenges, and competitive programming problems. Activate when user provides AoC problem context/input, mentions solving puzzles/challenges, asks about algorithm selection (BFS, DFS, DP, etc.), or needs help with parsing structured input.

commit-validator

Logo of oimiragieo
oimiragieo

Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-conventional-commit-messages text file with a tool that provides instant feedback.

cpp

Logo of crazyguitar
crazyguitar

Comprehensive C/C++ programming reference covering everything from C11-C23 and C++11-C++23, system programming, CUDA GPU computing, debugging tools, Rust interop, and advanced topics. Use for: C/C++ questions, modern language features, RAII/memory management, templates/generics, CUDA programming, system programming, debugging/profiling, performance optimization, cross-platform development, build systems, assembly, shell scripting, and any C/C++/CUDA development tasks.

zig-expert

Logo of srdjan
srdjan

Write idiomatic Zig code following the Zen of Zig philosophy. Use for systems programming with Zig (.zig files), covering manual memory management with allocators, error unions and explicit error handling, compile-time programming (comptime), data-oriented design, and the new async/Io model. Applies functional programming parallels (Result types, ADTs, explicit effects) for C-free systems development.

nix-patterns

Logo of EdgarPost
EdgarPost

NixOS module patterns. Use when creating or editing NixOS/home-manager modules, adding packages, or configuring programs.

pdf

Logo of agentgptsmith
agentgptsmith

PDF manipulation toolkit. Extract text/tables, create PDFs, merge/split, fill forms, for programmatic document processing and analysis.

windsurf-auto-model-switcher

Logo of karstenheld3
karstenheld3

Switch Windsurf Cascade AI models programmatically. Apply when needing to change models from workflows or scripts.

debug-stuck-eval

Logo of METR
METR

Debug stuck Hawk/Inspect AI evaluations. Use when user mentions stuck eval, eval not progressing, eval hanging, samples not completing, eval set frozen, runner stuck, 500 errors in eval, retry loop, eval timeout, or asks why an evaluation isnt finishing.

testing

Logo of inocan-group
inocan-group

Юнит-тесты - это процедуры, которые проверяют поведение кода во время выполнения

east

Logo of elaraai
elaraai

East programming language - a statically typed, expression-based language embedded in TypeScript. Use when writing East programs with @elaraai/east. Triggers for: (1) Writing East functions with East.function() or East.asyncFunction(), (2) Defining types (IntegerType, StringType, ArrayType, StructType, VariantType, etc.), (3) Using platform functions with East.platform() or East.asyncPlatform(), (4) Compiling East programs with East.compile(), (5) Working with East expressions (arithmetic, collections, control flow), (6) Serializing East IR with .toIR() and EastIR.fromJSON(), (7) Standard library operations (formatting, rounding, generation).