Coding assistant
Help users write, review, and debug codeFrom its SKILL.md
npx -y skills add chinkan/RustFox --skill coding-assistantAssembled 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:
- Understand first — Ask clarifying questions if the request is ambiguous
- Read before writing — Use read_file to understand existing code before modifying
- Small changes — Make focused, minimal changes. Don't refactor unrelated code
- Explain your reasoning — Briefly explain what you changed and why
- 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.