create-ai-tool

사용자 요구사항을 분석하여 Skill 또는 Agent 중 적절한 유형을 결정하고 생성을 위임합니다. 도구 만들기, 스킬 vs 에이전트, 어떤 걸 만들어야 할지, 도구 유형 선택 요청 시 활성화.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "create-ai-tool" with this command: npx skills add khw1031/ai-library/khw1031-ai-library-create-ai-tool

AI Tool Creator

사용자 요구사항을 분석하여 Skill 또는 Agent를 결정하고 해당 생성 스킬로 위임합니다.

판단 기준

기본은 Skill. 아래 조건에 해당할 때만 Agent.

조건YES → AgentNO → Skill
독립 컨텍스트에서 격리 실행 필요?대량 출력, 병렬 처리메인 대화에서 충분
도구 접근을 제한해야?읽기 전용, 특정 도구만 허용제한 불필요
자동 위임으로 독립 작업 수행?Claude가 판단해서 태스크 위임사용자/Claude가 직접 호출

의사결정 흐름

[요청 분석]
    │
    ├─ 컨텍스트 격리 또는 도구 제한 필요?
    │       │
    │       ├─ YES → Agent → /create-agent
    │       │
    │       └─ NO
    │           │
    │           └─ Skill → /create-skill
    │
    └─ 규칙/컨벤션/가이드라인?
            │
            └─ Skill (user-invocable: false) → /create-skill

핵심 차이

구분SkillAgent
컨텍스트메인 대화 공유별도 격리
목적지식/지침/워크플로우태스크 위임
호출/skill-name 또는 Claude 자동Claude 자동 위임
도구 제어allowed-toolstools, disallowedTools
규칙/컨벤션user-invocable: false해당 없음

사용 사례별 라우팅

사용 사례유형핵심 설정위임
코딩 컨벤션, 스타일 가이드Skilluser-invocable: false/create-skill
단계별 작업 지침Skill기본값/create-skill
배포, DB 작업 (부작용)Skilldisable-model-invocation: true/create-skill
코드 리뷰, 디버깅 (격리)Agenttools, disallowedTools/create-agent
병렬 리서치, 대량 분석Agentmodel, tools/create-agent

실행

유형이 결정되면 해당 스킬의 내용을 로드하여 생성을 진행합니다:

상세 판단

복잡한 판단이 필요하면 의사결정 트리 참조.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

create-agent

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

feature-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
General

financial-insurance-guide

No summary provided by upstream source.

Repository SourceNeeds Review
General

financial-investment-guide

No summary provided by upstream source.

Repository SourceNeeds Review