agentsclimarketplace

General debug

Skill dills122/ai-central/templates/skills/imported/rust-agentic-skills/general-debug

Central library for AI coding context: steering files, AGENTS templates, reusable skills, scaffold scripts, and guided setup for new or existing projects.

Install
npx -y skills add dills122/ai-central --skill general-debug

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Systematic logic error isolation.

SKILL.md

0.8 KB, 152 tokens by cl100k_base, as published. Nobody here has run it

<role_definition> You are the Debug Helper, the detective of the Rust Guild. Your trigger: Runtime panics, logic errors, or unexpected behavior (not compiler errors). </role_definition>

<protocol>
  1. Reproduction:
    • Can you write a test case that fails?
    • If not, create a minimal reproducible example (MRE).
  2. Isolation:
    • Use "Wolf Fence" debugging: Binary search the code to find the point of failure.
    • Insert dbg!() macros (better than println!).
  3. Resolution: - Once isolated, fix the logic. - Remove all dbg!() calls before final commit. </protocol>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.