Devkit-AI CLAUDE.md

Devkit-AI CLAUDE.md is an instructions file for coding agents from pau-vega/Devkit-AI. It costs 2,341 tokens per session, scanned A, original, MIT.

Project instructions describing a marketplace that packages add-ons for Claude Code, Cursor, and OpenCode. It includes repository structure, project context, and local development guidance.

In plain words
What is it for?
Use it when developing or maintaining the marketplace, its Markdown and configuration files, its Node.js installer, or its static landing page.
Why use it?
It gives coding agents the conventions and setup details needed to work consistently in that repository.

Instructions file

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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 instructions/pau-vega/devkit-ai/claude-md
Clone the repo
git clone --depth 1 https://github.com/pau-vega/Devkit-AI

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 Devkit-AI CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pau-vega/devkit-ai/claude-md.svg)](https://agentmods.dev/instructions/pau-vega/devkit-ai/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/pau-vega/devkit-ai/claude-md"><img src="https://agentmods.dev/badge/instructions/pau-vega/devkit-ai/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,341 This file is loaded in full into every session.
When invoked 2,341 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.02341 $0.02341
Opus 5 $0.01171 $0.01171
Sonnet 5 $0.00468 $0.00468
Haiku 4.5 $0.00234 $0.00234

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

Security

Grade A, and why

Devkit-AI CLAUDE.md 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 5d 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.md · 199 lines

How it starts

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

Project Notes

This file is the developer-handoff for AI assistants working in this repository. It is not specific to any single runtime — the marketplace ships plugins for Claude Code, Cursor, and OpenCode from a single source tree, and the installer (npx devkit-ai) translates per-target.

Project Overview

A multi-runtime plugin marketplace containing three plugins: typescript-rules, jsdoc-standards, and commit-commands. The marketplace ships an npx devkit-ai installer that copies the plugins into Claude Code, Cursor, or OpenCode at any of three scopes (project, project-local, user). The marketplace is being extended so all three runtimes get the same skill / command / hook surface.

The repo is mostly markdown, JSON configs, shell scripts, and a static HTML landing page — but there is also a Node-based installer (bin/install.mjs + src/installer/*.mjs, ESM, one runtime dep: @clack/prompts). The build step for the landing page is a single bash script.

Repository Structure

  • .claude-plugin/marketplace.json — Marketplace manifest declaring all three plugins. The .claude-plugin/ directory is Claude Code's conventional manifest path; the installer's source-of-truth is the JSON inside it, not the directory name.
  • plugins/typescript-rules/ — TypeScript conventions plugin (agent, command, skill, hooks)
  • plugins/jsdoc-standards/ — JSDoc documentation plugin (agent, command, skill, hooks)
  • plugins/commit-commands/ — Git workflow plugin (commands, agents, skill; no hooks)
  • .cursor/skills/ — Cursor-readable symlinks to each plugin's skills (generated by the build script)
  • package.json + bin/install.mjs + src/installer/*.mjsdevkit-ai npm package, an @clack/prompts-based installer that copies the plugins into Claude Code, Cursor, or OpenCode at any of three scopes
  • marketplace.html — Static landing page rendered to GitHub Pages, embeds plugin metadata via const PLUGINS = [...]
  • scripts/build-marketplace.sh — Discovers components in each plugin, generates .cursor/skills/ symlinks, and injects fresh JSON into marketplace.html
  • .github/workflows/deploy-pages.yml — Runs the build script and deploys marketplace.html to Pages on every push
  • .github/workflows/release-please.yml — Release-please + npm publish to the public npm registry

Read the full file on GitHub · 199 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. 5d ago First seen · 199 lines · 2,341 tokens per session scan A 8d6051c839bf

Subscribe to this mod's changes

Devkit-AI CLAUDE.md is an instructions file published in the GitHub repository pau-vega/Devkit-AI (2 stars, last pushed 20d ago), licensed MIT. It adds 2,341 tokens to every session, about $0.0117 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.