ts-dev-kit CLAUDE.md

ts-dev-kit CLAUDE.md is an instructions file for coding agents from jgamaraalv/ts-dev-kit. It costs 1,052 tokens per session, scanned A, original, MIT.

A set of instructions for maintaining and publishing ts-dev-kit, a Claude Code plugin containing specialized agents and skills for TypeScript full-stack development.

In plain words
What is it for?
It helps maintain the plugin's agents, skills, manifests, permissions, and npm publishing workflow.
Why use it?
It records the project layout and publishing checks, including which package files must share the same version and that the package has no build or test step.

Instructions file

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/jgamaraalv/ts-dev-kit/claude-md
Clone the repo
git clone --depth 1 https://github.com/jgamaraalv/ts-dev-kit

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 ts-dev-kit CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jgamaraalv/ts-dev-kit/claude-md.svg)](https://agentmods.dev/instructions/jgamaraalv/ts-dev-kit/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jgamaraalv/ts-dev-kit/claude-md"><img src="https://agentmods.dev/badge/instructions/jgamaraalv/ts-dev-kit/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,052 This file is loaded in full into every session.
When invoked 1,052 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 $0.01052 $0.01052
Opus 5 $0.00526 $0.00526
Sonnet 5 $0.00210 $0.00210
Haiku 4.5 $0.00105 $0.00105

Measured 4d ago against content hash 82b4a590c47d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ts-dev-kit 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 4d 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 · 98 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

ts-dev-kit is a Claude Code plugin (not a traditional app/library) that ships 15 specialized agents and 22 curated skills for TypeScript fullstack development. It is published to npm as @jgamaraalv/ts-dev-kit and distributed as markdown files — there is no build step, no TypeScript compilation, and no test suite.

Common Commands

# Publish to npm
npm publish --access public

# Verify what gets published
npm pack --dry-run

# Version bump (update package.json, plugin.json, marketplace.json in sync)
# All three manifests must have matching versions

There are no build, lint, or test commands — this is a content-only package.

Architecture

Content Layout

.claude/
  agents/          ← 15 agent definitions (markdown, YAML frontmatter)
  skills/          ← 22 skill directories (symlinked from skills/)
  settings.local.json  ← Permission allowlist for Claude Code

.claude-plugin/
  plugin.json      ← Claude Code plugin manifest
  marketplace.json ← Marketplace listing metadata

agents/            ← Published copy of .claude/agents (included in npm package)
agent-memory/      ← 14 persistent memory directories (one per agent, excluded: multi-agent-coordinator (planner-only, no memory needed))
skills/            ← 22 skill directories (each has SKILL.md + optional references/ and scripts/)

Agent Definitions (.claude/agents/*.md)

Each agent is a single markdown file with YAML frontmatter:

---
name: agent-name
color: named-color       # Visual identification in Claude Code UI
description: "..."
skills:                  # Optional — skills loaded when agent is invoked
  - skill-slug
---

Body contains: role description, core principles, workflow steps, quality gates, output format, and a reference to agent-memory/<name>/MEMORY.md.

Skill Definitions (skills/<name>/)

Each skill directory contains:

  • SKILL.md — main content with YAML frontmatter (name, description, optional argument-hint, optional allowed-tools)
  • references/ — deep-dive sub-files linked from SKILL.md
  • scripts/ — optional executables Claude can run (Python, bash) for visual output or automation

Read the full file on GitHub · 98 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. 4d ago First seen · 98 lines · 1,052 tokens per session scan A 82b4a590c47d

Subscribe to this mod's changes

ts-dev-kit CLAUDE.md is an instructions file published in the GitHub repository jgamaraalv/ts-dev-kit (15 stars, last pushed 6mo ago), licensed MIT. It adds 1,052 tokens to every session, about $0.0053 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-30.

Related

Other instructions, from other repositories