원클릭으로
skilldeck
Validate, report on, pack, and locally install reusable agent skill folders.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate, report on, pack, and locally install reusable agent skill folders.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | skilldeck |
| description | Validate, report on, pack, and locally install reusable agent skill folders. |
| version | 0.1.0 |
| targets | ["codex","claude","openclaw","agents"] |
| tags | ["skills","installer","compatibility","local-first"] |
Use this skill when an agent needs to inspect or move existing SKILL.md folders between local agent environments.
SKILL.md, or a pack with nested skills/<name>/SKILL.md entries.codex, claude, openclaw, or agents.skilldeck validate <path> --strict validates pack structure and metadata.skilldeck report <path> --json creates a deterministic compatibility report.skilldeck install <path> --target <target> --dest <dir> --dry-run previews copied files.skilldeck pack <docsDir> --name <skill-name> --out <dir> creates a starter skill from local docs.validate, report, and dry-run install are read-only. Non-dry-run install copies files into the selected local destination. pack writes a new local skill directory. No command executes skill content, reads credentials, calls remote services, or publishes packages.
Ask for explicit approval before installing into a live agent home directory, overwriting an existing skill with --force, or using generated skill text as a standing workflow.
Run:
npm run release:check
For a sample pack:
skilldeck validate ./fixtures/valid-pack --strict
skilldeck install ./fixtures/valid-pack --target agents --dest /tmp/skilldeck-demo --dry-run
skilldeck report ./fixtures/valid-pack --json
skilldeck pack ./docs --name project-docs --out ./skills
skilldeck validate ./skills/project-docs --strict