simplify

simplify is a skill for Claude Code, Codex from Smart-AI-Memory/attune-ai. It costs 11 tokens per session (155 once invoked), scanned A, original, Apache-2.0.

A workflow that examines a chosen code path and reports places where the code may be unnecessarily complex.

In plain words
What is it for?
Use it on recently changed files, a specific module, or a full source directory, then review the reported files, functions, complexity scores, and suggestions.
Why use it?
It helps locate difficult-to-maintain code without requiring a manual review of every function. The result highlights complexity hotspots and suggested simplifications.

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/smart-ai-memory/attune-ai/simplify
Any agent
npx skills add Smart-AI-Memory/attune-ai --skill simplify
Clone the repo
git clone --depth 1 https://github.com/Smart-AI-Memory/attune-ai

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 simplify

README.md
[![agentmods](https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/simplify.svg)](https://agentmods.dev/skills/smart-ai-memory/attune-ai/simplify)
Your own site
<a href="https://agentmods.dev/skills/smart-ai-memory/attune-ai/simplify"><img src="https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/simplify.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 155 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.00011 $0.00155
Opus 5 $0.00005 $0.00077
Sonnet 5 $0.00002 $0.00031
Haiku 4.5 $0.00001 $0.00015

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

Security

Grade A, and why

simplify 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.

.agents/skills/simplify/SKILL.md · 32 lines

What it actually says

simplify

Run the SimplifyCodeWorkflow on a target path to find and reduce unnecessary complexity.

Context (pre-computed)

git diff --name-only HEAD~1 2>/dev/null || echo "No recent commits"

Instructions

Use AskUserQuestion to scope:

  • Which path to simplify? (recently changed files, specific module, or full src/)
  • Minimum complexity threshold? (default: 5)

Then run:

uv run attune workflow run simplify-code --path <target>

Present results as a table of hotspots with file, function, complexity score, and suggested simplification.

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 · 32 lines · 11 tokens per session scan A a29a28ae9709

Subscribe to this mod's changes

simplify is a skill published in the GitHub repository Smart-AI-Memory/attune-ai (10 stars, last pushed yesterday), licensed Apache-2.0. It adds 11 tokens to every session and 155 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-31.

Related

Other skills, from other repositories

tmux

Manage long-running shell sessions with tmux — start a detached session, run a long task, reattach later, capture output. Use when a task takes longer than a single tool call (build, test, log tail).

Team-Commonly/commonly · 48 tokens

ship-and-babysit

End-to-end PR shipping workflow for tinyhumansai/openhuman: commit local changes, push to the user's fork, open or reuse a PR against main, then babysit CI and CodeRabbit feedback until the PR is green and clean. Use when the user asks to ship, open a PR, monitor CI, address review comments, or 'babysit' a branch.

tinyhumansai/openhuman · 83 tokens

lynkr

Universal LLM gateway with intelligent routing, Graphify code intelligence, Distill compression, routing telemetry, Code Mode, and 12+ provider support. 60-80% cost reduction for Claude Code, Cursor, and Codex.

Fast-Editor/Lynkr · 50 tokens

web-research

Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.

shibing624/agentica · 24 tokens

researchos-grow

Run one ResearchOS growth cycle: prime from L0/L1 → discover on user-trusted channels → capture → distill/corroborate by half-life → think → emit a lowest-burden user surface (act / hold / flip), audit behind. Use when the user wants to grow/deepen/research a topic.

lxinfei5/research-os · 71 tokens

officecli

Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.

Team-Commonly/commonly · 56 tokens