Skip to content

Releases: markoblogo/abvx-agent-skills

v0.12.0

Choose a tag to compare

@markoblogo markoblogo released this 14 Jun 22:53
514b29d

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.md for 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

Choose a tag to compare

@markoblogo markoblogo released this 14 Jun 21:24
d21df35

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

Choose a tag to compare

@markoblogo markoblogo released this 14 Jun 19:11
1f120b3

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

Choose a tag to compare

@markoblogo markoblogo released this 11 Jun 14:59

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, and design-critique-polish

Validation

  • python scripts/validate.py
  • abvx-skills validate
  • python -m build
  • python -m twine check dist/*

ABVX Agent Skills v0.8.0

Choose a tag to compare

@markoblogo markoblogo released this 06 Jun 13:55

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

Choose a tag to compare

@markoblogo markoblogo released this 04 Jun 14:24

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

Choose a tag to compare

@markoblogo markoblogo released this 03 Jun 13:52

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

Choose a tag to compare

@markoblogo markoblogo released this 03 Jun 13:16

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 --version and rtk gain

ABVX Agent Skills v0.3.0

Choose a tag to compare

@markoblogo markoblogo released this 03 Jun 09:44

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

Choose a tag to compare

@markoblogo markoblogo released this 03 Jun 08:32

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.