Skill Orchestrator
Skill Orchestrator is an writing AI skill with a core value of The master meta-skill for sequencing and prioritizing other skills during a project lifecycle. It
helps developers solve real-world problems in the writing domain, boosting
efficiency, automating repetitive tasks, and optimizing workflows.
The master meta-skill for sequencing and prioritizing other skills during a project lifecycle. Defines the exact order: Planning -> Development -> SEO -> Security -> Marketing.
Quick Facts
mkdir -p ./skills/skill-orchestrator && curl -sfL https://raw.githubusercontent.com/mayurrathi/awesome-agent-skills/main/skills/skill-orchestrator/SKILL.md -o ./skills/skill-orchestrator/SKILL.md Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).
Skill Content
# 3.1.3 Skill Orchestrator
This is the **Master Sequencer** skill. When a user asks you to build, launch, or scale a complete application or business, you MUST apply other skills in this strict, sequential order. Never jump to SEO or Marketing before Development is complete. Never jump to Development before Planning is approved.
Phase 1: Planning & Architecture (Highest Priority)
**Rules:** Always start here. Do not write a single line of code until these skills are executed.
1. **Ideation & Strategy:** Apply `simple-brainstorm` or `1.5.1 Growth And Strategy` to define the *what* and *why*.
2. **Product Requirements & UI/UX:** Apply `2.1.1 End To End App Development` (Phases 1-4) to establish the PRD, research document, and design system.
3. **Design Tokens:** Apply `2.1.3 Web Dev Design Systems` to lock in colors, fonts, and grid spacing.
Phase 2: Core Development (Execution)
**Rules:** Only proceed to this phase once the user approves the Phase 1 plan. Focus strictly on building a functional, premium MVP.
1. **Scaffolding & Architecture:** Apply `2.1.2 Project Scaffolding` and `2.1.1 End To End App Development` (Phase 5-7) to initialize the codebase.
2. **Frontend & Logic:** Apply `2.2.1 Vercel React Best Practices` and `2.2.2 Pwa Offline First` to build the client-side app.
3. **Backend (if required):** Apply `2.3.1 Firebase Baas` or `2.3.2 Supabase Skills` for databases and auth.
Phase 3: Optimization (SEO & UX Polish)
**Rules:** Only apply these skills on a *working* application. Do not optimize broken code.
1. **Technical SEO:** Apply `1.2.1 Seo Site Architecture` and `1.2.2 Omni Seo Dominance` to set up `robots.txt`, `sitemap.xml`, Open Graph tags, and JSON-LD schemas.
2. **Copywriting:** Apply `1.3.1 Conversion Copywriting` to refine the landing page text and CTA buttons.
Phase 4: QA & Security (Pre-Launch)
**Rules:** The app must be fully optimized before auditing.
1. **Security Audit:** Apply `2.5.1 Trail Of Bits Security` to harden the app against XSS, SQLi, and exposed `.env` variables.
2. **Automated Testing:** Apply `2.5.2 Webapp Testing Playwright` to write end-to-end user flows.
3. **Deployment:** Apply `2.4.1 Cicd Git Deployment` and `2.4.3 Git Commit Formatter` to push live safely.
Phase 5: Marketing & Growth (Post-Launch)
**Rules:** Only apply these marketing skills once the production URL is fully live, secure, and SEO-optimized.
1. **Social Amplification:** Apply `1.1.1 Linkedin Mastery`, `1.1.2 Profile Optimizer`, and `1.1.3 Content Creator` to build an audience.
2. **Launch Campaigns:** Apply `1.4.1 Content Product Launches` for Product Hunt and community drops.
3. **Retention:** Apply `1.5.2 Retention Referral` to build virality loops.
**Execution Prompt for the Agent:**
"I am invoking the `3.1.3 Skill Orchestrator`. Based on the user's current project state, identify exactly which Phase (1-5) we are in, and suggest the next 2 specific sub-skills we must apply."
🎯 Best For
- Security auditors
- DevSecOps teams
- Compliance officers
- SEO content writers
- Digital marketers
💡 Use Cases
- Auditing dependencies for known CVEs
- Scanning API endpoints for auth gaps
- Optimizing blog posts for search intent
- Writing meta descriptions that drive CTR
📖 How to Use This Skill
- 1
Install the Skill
Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.
- 2
Load into Your AI Assistant
Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.
- 3
Apply Skill Orchestrator to Your Work
Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.
- 4
Review and Refine
Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.
❓ Frequently Asked Questions
Can this replace a dedicated SAST tool?
AI-based security review is complementary to SAST tools. Use it as a first-pass filter, not a replacement.
Does this account for Google algorithm updates?
The skill follows evergreen SEO best practices. Stay updated on Google core updates for additional context.
Can Skill Orchestrator maintain my brand voice?
Yes — provide style guides or example content in your prompt for consistent brand-aligned output.
How do I install Skill Orchestrator?
Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/skill-orchestrator/SKILL.md, ready to use.
Can I customize this skill for my team?
Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.
⚠️ Common Mistakes to Avoid
Only scanning surface-level issues
Deep security review requires understanding your app architecture, not just regex patterns.
Keyword stuffing
Modern SEO favors natural language and topical authority over keyword density.
Publishing unedited drafts
AI writing needs human editing for facts, flow, and authentic voice.