agent-craft
v1.0.0Build agents and their interfaces: write prompts, skills, and MCP servers, delegate across subagents, enforce output schemas, and use separately connected Agent Memory.
By opspressoLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/opspresso/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-craft/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/mcp-writer/SKILL.md├── skills/prompt-writer/SKILL.md├── skills/simple-orchestration/SKILL.md├── skills/skill-writer/SKILL.md└── skills/structured-output/SKILL.md
Included Skills5
MCP 서버의 도구·리소스 API를 설계·구현하거나 기존 서버의 사용성·보안을 검토할 때 쓴다. 검색 설명, 입력·응답 계약, 인증·오류 처리와 Agent Studio 연결 방법을 정리한다.
에이전트 시스템 프롬프트를 작성하거나 역할·도구 사용·출력 규칙을 개선할 때 쓴다. 목표와 권한, 예외 처리가 일관된 프롬프트를 만들고 실제 요청으로 점검한다. 개별 작업용 SKILL.md 작성은 skill-writer를 쓴다.
여러 전문 작업을 연결된 서브에이전트에 나누고 결과를 통합할 때 쓴다. 독립 작업은 병렬로, 앞선 결과가 필요한 작업은 순차로 조정한다. 위임 도구가 없거나 한 에이전트가 짧게 끝낼 요청은 직접 처리한다.
Agent Studio의 SKILL.md를 만들거나 스킬의 검색 설명·실행 절차·참고 파일을 개선할 때 쓴다. 실제 로드 방식에 맞게 구성하고, 목적별 선택과 실행 결과를 평가한다. 에이전트 전체 시스템 프롬프트 작성은 prompt-writer를 쓴다.
대화·문서·도구 결과에서 항목을 추출하거나 JSON·CSV·표로 변환할 때 쓴다. 지정 스키마와 출력 형식을 지키고 누락값·불확실성을 구분한다. 서식이나 수식이 있는 XLSX 파일 생성은 spreadsheet-authoring을 쓴다.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-craft",
"version": "1.0.0",
"description": "Build agents and their interfaces: write prompts, skills, and MCP servers, delegate across subagents, enforce output schemas, and use separately connected Agent Memory.",
"author": {
"name": "opspresso"
},
"repository": "https://github.com/opspresso/agent-plugins",
"license": "MIT",
"keywords": [
"prompts",
"skills",
"agents",
"mcp",
"orchestration",
"memory"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-craft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-craft)