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…
General Counsel advisory for startups: contract review (MSA, SaaS, NDA, DPA, employment), IP strategy, term sheet decoding, and regulatory landscape mapping. Use when reviewing any contract or term sheet, deciding when to engage outside counsel, defining IP strategy, evaluating
$ npx -y skills add alirezarezvani/claude-skills --skill general-counsel-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/general-counsel-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
General Counsel advisory for startups: contract review (MSA, SaaS, NDA, DPA, employment), IP strategy, term sheet decoding, and regulatory landscape mapping. Use when reviewing any contract or term sheet, deciding when to engage outside counsel, defining IP strategy, evaluating
name: "general-counsel-advisor" description: "General Counsel advisory for startups: contract review (MSA, SaaS, NDA, DPA, employment), IP strategy, term sheet decoding, and regulatory landscape mapping. Use when reviewing any contract or term sheet, deciding when to engage outside counsel, defining IP strategy, evaluating regulatory exposure (HIPAA, GDPR, FDA, fintech), or when user mentions general counsel, GC, legal review, contract risk, term sheet, IP assignment, or regulatory exposure. NOT a substitute for licensed counsel — surfaces questions to bring to qualified attorneys." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: general-counsel-leadership updated: 2026-05-12 python-tools: contract_risk_scanner.py, term_sheet_analyzer.py frameworks: contract-review, ip-strategy, term-sheet-decoding, regulatory-mapping
Strategic legal frameworks for startup General Counsels and founders without one. Contract risk, IP strategy, term sheet decoding, regulatory landscape.
This is **not legal advice**. It surfaces the right questions to bring to qualified outside counsel and catches the obvious traps before they reach a signature. Treat every output as a starting point for a conversation with a licensed attorney, not as a substitute for one.
general counsel, GC, legal review, contract review, MSA, SaaS agreement, NDA, DPA, employment agreement, contractor agreement, IP assignment, invention assignment, open source license, OSS compliance, term sheet, liquidation preference, anti-dilution, option pool, vesting, acceleration, drag-along, pro-rata, board composition, regulatory, HIPAA, GDPR, CCPA, FDA, MDR, fintech, BSA/AML, money transmitter, AI Act, indemnity, liability cap, force majeure, auto-renewal, choice of law, venue, non-compete, non-solicit
# Scan a contract for risky clauses (uses bundled sample if no path given) python scripts/contract_risk_scanner.py python scripts/contract_risk_scanner.py path/to/contract.txt # Analyze a term sheet for founder-friendliness python scripts/term_sheet_analyzer.py python scripts/term_sheet_analyzer.py path/to/term_sheet.json
Standard contracts a startup signs in its first 5 years:
**Run** `contract_risk_scanner.py` on the text. It flags the 12 most common founder-killer clauses.
See `references/ip_and_regulatory.md`.
When a term sheet arrives, the difference between a founder-friendly and founder-hostile sheet often hides in three clauses:
**Run** `term_sheet_analyzer.py` to get a 0-100 founder-friendliness score with flags.
When to engage outside counsel **before** committing:
| Trigger | Regime | First Step | |---|---|---| | Healthcare data | HIPAA, HITECH, state breach laws | Specialist health-tech counsel | | Cardholder data | PCI DSS (industry standard, not law, but contractually required) | QSA + counsel | | Money movement | BSA/AML, state money-transmitter (50-state patchwork) | Fintech specialist | | Medical device claims | FDA 510(k) / De Novo / PMA, MDR (EU), ISO 13485 | Medical-device specialist | | EU residents' personal data | GDPR + EU AI Act if AI is deployed | EU privacy counsel | | California residents | CCPA / CPRA | Privacy generalist | | Securities (tokens, equity crowdfunding) | SEC rules (Reg D, Reg A+, Reg CF) | Securities counsel | | Defense / aerospace customers | ITAR, EAR, DFARS, CMMC | Export-control counsel | | AI in EU | EU
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…