agentsclimarketplace

Coding assistant

Skill chinkan/RustFox/skills/coding-assistant

A Rust-based Telegram AI assistant powered by OpenRouter LLM with built-in sandboxed tools, scheduling, persistent memory, and MCP server integration.

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

  • 6 stars6 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

Help users write, review, and debug code

SKILL.md

0.9 KB, 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

Keep looking

Skills are one crate of 328,083. 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.