agentrium: Skill for Codex

.agents/skills/claude-terminal/SKILL.md

claude-terminal-conventions is a skill for Codex from talayash/agentrium. It costs 25 tokens per session (1,744 once invoked), scanned A, original, MIT.

A development skill describing the conventions of a TypeScript project built with Vite, a frontend build tool. It covers when to use the skill, module organization, tests, and commit-message style.

In plain words
What is it for?
Adding features, writing matching tests, organizing TypeScript code, and creating concise commits with the project’s usual format.
Why use it?
It helps changes and tests fit the existing project patterns instead of introducing inconsistent structure or commit messages.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: reads .claude/ paths; mentions CLAUDE.md; installed under .agents/ (shared by several agents).

This is talayash/agentrium's own configuration. It tells Codex how to work on agentrium 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 agentrium configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import { Button } from '../components/Button'.

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/talayash/agentrium/master/.agents/skills/claude-terminal/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/talayash/agentrium

Made for: Codex.

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 claude-terminal-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/talayash/agentrium/claude-terminal.svg)](https://agentmods.dev/skills/talayash/agentrium/claude-terminal)
Your own site
<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>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,744 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.00025 $0.01744
Opus 5 $0.00013 $0.00872
Sonnet 5 $0.00005 $0.00349
Haiku 4.5 $0.00003 $0.00174

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

Security

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.

.agents/skills/claude-terminal/SKILL.md · 312 lines

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.tsx
  • src/main.tsx

Configuration Files

  • .github/workflows/release.yml
  • package.json
  • tailwind.config.js
  • tsconfig.json
  • vite.config.ts

Read the full file on GitHub · 312 lines

Files

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.

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. 7d ago First seen · 312 lines · 25 tokens per session scan A aa957a9648c6

Subscribe to this mod's changes

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.

Related

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.

JanDeDobbeleer/oh-my-posh · 45 tokens

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…

danielmiessler/LifeOS · 88 tokens

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.

ComposioHQ/composio · 53 tokens

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…

CherryHQ/cherry-studio · 77 tokens

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.

CherryHQ/cherry-studio · 96 tokens

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.

shinpr/claude-code-workflows · 41 tokens