Amend

Amend is a skill for Claude Code from Nagiliant/Genesis-Legacy-V2. It costs 35 tokens per session (656 once invoked), scanned A, original, Apache-2.0.

A formal process for changing a project's constitution, meaning the document that defines its governing technical rules and standards.

In plain words
What is it for?
Use it to amend technology choices, quality gates, conventions, or architecture decisions after reviewing downstream impact and recording the change.
Why use it?
It shows which features, approvals, and completed implementations could be affected before a rule changes.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the genesis-spec-kit plugin — 23 skills shipped together

Good fit Use it to amend technology choices, quality gates, conventions, or architecture decisions after reviewing downstream impact and recording the change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nagiliant/genesis-legacy-v2/genesis-amend
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 Nagiliant/Genesis-Legacy-V2 --skill genesis-amend
Clone the repo
git clone --depth 1 https://github.com/Nagiliant/Genesis-Legacy-V2

Made for: Claude Code.

Or install genesis-spec-kit, the plugin that ships this one along with the rest of its 23 skills.

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 Amend

README.md
[![agentmods](https://agentmods.dev/badge/skills/nagiliant/genesis-legacy-v2/genesis-amend/github.svg)](https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-amend)
Your own site
<a href="https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-amend"><img src="https://agentmods.dev/badge/skills/nagiliant/genesis-legacy-v2/genesis-amend/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 Amend

Your own site · 80×15
<a href="https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-amend"><img src="https://agentmods.dev/badge/skills/nagiliant/genesis-legacy-v2/genesis-amend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 656 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.00035 $0.00656
Opus 5 $0.00017 $0.00328
Sonnet 5 $0.00007 $0.00131
Haiku 4.5 $0.00003 $0.00066

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

Security

Grade A, and why

Amend 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 11d 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.

skills/genesis-amend/SKILL.md · 53 lines

How it starts

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

Amend — Change the Constitution

The formal process for changing the constitution, with mandatory impact analysis before any change lands. The constitution is supreme law; amendments are versioned and their downstream effects are scanned first.

Process

  1. Identify the amendment. Take the section number as an argument, or show the constitution's table of contents and ask. Amendment types: tech stack, quality gates, conventions, architecture decisions.

  2. Impact analysis (always first). Before applying anything, scan for downstream impact:

    • Approval records — scan active features' approvals/master.json and group-N.json for records referencing the affected section or the constraints being changed.
    • Implementation dependencies — search feature directories for specs referencing the section, micro specs constrained by the changing rule, and completed implementations that may need review.

    Present a summary with a risk level:

    Impact Analysis for Amendment:
    AFFECTED FEATURES:        {list with approval status}
    APPROVAL RECORDS:         {count} reference affected constraints
    IMPLEMENTATIONS AT RISK:  {count} completed implementations
    RISK LEVEL: {Low | Medium | High | Critical}
    

    --impact stops here (analysis only). If risk is High/Critical and --force is not set, refuse: "This amendment affects {N} active features. Use --force to proceed, or resolve in-progress work first."

  3. Apply the amendment. On approval:

    1. Draft the amendment text with its rationale.
    2. Write the change to the constitution.
    3. Append to the constitution's changelog (the versioning record):
      | #{NNN} | {date} | S{section} | {summary} | {rationale} |
      
      The sequential #NNN is the amendment's version identifier; the changelog is the durable history.
    4. Update the project-state.md session log.
    5. Downstream cleanup checklist — after applying, verify every reference still holds:
      • other specs referencing the amended section — still accurate?
      • design-doc sections describing the amended area — updated?
      • skill/doc examples referencing the amended behavior — updated?
      • coverage maps (FR/AC) — do they still add up?
      • shared file paths — do other specs that touch them know?

Read the full file on GitHub · 53 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. 11d ago First seen · 53 lines · 35 tokens per session scan A 95051e841630

Subscribe to this mod's changes

Amend is a skill published in the GitHub repository Nagiliant/Genesis-Legacy-V2 (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 35 tokens to every session and 656 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-31.

Related

Other skills, from other repositories

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

memstack-business-contract-template

Use this skill when the user says 'contract', 'agreement', 'service agreement', 'NDA', 'freelance contract', 'consulting agreement', or needs service agreements with IP ownership, payment terms, and termination clauses. Do NOT use for invoicing or client onboarding.

cwinvestments/memstack · 63 tokens

a11y-audit

Dedicated WCAG 2.2 AA/AAA accessibility audit across 10 dimensions (A1-A10) covering semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion/animation, reading/content, and legal compliance. Goes far beyond surface-level design-review checks with deep…

greglas75/zuvo · 147 tokens

disclosure-gating

Gate every externally-visible sentence through the claim and disclosure register in 00-control/claim-and-disclosure-register.md (CL-####), then derive 06-public/technical-partner-guide.md and 06-public/customer-product-and-trust-guide.md from approved rows only. Use when drafting or editing any public document, when…

synaptiai/synapti-marketplace · 127 tokens

auth-doctor

Diagnose and fix issues in existing auth setups. Scans environment, files, security, middleware, OAuth, database, and dangerous code patterns. Produces scored health report with actionable fixes.

ShipWithAI/shipwithai-plugins · 42 tokens

init

Set up the Claude Code harness for this project. Configures CLAUDE.md, permissions, hooks, MCP servers, agents, and SSOT docs based on your stack and chosen tier. Run on first setup or when CLAUDE.md is missing or has [PLACEHOLDER] markers. Trigger phrases: "set up harness", "configure claude", "onboard project"…

ShipWithAI/shipwithai-plugins · 96 tokens