skill-creator-step-1-define-the-skill-scope
정보
이것은 스킬 생성 과정의 첫 번째 단계로, 개발자가 스킬의 문제, 사용자, 입력, 출력, 도구에 대한 핵심 질문에 답함으로써 스킬의 목적을 정의하도록 안내합니다. 스킬의 프론트매터와 내용 작성을 위한 구조화된 템플릿을 제공하여 명확하고 실행 가능한 범위를 보장합니다.
빠른 설치
Claude Code
추천npx skills add vamseeachanta/workspace-hub/plugin add https://github.com/vamseeachanta/workspace-hubgit clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/skill-creator-step-1-define-the-skill-scopeClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Step 1: Define the Skill Scope (+2)
Step 1: Define the Skill Scope
Answer these questions:
- What specific problem does this skill solve?
- Who is the target user?
- What inputs does it expect?
- What outputs does it produce?
- What tools/technologies does it use?
Step 2: Write the Frontmatter
---
name: lowercase-kebab-case
description: Action-oriented description with use cases. Use for X, Y, and Z.
version: 1.0.0
category: builders
last_updated: 2026-01-02
related_skills:
- related-skill-1
---
*See sub-skills for full details.*
## Step 3: Structure the Content
#### Overview Section
```markdown
GitHub 저장소
연관 스킬
algorithmic-art
메타This Claude Skill creates original algorithmic art using p5.js with seeded randomness and interactive parameters. It generates .md files for algorithmic philosophies, plus .html and .js files for interactive generative art implementations. Use it when developers need to create flow fields, particle systems, or other computational art while avoiding copyright issues.
subagent-driven-development
개발This skill executes implementation plans by dispatching a fresh subagent for each independent task, with code review between tasks. It enables fast iteration while maintaining quality gates through this review process. Use it when working on mostly independent tasks within the same session to ensure continuous progress with built-in quality checks.
executing-plans
디자인Use the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.
cost-optimization
기타This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.
