Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By marco3939
6 BizOps skills + 1 orchestrator: process-mapper (BPMN + bottleneck + cycle-time), vendor-management (SLA + risk + scorecard), capacity-planner (headcount + utilization), internal-comms (all-hands + change comms), knowledge-ops (SOP + runbook authoring), procurement-optimizer (spend categorization + supplier rationalization). Orchestrator skill uses context: fork to route inquiries to the right sub-skill and return a digest. 18 stdlib-only Python tools, 24 reference docs, asset templates per skill. Distinct from business-growth (external sales) and c-level-advisor (strategic).
npx claudepluginhub marco3939/claude_skill --plugin business-operations-skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Top-level Business Operations router. Routes the inquiry to one of six BizOps sub-skills (process, vendor, capacity, comms, knowledge, procurement) and returns a digest. Invokes the business-operations-skills orchestrator (context: fork).
Matt Pocock-style docs-anchored grilling for a BizOps plan or design. Walks the user's plan against the BizOps canon (Lean, Theory of Constraints, Gartner TPRM, DORA) one question at a time, recommends an answer per question, and refuses to invoke any sub-skill until the lane-defining decisions are locked. Use before running /cs:bizops on a fuzzy plan.
Map an internal business process (BPMN-style swim lanes), measure cycle time, and detect bottlenecks where work spends most of its time waiting. Direct invocation of the process-mapper skill.
Score vendors on a multi-dimensional scorecard (reliability / support / security / commercial / strategic-fit), track SLA compliance, classify third-party risk. Direct invocation of the vendor-management skill.
Use when running, diagnosing, or designing internal business operations — process documentation, vendor SLAs, capacity planning, internal comms, SOP/runbook authoring, procurement spend. Triggers on "BizOps review", "where's the bottleneck", "vendor health", "internal SOP", "all-hands deck", "spend categorization", "capacity for Q3", "process mapping". Forks context to route to one of six BizOps sub-skills (process-mapper, vendor-management, capacity-planner, internal-comms, knowledge-ops, procurement-optimizer) and returns a digest. Distinct from business-growth (external sales motion) and c-level-advisor (strategic, not operational).
Use when a BizOps lead, COO, or process-improvement owner needs to document an end-to-end business process (procurement, employee onboarding, incident handoff, customer-onboarding, claims adjudication) in BPMN-style notation, measure cycle times by stage, surface where work spends most of its time waiting vs. being worked, and quantify the gap between processing time and total elapsed time. Pairs Lean / Six Sigma / Theory-of-Constraints canon with deterministic stdlib-only Python tools to produce a process map, a ranked bottleneck list (with severity + root-cause hypothesis), and a cycle-time analysis (P50, P90, value-add ratio, Little's-Law throughput). Distinct from sales-pipeline, system-reliability (SLO), and strategic-OKR work — this is tactical process documentation for internal operations.
Use when reviewing, scoring, or auditing third-party SaaS / vendor relationships — running a vendor scorecard, tracking SLA compliance, classifying third-party risk, preparing a tier-1 vendor review, or auditing the SaaS portfolio. Triggers on "vendor SLA", "vendor scorecard", "third-party risk", "TPRM", "vendor review", "SaaS audit", "supplier performance", "vendor health check", "renewal review". Forks context so large vendor catalogs (50-500 line items) and SLA logs don't pollute the parent thread. Ships 3 stdlib-only Python tools (vendor scorer with industry tuning, SLA compliance tracker with credit-claim flags, vendor risk classifier across 4 risk vectors), 3 reference docs each citing 7+ authoritative sources (Gartner / Shared Assessments / NIST / ISO 27036 / breach post-mortems), and a 5-vendor catalog template. Distinct from c-level-advisor/general-counsel-advisor (contract law, not operational management), business-growth/contract-and-proposal-writer (outbound proposals, not inbound vendor scoring), and sibling procurement-optimizer (spend categorization, not vendor performance).
A personal, cloud-shareable Claude Code skills repository. Combines my own skills with a security-audited mirror of the alirezarezvani/claude-skills marketplace (313+ skills across 59 plugins).
algorithmic-art/, claude-api/, mcp-builder/, skill-creator/, pdf/, docx/, pptx/, xlsx/, webapp-testing/, theme-factory/, frontend-design/, canvas-design/, claude-canva-design/, slack-gif-creator/, web-artifacts-builder/, brand-guidelines/, doc-coauthoring/, internal-comms/, artfact-quiz/ — 19 hand-curated skills.engineering/, engineering-team/, c-level-advisor/, marketing-skill/, compliance-os/, ra-qm-team/, product-team/, business-growth/, finance/, productivity/, project-management/, research/ — 59 installable plugins via the bundled marketplace.# needs Node.js 18+
npm install -g @anthropic-ai/claude-code
# or download from https://claude.com/claude-code
git clone https://github.com/marco3939/claude_skill.git
cd claude_skill
bash scripts/setup-user-memory.sh # one-time: adds discovery protocol to ~/.claude/CLAUDE.md + SessionStart hook to ~/.claude/settings.json
claude
git clone https://github.com/marco3939/claude_skill.git
cd claude_skill
.\scripts\setup-user-memory.ps1 # native PowerShell version of the setup
claude
The
.ps1script is compatible with Windows PowerShell 5.1 and PowerShell 7+. If you get an execution-policy error, runSet-ExecutionPolicy -Scope CurrentUser RemoteSignedonce.
/plugin marketplace add marco3939/claude_skill
Install plugins per use case:
/plugin install engineering-skills@claude-code-skills
/plugin install c-level-skills@claude-code-skills
# ...etc — install whichever plugins you need
After running the setup script, every future Claude Code session — even in unrelated repos — starts with a compact marketplace summary injected and the discovery protocol active. Claude will proactively suggest the right plugin for whatever you're working on; you confirm, install, proceed.
The CLAUDE.md at root tells Claude Code to check the marketplace first before writing code. When you ask it to do something domain-specific (build a React app, audit GDPR compliance, write a CFO memo), Claude will scan .claude-plugin/marketplace.json and suggest the relevant skill — you confirm, install, and proceed.
This is lazy-loading: you don't pre-install 59 plugins; Claude proposes what's relevant when relevant.
The vendored upstream was audited on 2026-05-19 in an isolated sandbox before merging. Findings: no backdoors, no malicious payloads, no data exfiltration. Full checklist:
curl ... | bash patterns in install scriptsbase64 -d | sh or eval/exec of dynamic stringsAUDIT_REPORT.md, VirusTotal CI scan, and skill-security-audit workflowWhat was not vendored: upstream's .git/, .github/workflows/ (kept this repo's own CI), .mcp.json (the tessl MCP server is a tooling-time dependency, not needed for end users), and the *.zip archives (they duplicate the unpacked skill folders).
LICENSE-CLAUDE-SKILLS and NOTICE.md.LICENSE.txt inside each skill folder.To pull newer upstream content later:
git clone --depth 1 https://github.com/alirezarezvani/claude-skills.git /tmp/upstream
# review the diff, then selectively rsync/copy folders you want
Don't blind-copy without re-auditing — upstream may add new skills or hooks that need fresh review.
Harness-native ECC plugin for engineering teams - 64 agents, 261 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Terraform infrastructure-as-code agent skill and plugin for module design patterns, state management strategies, provider configuration, security hardening, and CI/CD plan/apply workflows. Covers mono-repo vs multi-repo, workspaces, policy-as-code, and drift detection.
Structured research summarization agent skill and plugin for Claude Code, Codex, and Gemini CLI. Summarize academic papers, compare web articles, extract citations, and produce actionable research briefs.
Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw — chart scaffolding, values design, template patterns, dependency management, security hardening, and chart testing.
Create CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Supports 10 developer personas (vibecoder, new joiner, architect, security reviewer, etc.), all CodeTour step types, and SMIG description formula.
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimUses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.