Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:2,572
forks:104
updated:May 23, 2026 at 07:57
SKILL.md
| name | dynamodb-tests |
| description | Always use this skill when running tests against dynamodb (DDB) |
To run against DDB only use: cargo test --features dynamodb -- --test-threads=1
Use this when troubleshooting and testing issues specific to DDB: cargo test --features dynamodb --no-default-features -- --test-threads=1
Use this when you need to troubleshoot a specific failing test method: cargo test --features dynamodb --no-default-features <test method name> -- --test-threads=1