claude-code-telegrammer: Skill for Claude Code

.claude/skills/development-philosophy/SKILL.md

development-philosophy is a skill for Claude Code from scitex-ai/claude-code-telegrammer. It costs 33 tokens per session (246 once invoked), scanned A, original, AGPL-3.0.

A set of principles for planning and building software, including how to name things, choose architecture, work in development cycles, and coordinate multiple coding agents.

In plain words
What is it for?
Use it when starting a project or deciding how its code should be organized. It helps guide naming, architecture choices, development workflows, and multi-agent work.
Why use it?
It gives a project consistent decisions and working habits when there is no agreed development approach. This reduces uncertainty about structure, terminology, and collaboration.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is scitex-ai/claude-code-telegrammer's own configuration. It tells Claude Code how to work on claude-code-telegrammer 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 claude-code-telegrammer configures →

Reuse

Borrowing it

Nothing to install: this file belongs to scitex-ai/claude-code-telegrammer. 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/scitex-ai/claude-code-telegrammer/main/.claude/skills/development-philosophy/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/scitex-ai/claude-code-telegrammer

Made for: Claude Code.

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 development-philosophy

README.md
[![agentmods](https://agentmods.dev/badge/skills/scitex-ai/claude-code-telegrammer/development-philosophy.svg)](https://agentmods.dev/skills/scitex-ai/claude-code-telegrammer/development-philosophy)
Your own site
<a href="https://agentmods.dev/skills/scitex-ai/claude-code-telegrammer/development-philosophy"><img src="https://agentmods.dev/badge/skills/scitex-ai/claude-code-telegrammer/development-philosophy.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 246 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00246
Opus 5 $0.00016 $0.00123
Sonnet 5 $0.00007 $0.00049
Haiku 4.5 $0.00003 $0.00025

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

Security

Grade A, and why

development-philosophy 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 5d 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/skills/development-philosophy/SKILL.md · 48 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 48 lines · 33 tokens per session scan A 775ff0652293

Subscribe to this mod's changes

development-philosophy is a skill published in the GitHub repository scitex-ai/claude-code-telegrammer (1 stars, last pushed yesterday), licensed AGPL-3.0. It adds 33 tokens to every session and 246 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-08-31.

Related

Other skills, from other repositories

langbot-eba-adapter-dev

Build, refactor, and test LangBot platform adapters for the Event-Based Agents architecture. Use when adding or migrating Telegram, Discord, or other messaging platform adapters to the EBA adapter layout, validating unified event/message conversion, writing live adapter probes, or using standalone plugin runtime plus…

langbot-app/LangBot · 73 tokens

langbot-plugin-dev

Develop, debug, and test LangBot plugins. Use when creating new LangBot plugins, fixing plugin bugs, setting up a LangBot test environment, or testing plugins via WebSocket. Covers plugin component architecture (EventListener, Command, Tool), the plugin SDK API (invokellm, getllmmodels, sendmessage, plugin storage)…

langbot-app/LangBot · 110 tokens

langbot-dev

Develop, build, and debug the LangBot core backend and web frontend. Use when working inside the LangBot repository — backend (Python/Quart, src/langbot/pkg), the Vite/React web UI, HTTP API controllers/services, Alembic migrations, or the MCP server. Covers the dev environment (uv, pnpm), repo layout, the API auth…

langbot-app/LangBot · 136 tokens

langbot-mcp-ops

Operate a LangBot instance through its built-in MCP (Model Context Protocol) server. Use when an AI agent needs to manage LangBot — list/create/update/delete bots, pipelines, models, knowledge bases, MCP servers, and skills — over MCP instead of raw HTTP. Covers the /mcp endpoint, API-key auth (web-UI lbk keys and the…

langbot-app/LangBot · 125 tokens

langbot-space-ops

Browse and search the LangBot Space marketplaces (plugins, MCP servers, skills) through the Space MCP server. Use when an AI agent needs to discover LangBot extensions on space.langbot.app over MCP. Covers the /mcp endpoint, Personal Access Token (PAT) auth, the tool surface, and client configuration. Triggers on…

langbot-app/LangBot · 101 tokens

langbot-testing

Test LangBot WebUI and core product flows with an automated browser and backend logs. Use when validating the configured LangBot frontend, pipeline Debug Chat, model provider setup and test buttons, bot and knowledge-base UI flows, or troubleshooting failed LangBot end-to-end tests.

langbot-app/LangBot · 58 tokens