dogfood

dogfood is a skill for Claude Code, Codex from getlien/lien. It costs 42 tokens per session (8,902 once invoked), scanned A, original, AGPL-3.0.

A development workflow for building Lien, restarting its MCP server, and assigning seven agents to test, review, and audit the project in parallel. MCP is a standard for connecting AI agents to software tools.

In plain words
What is it for?
Use it after changes to run the server, test its tools, review documentation and architecture, inspect tests and security, and assess how easy the project is to use.
Why use it?
It organizes broad project checks across functionality, documentation, architecture, tests, security, code quality, and developer experience.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/getlien/lien/dogfood
Any agent
npx skills add getlien/lien --skill dogfood
Clone the repo
git clone --depth 1 https://github.com/getlien/lien

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 dogfood

README.md
[![agentmods](https://agentmods.dev/badge/skills/getlien/lien/dogfood.svg)](https://agentmods.dev/skills/getlien/lien/dogfood)
Your own site
<a href="https://agentmods.dev/skills/getlien/lien/dogfood"><img src="https://agentmods.dev/badge/skills/getlien/lien/dogfood.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,902 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00042 $0.08902
Opus 5 $0.00021 $0.04451
Sonnet 5 $0.00008 $0.01780
Haiku 4.5 $0.00004 $0.00890

Measured today against content hash af5f04196bb4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dogfood 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 today.

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/dogfood/SKILL.md · 696 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. today Changed · -51 lines · -3 tokens per session af5f04196bb4
  2. 3d ago First seen · 747 lines · 45 tokens per session scan A 46123d03c261

Subscribe to this mod's changes

dogfood is a skill published in the GitHub repository getlien/lien (2 stars, last pushed today), licensed AGPL-3.0. It adds 42 tokens to every session and 8,902 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

handoff

Prepare a concise repository-work handoff and write it only after explicit confirmation to the visible repository-root Markdown file MEMENTOHANDOFF.md. Use when the user asks to capture, save, or pass current work to a later session or collaborator; never perform hidden or automatic writes.

caiowilson/MCP-memento · 59 tokens

prime

Orient to an unfamiliar or resumed repository through bounded reads of repo instructions, root manifests, Git state, and a few high-signal files. Use when the user asks to prime, orient to, understand, or resume work in a repository; do not use for semantic search or background indexing.

caiowilson/MCP-memento · 60 tokens

review-changes

Review current staged, unstaged, and untracked Git changes for correctness and regression risk, grounded in changed paths, diffs, focused file reads, and nearby test discovery. Use when the user asks to review local changes or a working-tree diff; do not use for broad repository audits.

caiowilson/MCP-memento · 62 tokens

seller-research

Use when researching a merchant, storefront, marketplace seller, or merchant of record for a buying decision, especially when identity, refund terms, fulfillment, counterfeit risk, domain history, or independent buyer outcomes are uncertain.

cinderline/northcinder · 46 tokens

mcp-local-rag

Searches, saves, and maintains a local document index through a local RAG MCP server. Use when user says "search my docs", "save this page", "read around that chunk", "sync my index", or invokes npx mcp-local-rag.

shinpr/mcp-local-rag · 61 tokens

lilbee-mcp

Search and manage the user's local lilbee knowledge base over MCP. Use whenever the user has indexed code, docs, PDFs, or web pages into lilbee and you need cited answers, or whenever they ask you to ingest content, swap models, or tune retrieval against their library. Every fact returned cites file and line.…

tobocop2/lilbee · 95 tokens