edit-spec

edit-spec is a skill for Claude Code, Codex from dogganidhal/noddde. It costs 39 tokens per session (831 once invoked), scanned A, original, MIT.

A procedure for changing an existing software specification while checking for breaking changes and affected dependent specifications.

In plain words
What is it for?
It is for editing specification exports, types, behaviour, handlers, or dependencies while reviewing downstream impact.
Why use it?
It helps reveal how a specification change could alter its code, tests, or other specifications that rely on it.

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/dogganidhal/noddde/edit-spec
Any agent
npx skills add dogganidhal/noddde --skill edit-spec
Clone the repo
git clone --depth 1 https://github.com/dogganidhal/noddde

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 edit-spec

README.md
[![agentmods](https://agentmods.dev/badge/skills/dogganidhal/noddde/edit-spec.svg)](https://agentmods.dev/skills/dogganidhal/noddde/edit-spec)
Your own site
<a href="https://agentmods.dev/skills/dogganidhal/noddde/edit-spec"><img src="https://agentmods.dev/badge/skills/dogganidhal/noddde/edit-spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 831 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.00039 $0.00831
Opus 5 $0.00019 $0.00415
Sonnet 5 $0.00008 $0.00166
Haiku 4.5 $0.00004 $0.00083

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

Security

Grade A, and why

edit-spec 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.

.claude/skills/edit-spec/SKILL.md · 84 lines

How it starts

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

Step 1 (edit path): Edit an Existing Spec

Modify a behavioral specification while detecting breaking changes and managing downstream impact.

Pipeline step 1 of 6 (edit spec path). Called by the /spec orchestrator.

Step 1: Load Context

  1. Read the spec at the path provided (or find it: replace packages/core/src/ with specs/core/ and .ts with .spec.md)
  2. Snapshot the current state before making changes — remember:
    • Current exports list
    • Current type signatures in ## Type Contract
    • Current behavioral requirements (numbered list)
    • Current handler signatures
    • Current depends_on list
  3. Read the source file referenced in source_file to understand current implementation state
  4. Read downstream specs — find all specs whose depends_on includes this module:
    grep -rl "<this-module-path>" specs/core/ specs/integration/
    

Step 2: Understand the Change

Classify the requested change:

Change type Examples Risk level
Additive New export, new behavioral requirement, new edge case, new test scenario Safe
Clarification Reword requirement, add detail to type contract, fix typo Safe
Narrowing Tighten a return type, add a required field, remove an optional behavior ⚠️ Potentially breaking
Widening Accept more input types, make a field optional, add a union variant Usually safe
Removal Remove an export, delete a behavioral requirement, drop a handler 🔴 Breaking
Signature change Different parameters, different return type, renamed type 🔴 Breaking

Step 3: Make the Changes

Read the full file on GitHub · 84 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. 5d ago First seen · 84 lines · 39 tokens per session scan A ce64671bbb68

Subscribe to this mod's changes

edit-spec is a skill published in the GitHub repository dogganidhal/noddde (48 stars, last pushed 5d ago), licensed MIT. It adds 39 tokens to every session and 831 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-08-30.

Related

Other skills, from other repositories

gh-issue-organizer

GitHub Issue の棚卸し・整理を体系的に実行するスキル。オープンイシューの分類、 グルーピング、クローズ判定、優先度付け、バッチ化を行う。 CodeRabbit 自動生成イシューと手動報告イシューの区別、根本原因別グルーピング、 完了済みイシューの特定とクローズ提案を含む。 トリガー:「イシューを整理して」「issue を棚卸し」「GitHub issue をトリアージ」 「stale issue をクローズ」「issue の優先度付け」 といった GitHub Issue 整理関連リクエストで起動。.

j5ik2o/event-store-adapter-js · 171 tokens

git-commit

ワーキングディレクトリの変更をConventional Commitsに従ってコミットするスキル。 意味のある変更単位ごとにステージングし、英語でコミットメッセージを作成する。 co-authorやエージェント名をコミットメッセージに含めない。 ユーザーが「コミットして」「変更をコミット」「git commit」「commitして」 「この変更をコミット」「コミットメッセージを書いて」「コミットお願い」 などコミット関連のリクエストをした場合に必ず使用すること。 pushは含まない(コミットのみ)。.

j5ik2o/event-store-adapter-js · 149 tokens

skill-forge

Create or improve Claude Code and Codex skills. Use only when the request is explicitly about the skill itself: creating a new skill, editing a SKILL.md file, testing a skill draft in .claude/skills/.../SKILL.md or .codex/skills/.../SKILL.md, improving an existing skill, debugging why a skill is not triggering…

j5ik2o/event-store-adapter-js · 208 tokens

enterprise-architecture-patterns

Complete guide for enterprise architecture patterns including domain-driven design, event sourcing, CQRS, saga patterns, API gateway, service mesh, and scalability.

manutej/luxor-claude-marketplace · 34 tokens

openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

j5ik2o/event-store-adapter-js · 31 tokens

openspec-explore

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

j5ik2o/event-store-adapter-js · 39 tokens