add-to-project

add-to-project is a skill for Claude Code from AmanVarshney01/create-better-t-stack. It costs 84 tokens per session (533 once invoked), scanned A, original, MIT.

A workflow for adding tools or features to an existing Better-T-Stack TypeScript project. It checks the project, plans the requested add-ons, and then applies them through the project’s server.

In plain words
What is it for?
Use it to add requested features such as PWA support, desktop packaging, documentation, linters, Git hooks, task runners, MCP, or related tooling.
Why use it?
It avoids manually wiring complex tools and exposes conflicts before files are changed. For example, Turborepo, Nx, and Vite Plus cannot be used together as task runners.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the better-t-stack plugin — 2 skills, 2 commands, 1 agent, 1 MCP server shipped together

Good fit Use it to add requested features such as PWA support, desktop packaging…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amanvarshney01/create-better-t-stack/add-to-project
About the project

Better-T-Stack is a command-line tool that generates end-to-end, type-safe TypeScript project scaffolds from selectable frontend, backend, database, authentication, and tooling options. Developers use it to start full-stack applications with a stack tailored to their needs. The catalogue includes skills, agents, commands, an MCP server, and a plugin for having coding agents plan and generate Better-T-Stack projects.

AmanVarshney01/create-better-t-stack · 5,697 stars · on GitHub · better-t-stack.dev

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.

Any agent
npx skills add AmanVarshney01/create-better-t-stack --skill add-to-project
Clone the repo
git clone --depth 1 https://github.com/AmanVarshney01/create-better-t-stack

Made for: Claude Code.

Or install better-t-stack, the plugin that ships this one along with the rest of its 2 skills, 2 commands, 1 agent, 1 MCP server.

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 add-to-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/amanvarshney01/create-better-t-stack/add-to-project.svg)](https://agentmods.dev/skills/amanvarshney01/create-better-t-stack/add-to-project)
Your own site
<a href="https://agentmods.dev/skills/amanvarshney01/create-better-t-stack/add-to-project"><img src="https://agentmods.dev/badge/skills/amanvarshney01/create-better-t-stack/add-to-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 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.00084 $0.00533
Opus 5 $0.00042 $0.00267
Sonnet 5 $0.00017 $0.00107
Haiku 4.5 $0.00008 $0.00053

Measured 7d ago against content hash f421f45e44bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

add-to-project 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 7d 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.

plugin/skills/add-to-project/SKILL.md · 40 lines

What it actually says

Add addons to an existing Better-T-Stack project

Use the Better-T-Stack MCP server to install addons into an existing project rather than wiring the tooling by hand.

When this applies

The user already has a Better-T-Stack project (look for a bts.jsonc config) and wants to add tooling or features — e.g. "add PWA support", "add a docs site", "switch to Biome", "add Turborepo", "wire up the MCP addon".

For brand-new projects, use the scaffold-project skill instead.

Workflow

  1. Confirm the target project is a Better-T-Stack project and identify its directory.
  2. Plan. Call bts_plan_addons with the desired addon set (and any nested addonOptions). This is a dry run — review the planned changes with the user.
  3. Apply. Only after the plan succeeds and matches intent, call bts_add_addons.
  4. Report what changed and the follow-up commands to run.

Available addons

pwa, tauri, electrobun, starlight, biome, lefthook, husky, mcp, turborepo, nx, vite-plus, fumadocs, ultracite, oxlint, opentui, wxt, skills, evlog.

Note: nx, turborepo, and vite-plus are mutually exclusive task runners. Use bts_get_schema for nested addon options (e.g. Fumadocs templates/search/AI chat, WXT templates, OpenTUI templates).

Rules

  • Always bts_plan_addons before bts_add_addons.
  • Don't add addons the user didn't ask for.
  • Surface any conflicts (e.g. two task runners) from the plan before applying.
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. 7d ago First seen · 40 lines · 84 tokens per session scan A f421f45e44bf

Subscribe to this mod's changes

add-to-project is a skill published in the GitHub repository AmanVarshney01/create-better-t-stack (5,697 stars, last pushed 4d ago), licensed MIT. It adds 84 tokens to every session and 533 once invoked, about $0.0004 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 skills, from other repositories

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

synthetic-sciences/openscience · 62 tokens

flow-cytometry-analysis

Complete flow cytometry analysis pipeline. FCS file handling, compensation, manual/automated gating, immunophenotyping, CFSE proliferation analysis, cell cycle analysis (Dean-Jett-Fox), and apoptosis assays. Extends flowio with analytical workflows. For raw FCS parsing only use flowio.

synthetic-sciences/openscience · 67 tokens

datamol

Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters…

synthetic-sciences/openscience · 67 tokens

glycobiology

Glycosylation site prediction and glycobiology analysis. N-glycosylation motif finding, O-glycosylation hotspot prediction, glycan structure resources. Lightweight, pure Python. For protein function queries use uniprot-database; for structure analysis use alphafold-database.

synthetic-sciences/openscience · 67 tokens

cellxgene-census

Query the CELLxGENE Census (61M+ cells) programmatically. Use when you need expression data across tissues, diseases, or cell types from the largest curated single-cell atlas. Best for population-scale queries, reference atlas comparisons. For analyzing your own data use scanpy or scvi-tools.

synthetic-sciences/openscience · 67 tokens

clinicaltrials-database

Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.

synthetic-sciences/openscience · 47 tokens