Releases: markoblogo/abvx-agent-skills
Release list
v0.12.0
Focused launch release for ABVX Agent Skills.
Highlights:
- one-skill quickstart and job-based onboarding in README
- explicit safety and auditability block on the main repo surface
- generated
CATALOG.mdfor browseable repo-native discovery - three short demos for
minimal-diff-builder,diagnose, and token-economy workflows - selective discovery rewrite for the launch-set skills
This release tightens the top-of-funnel: clearer first install path, clearer trust posture, and cleaner skill discovery.
v0.11.1
ABVX Agent Skills v0.11.1
This release rolls up the new onboarding, community, and growth-packaging layer.
Included in this tag:
- GitHub CLI gh skill install guidance in README
- solo-dev and team-rollout onboarding docs
- Skill Request and Skill Autopsy issue forms
- stronger README entrypoints: Top 5 starter skills, starter packs, trust markers, and clearer contribution funnel
Validation completed before release:
- python scripts/validate.py
- python -m build
- python -m twine check dist/*
v0.11.0
Highlights
- add a generated ABVX Lab-style skill catalog under docs/
- add LoopOps guide and README navigation updates
- extend skill-card guidance with model sensitivity, composability, and anti-patterns
- enforce generated catalog sync in CI and ship benchmark scaffolding
Validation
- python3 scripts/validate.py
- python3 scripts/generate_catalog.py
- python3 -m build
- python3 -m twine check dist/*
ABVX Agent Skills v0.9.0
Highlights
- add SkillSpector-backed
abvx-skills audit-security - add policy evaluation, baseline support, SARIF upload, and publish security preflight
- add adapted frontend design skills:
design-register-bootstrap,frontend-taste-layer, anddesign-critique-polish
Validation
python scripts/validate.pyabvx-skills validatepython -m buildpython -m twine check dist/*
ABVX Agent Skills v0.8.0
ABVX Agent Skills v0.8.0
New skills
role-skill-pack-design— design compact role/workflow skill packs with base layers, difference layers, boundaries, and rollout order.workflow-policy-layering— split workflow, authority, escalation, forbidden actions, and validation into clean layers.brief-first-execution— start non-trivial work with one live brief for scope, non-goals, risks, verification, and done criteria.private-vs-publishable-skill-audit— audit private skill packs before publishing any part of them.
Why this release
This wave extracts a reusable framework for building role and workflow skill packs without carrying over client-specific, repo-specific, or product-specific operating detail.
Also updated
- README onboarding now includes the new assistant-pack design path.
- The new skills are written in vendor-neutral form and validated against the repository skill profile.
Validation
.venv/bin/python scripts/validate.py
ABVX Agent Skills v0.7.0
ABVX Agent Skills v0.7.0
New skills
doc-grounded-grilling— stress-test plans against repo docs, ADRs, domain language, and design assets.rapid-grilling— lightweight clarification loop for brainstorming and early product shaping.test-driven-execution— tracer-bullet red-green-refactor loop for behavior-first implementation.spec-to-prd— convert current discovery into a durable PRD.plan-to-issues— break plans and PRDs into thin end-to-end slices.repo-issue-triage— compact issue-state machine for bugs, enhancements, and backlogs.system-zoom-out— map a local code area back to the wider system.
Why this release
This wave adapts the strongest planning and engineering workflow ideas from Matt Pocock's skills into ABVX-style, validation-gated, composable skills for Codex-oriented project work.
Also updated
- README onboarding now points users from discovery -> PRD -> issues -> triage -> execution
- Lab copy updated to reflect the expanded planning and execution layer
Validation
python scripts/validate.py- local install into
~/.codex/skills
ABVX Agent Skills v0.6.0
ABVX Agent Skills v0.6.0
New skills
project-context-bootstrap— interactive repo onboarding: detect stack, ask project questions, confirm understanding, and build compact durable context.durable-context-maintenance— keep repo-local context accurate after code, architecture, workflow, and test-flow changes.
Why this release
This release adapts the strongest reusable ideas from larger agent harnesses into compact ABVX skills. It brings approval-gated repo onboarding and durable context refresh into the public skillpack without importing a heavy multi-agent process layer.
Also updated
- README reorganized for onboarding and grouped discovery
- Lab copy updated to reflect repo onboarding and context-maintenance coverage
Validation
python scripts/validate.py- local install into
~/.codex/skills
ABVX Agent Skills v0.5.0
ABVX Agent Skills v0.5.0
New skills
rtk-assisted-shell— RTK-first shell filtering for noisy git, search, test, build, and log workflows.compaction-survival— compact resumable checkpoints for long sessions and context compaction.token-usage-audit— waste-category audit for startup context, shell output, repeated reads, and compaction loss.
Why this release
This release extends the token-economy layer of the ABVX skillpack. It adds runtime shell filtering patterns inspired by RTK and structured session-survival / measurement patterns adapted from token-optimizer-style workflows, rewritten for Codex-oriented project work and the ABVX skill format.
Validation
python scripts/validate.py- local install into
~/.codex/skills - RTK installed and verified separately with
rtk --versionandrtk gain
ABVX Agent Skills v0.3.0
Token economy release.\n\nAdded 3 adapted skills:\n- lean-context-layout\n- token-efficient-execution\n- token-frugal-mode\n\nAlso updated README, attribution, local Codex install, and public site references on Lab and agentsmd.
ABVX Agent Skills v0.2.0
Second public skill wave.\n\nAdded 10 adapted skills:\n- agents-best-practices\n- architecture-deepening-review\n- book-to-skill\n- browser-verification\n- complexity-optimizer\n- diagnose\n- frontend-product-builder\n- handoff\n- prototype-lab\n- web-quality-audit\n\nAlso refreshed README attribution and site references for the expanded skillpack.