Solo Dev Quickstart
June 29, 2026 ยท View on GitHub
Use this path when you want ABVX skills working in one local environment with minimal setup.
Fastest Path
pip install abvx-agent-skills
abvx-skills install
If PyPI is temporarily unavailable, use GitVerse's PyPI mirror for that install command only:
python -m pip install abvx-agent-skills --index-url https://pypi-mirror.gitverse.ru/simple/
If you prefer GitHub CLI agent-skills installation:
gh skill install markoblogo/abvx-agent-skills minimal-diff-builder --agent codex --scope user
gh skill install markoblogo/abvx-agent-skills diagnose --agent codex --scope user
gh skill install markoblogo/abvx-agent-skills frontend-product-builder --agent codex --scope user
Swap --agent codex for cursor, claude-code, or gemini-cli if that is your primary host.
Recommended Starter Stack
minimal-diff-builder: shortest correct implementation pathdiagnose: debugging disciplinertk-assisted-shell: reduce shell noisetoken-efficient-execution: reduce wasted reads and narrationfrontend-product-builder: only if you regularly ship UI
First 10 Minutes
- Install 3-5 skills, not the whole repo by default.
- Start one real task with
minimal-diff-builderordiagnose. - Add
rtk-assisted-shellif shell output gets noisy. - Add
handoffonly when sessions start spanning multiple resumptions.
Good Default Pairings
- Debugging:
diagnose+repo-debugging-ledger - Small feature work:
minimal-diff-builder+delivery-preflight-gate - Frontend polish:
frontend-product-builder+design-critique-polish - Long sessions:
handoff+compaction-survival
Verification
abvx-skills list
abvx-skills validate
If you installed via gh skill, use:
gh skill list