Borrowing it
Nothing to install: this file belongs to talayash/agentrium. 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/talayash/agentrium/master/.agents/skills/claude-terminal/SKILL.mdgit clone --depth 1 https://github.com/talayash/agentriumWrote 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/skills/talayash/agentrium/claude-terminal)<a href="https://agentmods.dev/skills/talayash/agentrium/claude-terminal"><img src="https://agentmods.dev/badge/skills/talayash/agentrium/claude-terminal.svg" alt="Measured on agentmods" 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.00025 | $0.01744 |
| Opus 5 | $0.00013 | $0.00872 |
| Sonnet 5 | $0.00005 | $0.00349 |
| Haiku 4.5 | $0.00003 | $0.00174 |
Grade A, and why
claude-terminal-conventions 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.
How it starts
The opening of the file, as written. The whole thing — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Terminal Conventions
Generated from talayash/claude-terminal on 2026-03-24
Overview
This skill teaches Claude the development patterns and conventions used in claude-terminal.
Tech Stack
- Primary Language: TypeScript
- Framework: Vite
- Architecture: type-based module organization
- Test Location: separate
When to Use This Skill
Activate this skill when:
- Making changes to this repository
- Adding new features following established patterns
- Writing tests that match project conventions
- Creating commits with proper message format
Commit Conventions
Follow these commit message conventions based on 83 analyzed commits.
Commit Style: Free-form Messages
Prefixes Used
feat
Message Guidelines
- Average message length: ~49 characters
- Keep first line concise and descriptive
- Use imperative mood ("Add feature" not "Added feature")
Commit message example
feat: add claude-terminal ECC bundle (.claude/commands/add-or-enhance-feature.md)
Commit message example
docs: Update README for v1.2.0
Commit message example
Fix: Use correct Rust toolchain action in release workflow
Commit message example
Release v1.17.1
Commit message example
Merge remote-tracking branch 'origin/feature/advanced-claude-features'
Commit message example
Merge pull request #8 from talayash/ecc-tools/claude-terminal-1774384938639
Commit message example
Release v1.17.0
Commit message example
Merge pull request #7 from talayash/feature/advanced-claude-features
Architecture
Project Structure: Single Package
This project uses type-based module organization.
Source Layout
src/
├── components/
├── fonts/
├── hooks/
├── store/
Entry Points
src/App.tsxsrc/main.tsx
Configuration Files
.github/workflows/release.ymlpackage.jsontailwind.config.jstsconfig.jsonvite.config.ts
What ships with it
1 file 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.
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.
- 7d ago First seen · 312 lines · 25 tokens per session scan A aa957a9648c6
claude-terminal-conventions is a skill published in the GitHub repository talayash/agentrium (39 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 1,744 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.
Other skills, from other repositories
segment-create
Full scaffolding workflow for creating a new Oh My Posh segment. Invoke when asked to add a new segment: generates the Go source, registers the type, creates documentation, updates the sidebar and JSON schema.
CreateCLI
Generates production-ready TypeScript CLIs via a 3-tier template system (manual arg parsing, Commander.js, oclif), each shipping full implementation, docs, package.json, strict config, JSON output, and exit-code compliance. USE WHEN create CLI, build CLI, command-line tool, wrap API, add command, upgrade tier…
python-release
Handle Python SDK release, build, bump, packaging metadata, PyPI client pin, uv.lock, nox/build workflow, and publish verification changes. Use for Python release process work or dependency pin bumps; do not use for ordinary Python feature implementation.
claude-automation-recommender
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what…
skills-manager
A tool for finding, installing, and coordinating Claude Code Agent Skills. These skills are reusable instructions that add specific abilities to Claude Code.
frontend-ai-guide
Applies React/TypeScript-specific technical decision criteria, anti-pattern detection, debugging, and frontend quality gates. Use when reviewing components, hooks, browser behavior, or frontend implementation completeness.