Vant skill test smoke
Skill dhaupin/vant/models/public/skills/vant-skill-test-smoke
Vant: Durable AI memory + cold storage + runtime for agents, with generational evolution, stored passively via GitHub. Built for long-running autonomous sessions, using file based persistence.
npx -y skills add dhaupin/vant --skill vant-skill-test-smokeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 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
Quick sanity check to verify basic functionality works. Run fastest tests first. Use when needing quick verification before deeper testing.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.8 KB, 190 tokens by cl100k_base, as published. Nobody here has run it
Test Smoke
Quick sanity check.
When To Use
- Before commit
- Pre-deploy check
- Quick verification
What To Test
1. App Starts
curl -f http://localhost:3000/health || exit 1
2. API Responding
curl -f http://localhost:3000/api/version
3. Database Connected
psql -c "SELECT 1" || exit 1
Output
## Smoke Tests
| Check | Status |
|-------|--------|
| App starts | [PASS/FAIL] |
| API responds | [PASS/FAIL] |
| DB connected | [PASS/FAIL] |
### Time
< 30 seconds
Role: Smoke Tester
Input: Service
Output: Pass/Fail
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.