connectivity-audit

connectivity-audit is a skill for Claude Code, Codex from lahkiri/xeo-forge. It costs 56 tokens per session (255 once invoked), scanned A, original, MIT.

Um procedimento para verificar se uma funcionalidade está ligada em todas as partes necessárias de uma aplicação: dados, API, execução e interface.

In plain words
What is it for?
Serve para auditar funcionalidades, registar evidências por camada, encontrar ligações em falta e documentar limites não corrigidos.
Why use it?
Evita declarar uma funcionalidade concluída quando ela existe apenas em parte do sistema ou não pode ser usada pela interface.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Serve para auditar funcionalidades, registar evidências por camada, encontrar ligações em falta e documentar limites não corrigidos.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lahkiri/xeo-forge/connectivity-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lahkiri/xeo-forge --skill connectivity-audit
Clone the repo
git clone --depth 1 https://github.com/lahkiri/xeo-forge

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for connectivity-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/lahkiri/xeo-forge/connectivity-audit.svg)](https://agentmods.dev/skills/lahkiri/xeo-forge/connectivity-audit)
Your own site
<a href="https://agentmods.dev/skills/lahkiri/xeo-forge/connectivity-audit"><img src="https://agentmods.dev/badge/skills/lahkiri/xeo-forge/connectivity-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00255
Opus 5 $0.00028 $0.00128
Sonnet 5 $0.00011 $0.00051
Haiku 4.5 $0.00006 $0.00026

Measured 8d ago against content hash 3f411b059a12, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

connectivity-audit 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 8d 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.

skills/connectivity-audit/SKILL.md · 9 lines

What it actually says

Before declaring any Xeo Forge feature complete, the agent walks its wiring through four layers and records the evidence for each: the schema (column or table in lib/db/schema.ts), the API surface (a route in app/api that reads or writes it), the runtime (the agent loop or server logic that acts on it), and the UI (a control or display bound to it). A feature missing any layer is reported as a gap with the exact missing layer named, not as complete.

The agent keeps a connectivity table for the release it is building — Feature | schema | API | runtime | UI — and fills every cell with a file reference or an explicit NO. Any row containing NO is either fixed in the same pass or disclosed in README under honest boundaries before the release ships. This skill exists because the v1.21 autonomy feature was wired through two layers while being announced through four; the table method makes that class of failure visible before release, not after.

Changes

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.

  1. 8d ago First seen · 9 lines · 56 tokens per session scan A 3f411b059a12

Subscribe to this mod's changes

connectivity-audit is a skill published in the GitHub repository lahkiri/xeo-forge (11 stars, last pushed 5d ago), licensed MIT. It adds 56 tokens to every session and 255 once invoked, about $0.0003 per session on Opus 5. 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-30.

Related

Other skills, from other repositories

copilotkit-debug

Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.

CopilotKit/CopilotKit · 42 tokens

copilotkit-agui

Use when building custom agent backends, implementing the AG-UI protocol, debugging streaming issues, or understanding how agents communicate with frontends. Covers event types, SSE transport, AbstractAgent/HttpAgent patterns, state synchronization, tool calls, and human-in-the-loop flows.

CopilotKit/CopilotKit · 61 tokens

inspector-workbench

Runs Inspector UI work on the standalone Threads state lab so the agent can see the overlay. Use when a CopilotKit employee asks an agent to fix, polish, add, or debug Inspector UI, chrome, panes, overlay actions, launcher, Home, Threads, Playground, Memory, or any visual behavior in @copilotkit/web-inspector. Don't…

CopilotKit/CopilotKit · 112 tokens

openlore-debug

Debug with OpenLore structural context, an explicit root-cause hypothesis, and RED/GREEN verification. Use when a bug, failure, or regression needs diagnosis and repair.

clay-good/OpenLore · 39 tokens

openlore-analyze-codebase

Run a full static OpenLore analysis and summarize architecture, call graph, refactoring issues, and duplicate code. Use when asked to analyze, map, or assess a codebase without LLM inference.

clay-good/OpenLore · 48 tokens

factory-triage

Triage a Factory work item's issue — trace history, understand architecture, diagnose root cause, then advance the stage.

mastra-ai/mastra · 27 tokens