Agent Config Starter — Development skill for Claude Code
Template: a ready-to-run instance of agent-config-harness — agent instruction files with a domain registry, structural tests, and a scored rubric.
How to install Agent Config Starter
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open damson/agent-config-starter and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Config Starter does
Template: a ready-to-run instance of agent-config-harness — agent instruction files with a domain registry, structural tests, and a scored rubric.
Alternatives in Development
- Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
- Gemini CLI Foundations — This repository is a comprehensive skills library for Gemini CLI - reusable, production-ready skill packages t 5.3k ★
- Claude Code Plugins — jeremylongshore Instruction-template plugins and MCP plugin packs 1.7k ★
README
agent-config-starter
[](https://github.com/damson/agent-config-starter/actions/workflows/ci.yml) [](LICENSE)
**Your agent instructions, managed like code.**
Hi! 👋 This is the on-ramp to [agent-config-harness](https://github.com/damson/agent-config-harness): a ready-to-run repo where your `CLAUDE.md` files are registered, structurally tested, and graded A to F by a rubric that notices when they get worse. The robots read these files before touching your code; this starter is how you stop feeding them folklore.
Everything here is pre-wired. The harness holds the machinery, vendored as a pinned submodule; every file you actually edit is config. Clone it, rename one example domain, and you are under management in five minutes.
Quickstart
gh repo create my-agent-config --template damson/agent-config-starter --private --clone
cd my-agent-config
git submodule update --init
just setup # symlink configs and skills into ~/.claude
just check # health-check every domain and link
just test # secret lint + skill structure
⚠️ **Before `just setup`:** it points your global Claude config at this repo: `~/.claude/CLAUDE.md`, `~/.claude/preferences.md`, `~/.claude/statusline.sh` and the two identity files, plus your skills. An existing regular file there is moved aside to a timestamped `.bak` (and the run says so); a symlink owned by another config repo makes setup refuse rather than silently take over. Your old config survives either way, but read the output.
Scoring needs the Claude CLI and an API key. Everything else runs without one:
just eval # score every domain on the rubric
just eval myproject # one domain
What's in the box
A worked example of every moving part, each file carrying comments that say what to replace and w
Related Skills
Webflow Template Preflight
Creator checklist and Claude skill for Webflow template preflight, with structural HTML checks and HTTP regres
Buildable Generate
Generate a local-first prototype from a prompt — copies a runnable Buildable starter or writes a plan-only ins
Writing LinkedIn Posts
Claude Code / Cowork skill that drafts a complete LinkedIn post: scored hook, body on a deliberate rhythm, CTA
Pattern Discovery
Deep structural pattern recognition with cross-domain transfer identification
Brain Init
Scaffold a new second brain vault from scratch - creates AGENTS.md, index.md, log.md, and starter domain folde
Openehr Explain
One-stop router that explains or looks up any openEHR thing — auto-detects an archetype, a template, an RM/AM/
Related Agents
Template Contract Reviewer
Use after any change under aai_cli/init/templates/ (the assembly init starter apps) to verify the scaffold sti
Judge Panel
Use when a draft or a past winning entry must be scored against a contest's official rubric before submission.
Autoresearcher
One-bounded-dig research experimenter — reads the brief, proposes ONE hypothesis targeting ONE harness compone