tsed-cli: Skill for Claude Code

.agents/skills/tsed/SKILL.md

tsed is a skill for Claude Code, Codex from tsedio/tsed-cli. It costs 33 tokens per session (53 once invoked), scanned A, original, MIT.

A compact index of Ts.ED documentation. Ts.ED is a TypeScript framework for building server-side applications.

In plain words
What is it for?
Use it to consult Ts.ED documentation, including the linked machine-readable index, while coding with the framework.
Why use it?
It helps an agent find reference information when working with less familiar parts of Ts.ED.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is tsedio/tsed-cli's own configuration. It tells Claude Code and Codex how to work on tsed-cli 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 tsed-cli configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tsedio/tsed-cli. 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/tsedio/tsed-cli/master/.agents/skills/tsed/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/tsedio/tsed-cli

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 tsed

README.md
[![agentmods](https://agentmods.dev/badge/skills/tsedio/tsed-cli/tsed.svg)](https://agentmods.dev/skills/tsedio/tsed-cli/tsed)
Your own site
<a href="https://agentmods.dev/skills/tsedio/tsed-cli/tsed"><img src="https://agentmods.dev/badge/skills/tsedio/tsed-cli/tsed.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 53 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.00033 $0.00053
Opus 5 $0.00016 $0.00026
Sonnet 5 $0.00007 $0.00011
Haiku 4.5 $0.00003 $0.00005

Measured yesterday against content hash 4c674f4e7fce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

tsed 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 yesterday.

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.

.agents/skills/tsed/SKILL.md · 7 lines

What it actually says

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. yesterday First seen · 7 lines · 33 tokens per session scan A 4c674f4e7fce

Subscribe to this mod's changes

tsed is a skill published in the GitHub repository tsedio/tsed-cli (43 stars, last pushed 2d ago), licensed MIT. It adds 33 tokens to every session and 53 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-09-05.

Related

Other skills, from other repositories

codegen

Use for .NET code generation work with Roslyn, Microsoft.OpenApi, Razor templates, DTO/manager/controller generation, REST API generation, C# HttpClient generation, Angular/Axios TypeScript request clients, generated formatting, and deterministic output.

AterDev/Perigon.CLI · 53 tokens

react-component-design

Designs or reviews React component APIs. Handles prop drilling decisions, composition patterns, controlled/uncontrolled contracts, and minimal public API surfaces for React 18+ TypeScript components. Invoked when creating new components, refactoring existing ones, or reviewing component contracts.

soulcodex/agentic · 56 tokens

NestJS Framework

Node.js/TypeScript backend framework with dependency injection and modular architecture.

FortiumPartners/ensemble · 17 tokens

building-nango-functions-locally

Builds Nango Functions in a checked-out Zero YAML TypeScript Nango project using local files, index.ts registration, nango dryrun, generated tests, and optional nango deploy via CLI. Use when creating, updating, validating, testing, or deploying Nango actions or syncs locally in a repo. This content overlaps with…

JustineDevs/premortem · 122 tokens

wraps-workflows

Build email and SMS automation workflows using the @wraps.dev/client TypeScript DSL. Covers triggers, steps, branching, cascades, and the full defineWorkflow API.

wraps-team/wraps · 39 tokens

nestjs-patterns

NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends.

ronmkr/PromptBook · 33 tokens