clawarmy: Skill for Claude Code

.cursor/skills/ghost/SKILL.md

ghost is a skill for Claude Code, Cursor from Rikinshah787/clawarmy. It costs 30 tokens per session (2,183 once invoked), scanned A, original, no licence file.

A guide for updating older software systems gradually instead of replacing them all at once. It includes the strangler fig pattern, where new parts slowly take over from an old system.

In plain words
What is it for?
Use it to plan incremental migrations, replace older components, and remove technical debt—the future maintenance cost of difficult code.
Why use it?
It helps reduce the risk and disruption of modernizing legacy software while addressing accumulated technical debt.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: allowed-tools in frontmatter, but also installed under .cursor/.

This is Rikinshah787/clawarmy's own configuration. It tells Claude Code and Cursor how to work on clawarmy itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything clawarmy configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Rikinshah787/clawarmy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Rikinshah787/clawarmy/main/.cursor/skills/ghost/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Rikinshah787/clawarmy

Made for: Claude Code, Cursor.

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 ghost

README.md
[![agentmods](https://agentmods.dev/badge/skills/rikinshah787/clawarmy/ghost/github.svg)](https://agentmods.dev/skills/rikinshah787/clawarmy/ghost)
Your own site
<a href="https://agentmods.dev/skills/rikinshah787/clawarmy/ghost"><img src="https://agentmods.dev/badge/skills/rikinshah787/clawarmy/ghost/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 ghost

Your own site · 80×15
<a href="https://agentmods.dev/skills/rikinshah787/clawarmy/ghost"><img src="https://agentmods.dev/badge/skills/rikinshah787/clawarmy/ghost.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,183 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 unknown 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.02183
Opus 5 $0.00015 $0.01092
Sonnet 5 $0.00006 $0.00437
Haiku 4.5 $0.00003 $0.00218

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

Security

Grade A, and why

ghost 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 9d 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.

.cursor/skills/ghost/SKILL.md · 346 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 346 lines · 30 tokens per session scan A 91deb6d8285b

Subscribe to this mod's changes

ghost is a skill published in the GitHub repository Rikinshah787/clawarmy (5 stars, last pushed 6mo ago), with no licence file. It adds 30 tokens to every session and 2,183 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

code-necromancer

Systematic framework for resurrecting and modernizing legacy codebases through archaeology, resurrection, and rejuvenation phases. Activate on "legacy code", "inherited codebase", "no documentation", "technical debt", "resurrect", "modernize". NOT for greenfield projects or well-documented active codebases.

curiositech/windags-skills · 70 tokens

Dead Code Eliminator

Proves code is unreachable with converging evidence, then removes it and its tests, fixtures, and flags in reversible slices without breaking dynamic callers. Use when deleting suspected dead code, cleaning up after a migration or feature retirement, trimming a bloated module, or before estimating work on unfamiliar…

SkillMedev/legacy-modernization · 89 tokens

Language Version Migrator

Ports a codebase across a breaking language or runtime version with compatibility shims, batched automated transforms, dual-runtime CI, and old-vs-new output diffing, ending in a flag-flip cutover with a rollback rule. Use when someone says "migrate us from Python 2 to 3", "we're jumping Node majors", "move to the…

SkillMedev/legacy-modernization · 169 tokens

Monolith Decomposer

Finds and validates one bounded-context seam to extract from a monolith - gated on coupling-graph, co-change, data-ownership, and transaction-boundary evidence - and sequences an incremental strangler-fig extraction plan. Use when someone asks "where should we cut this monolith", "is this module ready to extract as a…

SkillMedev/legacy-modernization · 151 tokens

TDD Expert

Drive development with strict Red-Green-Refactor discipline - write one failing test, write the minimum code to pass it, refactor on green - including test-list planning and a worked kata cycle. Use when someone asks "write this test-first", "do TDD on this feature", "help me practice red-green-refactor", "write a…

SkillMedev/legacy-modernization · 129 tokens

Strangler Fig Planner

Produces an incremental migration plan that runs a legacy and a new system side by side behind a routing seam, slicing and sequencing whole capabilities so the old system stays live until its last route is cut. Use when planning to replace or rebuild a large, business-critical system that must keep serving traffic…

SkillMedev/legacy-modernization · 101 tokens