Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Agent-specific guidance. Read `CLAUDE.md` first for repo map and commands.
Sign in to like and favorite skills
Agent-specific guidance. Read
CLAUDE.md first for repo map and commands.
Work on these with extra diligence.
consensus/)make -C consensus test + make -C consensus testbed + make -C node testverifier.rs, host_queries.rs, signatures/*)make -C vm test + make -C rusk testnode-data/src/ledger/*, message.rs, encoding.rs)make -C node-data test + make -C node test + make -C rusk testvm/src/execute*)make -C vm test + contract testscontracts/stake/, contracts/transfer/)make -C contracts/<name> wasm + make -C contracts/<name> testwallet-core/, consensus keys)make -C wallet-core test + review for loggingrusk-profile/, rusk-prover/)Rare and high-impact. Coordinate with maintainers first.
make -C rusk-prover test + make -C rusk testWhen a bug is reported, start by adding a test that reproduces it (it should fail on the current code). Once the failing test exists, have subagents propose minimal fixes, and only accept a change that makes the test pass (and keeps the rest of the suite green).
make setup-compiler → 2. Modify → 3. make -C contracts/<name> wasm → 4. Testcore/, data-drivers/, wallet-core/cd w3sper.js && deno task test
cargo test -p <package> --release make -C <dir> clippy
core/, node-data/) → test dependentsmake clippy, consider make testIf you can't understand the invariant, structure, or what would break — ask rather than guess.
std to no_std cratesrkyv struct fieldsprintln! (use tracing)Cargo.lock directly| Component | Verify With |
|---|---|
| + |
| + + |
| + |
| + |
| |
| |
| + |
| Frontends | |
| |
# Contract build fails make setup-compiler rustup target add wasm32-unknown-unknown # State init fails make prepare-dev # Build fails cargo clean -p <crate> && cargo build -p <crate> --release
Branches:
<package>/<description> from master
Commits:
<package>: Description