Maestro Skills (free cores)
Free master-router Agent Skills for coding, marketing, BI, security, and finance agents.
Documentation
Maestro Skills — Free Cores

The free cores of the Maestro family of Agent Skills packs. Maestro is a set of master-router skills for AI coding/analytics/marketing/security/finance agents: each pack classifies a task into exactly one mode, announces its strategy, and routes to a lean specialist skill under a mandatory quality/verify gate. Every skill follows the open Agent Skills standard — works with Claude Code, Cursor, Windsurf, GitHub Copilot, Kiro, and any Agent Skills-compatible agent.
This repository contains only the free tier of each pack — the master router plus a handful of core specialists, MIT-licensed, no strings attached. Full Pro packs (all specialists + evals harness) are sold separately — see Get the full Pro packs below.
The family
| Pack | Router | Free specialists included | Pro adds |
|---|---|---|---|
maestro-code/ | dev-orchestrator | code-reviewer, debugger, test-author | +16 specialists (security, perf, refactor, CI/CD, docs, spec, and more) |
maestro-marketing/ | marketing-orchestrator | copywriter, cta-crafter, seo-optimizer | +8 specialists (email, ads, social, positioning, growth, brand voice) |
maestro-bi/ | bi-orchestrator | sql-analyst, metric-definer, insight-narrator, dashboard-designer | +6 specialists (data modeling, A/B testing, retention, forecasting, quality, KPI trees) |
maestro-security/ | security-orchestrator | threat-modeler, secure-code-reviewer, vuln-analyst, remediation-engineer | +7 specialists (authorized testing, detection, compliance, incident response) |
maestro-finance/ | finance-orchestrator | financial-modeler, unit-economics, fpna-analyst | +7 specialists (fundraising, pricing, board decks, scenarios, cash flow, SaaS metrics, valuation) |
Each pack directory is a complete, standalone Agent Skill: a root SKILL.md (named after
the directory), its own README.md and LICENSE, and the nested specialist skills under
skills/ — each with SKILL.md, reference.md, examples/, templates/, and scripts/.
Install
Add the whole family (interactively pick packs/skills):
npx skills add danishxsethi/maestro-skills
Add a single pack:
npx skills add danishxsethi/maestro-skills --skill maestro-code
npx skills add danishxsethi/maestro-skills --skill maestro-marketing
npx skills add danishxsethi/maestro-skills --skill maestro-bi
npx skills add danishxsethi/maestro-skills --skill maestro-security
npx skills add danishxsethi/maestro-skills --skill maestro-finance
Install globally instead of per-project, or target specific agents:
npx skills add danishxsethi/maestro-skills -g # global (user-level)
npx skills add danishxsethi/maestro-skills --agent claude-code # specific agent
npx skills add danishxsethi/maestro-skills --agent '*' # all detected agents
Manual / per-tool install
Each pack (once you clone or download it) also works with any Agent Skills-compatible tool
by dropping the pack directory into that tool's skills folder — no build step required,
since the pack is already plain SKILL.md + resources. If a pack ships an install.sh
(Pro listings do), it supports:
./install.sh --target claude # Claude Code
./install.sh --target cursor # Cursor
./install.sh --target windsurf # Windsurf
./install.sh --target kiro # Kiro (also installs + validates the agent)
./install.sh --target generic --path ~/my/skills # any Agent Skills agent
Kiro Powers
Kiro can install skills directly from a GitHub URL. Point it at:
https://github.com/danishxsethi/maestro-skills
Claude Code plugin marketplace
This repo is also a self-hosted Claude Code plugin marketplace
(.claude-plugin/marketplace.json), so Claude Code users can add it directly — no
separate install script needed:
/plugin marketplace add danishxsethi/maestro-skills
/plugin install maestro-code@maestro-skills
/plugin install maestro-marketing@maestro-skills
/plugin install maestro-bi@maestro-skills
/plugin install maestro-security@maestro-skills
/plugin install maestro-finance@maestro-skills
Or non-interactively:
claude plugin marketplace add danishxsethi/maestro-skills
claude plugin install maestro-code@maestro-skills
Get the full Pro packs
The free cores above are the router + a handful of specialists per pack. Pro unlocks every specialist skill, the evals harness, and (for Security) authorized-testing capabilities — all still under each pack's own install scripts and Agent Skills structure.
| Pack | Gumroad |
|---|---|
| Maestro Code (Pro) | https://dealpilotdanish.gumroad.com/l/jrgyo |
| Maestro Marketing (Pro) | https://dealpilotdanish.gumroad.com/l/fgtojw |
| Maestro Data & BI (Pro) | https://dealpilotdanish.gumroad.com/l/xvwfwm |
| Maestro Security (Pro) | https://dealpilotdanish.gumroad.com/l/tceifl |
| Maestro Finance (Pro) | https://dealpilotdanish.gumroad.com/l/barqvh |
| All-Access (every pack, Pro) | https://dealpilotdanish.gumroad.com/l/zlcboj |
Also listed on SkillHQ (both free and Pro per-pack listings): https://skillhq.dev/skills/danishxsethi
Also listed on
- mcpservers.org — Agent Skills Library (submitted via their listing form)
- aiskill.market — AI Skill Market (submitted via their publisher form)
- Claude Code plugin marketplace — self-hosted from this repo (
/plugin marketplace add danishxsethi/maestro-skills, see above)
License
Each pack in this repository is MIT-licensed (see the LICENSE file in this directory
and in every pack subdirectory). Copyright (c) 2026 Danish Sethi. Pro packs are licensed
separately under a commercial EULA and are not included in this repository.
Compatibility
Built to the open Agent Skills standard. Works with Claude Code, Cursor, Windsurf, GitHub Copilot, Kiro, and any Agent Skills-compatible agent.