Borrowing it
Nothing to install: this file belongs to namastexlabs/automagik-tools. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/namastexlabs/automagik-tools/main/.claude/commands/README.mdgit clone --depth 1 https://github.com/namastexlabs/automagik-toolsWrote 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.
[](https://agentmods.dev/commands/namastexlabs/automagik-tools/readme)<a href="https://agentmods.dev/commands/namastexlabs/automagik-tools/readme"><img src="https://agentmods.dev/badge/commands/namastexlabs/automagik-tools/readme/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/namastexlabs/automagik-tools/readme"><img src="https://agentmods.dev/badge/commands/namastexlabs/automagik-tools/readme.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01918 |
| Opus 5 | $0.00000 | $0.00959 |
| Sonnet 5 | $0.00000 | $0.00384 |
| Haiku 4.5 | $0.00000 | $0.00192 |
Grade A, and why
README 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 353 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AutoMagik Tools Automated Development Workflows
Overview
This directory contains specialized workflows for automated MCP tool development. Each workflow focuses on a single aspect of the development lifecycle, enabling rapid creation of high-quality MCP tools with minimal human intervention.
Workflow System Architecture
Core Philosophy
- Ultra-Specialization: Each workflow does ONE thing perfectly
- Linear Integration: Project management through Linear issues
- Memory-Driven: Learn from every tool creation
- Pattern Reuse: >80% code reuse from existing tools
- Quality First: Automated testing and validation
Available Workflows
- ORCHESTRATOR - Project management and workflow coordination
- ANALYZER - Requirements analysis and planning
- BUILDER - Tool implementation and coding
- TESTER - Comprehensive testing and coverage
- VALIDATOR - Quality assurance and compliance
- DEPLOYER - Package, deploy, and publish
Quick Start
Creating a New MCP Tool
To create a new tool, use the ORCHESTRATOR workflow:
Create a new MCP tool for [API/Service Name] that [description of functionality].
API documentation: [OpenAPI spec URL or documentation link]
Authentication: [auth method - API key, OAuth, etc.]
Priority: [high/medium/low]
Example:
Create a new MCP tool for Discord API that enables message management and channel operations.
API documentation: https://discord.com/developers/docs/reference
Authentication: Bot token
Priority: high
Workflow Execution Flow
graph TD
A[ORCHESTRATOR] --> B[ANALYZER]
B --> C[BUILDER]
C --> D[TESTER]
D --> E[VALIDATOR]
E --> F[DEPLOYER]
A --> G[Linear Epic]
G --> H[Sub-tasks for each workflow]
B --> I[Memory: Patterns]
C --> I
D --> I
E --> I
F --> I
Detailed Workflow Guide
1. ORCHESTRATOR Workflow
Purpose: Coordinate all workflows and manage the development epic
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.
- 9d ago First seen · 353 lines · 0 tokens per session scan A 5975863d5d1a
README is a command published in the GitHub repository namastexlabs/automagik-tools (15 stars, last pushed 9mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,918 tokens. 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.
Other commands, from other repositories
dev
A command that opens MCP Inspector for debugging a plugin without Claude. MCP Inspector is a web interface for viewing and calling an MCP server's tools, resources, prompts, and templates.
auth
A command workflow for signing in to a Telegram account through connected tools. It uses a phone verification code and, when required, a two-factor authentication password.
health
A health command gives a short diagnostic report for Claudegram, including its connection, authorization, response time, and component versions.
workflow-classify
Classify task size (S/M/L/XL) and recommend the appropriate workflow pipeline.
spreadsheet-audit
Perform a 6-step audit of an Excel spreadsheet for formula correctness, formatting consistency, data integrity, boss-auditable simplicity, and spec compliance. Uses the excel-screenshot MCP server tools — no Excel installation required.
update-counts
Update all hardcoded counts (skills, agents, marketplace repos/skills) across documentation from filesystem.