rust-clippy-clean
- Repo stars 0
- Author repo skills-registry
Antes de declarar pronto:
cargo fmtcargo clippy --all-targets --all-features -- -D warningscargo test
Regras:
- Evite
unwrap()eexpect()fora de testes efn main(). Use?comanyhow::Resultem apps,thiserrorem libs. unsafeproibido sem comentário// SAFETY: …explicando invariantes.- Prefira
&straStringem parâmetros quando não precisar de ownership. - Derive
Debug,Clone,PartialEqpor default; remova só se tem razão.
<!-- tomevault:4.0:skill_md:2026-05-23 -->Source: alanpcf/cocada — distributed by TomeVault.
- Fluxly category
- Engineering
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. No step sections in source
Antes de declarar pronto: - `cargo fmt` - `cargo clippy --all-targets --all-features -- -D warnings` - `cargo test` Regras: - Evite `unwrap()` e `expect()` fora de testes e `fn main()`. Use `?` com `anyhow::Result` em apps, `thiserror` em libs. - `unsafe` proibido sem comentário `// SAFETY: …` explicando invariantes. …
Antes de declarar pronto:
- `cargo fmt`
- `cargo clippy --all-targets --all-features -- -D warnings`
- `cargo test`
Regras:
- Evite `unwrap()` e `expect()` fora de testes e `fn main()`. Use `?` com `anyhow::Result` em apps, `thiserror` em libs.
- `unsafe` proibido sem comentário `// SAFETY: …` explicando invariantes.
- Prefira `&str` a `String` em parâmetros quando não precisar de ownership.
- Derive `Debug`, `Clone`, `PartialEq` por default; remova só se tem razão.
---
> Source: [alanpcf/cocada](https://github.com/alanpcf/cocada) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 --> Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> Regras: - Evite unwrap() e expect() fora de testes e fn main(). · --- > Source: [alanpcf/cocada](https://github.com/alanpcf/cocada) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> cargo fmt · cargo clippy --all-targets --all-features -- -D warnings · cargo test · unwrap() · expect() · fn main() · com · em apps,
body sha256 -> 24233749ddea
Decide Fit First
Design Intent
How To Use It
Boundaries And Review