absorb-code

A cleanup command used after copying skills, commands, configuration, or code from another project into the current one. The process reviews the copied files, checks the changes, and integrates them into the project.

In plain words
What is it for?
Use it after a convergence or absorption step to review new files, understand what was copied, remove or adjust unsuitable content, and finish the integration.
Why use it?
It helps catch unnecessary, conflicting, or incomplete files after a project merge. It also uses review information and version-control status to make the absorbed changes easier to inspect.

Command for Claude Code

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 commands/gobing-ai/superskill/absorb-code
Clone the repo
git clone --depth 1 https://github.com/gobing-ai/superskill

Made for: Claude Code.

Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 795 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00012 $0.00795
Opus 5 $0.00006 $0.00398
Sonnet 5 $0.00002 $0.00159
Haiku 4.5 $0.00001 $0.00080

Measured yesterday against content hash 273a5c647694, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

absorb-code scanned grade B with 1 finding 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 yesterday.

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.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

- Verify the symlink is intact: `ls -la .agents/skills` should point to `.claude/skills`.
.claude/commands/absorb-code.md · 80 lines

How it starts

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

You are finishing a convergence absorption cycle. converge apply has just copied files from a source project into .claude/skills/, .claude/commands/, or other destination paths under this project.

ARGUMENTS supplies the source project path (--from), a description of what was absorbed and any special instructions (--description), and optionally the review artifact path. Read $ARGUMENTS to extract these values.

0. Understand what happened

Parse the arguments:

  • --from <source-project> — the source project the convergence scanned. Required.
  • --description <text> — what was absorbed (skills, commands, configs, code), why, and any cleanup preferences or constraints. Required.
  • [review-artifact] — path to the review JSON from converge review. Optional; if omitted, infer from the most recent file in docs/reviews/.

If any required argument is missing, ask for it before proceeding.

1. Review what was absorbed

  • Run git status -s to see every file the apply step created or modified.
  • If a review artifact was provided or found, read it to understand the classification decisions.
  • For each new or changed file, check whether it contains project-specific references that should have been classified as project-specific or sensitive:
    • Absolute paths pointing to the source project's directory
    • Organization names, cloud account IDs, or deployment targets
    • Hardcoded secrets, tokens, or internal endpoints
    • References to source-project-only packages or tooling

2. Clean up drift

For every file flagged above:

  • Replace source-project names/paths with the current project's equivalents.
  • Strip or generalize deployment targets, account IDs, and cloud-specific config.
  • If a file is too entangled with the source project to generalize, classify it as blocked and remove it. Do NOT leave half-cleaned files in the tree.

Apply any additional instructions from --description.

3. Verify capability registration

  • Every new .claude/skills/<name>/SKILL.md must be discoverable. Verify the skill directory exists with a SKILL.md and that its frontmatter is valid.
  • Every new .claude/commands/<name>.md must follow the project's command format.
  • If an absorbed capability is mode-scoped, confirm it carries a supported-modes frontmatter annotation listing the modes it supports.

Read the full file on GitHub · 80 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. yesterday First seen · 80 lines · 0 tokens per session scan B 273a5c647694

Subscribe to this mod's changes

absorb-code is a command published in the GitHub repository gobing-ai/superskill (5 stars, last pushed 6d ago), licensed Apache-2.0. It adds 12 tokens to every session and 795 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.