valsteen/write-code-by-hand

Agent Skills for human-authored code with AI-mediated cursor governance.

5Stars on the repository
12Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

delete-range

01

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for deleting an exact line range after explicit confirmation. Use inside write-code-by-hand mode when the user asks to delete, remove, or cut specific lines or a selected range.

5 2mo ago A 40 tokens original MIT

goto

02

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for selecting the current file, line, range, function, or end-of-file cursor position. Use inside write-code-by-hand mode when the user asks to go to, select, focus, open at, jump to, or move the cursor.

5 2mo ago A 53 tokens original MIT

insert-block

03

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for inserting an exact user-provided text block at a specified location or current cursor. Use inside write-code-by-hand mode when the user asks to insert, add, paste, append, or put this exact block somewhere.

5 2mo ago A 49 tokens original MIT

look

04

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for listing directories and showing exact file contents or line ranges without interpreting or changing code. Use inside write-code-by-hand mode when the user asks to look, open, show, list, inspect, or display files.

5 2mo ago A 47 tokens original MIT

move-file

05

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for moving or renaming files when the user provides exact source and destination paths. Use inside write-code-by-hand mode when the user asks to move, rename, copy, or relocate a file.

5 2mo ago A 44 tokens original MIT

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for exact token replacement, not semantic refactoring. Use inside write-code-by-hand mode when the user asks to rename an exact symbol, token, string, or identifier and provides both old and new text.

5 2mo ago A 48 tokens original MIT

replace-line

07

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for replacing one specific line with exact user-provided text. Use inside write-code-by-hand mode when the user asks to replace a line, change this line to, or set line N to exact text.

5 2mo ago A 46 tokens original MIT

replace-range

08

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for replacing an exact contiguous line range with exact user-provided text. Use inside write-code-by-hand mode when the user asks to replace lines, swap this block, or change a selected range.

5 2mo ago A 44 tokens original MIT

save

09

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for persisting exact edits and reporting what changed. Use inside write-code-by-hand mode when the user asks to save, write, persist, or commit the current buffer to disk.

5 2mo ago A 40 tokens original MIT

verify

10

valsteen/write-code-by-hand

Skill Claude CodeCodex

Editor primitive for running exact human-selected verification commands. Use inside write-code-by-hand mode when the user asks to run tests, lint, build, format, or execute a specific command.

5 2mo ago A 39 tokens original MIT

write-code-by-hand

11

valsteen/write-code-by-hand

Skill Claude CodeCodex

Natural-language command-line editor mode for human-authored code changes. Use when the user wants the agent to act as a deliberately underpowered cursor/editor: inspect files, track a current file and line, and apply only exact user-provided edits while refusing to invent implementation code, answer engineering…

5 2mo ago A 70 tokens original MIT