triz-analysis

triz-analysis is a skill for Claude Code, Codex from d-oit/rust-2026-template. It costs 79 tokens per session (1,587 once invoked), scanned A, original, MIT.

A structured review method based on TRIZ, a problem-solving approach for finding solutions when improving one part of a system may worsen another. It is tailored to Rust codebases, workspaces, and delivery pipelines.

In plain words
What is it for?
Use it to audit Rust projects, CI workflows, async and sync designs, unsafe code boundaries, and scalability or complexity problems. Findings are written to dated Markdown files in an analysis directory.
Why use it?
It helps expose hidden trade-offs in architecture, scripts, CI, and Rust design choices instead of accepting them as unavoidable.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/d-oit/rust-2026-template/triz-analysis
Any agent
npx skills add d-oit/rust-2026-template --skill triz-analysis
Clone the repo
git clone --depth 1 https://github.com/d-oit/rust-2026-template

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 triz-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/d-oit/rust-2026-template/triz-analysis.svg)](https://agentmods.dev/skills/d-oit/rust-2026-template/triz-analysis)
Your own site
<a href="https://agentmods.dev/skills/d-oit/rust-2026-template/triz-analysis"><img src="https://agentmods.dev/badge/skills/d-oit/rust-2026-template/triz-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,587 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00079 $0.01587
Opus 5 $0.00039 $0.00794
Sonnet 5 $0.00016 $0.00317
Haiku 4.5 $0.00008 $0.00159

Measured 4d ago against content hash 246e6398dd74, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

triz-analysis 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 4d 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/triz-analysis/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TRIZ Analysis — Rust Edition

Systematic innovation audit for Rust codebases, workspace architectures, and CI/CD pipelines.

When to Use

  • Auditing a Rust workspace for technical contradictions
  • Reviewing scripts/, CI pipelines, or Cargo.toml manifests for hidden trade-offs
  • Analyzing an architecture for scalability vs. complexity bottlenecks
  • Performing a swarm-based TRIZ audit on a Rust project
  • Reviewing unsafe boundaries, async vs. sync, or tokio::spawn vs. spawn_blocking choices

Input Requirements

  • Target Scope: The specific directory, pipeline, or framework to analyze (e.g., crates/, scripts/, .github/workflows/, agent-coordination).
  • Language Focus: Rust-specific patterns (ownership, async, traits, lifetimes).

Output Convention

All agent-generated analysis must be written to analysis/ using:

analysis/triz-<scope>-YYYY-MM-DD.md

Example: analysis/triz-scripts-2026-06-18.md

Audit Process

  1. SCOPE SCAN: Examine the target scope for existing pain points or trade-offs.
  2. CONTRADICTION DISCOVERY: Identify technical contradictions: "Improving [X] in this scope causes [Y] to worsen."
  3. PRINCIPLE MAPPING: Map discovered contradictions to TRIZ inventive principles.
  4. INNOVATION ROADMAP: Propose specific Rust-idiomatic changes based on TRIZ resolutions.
  5. REPORT: Document findings in analysis/.

Core Protocol

Contradiction-First Approach

1. SCAN the scope
2. IDENTIFY contradiction: "Improving [X] causes [Y] to worsen"
3. CHECK if contradiction is real or apparent
4. RESOLVE using separation principles
5. DOCUMENT findings in analysis/

Ideal Final Result (IFR) for Rust Audits

"The ideal Rust system performs its function with zero unsafe, zero clones, zero contention"

1. What is the ideal outcome for this scope?
2. What prevents reaching it? (current type/ownership/CI constraints)
3. Which constraints are real vs assumed?
4. Could the borrow checker enforce correctness instead of runtime checks?

Read the full file on GitHub · 149 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. 4d ago First seen · 149 lines · 79 tokens per session scan A 246e6398dd74

Subscribe to this mod's changes

triz-analysis is a skill published in the GitHub repository d-oit/rust-2026-template (10 stars, last pushed 4d ago), licensed MIT. It adds 79 tokens to every session and 1,587 once invoked, about $0.0004 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

lint-js

Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust).

denoland/deno · 29 tokens

greptimedb-release

Runbook for publishing a new GreptimeDB version (tag + GitHub release + docs release-note PR) on the upstream GreptimeTeam/greptimedb repo. Use when asked to "release" / "publish" a GreptimeDB version (e.g. v1.1.0, v1.0.3).

GreptimeTeam/greptimedb · 75 tokens

stack-merge

Bulk-merge a Graphite stack into main via admin-bypass fast-forward push. Replaces the Graphite merge queue for rivet-dev/rivet. Invoke when the user says "merge the stack at ", "ship everything through ", "bulk-merge up to ", "fast-forward main to ", or any request to land multiple stacked PRs at once in one shot.…

rivet-dev/actors · 157 tokens

log-error-digest

Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…

zebbern/claude-code-guide · 71 tokens

tuicr

Use tuicr's review CLI to read and add comments in active TUI review sessions, and launch tuicr in cmux, tmux, Zellij, or Herdr when a user needs an interactive review pane.

agavra/tuicr · 50 tokens

rust-pro

Master modern Rust (2024 edition) with async patterns, advanced type system features, and production-ready systems programming. Expert in the current Rust ecosystem including Tokio, axum, and modern crates. Use PROACTIVELY for Rust development, performance optimization, or systems programming.

vudovn/ag-kit · 58 tokens