Borrowing it
Nothing to install: this file belongs to nathfavour/vibeauracle. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/nathfavour/vibeauracle/master/.agent/skills/arch-integrity/SKILL.mdgit clone --depth 1 https://github.com/nathfavour/vibeauracleWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nathfavour/vibeauracle/arch-integrity)<a href="https://agentmods.dev/skills/nathfavour/vibeauracle/arch-integrity"><img src="https://agentmods.dev/badge/skills/nathfavour/vibeauracle/arch-integrity.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00262 |
| Opus 5 | $0.00000 | $0.00131 |
| Sonnet 5 | $0.00000 | $0.00052 |
| Haiku 4.5 | $0.00000 | $0.00026 |
Grade A, and why
arch-integrity scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
🏗️ Skill: Architectural Integrity
This skill ensures that VibeAuracle maintains its "Modular Monolith" structure and Hexagonal Architecture principles.
🎯 Objective
Prevent tight coupling between the cognitive core (brain) and infrastructure adapters (UI, Providers, Tools).
🛠️ Instructions
1. Hexagonal Boundaries
- Core Logic: Keep
internal/brainpure. It should define interfaces for what it needs, not import specific implementations frominternal/modelorinternal/sysunless necessary for types. - Dependency Inversion: Use factories or registry patterns (see
internal/model/model.go) to inject dependencies.
2. Workspace Hygiene
- When adding new capabilities, consider if they belong in an existing module or deserve a new subdirectory in
internal/. - Maintain
go.workconsistency.
3. TUI Decoupling
- The UI (
cmd/vibeaura/chat_ui.go) should strictly be a consumer of the Brain's output. - Avoid putting business logic or tool execution logic directly into the TUI's
Updatefunction.
✅ Verification
- Check for circular dependencies using
go list. - Ensure new features are accompanied by tests in the relevant module.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 25 lines · 0 tokens per session scan A 59083ca1b3b9
arch-integrity is a skill published in the GitHub repository nathfavour/vibeauracle (5 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 262 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
spec-kitty-charter-doctrine
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…
agent-curator
Deep curation of a single agent definition through structured human conversation. Coordinates knowledge research, persona refinement, tooling optimization, and instruction quality improvement. One agent at a time, with due care.
agent-browser
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to Playwright MCP - uses Bash commands with ref-based element selection. Triggers on "browse website", "fill form", "click button", "take screenshot", "scrape…
agent-coverage-check
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
agent-code-generator
Generates Agent definitions (.md files) based on user intent and standard templates.