oxideterm: Skill for Claude Code

.agents/skills/split-crate-by-responsibility/SKILL.md

split-crate-by-responsibility is a skill for Claude Code, Codex from AnalyseDeCircuit/oxideterm. It costs 69 tokens per session (1,083 once invoked), scanned A, original, GPL-3.0.

A refactoring guide for splitting large Rust programs into smaller crates or modules, with each part responsible for a clear area of behavior.

In plain words
What is it for?
Use it when separating responsibilities from a Rust application crate, breaking up a huge .rs file, or reviewing whether a new crate has a focused purpose.
Why use it?
It helps prevent one enormous Rust file or a catch-all crate from becoming difficult to understand and maintain. It also helps check that extracted crates contain real functionality.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is AnalyseDeCircuit/oxideterm's own configuration. It tells Claude Code and Codex how to work on oxideterm 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 oxideterm configures →

About the project

OxideTerm is an open-source desktop workspace for connecting to local shells and remote machines through terminals, SSH, Mosh, Telnet, serial connections, remote desktops, SFTP, and port forwarding. It is for people who manage servers and remote work across terminals, files, sessions, and lightweight editing in one native application. Its catalogue skills and instruction extend the workspace with agent-assisted remote operations.

AnalyseDeCircuit/oxideterm · 1,462 stars · on GitHub · oxideterm.app

Reuse

Borrowing it

Nothing to install: this file belongs to AnalyseDeCircuit/oxideterm. 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/AnalyseDeCircuit/oxideterm/main/.agents/skills/split-crate-by-responsibility/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AnalyseDeCircuit/oxideterm

Made for: Claude Code, 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 split-crate-by-responsibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/analysedecircuit/oxideterm/split-crate-by-responsibility.svg)](https://agentmods.dev/skills/analysedecircuit/oxideterm/split-crate-by-responsibility)
Your own site
<a href="https://agentmods.dev/skills/analysedecircuit/oxideterm/split-crate-by-responsibility"><img src="https://agentmods.dev/badge/skills/analysedecircuit/oxideterm/split-crate-by-responsibility.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,083 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.00069 $0.01083
Opus 5 $0.00034 $0.00541
Sonnet 5 $0.00014 $0.00217
Haiku 4.5 $0.00007 $0.00108

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

Security

Grade A, and why

split-crate-by-responsibility 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 6d 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/split-crate-by-responsibility/SKILL.md · 102 lines

The source is not reproduced here

Licensed GPL-3.0

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

Read it on GitHub

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. 6d ago First seen · 102 lines · 69 tokens per session scan A 2309c923c47a

Subscribe to this mod's changes

split-crate-by-responsibility is a skill published in the GitHub repository AnalyseDeCircuit/oxideterm (1,462 stars, last pushed today), licensed GPL-3.0. It adds 69 tokens to every session and 1,083 once invoked, about $0.0003 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

rust-learner

Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust release, stable, nightly, crate info, crates.io, lib.rs, docs.rs, API documentation, crate features, dependencies, which crate, what version, Rust edition, edition 2021, edition 2024, cargo add, cargo…

kikakkz/wait-agent · 123 tokens

rust-router

CRITICAL: Use for ALL Rust questions including errors, design, and coding. HIGHEST PRIORITY for: 比较, 对比, compare, vs, versus, 区别, difference, 最佳实践, best practice, tokio vs, async-std vs, 比较 tokio, 比较 async, Triggers on: Rust, cargo, rustc, crate, Cargo.toml, 意图分析, 问题分析, 语义分析, analyze intent, question analysis, compile…

kikakkz/wait-agent · 280 tokens

m07-concurrency

CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition, 并发, 线程, 异步, 死锁.

kikakkz/wait-agent · 75 tokens

domain-embedded

Use when developing embedded/nostd Rust. Keywords: embedded, nostd, microcontroller, MCU, ARM, RISC-V, bare metal, firmware, HAL, PAC, RTIC, embassy, interrupt, DMA, peripheral, GPIO, SPI, I2C, UART, embedded-hal, cortex-m, esp32, stm32, nrf, 嵌入式, 单片机, 固件, 裸机.

kikakkz/wait-agent · 91 tokens

domain-iot

Use when building IoT apps. Keywords: IoT, Internet of Things, sensor, MQTT, device, edge computing, telemetry, actuator, smart home, gateway, protocol, 物联网, 传感器, 边缘计算, 智能家居.

kikakkz/wait-agent · 59 tokens

domain-ml

Use when building ML/AI apps in Rust. Keywords: machine learning, ML, AI, tensor, model, inference, neural network, deep learning, training, prediction, ndarray, tch-rs, burn, candle, 机器学习, 人工智能, 模型推理.

kikakkz/wait-agent · 61 tokens