tmr-project-impact

tmr-project-impact is a skill for Claude Code, Codex from marlonvidal/tech-manager-os. It costs 30 tokens per session (2,277 once invoked), scanned A, original, MIT.

A reporting tool that detects source-file changes and identifies dependent documents that may be affected.

In plain words
What is it for?
It helps create dependency records, analyze the effect of source changes, and produce document-specific update suggestions.
Why use it?
It shows what documentation may need review without changing files automatically.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps create dependency records, analyze the effect of source changes, and produce document-specific update suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marlonvidal/tech-manager-os/tmr-project-impact
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.

Any agent
npx skills add marlonvidal/tech-manager-os --skill tmr-project-impact
Clone the repo
git clone --depth 1 https://github.com/marlonvidal/tech-manager-os

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 tmr-project-impact

README.md
[![agentmods](https://agentmods.dev/badge/skills/marlonvidal/tech-manager-os/tmr-project-impact/github.svg)](https://agentmods.dev/skills/marlonvidal/tech-manager-os/tmr-project-impact)
Your own site
<a href="https://agentmods.dev/skills/marlonvidal/tech-manager-os/tmr-project-impact"><img src="https://agentmods.dev/badge/skills/marlonvidal/tech-manager-os/tmr-project-impact/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tmr-project-impact

Your own site · 80×15
<a href="https://agentmods.dev/skills/marlonvidal/tech-manager-os/tmr-project-impact"><img src="https://agentmods.dev/badge/skills/marlonvidal/tech-manager-os/tmr-project-impact.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,277 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.00030 $0.02277
Opus 5 $0.00015 $0.01138
Sonnet 5 $0.00006 $0.00455
Haiku 4.5 $0.00003 $0.00228

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

Security

Grade A, and why

tmr-project-impact 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.

docs/skills/tmr-project-impact/SKILL.md · 309 lines

How it starts

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

tmr-project-impact

Detects changes in declared source-of-truth files within a project and produces a human-readable impact report with per-document suggestions. Nothing is applied automatically — you review and decide.

Usage

  • /tmr-project-impact — run against the project in the current working directory
  • /tmr-project-impact <project-path> — run against a specific project (path relative to vault root)
  • /tmr-project-impact deps — interactively create deps.yaml for the current project
  • /tmr-project-impact <project-path> deps — interactively create deps.yaml for a specific project

The vault root is the git repository root. All relative paths in this skill are relative to the vault root unless stated otherwise.


EXECUTION

When invoked, check if the user passed the argument deps (in any position). If so, follow the CREATE-DEPS section. Otherwise, follow these steps in order: LOCATE, DETECT, ANALYZE, REPORT.


LOCATE

Step L1: Resolve the project path

If a <project-path> argument was given, use it as the project root (relative to vault root).

If no argument was given:

  1. Run git rev-parse --show-toplevel to get the vault root
  2. Run pwd to get the current working directory
  3. Compute the relative path from vault root to cwd — this is the project path
  4. If the relative path is . or empty (you are at the vault root), ask:
    No project path provided and you are at the vault root.
    Which project? (e.g., my-company/projects/ai-enablement):
    
    Wait for the user's response and use it as the project path.

Store as PROJECT_ROOT = <vault-root>/<project-path>.

Step L2: Find and load deps.yaml

Check if <PROJECT_ROOT>/deps.yaml exists.

If it does NOT exist: Print:

No deps.yaml found in <project-path>.

Options:
  a) Create deps.yaml interactively → /tmr-project-impact <project-path> deps
  b) Cancel

Wait for the user's response. If a, follow the CREATE-DEPS section. If b or anything else, exit.

Read the full file on GitHub · 309 lines

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 · 309 lines · 30 tokens per session scan A 94c54fa35076

Subscribe to this mod's changes

tmr-project-impact is a skill published in the GitHub repository marlonvidal/tech-manager-os (17 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 2,277 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories