Agentic Skills by bearcove
analyze-compile-times-duckdb
by bearcoveAnalyze Rust compilation profiling data using DuckDB to find performance bottlenecks, trait explosions, and monomorphization issues. Use after generat...
analyze-rust-code-size
by bearcoveAnalyze Rust binary code size and identify bloat from monomorphization, large functions, and macro expansion using cargo-llvm-lines and rustc flags. U...
rustc-self-profile
by bearcoveProfile Rust compilation using rustc self-profiling to identify slow compile times, trait resolution bottlenecks, and monomorphization issues. Use whe...
code-annotations
by bearcoveCode annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
codebase-layout
by bearcoveCodebase organization for pikru. Use when you need to find where specific functionality lives.
debugging
by bearcoveDebugging conventions for pikru. Use when adding debug traces or investigating issues. Important rule - leave debug traces in place.
git-commands
by bearcoveGit command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.
idiomatic-rust
by bearcoveIdiomatic Rust patterns for pikru C port. Use when writing or reviewing Rust code ported from C. Don't write C in Rust - the goal is correct behavior,...
subtest-isolation
by bearcoveCreate minimal subtests to isolate and fix complex bugs. Use when a test fails and the issue is buried in complexity.
testing
by bearcoveTesting conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.