Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill admin명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | admin |
| description | | Use when this capability is needed. |
HALT. You MUST check for a profile before ANY operation. This is non-negotiable.
PowerShell (Windows):
pwsh -NoProfile -File "$HOME\.claude\skills\admin\scripts\Test-AdminProfile.ps1"
Bash (WSL/Linux/macOS):
~/.claude/skills/admin/scripts/test-admin-profile.sh
Returns JSON: {"exists":true|false,"path":"...","device":"..."}
exists: false → HALT AND RUN SETUPDO NOT CONTINUE with the user's task. You must create a profile first.
Use the TUI interview below to gather preferences, then call the setup script.
When profile does not exist, ask these questions using your TUI capabilities (e.g., AskUserQuestion).
Ask: "Will you use Admin on a single device or multiple devices?"
| Option | Description |
|---|---|
| Single device (Recommended) | Local storage at ~/.admin. Simple, no sync needed. |
| Multiple devices | Cloud-synced folder (Dropbox, OneDrive, NAS). Profiles shared across machines. |
If "Multiple devices" selected, follow up: "Enter the path to your cloud-synced folder"
C:\Users\You\Dropbox\.admin, ~/Dropbox/.admin, N:\Shared\.adminAsk: "Set tool preferences now, or use defaults?"
If yes, ask each:
Ask: "Run a quick inventory scan to detect installed tools?"
Pass the user's answers to the setup script.
PowerShell:
pwsh -NoProfile -File "$HOME\.claude\skills\admin\scripts\New-AdminProfile.ps1" `
-AdminRoot "C:/Users/You/.admin" `
-PkgMgr "winget" `
-PyMgr "uv" `
-NodeMgr "npm" `
-ShellDefault "pwsh" `
-RunInventory
Bash:
~/.claude/skills/admin/scripts/new-admin-profile.sh \
--admin-root "$HOME/.admin" \
--pkg-mgr "brew" \
--py-mgr "uv" \
--node-mgr "npm" \
--shell-default "zsh" \
--run-inventory
Add -MultiDevice (PowerShell) or --multi-device (Bash) if user selected multi-device setup.
Test-AdminProfile.ps1 or test-admin-profile.sh → should return exists: truereferences/profile-gate.md for load commands.env files or credentials inside any skill folder..env.template files belong only in templates/ within a skill.~/.admin/.env and reference from there.| Task | Reference |
|---|---|
| Install tool/package | references/{platform}.md |
| Windows administration | references/windows.md |
| WSL administration | references/wsl.md |
| macOS/Linux admin | references/unix.md |
| MCP server management | references/mcp.md |
| Skill registry | references/skills-registry.md |
| Remote servers/cloud | → Use admin-devops skill |
preferences.python.manager (uv/pip/conda/poetry)preferences.node.manager (npm/pnpm/yarn/bun)preferences.packages.manager (scoop/winget/choco/brew/apt)Never suggest install commands without checking preferences first.
profile.tools)Log every operation with the shared helpers:
scripts/Log-AdminEvent.ps1scripts/log-admin-event.shExample (bash):
source ~/.claude/skills/admin/scripts/log-admin-event.sh
log_admin_event "Installed ripgrep" "OK"
scripts/ (profile, logging, issues, AGENTS.md)scripts/mcp-*scripts/skills-*references/*.mdreferences/cross-platform.mdreferences/shell-detection.mdreferences/device-profiles.mdreferences/powershell-commands.mdConverted and distributed by TomeVault — claim your Tome and manage your conversions.