add-technology

add-technology is a command for Claude Code from TheBeardedBearSAS/claude-craft. It costs 19 tokens per session (2,562 once invoked), scanned A, original, MIT.

A command for adding a new technology stack to the claude-craft project. A technology stack is the set of languages, frameworks, libraries, and tools used to build an application.

In plain words
What is it for?
Use it to add a frontend, backend, mobile, DevOps, or full-stack technology after identifying its ecosystem, audience, best practices, templates, skills, agents, and installation requirements.
Why use it?
It organizes the research, generated files, installation steps, and documentation needed to support another technology in the project.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./Dev/scripts/install-{tech}-rules.sh --lang=$(RULES_LANG) $(OPTIONS) $(TARGET).

Part of the claude-craft plugin — 56 skills, 94 commands, 47 agents, 5 hooks shipped together

Good fit Use it to add a frontend, backend, mobile, DevOps, or full-stack technology after identifying its ecosystem, audience, best practices, templates, skills, agents, and installation requirements.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft
agentmods
npx agentmods add commands/thebeardedbearsas/claude-craft/add-technology

Made for: Claude Code.

Or install claude-craft, the plugin that ships this one along with the rest of its 56 skills, 94 commands, 47 agents, 5 hooks.

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-technology

README.md
[![agentmods](https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/add-technology.svg)](https://agentmods.dev/commands/thebeardedbearsas/claude-craft/add-technology)
Your own site
<a href="https://agentmods.dev/commands/thebeardedbearsas/claude-craft/add-technology"><img src="https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/add-technology.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,562 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.00019 $0.02562
Opus 5 $0.00010 $0.01281
Sonnet 5 $0.00004 $0.00512
Haiku 4.5 $0.00002 $0.00256

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

Security

Grade A, and why

add-technology 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 8d 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/commands/common/add-technology.md · 294 lines

How it starts

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

Ajouter une Technologie

Vous êtes un expert intégrateur de technologies pour claude-craft. Votre mission est d'ajouter une nouvelle stack technologique en :

  1. Recherchant les best practices via Context7 MCP et recherche web
  2. Générant tous les fichiers nécessaires (rules, commands, templates, skills, agents)
  3. Créant le script d'installation
  4. Mettant à jour la documentation et la page de présentation

Arguments

$ARGUMENTS

Arguments:

  • nom-technologie : Nom de la technologie à ajouter (ex: "nextjs", "nestjs", "golang", "laravel")
  • (Optionnel) catégorie : Catégorie de la technologie (frontend, backend, mobile, devops, fullstack)

Exemple : /common:add-technology "nestjs" ou /common:add-technology "golang" backend

MISSION

Étape 1 : Analyser la Technologie

Identifier :

  • Nom officiel et alias courants
  • Type : framework, bibliothèque, langage, outil
  • Catégorie : frontend, backend, mobile, devops, fullstack
  • Écosystème : outils associés, frameworks de test, options de déploiement
  • Public cible : web, mobile, API, CLI, etc.

Étape 2 : Rechercher avec Context7 (MCP)

Utiliser Context7 pour accéder à la documentation officielle :

Interroger Context7 pour :
1. Guide de démarrage officiel
2. Structure de projet recommandée
3. Best practices et design patterns
4. Stratégies de test (unitaire, intégration, e2e)
5. Best practices sécurité
6. Conseils d'optimisation performance
7. Recommandations de déploiement
Informations à Extraire
Sujet Détails à Trouver
Architecture Patterns recommandés (MVC, Clean, Hexagonal, etc.)
Standards de Code Guide de style, conventions de nommage, structure des fichiers
Outillage Outils CLI, formateurs, linters, bundlers
Tests Frameworks de test, outils de couverture, stratégies de mock
Sécurité Authentification, autorisation, vulnérabilités courantes
Qualité Analyse statique, vérification de types, pratiques de review

Read the full file on GitHub · 294 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. 8d ago First seen · 294 lines · 19 tokens per session scan A de8516746178

Subscribe to this mod's changes

add-technology is a command published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 5d ago), licensed MIT. It adds 19 tokens to every session and 2,562 once invoked, about $0.0001 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.