---
title: "agent-craft"
description: "Build agents and their interfaces: write prompts, skills, and MCP servers, delegate across subagents, enforce output schemas, and use separately connected Agent Memory."
canonical: https://agentpluginsdirectory.com/plugins/agent-craft
last-updated: 2026-09-23
---

# agent-craft
Build agents and their interfaces: write prompts, skills, and MCP servers, delegate across subagents, enforce output schemas, and use separately connected Agent Memory.
- Slug: agent-craft
- Publisher: opspresso
- Repository: https://github.com/opspresso/agent-plugins
- Manifest: plugins/agent-craft/plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): agent-tooling
- Skills: 5 (mcp-writer, prompt-writer, simple-orchestration, skill-writer, structured-output)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-08-09
- Repository last pushed: 2026-09-23
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/agent-craft
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## Skills

- mcp-writer: MCP 서버의 도구·리소스 API를 설계·구현하거나 기존 서버의 사용성·보안을 검토할 때 쓴다. 검색 설명, 입력·응답 계약, 인증·오류 처리와 Agent Studio 연결 방법을 정리한다.
- prompt-writer: 에이전트 시스템 프롬프트를 작성하거나 역할·도구 사용·출력 규칙을 개선할 때 쓴다. 목표와 권한, 예외 처리가 일관된 프롬프트를 만들고 실제 요청으로 점검한다. 개별 작업용 SKILL.md 작성은 skill-writer를 쓴다.
- simple-orchestration: 여러 전문 작업을 연결된 서브에이전트에 나누고 결과를 통합할 때 쓴다. 독립 작업은 병렬로, 앞선 결과가 필요한 작업은 순차로 조정한다. 위임 도구가 없거나 한 에이전트가 짧게 끝낼 요청은 직접 처리한다.
- skill-writer: Agent Studio의 SKILL.md를 만들거나 스킬의 검색 설명·실행 절차·참고 파일을 개선할 때 쓴다. 실제 로드 방식에 맞게 구성하고, 목적별 선택과 실행 결과를 평가한다. 에이전트 전체 시스템 프롬프트 작성은 prompt-writer를 쓴다.
- structured-output: 대화·문서·도구 결과에서 항목을 추출하거나 JSON·CSV·표로 변환할 때 쓴다. 지정 스키마와 출력 형식을 지키고 누락값·불확실성을 구분한다. 서식이나 수식이 있는 XLSX 파일 생성은 spreadsheet-authoring을 쓴다.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
