원클릭으로
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