원클릭으로
tutorial-notes
Take structured notes in workspace markdown files using deterministic tool calls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Take structured notes in workspace markdown files using deterministic tool calls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build, install, and manage complete NekoCore OS apps — HTML payload, installer contract, window registration, start menu category. Produces installer-managed, reversible app packages.
Create and register new MA task blueprints, task types, and classification rules
Extract characters from a book and create them as NekoCore OS entities with POV-isolated memories. Supports main-only, all, or specific character selection.
Production code author — write, edit, debug, and scaffold real code projects. Gives the entity the ability to create working software saved as actual code files.
Create structured courses, curricula, lesson plans, and exam prep materials from topics or books
Build, run, and manage D&D campaigns with session prep, world lore, and narrative arcs
| name | tutorial-notes |
| description | Take structured notes in workspace markdown files using deterministic tool calls. |
Use this skill when the user asks to save, update, read, list, or summarize notes.
Create or replace a note file.
[TOOL:ws_write path="notes.md" content="# Notes\n\n## 2026-03-15\n- Example note"]
Add a new section to an existing note file.
[TOOL:ws_append path="notes.md" content="\n\n## 2026-03-15\n- Follow-up note"]
Read a note file.
[TOOL:ws_read path="notes.md"]
List files when the user asks what notes exist.
[TOOL:ws_list]