agentic-tools CLAUDE.md

A set of instructions for AI assistants working in the basaltbytes/agentic-tools repository. It describes the project, its repository structure, its development philosophy, and its supported tools.

In plain words
What is it for?
Use it when exploring, editing, or extending the agentic-tools codebase and its Claude Code plugin implementations.
Why use it?
It gives assistants the project context and conventions needed to make changes that fit the repository.

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/basaltbytes/agentic-tools/claude-md
Clone the repo
git clone --depth 1 https://github.com/basaltbytes/agentic-tools
Per session 2,140 This file is loaded in full into every session.
When invoked 2,140 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.02140 $0.02140
Opus 5 $0.01070 $0.01070
Sonnet 5 $0.00428 $0.00428
Haiku 4.5 $0.00214 $0.00214

Measured yesterday against content hash dd36e0a31dc4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentic-tools 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 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.

CLAUDE.md · 325 lines

How it starts

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

Basaltbytes Agentic Tools - Project Context for AI Assistants

Project Overview

This repository is a collection of agentic tools - AI-powered development automation workflows that can be deployed across multiple platforms. Currently supports Claude Code as the primary deployment target, with architecture designed for multi-platform expansion.

Repository: basaltbytes/agentic-tools Organization: Basaltbytes Contact: [email protected]

Repository Philosophy

Multi-Platform Ready: Tools are designed to be platform-agnostic in concept, with implementations for specific platforms. Currently focused on Claude Code, with architecture that can support future platforms.

Current Deployment Targets:

  • Claude Code (via marketplace/plugin system)
  • Future: Cursor, Windsurf, custom CLIs, etc.

Repository Structure

agentic-tools/
├── .claude-plugin/                # Claude Code marketplace configuration
│   └── marketplace.json           # Lists all available Claude Code plugins
│
├── {tool-name}-plugin/            # Claude Code implementation of a tool
│   ├── .claude-plugin/
│   │   └── plugin.json           # Claude Code plugin manifest
│   ├── commands/
│   │   └── {command}.md          # Command definitions with frontmatter
│   └── README.md                 # Tool documentation
│
├── README.md                      # User-facing repository overview
├── CONTRIBUTING.md                # Contribution guidelines
├── CLAUDE.md                      # This file - context for AI assistants
└── LICENSE                        # MIT license

Current Tools

i18next-translate

  • Location: ./i18next-translate-plugin/
  • Command: /translate
  • Purpose: Automates finding and fixing hardcoded strings in i18next projects with self-verification loop
  • Category: development-automation

How Claude Code Marketplace Works

Installation by Users

  1. Users add the marketplace once:
    /plugin marketplace add basaltbytes/agentic-tools
    

Read the full file on GitHub · 325 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. yesterday First seen · 325 lines · 2,140 tokens per session scan A dd36e0a31dc4

Subscribe to this mod's changes

agentic-tools CLAUDE.md is an instructions file published in the GitHub repository basaltbytes/agentic-tools (2 stars, last pushed 7mo ago), licensed MIT. It adds 2,140 tokens to every session, about $0.0107 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.