agentsclimarketplace

Sup coding

Skill chinkan/RustFox/skills/sup-coding

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 sup-coding

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

Coding workflow recipe (brainstorm → design → spec → plan → implement → review → verify → finish)

SKILL.md

0.8 KB, as published. Nobody here has run it

When to use

When a task is classified as code_change, bug_fix, or refactor.

Operating rules

  1. Always run inside an isolated branch/worktree.
  2. Always run formatter, linter, and tests before declaring success.
  3. Verification evidence: at minimum one passing test or one confirmed diff.
  4. Prefer test-driven development: write a failing test, then make it pass.
  5. Keep commits small and logically scoped.

Stop conditions

  • All planned changes implemented.
  • Verification passes (build, tests, lint, format).
  • Reviewer notes are addressed.

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.