·substitute-eraser
</>

substitute-eraser

This skill should be used when the user asks to "scan for TODOs", "find placeholders", "clean up stubs", "remove temporary code", "audit for incomplete code", or "erase substitutions from codebase". Scans existing files for placeholder tokens and generates remediation plan.

6Installs·0Trend·@plurigrid

Installation

$npx skills add https://github.com/plurigrid/asi --skill substitute-eraser

How to Install substitute-eraser

Quickly install substitute-eraser AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/plurigrid/asi --skill substitute-eraser
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: plurigrid/asi.

SKILL.md

View raw

Scan existing codebases for placeholder tokens. Generate remediation plan.

Audit existing files for substitution tokens (TODO, FIXME, placeholder, mock, etc.) and produce actionable remediation plan. Distinct from accept-no-substitutes which validates agent output.

| CRITICAL | TODO, FIXME, placeholder, xxx | Must fix before merge | | WARNING | mock-, fake-, stub- (outside tests) | Review context | | INFO | example, demo | Document or remove |

This skill should be used when the user asks to "scan for TODOs", "find placeholders", "clean up stubs", "remove temporary code", "audit for incomplete code", or "erase substitutions from codebase". Scans existing files for placeholder tokens and generates remediation plan. Source: plurigrid/asi.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/plurigrid/asi --skill substitute-eraser
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from plurigrid/asi

Quick answers

What is substitute-eraser?

This skill should be used when the user asks to "scan for TODOs", "find placeholders", "clean up stubs", "remove temporary code", "audit for incomplete code", or "erase substitutions from codebase". Scans existing files for placeholder tokens and generates remediation plan. Source: plurigrid/asi.

How do I install substitute-eraser?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/plurigrid/asi --skill substitute-eraser Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/plurigrid/asi