Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

write-code-by-hand

write-code-by-hand에는 valsteen에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
5
업데이트
2026-06-28
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

delete-range
소프트웨어 개발자

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.

2026-06-28
goto
소프트웨어 개발자

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.

2026-06-28
insert-block
소프트웨어 개발자

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.

2026-06-28
look
소프트웨어 개발자

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.

2026-06-28
move-file
소프트웨어 개발자

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.

2026-06-28
rename-symbol-literally
소프트웨어 개발자

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.

2026-06-28
replace-line
소프트웨어 개발자

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.

2026-06-28
replace-range
소프트웨어 개발자

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.

2026-06-28
save
소프트웨어 개발자

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.

2026-06-28
verify
소프트웨어 품질 보증 분석가·테스터

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.

2026-06-28
write-code-by-hand
소프트웨어 개발자

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 questions, or convert intent into software.

2026-06-28