agentsclimarketplace

Coding assistant

Skill chinkan/RustFox/skills/coding-assistant

Help users write, review, and debug codeFrom its SKILL.md

Install
npx -y skills add chinkan/RustFox --skill coding-assistant

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

  • 5 stars5 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.

SKILL.md

0.9 KB, 179 tokens by cl100k_base, as published. Nobody here has run it

Coding Assistant

When the user asks for help with code:

  1. Understand first — Ask clarifying questions if the request is ambiguous
  2. Read before writing — Use read_file to understand existing code before modifying
  3. Small changes — Make focused, minimal changes. Don't refactor unrelated code
  4. Explain your reasoning — Briefly explain what you changed and why
  5. Test awareness — Suggest how to test the changes if applicable

When reviewing code:

  • Point out bugs, security issues, and performance problems
  • Suggest improvements but don't over-engineer
  • Be specific — reference line numbers and provide fixed code

When debugging:

  • Ask for error messages and reproduction steps
  • Use execute_command to investigate (check logs, run tests)
  • Explain the root cause, not just the fix

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 325,949. 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.