review-docs
49Skill Claude CodeCodex
Agents don't ask questions. They read and act.
Skill Claude CodeCodex
Agents don't ask questions. They read and act.
Skill Claude CodeCodex
Skill "review-efficiency" from dhaupin/vant, covering efficiency review, the question, what to check, 1. compute and 2. network.
Skill Claude CodeCodex
Skill "review-performance" from dhaupin/vant, covering performance review, rule #1, profile before you optimize, what to check and 1. time.
Skill Claude CodeCodex
Skill "review-seo" from dhaupin/vant, covering seo review, agent first question, what to check, 1. keywords and 2. structure.
Skill Claude CodeCodex
Skill "shell" from dhaupin/vant, covering shell, when to use, what to do, 1. basics and 2. pipes.
Skill Claude CodeCodex
SELECT columns FROM table WHERE condition ORDER BY column LIMIT n.
Skill Claude CodeCodex
Skill "supabase" from dhaupin/vant, covering supabase, when to use, what to do, 1. connect and supabase-js.
Skill Claude CodeCodex
Pull and push your brain.
Skill Claude CodeCodex
Skill "tailwind" from dhaupin/vant, covering tailwind, when to use, what to do, 1. classes and 2. common.
Skill Claude CodeCodex
Introduce controlled failures to test system resilience. Kill processes, cut network, fill disk. Use when testing fault tolerance, disaster recovery, or resilience.
Skill Claude CodeCodex
Verify API schemas and contracts match expected format. Validate request/response structures. Use when testing APIs, before integration, or after schema changes.
Skill Claude CodeCodex
End-to-end user workflow testing. Test complete user flows from action to result. Use when testing full stack, customer scenarios, or complete purchase/login/flow paths.