agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Use when a startup is approached by a prospective partner and someone has to decide should we sign this partner, at what partner tier (referral / reseller / OEM / SI-consulting / strategic alliance), with what joint GTM commitment, and at what revshare. Classifies partner tier
$ npx -y skills add alirezarezvani/claude-skills --skill partnerships-architect --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/partnerships-architectContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a startup is approached by a prospective partner and someone has to decide should we sign this partner, at what partner tier (referral / reseller / OEM / SI-consulting / strategic alliance), with what joint GTM commitment, and at what revshare. Classifies partner tier
name: partnerships-architect description: "Use when a startup is approached by a prospective partner and someone has to decide should we sign this partner, at what partner tier (referral / reseller / OEM / SI-consulting / strategic alliance), with what joint GTM commitment, and at what revshare. Classifies partner tier from independent-demand evidence vs. preferential-terms hunting, designs a 90-day joint GTM plan, models revshare against direct-sale margin, and surfaces kill criteria for unwinding under-performing partnerships. For Head of Partnerships, Head of BD, and Founder-CEOs doing reseller agreement, OEM deal, or strategic alliance review — not technical sale enablement, not channel cost economics, not M&A." version: 2.8.0 author: claude-code-skills license: MIT tags: [commercial, partnerships, channel-partners, joint-gtm, revshare, oem, reseller, strategic-alliance] compatible_tools: [claude-code, codex-cli, cursor, antigravity, opencode, gemini-cli]
Help Head of Partnerships, Head of BD, and Founder-CEOs answer four questions when a prospective partner shows up:
1. **Is this a real partner, or someone hunting preferential terms without independent demand?** 2. **At what tier should we sign them?** (Referral / Reseller / OEM / SI-Consulting / Strategic Alliance) 3. **What's the 90-day joint GTM plan that proves the partnership works?** 4. **What revshare makes economic sense — and at what point does the partnership beat direct sale?**
The skill emits a tier verdict + GTM plan + revshare band with explicit kill criteria. It does **not** sign the deal. The human, after running this skill, decides.
**Do not use for:**
Fill `assets/partnership_intake_template.md`. Capture: partner_name, partner_type, evidence of independent demand (named accounts they've sourced, end-customer relationships, their sales team size), strategic value (geo / product / brand / channel economics), commitments they've offered (joint marketing spend, dedicated headcount, certification, sales targets).
If the intake template can't be honestly filled out, the prospective partner has not demonstrated enough substance to evaluate. Stop. Go back to them.
Run `scripts/partner_tier_classifier.py --input intake.json --profile saas --output markdown`. Output ranks the partner into 1 of 5 tiers — REFERRAL / RESELLER / OEM / SI-CONSULTING / STRATEGIC — with deterministic floors. STRATEGIC requires named_accounts ≥ 5 AND multi-year commit AND dedicated resources. Skill emits rationale + kill criteria.
Run `scripts/joint_gtm_planner.py --input gtm.json --profile saas --output markdown`. Output: 90-day plan with pre-launch milestones (training, certification, materials), launch motion (target accounts, sales play, MDF allocation), mid-quarter checkpoint, and 90-day success criteria. Validates: cannot plan channel-led GTM for REFERRAL tier; cannot plan white-label for non-OEM tier.
Run `scripts/revshare_modeler.py --input revshare.json --output markdown`. Computes margin per deal direct vs. via partner, recommended revshare % band based on partner contribution depth (sourced > influenced > delivered), break-even partner ROI, and long-term economics — at projected scale, does partner economics beat direct?
Take tier + GTM plan + revshare band into the partnership committee. Skill does not sign the partner — you do. Document kill criteria in the contract so the unwind is mechanical when triggered.
All scripts: stdlib only. `--help` and `--sample` work on all three.
# Emits a 5-tier partner classification with deterministic floors per tier for the built-in sample partner cd commercial/skills/partnerships-architect && python3 scripts/partner_tier_classifier.py --sample
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…