원클릭으로
comprehensive-skill
A comprehensive skill demonstrating all frontmatter fields. Use for testing complete SKILL.md parsing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A comprehensive skill demonstrating all frontmatter fields. Use for testing complete SKILL.md parsing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Test skill that exercises the Task tool system to create and manage tasks
A skill demonstrating all Claude Code spec fields.
A simple test skill that creates a greeting file
Tests variable interpolation features like {baseDir}. Use for testing path expansion.
A simple skill for testing basic functionality. Use when you need to test the skillet CLI.
SOC 직업 분류 기준
| name | comprehensive-skill |
| description | A comprehensive skill demonstrating all frontmatter fields. Use for testing complete SKILL.md parsing. |
| license | Apache-2.0 |
| compatibility | Requires git, docker, and access to the internet |
| metadata | {"author":"test-org","version":"1.0.0","category":"testing"} |
| allowed-tools | Read Write Bash(git:*) Bash(docker:*) |
| model | claude-sonnet-4-5-20250929 |
This skill demonstrates all possible frontmatter fields and features.
This skill is designed to test the complete parsing and execution pipeline of the skillet CLI tool. It includes all optional frontmatter fields and demonstrates proper formatting.
First, check the environment:
git --version
docker --version
Perform the main task according to user requirements.
Provide a detailed summary of actions taken.
Results should be formatted as:
Task: [task name]
Status: [success/failure]
Details: [description]
If prerequisites are not met, report clearly which requirement failed.
Additional documentation can be found in the references/ directory.