terry-form-mcp: Skill for Claude Code

.claude/skills/terry-form-mcp-expert/SKILL.md

terry-form-mcp-expert is a skill for Claude Code from aj-geddes/terry-form-mcp. It costs 0 tokens per session (5,180 once invoked), scanned A, original, MIT.

A project-specific reference skill for Terry-Form MCP, an MCP server that provides tools and information to AI assistants. It tells the assistant to load the project's instructions and inspect its recent repository state at the start of a session.

In plain words
What is it for?
It is for starting work on the Terry-Form MCP project, checking its current Git state, and reviewing relevant project warnings. Git is the version-control system used to track the project's files and changes.
Why use it?
It gives the assistant the project's required background and operating rules before work begins. This can reduce mistakes caused by missing project context or overlooked known issues.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is aj-geddes/terry-form-mcp's own configuration. It tells Claude Code how to work on terry-form-mcp 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 terry-form-mcp configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 src/server_enhanced_with_lsp.py # Run the MCP server directly.

Reuse

Borrowing it

Nothing to install: this file belongs to aj-geddes/terry-form-mcp. 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/aj-geddes/terry-form-mcp/main/.claude/skills/terry-form-mcp-expert/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aj-geddes/terry-form-mcp

Made for: Claude Code.

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 terry-form-mcp-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/aj-geddes/terry-form-mcp/terry-form-mcp-expert/github.svg)](https://agentmods.dev/skills/aj-geddes/terry-form-mcp/terry-form-mcp-expert)
Your own site
<a href="https://agentmods.dev/skills/aj-geddes/terry-form-mcp/terry-form-mcp-expert"><img src="https://agentmods.dev/badge/skills/aj-geddes/terry-form-mcp/terry-form-mcp-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for terry-form-mcp-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/aj-geddes/terry-form-mcp/terry-form-mcp-expert"><img src="https://agentmods.dev/badge/skills/aj-geddes/terry-form-mcp/terry-form-mcp-expert.svg" alt="Reviewed on agentmods" width="80" 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 5,180 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.05180
Opus 5 $0.00000 $0.02590
Sonnet 5 $0.00000 $0.01036
Haiku 4.5 $0.00000 $0.00518

Measured 12d ago against content hash 6bd4ef920210, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

terry-form-mcp-expert 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 12d 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.

.claude/skills/terry-form-mcp-expert/SKILL.md · 386 lines

How it starts

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

terry-form-mcp-expert Skill

Skill Metadata

  • Version: 1.0.0
  • Last Updated: 2026-03-04
  • Project: Terry-Form MCP
  • Skill Path: .claude/skills/terry-form-mcp-expert/SKILL.md

Purpose & Invocation

This skill makes the AI assistant an expert in everything about the Terry-Form MCP project. It should be loaded at the start of every session by referencing this file.

Trigger phrases (any of these should cause the AI to load this skill):

  • "start a session on terry-form-mcp"
  • "load project context"
  • "you are the terry-form-mcp expert"
  • "what do you know about this project"

Session Start Protocol

When this skill is invoked, the AI assistant MUST:

  1. Read this file completely before responding to any task
  2. State which version of the skill was loaded and the last-updated date
  3. Summarize the project in 2-3 sentences to confirm context is loaded
  4. Ask the developer what they are working on today
  5. Check git status and git log --oneline -10 to understand current state
  6. Flag any known issues from the Gotchas section relevant to today's work

Project Overview

Terry-Form MCP is a production-ready Model Context Protocol (MCP) server that provides AI-powered Terraform execution within Docker containers. It exposes 25 MCP tools for Terraform operations (init, validate, fmt, plan), LSP-based code intelligence via terraform-ls, GitHub App integration, and Terraform Cloud connectivity. The server communicates via MCP stdio transport — there is no HTTP server, no web dashboard, and no exposed ports.

The project serves infrastructure teams that want to safely automate Terraform workflows through AI assistants like Claude Desktop. Security is the core design principle: destructive operations (apply, destroy) are permanently blocked, all file access is isolated to /mnt/workspace, inputs are sanitized against injection, and the container runs as a non-root user (UID 1001). Version 3.1.0 requires Python >= 3.10.

The documentation site at https://aj-geddes.github.io/terry-form-mcp is a Jekyll-based GitHub Pages site with a dark-first glassmorphism design, covering 10 guides, 6 tutorials, API reference for all 25 tools, and architecture documentation.

Read the full file on GitHub · 386 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. 12d ago First seen · 386 lines · 0 tokens per session scan A 6bd4ef920210

Subscribe to this mod's changes

terry-form-mcp-expert is a skill published in the GitHub repository aj-geddes/terry-form-mcp (10 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,180 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens