move-content

move-content is a skill for Claude Code, Codex from legacybridge-tech/claude-plugins. It costs 37 tokens per session (3,165 once invoked), scanned A, original, MIT.

A governed file-moving and renaming helper for a knowledge base. It checks the rules of both the source and destination directories before changing a file’s location or name.

In plain words
What is it for?
Use it to locate content, choose or confirm a destination, check source and target rules, and move or rename approved files.
Why use it?
It helps reorganize content without ignoring directory policies or leaving related references in a confusing state.

Skill for Claude CodeCodex

Part of the akashicrecords plugin — 7 skills, 2 commands, 1 agent shipped together

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/legacybridge-tech/claude-plugins/move-content
Any agent
npx skills add legacybridge-tech/claude-plugins --skill move-content
Clone the repo
git clone --depth 1 https://github.com/legacybridge-tech/claude-plugins

Made for: Claude Code, Codex.

Or install akashicrecords, the plugin that ships this one along with the rest of its 7 skills, 2 commands, 1 agent.

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 move-content

README.md
[![agentmods](https://agentmods.dev/badge/skills/legacybridge-tech/claude-plugins/move-content.svg)](https://agentmods.dev/skills/legacybridge-tech/claude-plugins/move-content)
Your own site
<a href="https://agentmods.dev/skills/legacybridge-tech/claude-plugins/move-content"><img src="https://agentmods.dev/badge/skills/legacybridge-tech/claude-plugins/move-content.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,165 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.00037 $0.03165
Opus 5 $0.00018 $0.01582
Sonnet 5 $0.00007 $0.00633
Haiku 4.5 $0.00004 $0.00316

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

Security

Grade A, and why

move-content 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 3d 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.

akashicrecords/skills/move-content/SKILL.md · 485 lines

How it starts

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

Move Content Skill

Generic file move/rename Skill that respects both source and target RULE.md requirements.

When to use this Skill

  • User says "move", "relocate", "transfer", "rename"
  • User requests reorganization
  • User wants to reclassify content to different directory

Workflow

1. Identify Source File

If user provides file path:

  • Verify file exists
  • Confirm file identity

If user provides topic/title only:

  • Search for file using Grep or Glob
  • Pattern: **/*keyword*.md
  • If multiple matches: present list, ask user to choose
  • If no matches: report not found

Search strategies:

  1. Filename match: find . -name "*keyword*"
  2. Content match: grep -r "keyword" .
  3. README.md index: Search README.md files for references

2. Determine Target Location

If user specifies target:

  • Parse target path
  • Verify target directory exists (or offer to create)
  • Confirm target path with user

If user doesn't specify target:

  • Analyze content (read source file)
  • Scan available directories
  • Read RULE.md files to understand purposes
  • Recommend target directory based on content
  • Ask user for confirmation or alternative

Recommendation logic (similar to add-content):

  1. Analyze file content
  2. Read RULE.md of potential target directories
  3. Match content to directory purposes
  4. Rank by suitability
  5. Present top recommendation

3. Read Both RULE.md Files

Read source directory RULE.md:

  1. Check if moving out is allowed
  2. Check if any special handling required (e.g., "notify when file moved")
  3. Understand current file format

Read target directory RULE.md:

  1. Check if moving in is allowed
  2. Check file format requirements
  3. Check naming conventions
  4. Check if transformation needed
  5. Understand target directory structure

Compare requirements:

  • Source format vs target format
  • Source naming vs target naming
  • Compatibility check

4. Check Compatibility

Format compatibility:

  • Both use markdown → Compatible
  • Source has frontmatter, target doesn't require → Compatible (but may want to remove)
  • Source plain, target requires frontmatter → Needs transformation
  • Different metadata requirements → Needs update

Read the full file on GitHub · 485 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. 3d ago First seen · 485 lines · 37 tokens per session scan A 222c4965ae46

Subscribe to this mod's changes

move-content is a skill published in the GitHub repository legacybridge-tech/claude-plugins (6 stars, last pushed 3mo ago), licensed MIT. It adds 37 tokens to every session and 3,165 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

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

security-ownership-map

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for…

HKUDS/DeepCode · 99 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

ondb

A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…

x-cmd/x-cmd · 71 tokens

sn-da-large-file-analysis

万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl readonly 流式读取(iterrows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。遇到以下任一情况就主动使用本 skill:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked processing;③直接使用…

OpenSenseNova/SenseNova-Skills · 218 tokens