بنقرة واحدة
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]