Small, reviewable, validation-gated agent skills for Codex-style project work.
Project description
ABVX Agent Skills
Small, reviewable, validation-gated agent skills for Codex-style project work.
This repository publishes opinionated ABVX skillpacks: compact SKILL.md workflows with clear triggers, attribution, risk notes, and validation. These are not prompt dumps. They are portable, versioned agent capabilities meant to be loaded on demand through the Agent Skills progressive-disclosure model.
Start Here
- Need to save tokens? Start with
rtk-assisted-shell,shell-output-compaction,token-efficient-execution, andlean-context-layout. Addcompaction-survivalif your sessions run long enough to forget their own state. - Need to debug a repo? Start with
diagnose,repo-debugging-ledger, andgraph-guided-code-reading. - Need to build frontend? Start with
frontend-product-builder,designmd-brand-kit, andbrowser-verification. - Need long-session continuity? Start with
handoff,compaction-survival, andtoken-usage-audit. - Need to onboard a new repo? Start with
project-context-bootstrapand follow withdurable-context-maintenance. - Need discovery or product shaping? Start with
rapid-grilling,doc-grounded-grilling, andspec-to-prd. - Need to turn plans into execution? Start with
plan-to-issues,repo-issue-triage, andtest-driven-execution. - Need safer long delivery runs? Start with
delivery-preflight-gate,phase-spec-execution,recovery-loop-3strike, anddelivery-baseline-audit. - Need a full multi-track workflow? Start with
dynamic-workflow-packets. - Need to build reusable assistant packs? Start with
role-skill-pack-design,workflow-policy-layering,brief-first-execution, andprivate-vs-publishable-skill-audit.
Skills
These skills are grouped by the job they do. The token-economy layer is intentionally visible first: for many teams, the easiest win is not “a smarter prompt”, but less wasted context.
Token Economy & Context Control
| Skill | What It Does | Status | Origin |
|---|---|---|---|
rtk-assisted-shell |
Routes noisy shell workflows through RTK-style filtering. On shell-heavy tasks this can cut command-output tokens dramatically, often in the same range as RTK's reported 60-90% savings on common dev commands. | experimental | ABVX adapted |
shell-output-compaction |
Shrinks logs, diffs, and repo search output into counts, slices, and error-first excerpts. Usually the fastest way to turn multi-screen stdout into a small, usable artifact. | experimental | ABVX adapted |
graph-guided-code-reading |
Replaces broad repo reading with entrypoints, symbols, dependencies, and blast radius. On large codebases this can turn “read everything” into a much smaller focus set. | experimental | ABVX adapted |
token-efficient-execution |
Cuts waste from repeated reads, broad rewrites, and low-value narration. Best for long coding sessions where the loop, not the final answer, is burning the budget. | experimental | ABVX adapted |
token-frugal-mode |
Compresses final answers without dropping the decisive technical signal. Useful when the session is tight and you want shorter replies without caveman-style degradation. | experimental | ABVX adapted |
lean-context-layout |
Shrinks always-loaded agent docs into a compact startup core and pushes the rest on demand. Best for bloated AGENTS.md, CLAUDE.md, and repo runbooks. |
experimental | ABVX adapted |
compaction-survival |
Preserves the high-value working state before long sessions collapse into compaction. Saves the turns you would otherwise spend reconstructing “what were we doing?”. | experimental | ABVX adapted |
token-usage-audit |
Diagnoses where the budget is really going: startup bloat, shell noise, repeated reads, oversized summaries, or compaction loss. Use this before over-optimizing the wrong layer. | experimental | ABVX adapted |
Coding, Debugging & Architecture
| Skill | What It Does | Status | Origin |
|---|---|---|---|
diagnose |
Runs a disciplined debugging loop around one reproducible signal, ranked hypotheses, and narrow verification. | experimental | ABVX adapted |
repo-debugging-ledger |
Keeps a checked-location ledger so debugging does not keep reopening the same code and repeating the same dead ends. | experimental | ABVX original |
complexity-optimizer |
Finds safe complexity and performance simplifications without turning the codebase into a refactor festival. | experimental | ABVX adapted |
architecture-deepening-review |
Reviews deeper module seams, coupling, change surfaces, and testability, not just top-level architecture slogans. | experimental | ABVX adapted |
test-driven-execution |
Builds features and fixes through one-behavior-at-a-time red-green-refactor loops instead of broad speculative implementation. | experimental | ABVX adapted |
system-zoom-out |
Pulls a local code area back into its wider system map so you can reason about callers, modules, boundaries, and blast radius. | experimental | ABVX adapted |
agents-best-practices |
Hardens agent harnesses around permissions, context shape, safety, and evaluation discipline. | experimental | ABVX adapted |
skillopt-evolve-skills |
Improves agent instructions and skills from real task evidence rather than from theory alone. | experimental | ABVX adapted |
Frontend, UX & Product Surfaces
| Skill | What It Does | Status | Origin |
|---|---|---|---|
frontend-product-builder |
Builds usable frontends, landing pages, pitch pages, dashboards, and prototypes with a product-first interaction model. | experimental | ABVX adapted |
designmd-brand-kit |
Turns a website or brand surface into an agent-usable design system: structure, identity, and reusable UI cues. | experimental | ABVX adapted |
browser-verification |
Verifies real browser rendering, responsive layout, and interaction behavior instead of trusting static code inspection. | experimental | ABVX adapted |
web-quality-audit |
Audits accessibility, performance, UX, privacy, and browser security as one practical web quality pass. | experimental | ABVX adapted |
prototype-lab |
Rapid throwaway builds for testing interaction, logic, and product direction before committing to heavier implementation. | experimental | ABVX adapted |
Project Context & Onboarding
| Skill | What It Does | Status | Origin |
|---|---|---|---|
project-context-bootstrap |
Detects the stack, asks the right project questions, and turns a weakly documented repo into a compact, agent-usable context surface. | experimental | ABVX adapted |
durable-context-maintenance |
Keeps repo-local context current after architecture, workflow, and test-flow changes so agents stop rediscovering the same facts. | experimental | ABVX adapted |
Discovery, Planning & Delivery
| Skill | What It Does | Status | Origin |
|---|---|---|---|
rapid-grilling |
Quickly sharpens vague ideas through one-question-at-a-time alignment before heavier planning starts. | experimental | ABVX adapted |
doc-grounded-grilling |
Stress-tests a plan against repo docs, ADRs, design assets, and domain language so discovery stays grounded in reality. | experimental | ABVX adapted |
spec-to-prd |
Turns clarified context into a durable PRD for product, client, and internal roadmap work. | experimental | ABVX adapted |
plan-to-issues |
Breaks PRDs and plans into thin end-to-end slices that agents or humans can actually pick up. | experimental | ABVX adapted |
repo-issue-triage |
Moves bugs and enhancements through a compact state machine so backlog items become actionable instead of vague. | experimental | ABVX adapted |
Research, Knowledge & Reusable Methods
| Skill | What It Does | Status | Origin |
|---|---|---|---|
evidence-ledger-research |
Keeps claims, sources, calculations, and open questions in a disciplined evidence ledger. | experimental | ABVX original |
book-to-skill |
Converts books, papers, and long documents into reusable, progressive-disclosure agent skills. | experimental | ABVX adapted |
role-skill-pack-design |
Designs compact role/workflow skill packs with base layers, difference layers, boundaries, and rollout order. | experimental | ABVX original |
workflow-policy-layering |
Separates workflow from authority, escalation, forbidden actions, and validation so assistant specs stop contradicting themselves. | experimental | ABVX original |
brief-first-execution |
Starts non-trivial work with one live brief for scope, non-goals, risks, verification, and done criteria. | experimental | ABVX original |
private-vs-publishable-skill-audit |
Audits private skill packs before publication and extracts only the reusable layer. | experimental | ABVX original |
Workflow, Handoffs & Multi-Track Work
| Skill | What It Does | Status | Origin |
|---|---|---|---|
dynamic-workflow-packets |
Orchestrates large coding, research, audit, or client-search tracks without losing verification and risk gates. | experimental | ABVX adapted |
handoff |
Produces compact continuation briefs for long-running work, agent resumes, and human handoffs. | experimental | ABVX adapted |
Long-Run Delivery Control
| Skill | What It Does | Status | Origin |
|---|---|---|---|
delivery-preflight-gate |
Runs the minimum useful baseline checks before a long implementation loop starts, so pre-existing breakage does not poison later verification. | experimental | ABVX adapted |
phase-spec-execution |
Breaks larger delivery into explicit phases with acceptance criteria, verification commands, and lightweight state updates. | experimental | ABVX adapted |
recovery-loop-3strike |
Bounds execution failure handling to one evidence-bearing retry, one focused fix-spec, and then an honest blocker handoff. | experimental | ABVX adapted |
delivery-baseline-audit |
Re-checks declared deliverables and final verification against the starting baseline and full working tree before calling the task complete. | experimental | ABVX adapted |
Structured Data & Spreadsheet Work
| Skill | What It Does | Status | Origin |
|---|---|---|---|
spreadsheet-workbook-forensics |
Repairs and edits spreadsheets where workbook structure, formulas, and cell-level verification matter. | experimental | ABVX original |
Install
Install one skill into Codex:
git clone https://github.com/markoblogo/abvx-agent-skills
cp -R abvx-agent-skills/skills/dynamic-workflow-packets ~/.codex/skills/
Install all skills:
git clone https://github.com/markoblogo/abvx-agent-skills
cp -R abvx-agent-skills/skills/* ~/.codex/skills/
Start a new agent session after installation so the skill descriptions are discovered.
Install via PyPI:
pip install abvx-agent-skills
abvx-skills list
abvx-skills install
Install one packaged skill into Codex:
abvx-skills install dynamic-workflow-packets
Install to a custom destination:
abvx-skills install --destination ./tmp-skills
Repository Profile
Each public skill includes:
SKILL.md- executable agent instructionsSKILL_CARD.md- intended use, attribution, risks, evaluation, and versionagents/openai.yaml- Codex UI metadata
The project follows the open Agent Skills shape: SKILL.md plus optional scripts/, references/, and assets/. For Codex compatibility, top-level frontmatter is kept conservative: name, description, license, metadata, and supported fields only.
Validate
python scripts/validate.py
Or validate the packaged skills through the CLI:
abvx-skills validate
Validate a local skills directory:
abvx-skills validate ~/.codex/skills
The validator checks required files, frontmatter, directory/name alignment, TODO placeholders, cards, UI metadata, and basic secret patterns.
Release
Build and check the package locally:
python -m pip install --upgrade build twine
python -m build
python -m twine check dist/*
Publish flow:
- Run the
publishGitHub Actions workflow withrepository=testpypifor a dry run against TestPyPI. - Create a GitHub release, or run the same workflow with
repository=pypi, to publish to PyPI. - Configure trusted publishing for both
pypiandtestpypienvironments in the package index before the first release.
Philosophy
- Keep always-loaded context small.
- Prefer procedural rules over vague advice.
- Make skills easy to audit in diffs.
- Attribute upstream inspiration.
- Pair useful automation with risk gates and verification.
See docs/abvx-skillpack-profile.md for the repository standard.
Attribution
Several skills are inspired by public work from the broader agent tooling ecosystem. See ATTRIBUTION.md.
License
MIT. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file abvx_agent_skills-0.8.0.tar.gz.
File metadata
- Download URL: abvx_agent_skills-0.8.0.tar.gz
- Upload date:
- Size: 65.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
284a381e31415dce2c229566578a06fb3f9f0c86cddb678d948a6fb9d034fdc3
|
|
| MD5 |
6cf3f7da40a939d2d94c390b2463b042
|
|
| BLAKE2b-256 |
340f61bcd4482d399fd137bf898b35b9244c09015e1beee86cdb83ac973ac6c0
|
Provenance
The following attestation bundles were made for abvx_agent_skills-0.8.0.tar.gz:
Publisher:
publish.yml on markoblogo/abvx-agent-skills
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
abvx_agent_skills-0.8.0.tar.gz -
Subject digest:
284a381e31415dce2c229566578a06fb3f9f0c86cddb678d948a6fb9d034fdc3 - Sigstore transparency entry: 1741234980
- Sigstore integration time:
-
Permalink:
markoblogo/abvx-agent-skills@76adefe50e8e62f87b2651396aa6ca03b2b3b28a -
Branch / Tag:
refs/heads/main - Owner: https://github.com/markoblogo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@76adefe50e8e62f87b2651396aa6ca03b2b3b28a -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file abvx_agent_skills-0.8.0-py3-none-any.whl.
File metadata
- Download URL: abvx_agent_skills-0.8.0-py3-none-any.whl
- Upload date:
- Size: 126.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15b1dadbcbf2b2518dd1fcad232cb5ccfb0c7fce2c419b10f5fb3a11a9401ba
|
|
| MD5 |
fb55484fda8f8703cadcc873992e577a
|
|
| BLAKE2b-256 |
700eeee508ab194a7f9e819d0473a13ab666dd80cb617a34147e07a50e291054
|
Provenance
The following attestation bundles were made for abvx_agent_skills-0.8.0-py3-none-any.whl:
Publisher:
publish.yml on markoblogo/abvx-agent-skills
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
abvx_agent_skills-0.8.0-py3-none-any.whl -
Subject digest:
e15b1dadbcbf2b2518dd1fcad232cb5ccfb0c7fce2c419b10f5fb3a11a9401ba - Sigstore transparency entry: 1741234999
- Sigstore integration time:
-
Permalink:
markoblogo/abvx-agent-skills@76adefe50e8e62f87b2651396aa6ca03b2b3b28a -
Branch / Tag:
refs/heads/main - Owner: https://github.com/markoblogo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@76adefe50e8e62f87b2651396aa6ca03b2b3b28a -
Trigger Event:
workflow_dispatch
-
Statement type: