agent-skill-creator/.claude-plugin/marketplace.json
Francy Lisboa 5311fda5fc Add Agent Creator skill - American English version
Complete translation of agent-creator meta-skill to American English.
This skill teaches Claude Code to autonomously create production-ready
agents using a 5-phase protocol:
- Phase 1: Discovery (API research and selection)
- Phase 2: Design (analysis definition)
- Phase 3: Architecture (modular structure)
- Phase 4: Detection (keyword identification)
- Phase 5: Implementation (complete code generation)

Includes comprehensive documentation (~24,000 words), quality standards,
and detailed phase guides.

Translation: Portuguese → American English
Structure: Identical to original
Quality: High-fidelity translation maintaining technical accuracy

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-18 11:31:10 -03:00

22 lines
946 B
JSON

{
"name": "agent-creator-en",
"owner": {
"name": "Agent Creator",
"email": "noreply@example.com"
},
"metadata": {
"description": "Agent Creator - Meta-skill for autonomous agent generation in English",
"version": "1.0.0",
"created": "2025-10-18",
"language": "en-US"
},
"plugins": [
{
"name": "agent-creator-en-plugin",
"description": "This skill should be used when the user asks to create an agent, automate a repetitive workflow, or create a custom skill. Activates with phrases like every day, daily I have to, I need to repeat, create agent for, automate workflow, create skill for, need to automate, turn process into agent. Claude will use the 5-phase protocol to research APIs, define analyses, structure everything, implement functional code, and create a complete skill autonomously in a subdirectory.",
"source": "./",
"strict": false,
"skills": ["./"]
}
]
}