prompt-factory
World-class prompt powerhouse that generates production-ready mega-prompts for any role, industry, and task through intelligent 7-question flow, 69 comprehensive presets across 15 professional domains (technical, business, creative, legal, finance, HR, design, customer, executive, manufacturing, R&D, regulatory, specialized-technical, research, creative-media), multiple output formats (XML/Claude/ChatGPT/Gemini), quality validation gates, and contextual best practices from OpenAI/Anthropic/Go...
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-code-skill-factory/prompt-factoryskilz install alirezarezvani/claude-code-skill-factory/prompt-factory --agent opencodeskilz install alirezarezvani/claude-code-skill-factory/prompt-factory --agent codexskilz install alirezarezvani/claude-code-skill-factory/prompt-factory --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-code-skill-factorycp -r claude-code-skill-factory/generated-skills/prompt-factory ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
swarm-orchestration
by ruvnet
"Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling bey...
execute-plan
by antinomyhq
Execute structured task plans with status tracking. Use when the user provides a plan file path in the format `plans/{current-date}-{task-name}-{ve...
codex-cli
by kingkongshot
Orchestrate OpenAI Codex CLI for parallel task execution. As orchestrator, analyze tasks, inject context, manage sessions, and coordinate parallel ...
configuration-management
by pluginagentmarketplace
Infrastructure configuration with Ansible, Chef, Puppet, and SaltStack for automated server management
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-code-skill-factory
- Stars
- 325
- Forks
- 73
- Type
- Technical
- Meta-Domain
- cloud infrastructure
- Primary Domain
- ansible
- Market Score
- 0
Agent Skill Grade
D Score: 63/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Description needs trigger phrases
- SKILL.md Token Bloat
- Marketing Language in Technical Skill
Recommendations
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I took a look at prompt-factory and noticed you're tackling template composition at scale—the architecture has some solid fundamentals, but there's room to tighten up the implementation patterns and error handling to really unlock its potential.
Links:
The TL;DR
You're at 63/100, which is solidly in D territory. This is based on Anthropic's best practices for agentic skills. Your strongest area is Utility (16/20)—the preset library and validation gates are genuinely useful. The weakest link is Progressive Disclosure Architecture (18/30)—your SKILL.md is bloated at 1,110 lines when it should be ~250, which kills token efficiency.
What's Working Well
- Comprehensive preset system: 69 presets across 15 domains give real value. The 7-point validation gates are a solid quality check that users will appreciate.
- Multi-format support: Handling XML, JSON, YAML, and plain text output shows you understand diverse use cases.
- Rich discoverability: Your trigger terms are well-chosen—"prompt factory," "mega-prompt," references to Claude, ChatGPT, Gemini all help users find this when they need it.
- Structured approach: The 5-7 question flow creates predictable, repeatable results, which is exactly what users want from a factory pattern.
The Big One: SKILL.md Token Bloat
This is your biggest win waiting to happen. Your SKILL.md is 1,110 lines (~37K tokens) when Progressive Disclosure Architecture demands something closer to 250 lines. You're violating the core principle: overview + references.
Why it matters: Every word in SKILL.md burns tokens for users. Duplicating your full preset list (lines 93-124, 797-919), complete XML templates (lines 373-483), and re...
AI-Detected Topics
Extracted using NLP analysis
Browse Category
More cloud infrastructure Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.