ワンクリックで
reset
Reinitialize the project by deleting user profile, notes, and Obsidian vault
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Reinitialize the project by deleting user profile, notes, and Obsidian vault
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Enforces encoding, language, and typography rules for all generated content. Always apply these standards when creating or editing notes, summaries, or any text file.
Enforces cross-platform portability and safe execution conventions for all scripts and shell commands. Always apply when running scripts or shell commands.
Mark a note as important by adding the 'featured' tag.
Use this skill when you are asked to process a link.
Use this skill to initialize the user profile by asking a series of questions.
| name | reset |
| description | Reinitialize the project by deleting user profile, notes, and Obsidian vault |
This skill reinitializes the second-brain project by removing all user data and content.
profile.md)notes folder)obsidian/vault folder)When the user asks to reset the project or start fresh, use this skill to clean up all user-generated content.
Confirm with the user before proceeding, as this operation is destructive and cannot be undone
Determine the workspace root:
alexandreroman/second-brain)Delete the user profile:
<workspace-root>/.profile.mdDelete all notes:
<workspace-root>/notes directoryDelete the Obsidian vault:
<workspace-root>/obsidian/vault directoryConfirm completion and inform the user that the project has been reset
Use platform-appropriate commands based on the user's OS:
Remove-Item -Path "<path>" -Recurse -Force -ErrorAction SilentlyContinue
rm -rf "<path>"
setup skill to set up their profile again