specsmith: Skill for Claude Code

.agents/skills/local-ai-governed/SKILL.md

local-ai-governed is a skill for Claude Code, Codex from layer1labs/specsmith. It costs 0 tokens per session (556 once invoked), scanned A, original, MIT.

A governed profile for agents that use AI models and tools running on the user's own computer. It combines permission controls, policy checks, context management, and integrations with local AI platforms.

In plain words
What is it for?
It helps operate agents with Ollama, LM Studio, vLLM, and other local tools, while supporting approved execution, context limits, requirements, testing, and traceability work.
Why use it?
It accounts for the limits and security needs of local models while restricting agents to approved skills and managing their available context.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is layer1labs/specsmith's own configuration. It tells Claude Code and Codex how to work on specsmith itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything specsmith configures →

Reuse

Borrowing it

Nothing to install: this file belongs to layer1labs/specsmith. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/layer1labs/specsmith/main/.agents/skills/local-ai-governed/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/layer1labs/specsmith

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 local-ai-governed

README.md
[![agentmods](https://agentmods.dev/badge/skills/layer1labs/specsmith/local-ai-governed.svg)](https://agentmods.dev/skills/layer1labs/specsmith/local-ai-governed)
Your own site
<a href="https://agentmods.dev/skills/layer1labs/specsmith/local-ai-governed"><img src="https://agentmods.dev/badge/skills/layer1labs/specsmith/local-ai-governed.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 556 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.00000 $0.00556
Opus 5 $0.00000 $0.00278
Sonnet 5 $0.00000 $0.00111
Haiku 4.5 $0.00000 $0.00056

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

Security

Grade A, and why

local-ai-governed 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.

.agents/skills/local-ai-governed/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SKILL.md

Local AI Governed Profile

Requirements Covered

Governance Requirements

  • REQ-012: Least-Privilege Agent Permissions
  • REQ-217: Agent Permissions Check
  • REQ-220: Policy Guardrails
  • REQ-244: Context Window Sizing
  • REQ-245: Live Context Fill Indicator
  • REQ-246: Auto Context Compression
  • REQ-247: Hard Context Ceiling

Core Principle

The local-ai-governed profile is designed for agents operating with local AI models and tools. It ensures compliance with Specsmith governance while managing the unique constraints and capabilities of local AI environments.

Profile Characteristics

Required Skills

  • preflight-gate
  • governed-agent-loop
  • requirement-author
  • testcase-author
  • traceability-auditor
  • context-pack-compiler
  • token-budget-auditor
  • skill-composer
  • webui-integration
  • vllm-integration
  • lmstudio-integration
  • ollama-integration
  • openterminal-integration

Environment-Specific Features

  • Local AI model integration capabilities
  • Context window optimization for local AI constraints
  • Compliance with local AI environment policies
  • Integration with various local AI platforms

Implementation Details

Local AI-Specific Execution

  1. Leverage local AI model capabilities for code generation and analysis
  2. Optimize context windows to fit local AI constraints
  3. Apply Specsmith governance rules within local AI environments
  4. Maintain traceability between local AI actions and Specsmith requirements

Context Management

  • Optimize context for local AI model limitations
  • Apply local AI-specific compression techniques
  • Ensure context fits within local AI constraints while maintaining traceability
  • Track local AI usage and performance metrics

Configuration

Default Behavior

By default, the local-ai-governed profile:

  • Integrates with various local AI platforms (WebUI, VLLM, LMStudio, Ollama, OpenTerminal)
  • Optimizes context for local AI model constraints
  • Maintains full Specsmith governance compliance
  • Tracks local AI usage metrics

Read the full file on GitHub · 80 lines

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. 7d ago First seen · 80 lines · 0 tokens per session scan A 1ed7ad1b4e2d

Subscribe to this mod's changes

local-ai-governed is a skill published in the GitHub repository layer1labs/specsmith (7 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 556 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.

Related

Other skills, from other repositories

arch-audit

Audit Claude Code architecture files against Anthropic docs and release notes, and verify internal ecosystem consistency. Run on demand to maintain compliance, catch new features, and keep the context system clean.

marcoguillermaz/Tierward · 41 tokens

skill-dev

Code quality audit: detect cross-module coupling, N+1 queries, dead exports, antipatterns, over-large components. Cross-checks against refactoring backlog.

marcoguillermaz/Tierward · 0 tokens

accessibility-audit

Unified accessibility audit - axe-core WCAG 2.2 scan, APCA contrast measurement, static a11y checks (aria-label, tabindex, form labels, focus visibility, onClick on non-interactive). Static and live modes.

marcoguillermaz/Tierward · 0 tokens

pr-review

Autonomous local code review. Reviews either an open PR's diff (via gh) or the local working diff against a base branch (--local, auto-selected when no PR exists yet), spawns a dedicated review subagent with universal + stack-specific severity criteria, posts the review as a comment on the PR (audit trail; skipped in…

marcoguillermaz/Tierward · 0 tokens

responsive-audit

Responsive audit: test pages at 375/768/1024px breakpoints via Playwright. Checks overflow, tap targets, sidebar collapse, text reflow, WCAG 1.4.4 zoom.

marcoguillermaz/Tierward · 0 tokens

security-audit

Security audit: auth/authz on API routes, input validation, row-level access control (RLS in Postgres, ORM scopes or app-level guards elsewhere), response shape review, secret exposure, HTTP headers. Native mode checks entitlements and Keychain. MCP-aware (v1.20+): when mcp-nvd server is wired, Step 3c queries live…

marcoguillermaz/Tierward · 0 tokens