Skillzwave Logo
Skillzwave
bearcove avatar

bearcove

10 agentic skills • 19 avg score • 0 total stars

Agentic Skills by bearcove

analyze-compile-times-duckdb

by bearcove

Analyze Rust compilation profiling data using DuckDB to find performance bottlenecks, trait explosions, and monomorphization issues. Use after generat...

29
TECHjson
+data analysis

analyze-rust-code-size

by bearcove

Analyze Rust binary code size and identify bloat from monomorphization, large functions, and macro expansion using cargo-llvm-lines and rustc flags. U...

29
TECHazure

rustc-self-profile

by bearcove

Profile Rust compilation using rustc self-profiling to identify slow compile times, trait resolution bottlenecks, and monomorphization issues. Use whe...

29
TECHgithub
+ci cd

code-annotations

by bearcove

Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.

15
TECHazure

codebase-layout

by bearcove

Codebase organization for pikru. Use when you need to find where specific functionality lives.

15
ci cd

debugging

by bearcove

Debugging conventions for pikru. Use when adding debug traces or investigating issues. Important rule - leave debug traces in place.

15
github
+networking

git-commands

by bearcove

Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.

15
TECHgit
+linux

idiomatic-rust

by bearcove

Idiomatic 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,...

15
TECHnetworking

subtest-isolation

by bearcove

Create minimal subtests to isolate and fix complex bugs. Use when a test fails and the issue is buried in complexity.

15
TECHgithub
+testing

testing

by bearcove

Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.

15
TECHtesting

Discover More Agentic Skills

Browse our complete catalog of AI agent skills from developers worldwide.