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…
Build, measure, and evolve company culture as operational behavior — not wall posters. Covers mission/vision/values workshops, values-to-behaviors translation, culture code creation, culture health assessment, and cultural rituals by stage. Use when building company values,
$ npx -y skills add alirezarezvani/claude-skills --skill culture-architect --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/culture-architectContext preview
The summary Claude sees to decide when to auto-load this skill.
Build, measure, and evolve company culture as operational behavior — not wall posters. Covers mission/vision/values workshops, values-to-behaviors translation, culture code creation, culture health assessment, and cultural rituals by stage. Use when building company values,
name: "culture-architect" description: "Build, measure, and evolve company culture as operational behavior — not wall posters. Covers mission/vision/values workshops, values-to-behaviors translation, culture code creation, culture health assessment, and cultural rituals by stage. Use when building company values, assessing culture health, designing cultural rituals, creating culture codes, handling culture clashes, or when user mentions culture, values, culture debt, founder culture, or culture code." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: culture-leadership updated: 2026-03-05 frameworks: culture-playbook, culture-code-template
Culture is what you DO, not what you SAY. This skill builds culture as an operational system — observable behaviors, measurable health, and rituals that scale.
culture, company culture, values, mission, vision, culture code, cultural rituals, culture health, values-to-behaviors, founder culture, culture debt, value-washing, culture assessment, culture survey, Netflix culture deck, HubSpot culture code, psychological safety, culture scaling
**Culture = (What you reward) + (What you tolerate) + (What you celebrate)**
If your values say "transparency" but you punish bearers of bad news — your real value is "optics." Culture is not aspirational. It's descriptive. The work is closing the gap between stated and actual.
Run this conversationally, not as a corporate offsite. Three questions:
**Mission** — Why do we exist (beyond making money)?
**Vision** — What does winning look like in 5–10 years?
**Values** — What behaviors do we actually model?
This is the work. Every value needs behavioral anchors or it's decoration.
| Value | Bad version | Behavioral anchor | |-------|------------|-------------------| | Transparency | "We're open and honest" | "We share bad news within 24 hours, including to our manager" | | Ownership | "We take responsibility" | "We don't hand off problems — we own them until resolved, even across team boundaries" | | Speed | "We move fast" | "Decisions under €5K happen at team level, same day, no approval needed" | | Quality | "We don't cut corners" | "We stop the line before shipping something we're not proud of" | | Customer-first | "Customers are our priority" | "Any team member can escalate a customer issue to leadership, bypassing normal channels" |
**Workshop exercise:** Write your value. Then ask "How would a new hire know we actually live this on day 30?" If you can't answer concretely, it's not a value — it's an aspiration.
A culture code is a public document that describes how you operate. It should scare off the wrong people and attract the right ones.
**Structure:** 1. Who we are (mission + context) 2. Who thrives here (specific behaviors, not adjectives) 3. Who doesn't thrive here (honest — this is the useful part) 4. How we make decisions 5. How we communicate 6. How we grow people 7. What we expect of leaders
See `templates/culture-code-template.md` for a complete template.
**Anti-patterns to avoid:**
Run quarterly. 8–12 questions. Anonymous. See `references/culture-playbook.md` for survey design.
**Core areas to measure:** 1. Psychological safety — "Can I raise a concern without fear?" 2. Clarity — "Do I know how my work connects to company goals?" 3. Fairness — "Are decisions made consistently and transparently?" 4. Growth — "Am I learning and being challenged here?" 5. Trust in leadership — "Do I believe what leadership tells me?"
**Score interpretation:** | Score | Signal | Action | |-------|--------|--------| | 80–100% | Healthy | Maintain, celebrate, document | | 65–79% | Warning | Identify specific friction — don't over-react | | 50–64% | Damaged | Urgent leadership attention + specific fixes | | < 50% | Crisis | Culture emergency — all-hands intervention |
Rituals are the delivery mechanism for culture. What works at 10 people breaks at 100.
**Seed stage (< 15 people)**
**Early growth (15–50 people)**
**Scaling (50–200 people)**
**Large (200+ people)**
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…