simbo1905
- 2 skills
- 0 followers
- 16 hours ago last updated
- ▌ Deleting Dead Code · simbo1905 bundleUse when the user asks to remove, delete, strip, or clean up code or docs, OR when you yourself observe dead, unreachable, slop, misleading, or unused code/documentation paths during any task. Senior engineers delete; junior engineers refactor around. This skill makes the model behave like the former. Git is the safety net — if a file is tracked, deletion is trivially reversible, so deletion is the correct first move, not the last resort.
- ▌ Kapture Dom Erode · simbo1905 bundleSearch and extract readable text from multi-megabyte Kapture MCP DOM snapshots by eroding away HTML tag soup. Use when you have a saved DOM from kapture_dom and need to find or read visible on-screen content.