abvx-agent-skills 0.8.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. abvx_agent_skills-0.8.0/.gitignore +6 -0
  2. abvx_agent_skills-0.8.0/ATTRIBUTION.md +30 -0
  3. abvx_agent_skills-0.8.0/LICENSE +21 -0
  4. abvx_agent_skills-0.8.0/PKG-INFO +238 -0
  5. abvx_agent_skills-0.8.0/README.md +214 -0
  6. abvx_agent_skills-0.8.0/docs/abvx-skillpack-profile.md +63 -0
  7. abvx_agent_skills-0.8.0/pyproject.toml +57 -0
  8. abvx_agent_skills-0.8.0/scripts/validate.py +27 -0
  9. abvx_agent_skills-0.8.0/skills/agents-best-practices/SKILL.md +67 -0
  10. abvx_agent_skills-0.8.0/skills/agents-best-practices/SKILL_CARD.md +38 -0
  11. abvx_agent_skills-0.8.0/skills/agents-best-practices/agents/openai.yaml +4 -0
  12. abvx_agent_skills-0.8.0/skills/architecture-deepening-review/SKILL.md +54 -0
  13. abvx_agent_skills-0.8.0/skills/architecture-deepening-review/SKILL_CARD.md +38 -0
  14. abvx_agent_skills-0.8.0/skills/architecture-deepening-review/agents/openai.yaml +4 -0
  15. abvx_agent_skills-0.8.0/skills/book-to-skill/SKILL.md +66 -0
  16. abvx_agent_skills-0.8.0/skills/book-to-skill/SKILL_CARD.md +38 -0
  17. abvx_agent_skills-0.8.0/skills/book-to-skill/agents/openai.yaml +4 -0
  18. abvx_agent_skills-0.8.0/skills/brief-first-execution/SKILL.md +72 -0
  19. abvx_agent_skills-0.8.0/skills/brief-first-execution/SKILL_CARD.md +38 -0
  20. abvx_agent_skills-0.8.0/skills/brief-first-execution/agents/openai.yaml +4 -0
  21. abvx_agent_skills-0.8.0/skills/browser-verification/SKILL.md +52 -0
  22. abvx_agent_skills-0.8.0/skills/browser-verification/SKILL_CARD.md +38 -0
  23. abvx_agent_skills-0.8.0/skills/browser-verification/agents/openai.yaml +4 -0
  24. abvx_agent_skills-0.8.0/skills/compaction-survival/SKILL.md +66 -0
  25. abvx_agent_skills-0.8.0/skills/compaction-survival/SKILL_CARD.md +38 -0
  26. abvx_agent_skills-0.8.0/skills/compaction-survival/agents/openai.yaml +4 -0
  27. abvx_agent_skills-0.8.0/skills/complexity-optimizer/SKILL.md +61 -0
  28. abvx_agent_skills-0.8.0/skills/complexity-optimizer/SKILL_CARD.md +38 -0
  29. abvx_agent_skills-0.8.0/skills/complexity-optimizer/agents/openai.yaml +4 -0
  30. abvx_agent_skills-0.8.0/skills/delivery-baseline-audit/SKILL.md +60 -0
  31. abvx_agent_skills-0.8.0/skills/delivery-baseline-audit/SKILL_CARD.md +38 -0
  32. abvx_agent_skills-0.8.0/skills/delivery-baseline-audit/agents/openai.yaml +4 -0
  33. abvx_agent_skills-0.8.0/skills/delivery-preflight-gate/SKILL.md +60 -0
  34. abvx_agent_skills-0.8.0/skills/delivery-preflight-gate/SKILL_CARD.md +38 -0
  35. abvx_agent_skills-0.8.0/skills/delivery-preflight-gate/agents/openai.yaml +4 -0
  36. abvx_agent_skills-0.8.0/skills/designmd-brand-kit/SKILL.md +140 -0
  37. abvx_agent_skills-0.8.0/skills/designmd-brand-kit/SKILL_CARD.md +38 -0
  38. abvx_agent_skills-0.8.0/skills/designmd-brand-kit/agents/openai.yaml +4 -0
  39. abvx_agent_skills-0.8.0/skills/diagnose/SKILL.md +67 -0
  40. abvx_agent_skills-0.8.0/skills/diagnose/SKILL_CARD.md +38 -0
  41. abvx_agent_skills-0.8.0/skills/diagnose/agents/openai.yaml +4 -0
  42. abvx_agent_skills-0.8.0/skills/doc-grounded-grilling/SKILL.md +59 -0
  43. abvx_agent_skills-0.8.0/skills/doc-grounded-grilling/SKILL_CARD.md +38 -0
  44. abvx_agent_skills-0.8.0/skills/doc-grounded-grilling/agents/openai.yaml +4 -0
  45. abvx_agent_skills-0.8.0/skills/durable-context-maintenance/SKILL.md +69 -0
  46. abvx_agent_skills-0.8.0/skills/durable-context-maintenance/SKILL_CARD.md +38 -0
  47. abvx_agent_skills-0.8.0/skills/durable-context-maintenance/agents/openai.yaml +4 -0
  48. abvx_agent_skills-0.8.0/skills/dynamic-workflow-packets/SKILL.md +172 -0
  49. abvx_agent_skills-0.8.0/skills/dynamic-workflow-packets/SKILL_CARD.md +38 -0
  50. abvx_agent_skills-0.8.0/skills/dynamic-workflow-packets/agents/openai.yaml +4 -0
  51. abvx_agent_skills-0.8.0/skills/evidence-ledger-research/SKILL.md +55 -0
  52. abvx_agent_skills-0.8.0/skills/evidence-ledger-research/SKILL_CARD.md +38 -0
  53. abvx_agent_skills-0.8.0/skills/evidence-ledger-research/agents/openai.yaml +4 -0
  54. abvx_agent_skills-0.8.0/skills/frontend-product-builder/SKILL.md +55 -0
  55. abvx_agent_skills-0.8.0/skills/frontend-product-builder/SKILL_CARD.md +38 -0
  56. abvx_agent_skills-0.8.0/skills/frontend-product-builder/agents/openai.yaml +4 -0
  57. abvx_agent_skills-0.8.0/skills/graph-guided-code-reading/SKILL.md +86 -0
  58. abvx_agent_skills-0.8.0/skills/graph-guided-code-reading/SKILL_CARD.md +38 -0
  59. abvx_agent_skills-0.8.0/skills/graph-guided-code-reading/agents/openai.yaml +4 -0
  60. abvx_agent_skills-0.8.0/skills/handoff/SKILL.md +53 -0
  61. abvx_agent_skills-0.8.0/skills/handoff/SKILL_CARD.md +38 -0
  62. abvx_agent_skills-0.8.0/skills/handoff/agents/openai.yaml +4 -0
  63. abvx_agent_skills-0.8.0/skills/lean-context-layout/SKILL.md +69 -0
  64. abvx_agent_skills-0.8.0/skills/lean-context-layout/SKILL_CARD.md +38 -0
  65. abvx_agent_skills-0.8.0/skills/lean-context-layout/agents/openai.yaml +4 -0
  66. abvx_agent_skills-0.8.0/skills/phase-spec-execution/SKILL.md +70 -0
  67. abvx_agent_skills-0.8.0/skills/phase-spec-execution/SKILL_CARD.md +38 -0
  68. abvx_agent_skills-0.8.0/skills/phase-spec-execution/agents/openai.yaml +4 -0
  69. abvx_agent_skills-0.8.0/skills/plan-to-issues/SKILL.md +54 -0
  70. abvx_agent_skills-0.8.0/skills/plan-to-issues/SKILL_CARD.md +38 -0
  71. abvx_agent_skills-0.8.0/skills/plan-to-issues/agents/openai.yaml +4 -0
  72. abvx_agent_skills-0.8.0/skills/private-vs-publishable-skill-audit/SKILL.md +57 -0
  73. abvx_agent_skills-0.8.0/skills/private-vs-publishable-skill-audit/SKILL_CARD.md +38 -0
  74. abvx_agent_skills-0.8.0/skills/private-vs-publishable-skill-audit/agents/openai.yaml +4 -0
  75. abvx_agent_skills-0.8.0/skills/project-context-bootstrap/SKILL.md +65 -0
  76. abvx_agent_skills-0.8.0/skills/project-context-bootstrap/SKILL_CARD.md +38 -0
  77. abvx_agent_skills-0.8.0/skills/project-context-bootstrap/agents/openai.yaml +4 -0
  78. abvx_agent_skills-0.8.0/skills/prototype-lab/SKILL.md +47 -0
  79. abvx_agent_skills-0.8.0/skills/prototype-lab/SKILL_CARD.md +38 -0
  80. abvx_agent_skills-0.8.0/skills/prototype-lab/agents/openai.yaml +4 -0
  81. abvx_agent_skills-0.8.0/skills/rapid-grilling/SKILL.md +43 -0
  82. abvx_agent_skills-0.8.0/skills/rapid-grilling/SKILL_CARD.md +37 -0
  83. abvx_agent_skills-0.8.0/skills/rapid-grilling/agents/openai.yaml +4 -0
  84. abvx_agent_skills-0.8.0/skills/recovery-loop-3strike/SKILL.md +60 -0
  85. abvx_agent_skills-0.8.0/skills/recovery-loop-3strike/SKILL_CARD.md +38 -0
  86. abvx_agent_skills-0.8.0/skills/recovery-loop-3strike/agents/openai.yaml +4 -0
  87. abvx_agent_skills-0.8.0/skills/repo-debugging-ledger/SKILL.md +73 -0
  88. abvx_agent_skills-0.8.0/skills/repo-debugging-ledger/SKILL_CARD.md +38 -0
  89. abvx_agent_skills-0.8.0/skills/repo-debugging-ledger/agents/openai.yaml +4 -0
  90. abvx_agent_skills-0.8.0/skills/repo-issue-triage/SKILL.md +56 -0
  91. abvx_agent_skills-0.8.0/skills/repo-issue-triage/SKILL_CARD.md +38 -0
  92. abvx_agent_skills-0.8.0/skills/repo-issue-triage/agents/openai.yaml +4 -0
  93. abvx_agent_skills-0.8.0/skills/role-skill-pack-design/SKILL.md +64 -0
  94. abvx_agent_skills-0.8.0/skills/role-skill-pack-design/SKILL_CARD.md +38 -0
  95. abvx_agent_skills-0.8.0/skills/role-skill-pack-design/agents/openai.yaml +4 -0
  96. abvx_agent_skills-0.8.0/skills/rtk-assisted-shell/SKILL.md +64 -0
  97. abvx_agent_skills-0.8.0/skills/rtk-assisted-shell/SKILL_CARD.md +38 -0
  98. abvx_agent_skills-0.8.0/skills/rtk-assisted-shell/agents/openai.yaml +4 -0
  99. abvx_agent_skills-0.8.0/skills/shell-output-compaction/SKILL.md +69 -0
  100. abvx_agent_skills-0.8.0/skills/shell-output-compaction/SKILL_CARD.md +38 -0
  101. abvx_agent_skills-0.8.0/skills/shell-output-compaction/agents/openai.yaml +4 -0
  102. abvx_agent_skills-0.8.0/skills/skillopt-evolve-skills/SKILL.md +65 -0
  103. abvx_agent_skills-0.8.0/skills/skillopt-evolve-skills/SKILL_CARD.md +38 -0
  104. abvx_agent_skills-0.8.0/skills/skillopt-evolve-skills/agents/openai.yaml +4 -0
  105. abvx_agent_skills-0.8.0/skills/spec-to-prd/SKILL.md +46 -0
  106. abvx_agent_skills-0.8.0/skills/spec-to-prd/SKILL_CARD.md +38 -0
  107. abvx_agent_skills-0.8.0/skills/spec-to-prd/agents/openai.yaml +4 -0
  108. abvx_agent_skills-0.8.0/skills/spreadsheet-workbook-forensics/SKILL.md +58 -0
  109. abvx_agent_skills-0.8.0/skills/spreadsheet-workbook-forensics/SKILL_CARD.md +38 -0
  110. abvx_agent_skills-0.8.0/skills/spreadsheet-workbook-forensics/agents/openai.yaml +4 -0
  111. abvx_agent_skills-0.8.0/skills/system-zoom-out/SKILL.md +41 -0
  112. abvx_agent_skills-0.8.0/skills/system-zoom-out/SKILL_CARD.md +37 -0
  113. abvx_agent_skills-0.8.0/skills/system-zoom-out/agents/openai.yaml +4 -0
  114. abvx_agent_skills-0.8.0/skills/test-driven-execution/SKILL.md +51 -0
  115. abvx_agent_skills-0.8.0/skills/test-driven-execution/SKILL_CARD.md +38 -0
  116. abvx_agent_skills-0.8.0/skills/test-driven-execution/agents/openai.yaml +4 -0
  117. abvx_agent_skills-0.8.0/skills/token-efficient-execution/SKILL.md +60 -0
  118. abvx_agent_skills-0.8.0/skills/token-efficient-execution/SKILL_CARD.md +38 -0
  119. abvx_agent_skills-0.8.0/skills/token-efficient-execution/agents/openai.yaml +4 -0
  120. abvx_agent_skills-0.8.0/skills/token-frugal-mode/SKILL.md +53 -0
  121. abvx_agent_skills-0.8.0/skills/token-frugal-mode/SKILL_CARD.md +38 -0
  122. abvx_agent_skills-0.8.0/skills/token-frugal-mode/agents/openai.yaml +4 -0
  123. abvx_agent_skills-0.8.0/skills/token-usage-audit/SKILL.md +69 -0
  124. abvx_agent_skills-0.8.0/skills/token-usage-audit/SKILL_CARD.md +38 -0
  125. abvx_agent_skills-0.8.0/skills/token-usage-audit/agents/openai.yaml +4 -0
  126. abvx_agent_skills-0.8.0/skills/web-quality-audit/SKILL.md +67 -0
  127. abvx_agent_skills-0.8.0/skills/web-quality-audit/SKILL_CARD.md +38 -0
  128. abvx_agent_skills-0.8.0/skills/web-quality-audit/agents/openai.yaml +4 -0
  129. abvx_agent_skills-0.8.0/skills/workflow-policy-layering/SKILL.md +62 -0
  130. abvx_agent_skills-0.8.0/skills/workflow-policy-layering/SKILL_CARD.md +38 -0
  131. abvx_agent_skills-0.8.0/skills/workflow-policy-layering/agents/openai.yaml +4 -0
  132. abvx_agent_skills-0.8.0/src/abvx_agent_skills/__init__.py +3 -0
  133. abvx_agent_skills-0.8.0/src/abvx_agent_skills/cli.py +110 -0
  134. abvx_agent_skills-0.8.0/src/abvx_agent_skills/packaged.py +12 -0
  135. abvx_agent_skills-0.8.0/src/abvx_agent_skills/validator.py +94 -0
@@ -0,0 +1,6 @@
1
+ __pycache__/
2
+ *.py[cod]
3
+ .venv/
4
+ dist/
5
+ build/
6
+ *.egg-info/
@@ -0,0 +1,30 @@
1
+ # Attribution
2
+
3
+ ABVX Agent Skills are original or adapted workflow artifacts informed by public agent-skill and trustworthy-AI work.
4
+
5
+ ## Sources And Inspiration
6
+
7
+ - Agent Skills specification: portable `SKILL.md` directory format, progressive disclosure, metadata-first discovery. https://agentskills.io/
8
+ - NVIDIA Trustworthy-AI Skill Card: risk, intended-use, evaluation, and ethical-consideration card structure. https://github.com/NVIDIA/Trustworthy-AI/blob/main/Skill%20Card.md
9
+ - Microsoft SkillOpt: validation-gated skill evolution, accepted/rejected edit discipline, reusable skill improvement loop. https://github.com/microsoft/SkillOpt
10
+ - DannyMac180 `codex-dynamic-workflows`: supervised workflow packets, integration, verification, and risk gates for multi-agent work. https://github.com/DannyMac180/skills
11
+ - CodexSaver by fendouai: bounded delegation, risk routing, sandbox-first patches, and read-only specialist patterns. https://github.com/fendouai/CodexSaver
12
+ - context-dot-dev `designmd-supply`: `DESIGN.md` as a machine-readable brand/design-system artifact for agents. https://github.com/context-dot-dev/designmd-supply
13
+ - virgiliojr94 `book-to-skill`: converting long-form documents into progressive-disclosure skills. https://github.com/virgiliojr94/book-to-skill
14
+ - s3rgeym `hh-applicant-tool`: dry-run, scoring, skip-reason, and local-history ideas for job-search workflows. https://github.com/s3rgeym/hh-applicant-tool
15
+ - JuliusBrussee `caveman`: aggressive output-token compression modes and terse answer patterns. https://github.com/juliusbrussee/caveman
16
+ - drona23 `claude-token-efficient`: practical execution rules for reducing repeated reads, rewrites, and filler. https://github.com/drona23/claude-token-efficient
17
+ - nadimtuhin `claude-token-optimizer`: startup-context minimization via small always-loaded core files and on-demand documentation. https://github.com/nadimtuhin/claude-token-optimizer
18
+ - Mibayy `token-savior`: Bash output compaction, persistent memory, and reduced tool-surface ideas for token-efficient coding-agent loops. https://github.com/Mibayy/token-savior
19
+ - tirth8205 `code-review-graph`: graph-guided code reading, targeted review context, and blast-radius-first repo navigation. https://github.com/tirth8205/code-review-graph
20
+ - rtk-ai `rtk`: shell-command rewriting and compact output filtering for high-noise developer commands. https://github.com/rtk-ai/rtk
21
+ - alexgreensh `token-optimizer`: token-waste categorization, compaction survival, and measurement-driven optimization loops. https://github.com/alexgreensh/token-optimizer
22
+ - withkynam `vibecode-pro-max-kit`: approval-gated project setup, context generation, and durable context-maintenance patterns for long-running agent work. https://github.com/withkynam/vibecode-pro-max-kit
23
+ - robzilla1738 `supergoal`: preflight gating, phase-spec execution, baseline-vs-working-tree audit, and bounded three-strike recovery patterns for long autonomous delivery loops. https://github.com/robzilla1738/supergoal
24
+ - Matt Pocock `skills`: small, composable engineering workflows for grilling, TDD, issue slicing, triage, and zoom-out reasoning. https://github.com/mattpocock/skills
25
+ - Local ABVX workflow skills: diagnosis, handoff, complexity optimization, frontend product building, architecture deepening review, browser verification, agent harness design, prototyping, and web quality audit patterns.
26
+ - Modern web platform guidance: accessibility, performance, user experience, privacy, and browser-security patterns were condensed into the `web-quality-audit` skill.
27
+
28
+ ## Notes
29
+
30
+ This repository does not claim endorsement by the projects above. Where ideas are adapted, the ABVX versions are rewritten for Codex-style project work, local validation, and conservative approval gates.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Anton Biletskiy-Volokh
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,238 @@
1
+ Metadata-Version: 2.4
2
+ Name: abvx-agent-skills
3
+ Version: 0.8.0
4
+ Summary: Small, reviewable, validation-gated agent skills for Codex-style project work.
5
+ Project-URL: Homepage, https://github.com/markoblogo/abvx-agent-skills
6
+ Project-URL: Repository, https://github.com/markoblogo/abvx-agent-skills
7
+ Project-URL: Issues, https://github.com/markoblogo/abvx-agent-skills/issues
8
+ Author: markoblogo
9
+ License-Expression: MIT
10
+ License-File: LICENSE
11
+ Keywords: agents,codex,llm,prompts,skills
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3 :: Only
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Topic :: Software Development
20
+ Classifier: Topic :: Text Processing
21
+ Requires-Python: >=3.10
22
+ Requires-Dist: pyyaml>=6.0
23
+ Description-Content-Type: text/markdown
24
+
25
+ # ABVX Agent Skills
26
+
27
+ <p>
28
+ <img src="assets/skillslogo.png" alt="ABVX Agent Skills logo" width="1536" height="1024">
29
+ </p>
30
+
31
+ Small, reviewable, validation-gated agent skills for Codex-style project work.
32
+
33
+ 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.
34
+
35
+ ## Start Here
36
+
37
+ - **Need to save tokens?** Start with `rtk-assisted-shell`, `shell-output-compaction`, `token-efficient-execution`, and `lean-context-layout`. Add `compaction-survival` if your sessions run long enough to forget their own state.
38
+ - **Need to debug a repo?** Start with `diagnose`, `repo-debugging-ledger`, and `graph-guided-code-reading`.
39
+ - **Need to build frontend?** Start with `frontend-product-builder`, `designmd-brand-kit`, and `browser-verification`.
40
+ - **Need long-session continuity?** Start with `handoff`, `compaction-survival`, and `token-usage-audit`.
41
+ - **Need to onboard a new repo?** Start with `project-context-bootstrap` and follow with `durable-context-maintenance`.
42
+ - **Need discovery or product shaping?** Start with `rapid-grilling`, `doc-grounded-grilling`, and `spec-to-prd`.
43
+ - **Need to turn plans into execution?** Start with `plan-to-issues`, `repo-issue-triage`, and `test-driven-execution`.
44
+ - **Need safer long delivery runs?** Start with `delivery-preflight-gate`, `phase-spec-execution`, `recovery-loop-3strike`, and `delivery-baseline-audit`.
45
+ - **Need a full multi-track workflow?** Start with `dynamic-workflow-packets`.
46
+ - **Need to build reusable assistant packs?** Start with `role-skill-pack-design`, `workflow-policy-layering`, `brief-first-execution`, and `private-vs-publishable-skill-audit`.
47
+
48
+ ## Skills
49
+
50
+ 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.
51
+
52
+ ### Token Economy & Context Control
53
+
54
+ | Skill | What It Does | Status | Origin |
55
+ |---|---|---|---|
56
+ | `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 |
57
+ | `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 |
58
+ | `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 |
59
+ | `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 |
60
+ | `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 |
61
+ | `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 |
62
+ | `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 |
63
+ | `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 |
64
+
65
+ ### Coding, Debugging & Architecture
66
+
67
+ | Skill | What It Does | Status | Origin |
68
+ |---|---|---|---|
69
+ | `diagnose` | Runs a disciplined debugging loop around one reproducible signal, ranked hypotheses, and narrow verification. | experimental | ABVX adapted |
70
+ | `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 |
71
+ | `complexity-optimizer` | Finds safe complexity and performance simplifications without turning the codebase into a refactor festival. | experimental | ABVX adapted |
72
+ | `architecture-deepening-review` | Reviews deeper module seams, coupling, change surfaces, and testability, not just top-level architecture slogans. | experimental | ABVX adapted |
73
+ | `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 |
74
+ | `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 |
75
+ | `agents-best-practices` | Hardens agent harnesses around permissions, context shape, safety, and evaluation discipline. | experimental | ABVX adapted |
76
+ | `skillopt-evolve-skills` | Improves agent instructions and skills from real task evidence rather than from theory alone. | experimental | ABVX adapted |
77
+
78
+ ### Frontend, UX & Product Surfaces
79
+
80
+ | Skill | What It Does | Status | Origin |
81
+ |---|---|---|---|
82
+ | `frontend-product-builder` | Builds usable frontends, landing pages, pitch pages, dashboards, and prototypes with a product-first interaction model. | experimental | ABVX adapted |
83
+ | `designmd-brand-kit` | Turns a website or brand surface into an agent-usable design system: structure, identity, and reusable UI cues. | experimental | ABVX adapted |
84
+ | `browser-verification` | Verifies real browser rendering, responsive layout, and interaction behavior instead of trusting static code inspection. | experimental | ABVX adapted |
85
+ | `web-quality-audit` | Audits accessibility, performance, UX, privacy, and browser security as one practical web quality pass. | experimental | ABVX adapted |
86
+ | `prototype-lab` | Rapid throwaway builds for testing interaction, logic, and product direction before committing to heavier implementation. | experimental | ABVX adapted |
87
+
88
+ ### Project Context & Onboarding
89
+
90
+ | Skill | What It Does | Status | Origin |
91
+ |---|---|---|---|
92
+ | `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 |
93
+ | `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 |
94
+
95
+ ### Discovery, Planning & Delivery
96
+
97
+ | Skill | What It Does | Status | Origin |
98
+ |---|---|---|---|
99
+ | `rapid-grilling` | Quickly sharpens vague ideas through one-question-at-a-time alignment before heavier planning starts. | experimental | ABVX adapted |
100
+ | `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 |
101
+ | `spec-to-prd` | Turns clarified context into a durable PRD for product, client, and internal roadmap work. | experimental | ABVX adapted |
102
+ | `plan-to-issues` | Breaks PRDs and plans into thin end-to-end slices that agents or humans can actually pick up. | experimental | ABVX adapted |
103
+ | `repo-issue-triage` | Moves bugs and enhancements through a compact state machine so backlog items become actionable instead of vague. | experimental | ABVX adapted |
104
+
105
+ ### Research, Knowledge & Reusable Methods
106
+
107
+ | Skill | What It Does | Status | Origin |
108
+ |---|---|---|---|
109
+ | `evidence-ledger-research` | Keeps claims, sources, calculations, and open questions in a disciplined evidence ledger. | experimental | ABVX original |
110
+ | `book-to-skill` | Converts books, papers, and long documents into reusable, progressive-disclosure agent skills. | experimental | ABVX adapted |
111
+ | `role-skill-pack-design` | Designs compact role/workflow skill packs with base layers, difference layers, boundaries, and rollout order. | experimental | ABVX original |
112
+ | `workflow-policy-layering` | Separates workflow from authority, escalation, forbidden actions, and validation so assistant specs stop contradicting themselves. | experimental | ABVX original |
113
+ | `brief-first-execution` | Starts non-trivial work with one live brief for scope, non-goals, risks, verification, and done criteria. | experimental | ABVX original |
114
+ | `private-vs-publishable-skill-audit` | Audits private skill packs before publication and extracts only the reusable layer. | experimental | ABVX original |
115
+
116
+ ### Workflow, Handoffs & Multi-Track Work
117
+
118
+ | Skill | What It Does | Status | Origin |
119
+ |---|---|---|---|
120
+ | `dynamic-workflow-packets` | Orchestrates large coding, research, audit, or client-search tracks without losing verification and risk gates. | experimental | ABVX adapted |
121
+ | `handoff` | Produces compact continuation briefs for long-running work, agent resumes, and human handoffs. | experimental | ABVX adapted |
122
+
123
+ ### Long-Run Delivery Control
124
+
125
+ | Skill | What It Does | Status | Origin |
126
+ |---|---|---|---|
127
+ | `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 |
128
+ | `phase-spec-execution` | Breaks larger delivery into explicit phases with acceptance criteria, verification commands, and lightweight state updates. | experimental | ABVX adapted |
129
+ | `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 |
130
+ | `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 |
131
+
132
+ ### Structured Data & Spreadsheet Work
133
+
134
+ | Skill | What It Does | Status | Origin |
135
+ |---|---|---|---|
136
+ | `spreadsheet-workbook-forensics` | Repairs and edits spreadsheets where workbook structure, formulas, and cell-level verification matter. | experimental | ABVX original |
137
+
138
+ ## Install
139
+
140
+ Install one skill into Codex:
141
+
142
+ ```bash
143
+ git clone https://github.com/markoblogo/abvx-agent-skills
144
+ cp -R abvx-agent-skills/skills/dynamic-workflow-packets ~/.codex/skills/
145
+ ```
146
+
147
+ Install all skills:
148
+
149
+ ```bash
150
+ git clone https://github.com/markoblogo/abvx-agent-skills
151
+ cp -R abvx-agent-skills/skills/* ~/.codex/skills/
152
+ ```
153
+
154
+ Start a new agent session after installation so the skill descriptions are discovered.
155
+
156
+ Install via PyPI:
157
+
158
+ ```bash
159
+ pip install abvx-agent-skills
160
+ abvx-skills list
161
+ abvx-skills install
162
+ ```
163
+
164
+ Install one packaged skill into Codex:
165
+
166
+ ```bash
167
+ abvx-skills install dynamic-workflow-packets
168
+ ```
169
+
170
+ Install to a custom destination:
171
+
172
+ ```bash
173
+ abvx-skills install --destination ./tmp-skills
174
+ ```
175
+
176
+ ## Repository Profile
177
+
178
+ Each public skill includes:
179
+
180
+ - `SKILL.md` - executable agent instructions
181
+ - `SKILL_CARD.md` - intended use, attribution, risks, evaluation, and version
182
+ - `agents/openai.yaml` - Codex UI metadata
183
+
184
+ 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.
185
+
186
+ ## Validate
187
+
188
+ ```bash
189
+ python scripts/validate.py
190
+ ```
191
+
192
+ Or validate the packaged skills through the CLI:
193
+
194
+ ```bash
195
+ abvx-skills validate
196
+ ```
197
+
198
+ Validate a local skills directory:
199
+
200
+ ```bash
201
+ abvx-skills validate ~/.codex/skills
202
+ ```
203
+
204
+ The validator checks required files, frontmatter, directory/name alignment, TODO placeholders, cards, UI metadata, and basic secret patterns.
205
+
206
+ ## Release
207
+
208
+ Build and check the package locally:
209
+
210
+ ```bash
211
+ python -m pip install --upgrade build twine
212
+ python -m build
213
+ python -m twine check dist/*
214
+ ```
215
+
216
+ Publish flow:
217
+
218
+ - Run the `publish` GitHub Actions workflow with `repository=testpypi` for a dry run against TestPyPI.
219
+ - Create a GitHub release, or run the same workflow with `repository=pypi`, to publish to PyPI.
220
+ - Configure trusted publishing for both `pypi` and `testpypi` environments in the package index before the first release.
221
+
222
+ ## Philosophy
223
+
224
+ - Keep always-loaded context small.
225
+ - Prefer procedural rules over vague advice.
226
+ - Make skills easy to audit in diffs.
227
+ - Attribute upstream inspiration.
228
+ - Pair useful automation with risk gates and verification.
229
+
230
+ See [docs/abvx-skillpack-profile.md](docs/abvx-skillpack-profile.md) for the repository standard.
231
+
232
+ ## Attribution
233
+
234
+ Several skills are inspired by public work from the broader agent tooling ecosystem. See [ATTRIBUTION.md](ATTRIBUTION.md).
235
+
236
+ ## License
237
+
238
+ MIT. See [LICENSE](LICENSE).
@@ -0,0 +1,214 @@
1
+ # ABVX Agent Skills
2
+
3
+ <p>
4
+ <img src="assets/skillslogo.png" alt="ABVX Agent Skills logo" width="1536" height="1024">
5
+ </p>
6
+
7
+ Small, reviewable, validation-gated agent skills for Codex-style project work.
8
+
9
+ 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.
10
+
11
+ ## Start Here
12
+
13
+ - **Need to save tokens?** Start with `rtk-assisted-shell`, `shell-output-compaction`, `token-efficient-execution`, and `lean-context-layout`. Add `compaction-survival` if your sessions run long enough to forget their own state.
14
+ - **Need to debug a repo?** Start with `diagnose`, `repo-debugging-ledger`, and `graph-guided-code-reading`.
15
+ - **Need to build frontend?** Start with `frontend-product-builder`, `designmd-brand-kit`, and `browser-verification`.
16
+ - **Need long-session continuity?** Start with `handoff`, `compaction-survival`, and `token-usage-audit`.
17
+ - **Need to onboard a new repo?** Start with `project-context-bootstrap` and follow with `durable-context-maintenance`.
18
+ - **Need discovery or product shaping?** Start with `rapid-grilling`, `doc-grounded-grilling`, and `spec-to-prd`.
19
+ - **Need to turn plans into execution?** Start with `plan-to-issues`, `repo-issue-triage`, and `test-driven-execution`.
20
+ - **Need safer long delivery runs?** Start with `delivery-preflight-gate`, `phase-spec-execution`, `recovery-loop-3strike`, and `delivery-baseline-audit`.
21
+ - **Need a full multi-track workflow?** Start with `dynamic-workflow-packets`.
22
+ - **Need to build reusable assistant packs?** Start with `role-skill-pack-design`, `workflow-policy-layering`, `brief-first-execution`, and `private-vs-publishable-skill-audit`.
23
+
24
+ ## Skills
25
+
26
+ 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.
27
+
28
+ ### Token Economy & Context Control
29
+
30
+ | Skill | What It Does | Status | Origin |
31
+ |---|---|---|---|
32
+ | `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 |
33
+ | `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 |
34
+ | `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 |
35
+ | `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 |
36
+ | `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 |
37
+ | `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 |
38
+ | `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 |
39
+ | `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 |
40
+
41
+ ### Coding, Debugging & Architecture
42
+
43
+ | Skill | What It Does | Status | Origin |
44
+ |---|---|---|---|
45
+ | `diagnose` | Runs a disciplined debugging loop around one reproducible signal, ranked hypotheses, and narrow verification. | experimental | ABVX adapted |
46
+ | `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 |
47
+ | `complexity-optimizer` | Finds safe complexity and performance simplifications without turning the codebase into a refactor festival. | experimental | ABVX adapted |
48
+ | `architecture-deepening-review` | Reviews deeper module seams, coupling, change surfaces, and testability, not just top-level architecture slogans. | experimental | ABVX adapted |
49
+ | `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 |
50
+ | `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 |
51
+ | `agents-best-practices` | Hardens agent harnesses around permissions, context shape, safety, and evaluation discipline. | experimental | ABVX adapted |
52
+ | `skillopt-evolve-skills` | Improves agent instructions and skills from real task evidence rather than from theory alone. | experimental | ABVX adapted |
53
+
54
+ ### Frontend, UX & Product Surfaces
55
+
56
+ | Skill | What It Does | Status | Origin |
57
+ |---|---|---|---|
58
+ | `frontend-product-builder` | Builds usable frontends, landing pages, pitch pages, dashboards, and prototypes with a product-first interaction model. | experimental | ABVX adapted |
59
+ | `designmd-brand-kit` | Turns a website or brand surface into an agent-usable design system: structure, identity, and reusable UI cues. | experimental | ABVX adapted |
60
+ | `browser-verification` | Verifies real browser rendering, responsive layout, and interaction behavior instead of trusting static code inspection. | experimental | ABVX adapted |
61
+ | `web-quality-audit` | Audits accessibility, performance, UX, privacy, and browser security as one practical web quality pass. | experimental | ABVX adapted |
62
+ | `prototype-lab` | Rapid throwaway builds for testing interaction, logic, and product direction before committing to heavier implementation. | experimental | ABVX adapted |
63
+
64
+ ### Project Context & Onboarding
65
+
66
+ | Skill | What It Does | Status | Origin |
67
+ |---|---|---|---|
68
+ | `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 |
69
+ | `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 |
70
+
71
+ ### Discovery, Planning & Delivery
72
+
73
+ | Skill | What It Does | Status | Origin |
74
+ |---|---|---|---|
75
+ | `rapid-grilling` | Quickly sharpens vague ideas through one-question-at-a-time alignment before heavier planning starts. | experimental | ABVX adapted |
76
+ | `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 |
77
+ | `spec-to-prd` | Turns clarified context into a durable PRD for product, client, and internal roadmap work. | experimental | ABVX adapted |
78
+ | `plan-to-issues` | Breaks PRDs and plans into thin end-to-end slices that agents or humans can actually pick up. | experimental | ABVX adapted |
79
+ | `repo-issue-triage` | Moves bugs and enhancements through a compact state machine so backlog items become actionable instead of vague. | experimental | ABVX adapted |
80
+
81
+ ### Research, Knowledge & Reusable Methods
82
+
83
+ | Skill | What It Does | Status | Origin |
84
+ |---|---|---|---|
85
+ | `evidence-ledger-research` | Keeps claims, sources, calculations, and open questions in a disciplined evidence ledger. | experimental | ABVX original |
86
+ | `book-to-skill` | Converts books, papers, and long documents into reusable, progressive-disclosure agent skills. | experimental | ABVX adapted |
87
+ | `role-skill-pack-design` | Designs compact role/workflow skill packs with base layers, difference layers, boundaries, and rollout order. | experimental | ABVX original |
88
+ | `workflow-policy-layering` | Separates workflow from authority, escalation, forbidden actions, and validation so assistant specs stop contradicting themselves. | experimental | ABVX original |
89
+ | `brief-first-execution` | Starts non-trivial work with one live brief for scope, non-goals, risks, verification, and done criteria. | experimental | ABVX original |
90
+ | `private-vs-publishable-skill-audit` | Audits private skill packs before publication and extracts only the reusable layer. | experimental | ABVX original |
91
+
92
+ ### Workflow, Handoffs & Multi-Track Work
93
+
94
+ | Skill | What It Does | Status | Origin |
95
+ |---|---|---|---|
96
+ | `dynamic-workflow-packets` | Orchestrates large coding, research, audit, or client-search tracks without losing verification and risk gates. | experimental | ABVX adapted |
97
+ | `handoff` | Produces compact continuation briefs for long-running work, agent resumes, and human handoffs. | experimental | ABVX adapted |
98
+
99
+ ### Long-Run Delivery Control
100
+
101
+ | Skill | What It Does | Status | Origin |
102
+ |---|---|---|---|
103
+ | `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 |
104
+ | `phase-spec-execution` | Breaks larger delivery into explicit phases with acceptance criteria, verification commands, and lightweight state updates. | experimental | ABVX adapted |
105
+ | `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 |
106
+ | `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 |
107
+
108
+ ### Structured Data & Spreadsheet Work
109
+
110
+ | Skill | What It Does | Status | Origin |
111
+ |---|---|---|---|
112
+ | `spreadsheet-workbook-forensics` | Repairs and edits spreadsheets where workbook structure, formulas, and cell-level verification matter. | experimental | ABVX original |
113
+
114
+ ## Install
115
+
116
+ Install one skill into Codex:
117
+
118
+ ```bash
119
+ git clone https://github.com/markoblogo/abvx-agent-skills
120
+ cp -R abvx-agent-skills/skills/dynamic-workflow-packets ~/.codex/skills/
121
+ ```
122
+
123
+ Install all skills:
124
+
125
+ ```bash
126
+ git clone https://github.com/markoblogo/abvx-agent-skills
127
+ cp -R abvx-agent-skills/skills/* ~/.codex/skills/
128
+ ```
129
+
130
+ Start a new agent session after installation so the skill descriptions are discovered.
131
+
132
+ Install via PyPI:
133
+
134
+ ```bash
135
+ pip install abvx-agent-skills
136
+ abvx-skills list
137
+ abvx-skills install
138
+ ```
139
+
140
+ Install one packaged skill into Codex:
141
+
142
+ ```bash
143
+ abvx-skills install dynamic-workflow-packets
144
+ ```
145
+
146
+ Install to a custom destination:
147
+
148
+ ```bash
149
+ abvx-skills install --destination ./tmp-skills
150
+ ```
151
+
152
+ ## Repository Profile
153
+
154
+ Each public skill includes:
155
+
156
+ - `SKILL.md` - executable agent instructions
157
+ - `SKILL_CARD.md` - intended use, attribution, risks, evaluation, and version
158
+ - `agents/openai.yaml` - Codex UI metadata
159
+
160
+ 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.
161
+
162
+ ## Validate
163
+
164
+ ```bash
165
+ python scripts/validate.py
166
+ ```
167
+
168
+ Or validate the packaged skills through the CLI:
169
+
170
+ ```bash
171
+ abvx-skills validate
172
+ ```
173
+
174
+ Validate a local skills directory:
175
+
176
+ ```bash
177
+ abvx-skills validate ~/.codex/skills
178
+ ```
179
+
180
+ The validator checks required files, frontmatter, directory/name alignment, TODO placeholders, cards, UI metadata, and basic secret patterns.
181
+
182
+ ## Release
183
+
184
+ Build and check the package locally:
185
+
186
+ ```bash
187
+ python -m pip install --upgrade build twine
188
+ python -m build
189
+ python -m twine check dist/*
190
+ ```
191
+
192
+ Publish flow:
193
+
194
+ - Run the `publish` GitHub Actions workflow with `repository=testpypi` for a dry run against TestPyPI.
195
+ - Create a GitHub release, or run the same workflow with `repository=pypi`, to publish to PyPI.
196
+ - Configure trusted publishing for both `pypi` and `testpypi` environments in the package index before the first release.
197
+
198
+ ## Philosophy
199
+
200
+ - Keep always-loaded context small.
201
+ - Prefer procedural rules over vague advice.
202
+ - Make skills easy to audit in diffs.
203
+ - Attribute upstream inspiration.
204
+ - Pair useful automation with risk gates and verification.
205
+
206
+ See [docs/abvx-skillpack-profile.md](docs/abvx-skillpack-profile.md) for the repository standard.
207
+
208
+ ## Attribution
209
+
210
+ Several skills are inspired by public work from the broader agent tooling ecosystem. See [ATTRIBUTION.md](ATTRIBUTION.md).
211
+
212
+ ## License
213
+
214
+ MIT. See [LICENSE](LICENSE).
@@ -0,0 +1,63 @@
1
+ # ABVX Skillpack Profile
2
+
3
+ ABVX skillpacks are small, reviewable agent skills for project work.
4
+
5
+ ## Required Files
6
+
7
+ Each public skill should include:
8
+
9
+ ```text
10
+ skills/<skill-name>/
11
+ SKILL.md
12
+ SKILL_CARD.md
13
+ agents/openai.yaml
14
+ ```
15
+
16
+ Optional resources:
17
+
18
+ ```text
19
+ scripts/
20
+ references/
21
+ assets/
22
+ ```
23
+
24
+ ## Frontmatter
25
+
26
+ Use conservative frontmatter for Codex compatibility:
27
+
28
+ ```yaml
29
+ ---
30
+ name: skill-name
31
+ description: What this skill does and when to use it.
32
+ license: MIT
33
+ metadata:
34
+ abvx_status: experimental
35
+ abvx_origin: original
36
+ ---
37
+ ```
38
+
39
+ Keep the description trigger-rich and under 1024 characters.
40
+
41
+ ## Skill Card
42
+
43
+ `SKILL_CARD.md` documents:
44
+
45
+ - description,
46
+ - owner,
47
+ - license,
48
+ - intended use,
49
+ - out of scope,
50
+ - sources and attribution,
51
+ - inputs and outputs,
52
+ - risks and mitigations,
53
+ - evaluation,
54
+ - version,
55
+ - reporting issues.
56
+
57
+ ## Quality Bar
58
+
59
+ - Actionable rules beat explanations.
60
+ - Avoid broad process for small tasks.
61
+ - Do not store secrets, bulky logs, personal data, private contacts, or copied book chapters.
62
+ - Add approval gates for destructive, external, expensive, or privacy-sensitive work.
63
+ - Report verification honestly.
@@ -0,0 +1,57 @@
1
+ [build-system]
2
+ requires = ["hatchling>=1.25.0"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "abvx-agent-skills"
7
+ version = "0.8.0"
8
+ description = "Small, reviewable, validation-gated agent skills for Codex-style project work."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ license = "MIT"
12
+ authors = [
13
+ { name = "markoblogo" }
14
+ ]
15
+ dependencies = [
16
+ "PyYAML>=6.0",
17
+ ]
18
+ keywords = ["agents", "skills", "codex", "llm", "prompts"]
19
+ classifiers = [
20
+ "License :: OSI Approved :: MIT License",
21
+ "Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3 :: Only",
23
+ "Programming Language :: Python :: 3.10",
24
+ "Programming Language :: Python :: 3.11",
25
+ "Programming Language :: Python :: 3.12",
26
+ "Programming Language :: Python :: 3.13",
27
+ "Topic :: Software Development",
28
+ "Topic :: Text Processing",
29
+ ]
30
+
31
+ [project.urls]
32
+ Homepage = "https://github.com/markoblogo/abvx-agent-skills"
33
+ Repository = "https://github.com/markoblogo/abvx-agent-skills"
34
+ Issues = "https://github.com/markoblogo/abvx-agent-skills/issues"
35
+
36
+ [project.scripts]
37
+ abvx-skills = "abvx_agent_skills.cli:main"
38
+
39
+ [tool.hatch.build.targets.wheel]
40
+ packages = ["src/abvx_agent_skills"]
41
+
42
+ [tool.hatch.build.targets.wheel.force-include]
43
+ "skills" = "src/abvx_agent_skills/skills"
44
+ "docs" = "src/abvx_agent_skills/docs"
45
+ "LICENSE" = "src/abvx_agent_skills/LICENSE"
46
+ "ATTRIBUTION.md" = "src/abvx_agent_skills/ATTRIBUTION.md"
47
+
48
+ [tool.hatch.build.targets.sdist]
49
+ include = [
50
+ "/src",
51
+ "/skills",
52
+ "/docs",
53
+ "/scripts",
54
+ "/README.md",
55
+ "/LICENSE",
56
+ "/ATTRIBUTION.md",
57
+ ]
@@ -0,0 +1,27 @@
1
+ #!/usr/bin/env python3
2
+ from __future__ import annotations
3
+
4
+ from pathlib import Path
5
+ import sys
6
+
7
+ ROOT = Path(__file__).resolve().parents[1]
8
+ SRC = ROOT / "src"
9
+ if str(SRC) not in sys.path:
10
+ sys.path.insert(0, str(SRC))
11
+
12
+ from abvx_agent_skills.validator import validate_skills_root
13
+
14
+
15
+ def main() -> int:
16
+ failures = validate_skills_root(ROOT / "skills")
17
+ if failures:
18
+ print("Validation failed:")
19
+ for item in failures:
20
+ print(f"- {item}")
21
+ return 1
22
+ print("All skills valid.")
23
+ return 0
24
+
25
+
26
+ if __name__ == "__main__":
27
+ raise SystemExit(main())