temp

Installation
SKILL.md

Temp

Make quick, reversible code changes for local testing. Every change is marked with a TEMP: comment so it can be found and undone later.

Modes

1. Make a temporary change (default)

Usage: temp always show questionnaire

  1. Search the codebase for code related to the user's description.
  2. Make the minimal change needed — flip a boolean, comment out a guard, force a condition, hardcode a value. Prefer the smallest diff possible.
  3. Mark every modified line with a comment containing TEMP: and the reason. Use the appropriate comment syntax for the language.
Installs
1
First Seen
Mar 29, 2026
temp — nielsmadan/agentic-coding