Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub m16khb/claude-integration --plugin automation-toolsHow 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
컴포넌트 생성의 핵심 로직을 담당하며, 인자 파싱, 사용자 입력 수집, 파일 생성을 처리합니다.
Creates a new agent definition file following the agent-almanac template and registry conventions. Covers persona design, tool selection, skill assignment, and registry integration.
Generates markdown agent files with YAML frontmatter for Claude Code, configuring system prompts, tools, and isolation for autonomous task delegation in plugins.
Creates Claude Code agents with YAML frontmatter for name, description, tools, model selection, and color. Use when adding specialized agents to plugins.
Share bugs, ideas, or general feedback.
컴포넌트 생성의 핵심 로직을 담당하며, 인자 파싱, 사용자 입력 수집, 파일 생성을 처리합니다.
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
...