How this skill is triggered — by the user, by Claude, or both
Slash command
/automation-tools:skills/factory-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
컴포넌트 생성의 핵심 로직을 담당하며, 인자 파싱, 사용자 입력 수집, 파일 생성을 처리합니다.
컴포넌트 생성의 핵심 로직을 담당하며, 인자 파싱, 사용자 입력 수집, 파일 생성을 처리합니다.
Type: agent
Name: typescript-validator
Purpose: TypeScript 코드 유효성 검사 자동화
Location: project
Model: Sonnet
Tools: Read, Grep, Write
---
name: typescript-validator
description: 'TypeScript 코드 유효성 검사 자동화 에이전트'
model: claude-sonnet-4-20250414
allowed-tools:
- Read
- Grep
- Write
---
# TypeScript Validator
...
npx claudepluginhub m16khb/claude-integration --plugin automation-toolsGenerates markdown agent files with YAML frontmatter for Claude Code, configuring system prompts, tools, and isolation for autonomous task delegation in plugins.
Creates a new Claude Code subagent persona with curated tools, skills, and documentation following the agent template and registry conventions.
Creates Claude Code agents with YAML frontmatter for name, description, tools, model selection, and color. Use when adding specialized agents to plugins.