agent-tool-forge은(는) 무엇을 하나요?
Concept and wireframe for basic agent chat service and factory for rapid production of tools/MCPs, and evals using agent skills (SKILL.md)
에이전트 채팅 서비스와 도구/MCP 및 평가를 빠르게 제작할 수 있는 팩토리를 위한 컨셉 및 와이어프레임입니다.
이 스킬은 기본적인 에이전트 채팅 서비스의 컨셉과 와이어프레임을 제공하며, 도구 및 MCP(Model Context Protocol)를 신속하게 제작할 수 있는 팩토리 역할을 합니다. 개발자는 이 스킬을 통해 에이전트 스킬(SKILL.md)을 기반으로 평가(evals)를 자동화하고, 재사용 가능한 컴포넌트를 생성할 수 있습니다. 주로 Claude Code, Cursor, Codex와 같은 에이전트 기반 개발 플랫폼에서 활용되며, 에이전트의 능력을 확장하거나 맞춤형 도구를 빠르게 프로토타이핑할 때 유용합니다. 이 스킬은 에이전트 워크플로우의 생산성을 극대화하고, 반복적인 도구 개발 과정을 표준화하여 개발 시간을 크게 단축시켜 줍니다.
npx skills add jsquire4/agent-tool-forgeConcept and wireframe for basic agent chat service and factory for rapid production of tools/MCPs, and evals using agent skills (SKILL.md)
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.