一键导入
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