Browse Skills — Page 169
21,746 public skills · showing 16,801–16,900
- 100/100
run-campaign
anthropics/knowledge-work-plugins
Runs an end-to-end marketing campaign — sales analysis, content brief, Canva assets, HubSpot send. Accepts optional lookback and channel arguments.
- 100/100
run-evals
different-ai/openwork
Run OpenWork UI evals on a Daytona sandbox or local Electron instance. Handles sandbox creation, service startup, and eval execution via CDP browser tools.
- 100/100
run-execute
fabriqaai/specs.md
Execute work items based on their assigned mode (autopilot, confirm, validate). Supports single-item and multi-item (batch/wide) runs.
- 100/100
run-experiment
wanshuiyin/Auto-claude-code-research-in-sleep
Deploy and run ML experiments on local, remote, Vast.ai, or Modal serverless GPU. Use when user says "run experiment", "deploy to server", "跑实验", or needs to launch training jobs.
- 100/100
run-frequency-guard
aaronjmars/aeon
Daily per-skill run-count watchdog — checks if any capped skills exceeded their configured daily limit and alerts on breach
- 95/100
run-full-release
terrylica/cc-skills
Run the current repo's mise release pipeline, or bootstrap one if missing. Use when user wants to release, version bump, publish a package, or.
- 95/100
run-judges
closedloop-ai/claude-plugins
Orchestrate parallel judge agent execution, aggregate CaseScore results, write plan-judges.json, code-judges.json, or prd-judges.json, and validate output. Supports evaluating implementation plans (16 judges), code artifacts (11 judges), or PRD artifacts (4 judges) via --artifact-type parameter.
- 100/100
run-kongyo-spec
kongyo2/kongyo-spec
Build, run, and drive the Kongyo Spec Electron desktop app (a markdown spec editor with GFM, Shiki, KaTeX, Mermaid). Use when asked to run, start, launch, build, or screenshot the app, or to interact with its UI — create a spec, edit markdown, preview rendering, or verify shiki/katex/mermaid output.
- 100/100
run-on-slurm
NVIDIA/Megatron-LM
How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, container conventions, monitoring, and per-rank failure diagnosis.
- 100/100
run-package
kurtosis-tech/kurtosis
Run Starlark scripts and packages with kurtosis run. Covers all flags including dry-run, args-file, parallel execution, image download modes, verbosity levels, and production mode. Use when executing Kurtosis packages locally or from GitHub.
- 100/100
run-plan
fabriqaai/specs.md
Plan the scope of a run by discovering available work items and suggesting groupings. Invoked before run-execute.
- 100/100
run-shell
openakita/openakita
Execute shell commands for system operations, directory creation, and script execution. When you need to run system commands, execute scripts, install packages, or manage processes. Note - if commands fail consecutively, try different approaches.
- 100/100
run-skill-script
openakita/openakita
Execute a skill's script file with arguments. When you need to run skill functionality, execute specific operations, or process data with skill.
- 100/100
run-status
fabriqaai/specs.md
Display current run status and progress. Shows work item, mode, duration, and files changed.
- 100/100
run-test
mx-space/core
Run tests. Supports running all tests, single file, or pattern-matched tests.
- 100/100
run-tests
microsoft/testfx
>
- 100/100
runbook
anthropics/knowledge-work-plugins
Create or update an operational runbook for a recurring task or procedure. Use when documenting a task that on-call or ops needs to run repeatably, turning tribal knowledge into exact step-by-step commands, adding troubleshooting and rollback steps to an existing procedure, or writing escalation paths for when things go wrong.
- 100/100
runbook-enterprise-feature
elophanto/EloPhanto
Enterprise feature development runbook — adding major features to existing products with compliance, security, and quality gates. Adapted from msitarzewski/agency-agents.
- 100/100
runbook-generator
alirezarezvani/claude-skills
Generate operational runbooks from a service name — deployment, incident response, maintenance, and rollback workflows. Templated structure customizable per environment. Use when documenting on-call procedures for a new service, standardizing incident response across teams, or producing runbooks before launching to production.
- 100/100
runbook-incident-response
elophanto/EloPhanto
Incident response runbook — detection through post-mortem for production issues with severity-based response teams. Adapted from msitarzewski/agency-agents.
- 100/100
runbook-marketing-campaign
elophanto/EloPhanto
Multi-channel marketing campaign runbook — coordinated content creation, platform-specific execution, and data-driven optimization. Adapted from msitarzewski/agency-agents.
- 100/100
runbook-startup-mvp
elophanto/EloPhanto
Startup MVP build runbook — idea to live product in 4-6 weeks with validated product-market fit. Adapted from msitarzewski/agency-agents.
- 90/100
runbook-writer
mohitagw15856/pm-claude-skills
Write an operational runbook for a service, incident type, or deployment procedure. Use when asked to write a runbook, create an ops guide, document an operational procedure, or prepare an incident response playbook. Produces a runbook with overview, prerequisites, step-by-step procedures, rollback steps, troubleshooting table, and escalation paths.
- 90/100
runbooks-structure
TheBushidoCollective/han
Use when creating structured operational runbooks for human operators. Covers runbook organization, documentation patterns, and best practices for clear operational procedures.
- 80/100
runbooks-troubleshooting-guides
TheBushidoCollective/han
Use when creating troubleshooting guides and diagnostic procedures for operational issues. Covers problem diagnosis, root cause analysis, and systematic debugging.
- 100/100
running-claude-code-via-litellm-copilot
xixu-me/skills
Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
- 100/100
running-headless-orchestrator
AgentWorkforce/relay
Use when an agent needs to self-bootstrap agent-relay and autonomously manage a team of workers - covers infrastructure startup, agent spawning, lifecycle monitoring, and team coordination without human intervention
- 90/100
running-tend
max-sixty/worktrunk
Worktrunk-specific guidance for tend CI workflows. Adds codecov polling, Rust test commands, labels, and review criteria on top of the generic tend-* skills. Use when operating in CI.
- 100/100
running-tests
openai/openai-dotnet
Guide for running tests in the openai-dotnet repository. Use this when asked to run, debug, or validate tests, or when writing new tests. Explains test modes (Playback, Record, Live), how to identify recorded vs non-recorded tests, environment variable configuration, and what to do when recordings are missing or stale.
- 100/100
runtime-behavior-probe
openai/openai-agents-python
Plan and execute runtime-behavior investigations with temporary probe scripts, validation matrices, state controls, and findings-first reports. Use only when the user explicitly invokes this skill to verify actual runtime behavior beyond normal code-level checks, especially to uncover edge cases, undocumented behavior, or common failure modes in local or live integrations. A baseline smoke check is fine as an entry point, but do not stop at happy-path confirmation.
- 90/100
runtime-cache
openai/plugins
Vercel Runtime Cache API guidance — ephemeral per-region key-value cache with tag-based invalidation. Shared across Functions, Routing Middleware, and Builds. Use when implementing caching strategies beyond framework-level caching.
- 100/100
runtime-debug
vercel/next.js
>
- 100/100
runtime-monitor
joelhooks/joelclaw
"Monitor ADR-0217 real workloads across Redis queue, Restate, Dkron, and transitional Inngest using joelclaw CLI plus the pi TUI monitor extension. Use when asked to monitor jobs, watch runtime health, keep an eye on async work, run a workload dashboard, or report back on system state. Always pair with `pi-tui-design` for TUI work and `system-architecture` for topology truth."
- 50/100
runway
vm0-ai/vm0-skills
Runway ML API for AI video generation. Use when user mentions "Runway",
- 100/100
runway-ml
TerminalSkills/skills
>-
- 100/100
rushstack-best-practices
microsoft/rushstack
Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.
- 100/100
rust-async-patterns
wshobson/agents
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
- 100/100
rust-async-patterns
TheBushidoCollective/han
Use when Rust async programming with tokio, async/await, and futures. Use when writing asynchronous Rust code.
- 100/100
rust-async-patterns-v2
diegosouzapw/awesome-omni-skills
Rust Async Patterns workflow skill. Use this skill when the user needs Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 95/100
rust-coding-skill
github/copilot-sdk
Use this skill whenever editing `*.rs` files in the `rust/` SDK in order to write idiomatic, efficient, well-structured Rust code
- 100/100
rust-compiler-diagnostics
mkurman/zorai
Use when Rust code fails to compile, Clippy reports lints, borrow checker errors appear, lifetimes are unclear, or cargo diagnostics need systematic triage.
- 95/100
rust-dependency-audit
terrylica/cc-skills
Audit Rust dependencies for vulnerabilities, license compliance, supply chain integrity, and freshness using cargo-audit, cargo-deny, cargo-vet,
- 100/100
rust-error-handling
TheBushidoCollective/han
Use when Rust error handling with Result, Option, custom errors, thiserror, and anyhow. Use when handling errors in Rust applications.
- 100/100
rust-errors
EpicenterHQ/epicenter
Rust to TypeScript error handling for Tauri apps. Use when mentioning Rust errors, Tauri command errors, invoke errors, or defining Rust error types for TS consumption.
- 100/100
rust-mcp-server-generator
github/awesome-copilot
'Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK'
- 100/100
rust-ownership-system
TheBushidoCollective/han
Use when Rust's ownership system including ownership rules, borrowing, lifetimes, and memory safety. Use when working with Rust memory management.
- 100/100
rust-patterns
affaan-m/ECC
Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.
- 100/100
rust-pro
diegosouzapw/awesome-omni-skills
rust-pro workflow skill. Use this skill when the user needs Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
rust-pro-v2
diegosouzapw/awesome-omni-skills
rust-pro workflow skill. Use this skill when the user needs Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
rust-pro-v3
diegosouzapw/awesome-omni-skills
rust-pro workflow skill. Use this skill when the user needs Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
rust-programming
mkurman/zorai
Use when writing, reviewing, or refactoring Rust code, especially workspace crates, public APIs, error handling, async code, ownership choices, or performance-sensitive paths.
- 100/100
rust-review
cloudflare/workerd
Rust code review for workerd. Covers CXX FFI safety, unsafe code patterns, JSG resource conventions, error handling, and a review checklist adapted from the C++ review skills. Load this skill when reviewing Rust code in src/rust/.
- 100/100
rust-sop
joelhooks/joelclaw
"Standard operating procedures for writing Rust in joelclaw. Covers idiomatic patterns, async/tokio, error handling, project structure, testing, and clawnode-specific conventions. Use when writing Rust code, reviewing Rust PRs, scaffolding Rust projects, debugging ownership/lifetime errors, or working on clawnode. Triggers on: 'rust', 'cargo', 'tokio', 'axum', 'clawnode', 'ownership', 'lifetimes', 'borrow checker', 'rust error', or any Rust development task."
- 95/100
rust-sota-arsenal
terrylica/cc-skills
Reference guide for state-of-the-art Rust tooling across refactoring, profiling, benchmarking, testing, and SIMD optimization. Use whenever the.
- 100/100
rust-testing
affaan-m/ECC
Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.
- 100/100
ruzzy
trailofbits/skills
>
- 100/100
rwa-pulse
aaronjmars/aeon
Weekly Real World Asset tokenization momentum tracker — surfaces new protocol launches, TVL milestones, institutional adoption, and regulatory approvals
- 100/100
rwkv-architecture
Orchestra-Research/AI-Research-SKILLs
RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.
- 90/100
s3-storage
TerminalSkills/skills
>-
- 100/100
saas-architecture-advisor
TerminalSkills/skills
>-
- 100/100
saas-economics-efficiency-metrics
deanpeters/Product-Manager-Skills
Evaluate SaaS unit economics and capital efficiency. Use when deciding whether the business can scale efficiently or needs correction.
- 100/100
saas-metrics
mkurman/zorai
>
- 80/100
saas-metrics-coach
alirezarezvani/claude-skills
SaaS financial health advisor. Use when a user shares revenue or customer numbers, or mentions ARR, MRR, churn, LTV, CAC, NRR, or asks how their SaaS business is doing.
- 100/100
saas-msa-pruefung
Klotzkette/claude-fuer-deutsches-recht
Prüfung von SaaS-Abonnement- und Rahmenverträgen (MSA) mit Schwerpunkt auf AGB-Kontrolle (§§ 305–310 BGB), automatischer Verlängerung, Preiseskalation, Datenschutz (Art. 28 DSGVO), Haftungsbegrenzung und Vertragsstrafe (§ 339 BGB). Wird von /vertragsrecht:vertragspruefung geladen, wenn ein SaaS- oder Abonnementvertrag erkannt wird.
- 100/100
saas-msa-review
anthropics/claude-for-legal
>
- 80/100
saas-multi-tenant
diegosouzapw/awesome-omni-skills
SaaS Multi-Tenant Architecture workflow skill. Use this skill when the user needs Design and implement multi-tenant SaaS architectures with row-level security, tenant-scoped queries, shared-schema isolation, and safe cross-tenant admin patterns in PostgreSQL and TypeScript and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 80/100
saas-multi-tenant-v2
diegosouzapw/awesome-omni-skills
SaaS Multi-Tenant Architecture workflow skill. Use this skill when the user needs Design and implement multi-tenant SaaS architectures with row-level security, tenant-scoped queries, shared-schema isolation, and safe cross-tenant admin patterns in PostgreSQL and TypeScript and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
saas-mvp-launcher
diegosouzapw/awesome-omni-skills
SaaS MVP Launcher workflow skill. Use this skill when the user needs planning or building a SaaS MVP from scratch. Provides a structured roadmap covering tech stack, architecture, auth, payments, and launch checklist and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
saas-mvp-launcher-v2
diegosouzapw/awesome-omni-skills
SaaS MVP Launcher workflow skill. Use this skill when the user needs planning or building a SaaS MVP from scratch. Provides a structured roadmap covering tech stack, architecture, auth, payments, and launch checklist and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
saas-replacement-planner
OneWave-AI/claude-skills
Evaluates which SaaS tools can be replaced with AI agents. Takes a list of current SaaS subscriptions with costs, assesses replacement feasibility, estimates build vs buy economics, identifies Claude+MCP alternatives, and generates a comprehensive replacement plan with priority matrix, ROI analysis, implementation timeline, and risk assessment.
- 100/100
saas-revenue-growth-metrics
deanpeters/Product-Manager-Skills
Calculate SaaS revenue, retention, and growth metrics. Use when diagnosing momentum, churn, expansion, or product-market-fit signals.
- 100/100
saas-scaffolder
alirezarezvani/claude-skills
Generates complete, production-ready SaaS project boilerplate including authentication, database schemas, billing integration, API routes, and a working dashboard using Next.js 14+ App Router, TypeScript, Tailwind CSS, shadcn/ui, Drizzle ORM, and Stripe. Use when the user wants to create a new SaaS app, start a subscription-based web project, scaffold a Next.js application, or mentions terms like starter template, boilerplate, new project, or wiring up auth and payments.
- 100/100
sacheinlagebericht-werthaltigkeit
Klotzkette/claude-fuer-deutsches-recht
Werthaltigkeitspruefung der einzubringenden Forderung aus dem Wandeldarlehen: Bilanzielle Bewertung, IDW S 6 analog, Wertgutachten Steuerberater. Differenzhaftung Gesellschafter § 9 GmbHG, GF-Haftung § 9a i.V.m. § 57 IV GmbHG bei falscher Versicherung in HR-Anmeldung nach § 57 II GmbHG. Darstellung im Sacheinlagebericht fuer den Notar. Ausbuchung als Sacheinlage gemäß § 272 Abs. 2 Nr. 4 HGB.
- 100/100
sachlicher-ausschluss-art-2-abs-3-bis-12
Klotzkette/claude-fuer-deutsches-recht
Prueft sachliche Ausnahmen vom Anwendungsbereich der KI-VO nach Art. 2 Abs. 3 bis 12: Militaer nationale Sicherheit wissenschaftliche Forschung Open-Source-Ausnahmen persoenliche nicht berufliche Nutzung. Enge Voraussetzungen und Fallstricke.
- 100/100
sachlichkeitsgebot-anwendung
Klotzkette/claude-fuer-deutsches-recht
Erlaeutert und wendet das anwaltliche Sachlichkeitsgebot nach § 43a Abs. 3 BRAO an. Erklaert die Abgrenzung von zulaessiger Kritik, Schmähkritik und bewusster Luege. Beruecksichtigt BVerfG-Rechtsprechung zur Meinungsfreiheit im Anwaltsberuf.
- 100/100
sachverhalt-neutral-darstellen
Klotzkette/claude-fuer-deutsches-recht
Wandelt subjektive Vorwuerfe und emotionale Schilderungen in objektive Sachverhaltsdarstellungen um. Nutzt Passivkonstruktionen, Datumsbezuege und unpersoenliche Formulierungen, um Konfliktstoff zu reduzieren ohne den Kern zu verfaelschen.
- 100/100
sachverhaltschronologie
Klotzkette/claude-fuer-deutsches-recht
Erstellt eine chronologische Bullet-Liste aller wesentlichen ausserprozessualen Tatsachen: Vertragsschluss Vorfaelle vorgerichtliche Korrespondenz Schadensereignisse und Behoerdenakte. Datum fett vorangestellt knappe Beschreibung ohne Wertung. Fundstellen in der Akte werden angegeben. Normen §§ 145-157 BGB Vertragsschluss §§ 280 631 BGB.
- 100/100
sachverhaltsermittlung
Klotzkette/claude-fuer-deutsches-recht
Unterstuetzt Inhouse-Juristen bei der zeitraubendsten Phase eines Vorgangs — der Sachverhaltsermittlung. Statt sofort den vollen Sachverhalt zu fordern, fuehrt der Skill einen strukturierten Frageprozess in mehreren Stufen. Stufe eins extrahiert Eckpunkte aus vorhandenen Unterlagen. Stufe zwei stellt gezielte Rueckfragen an Asset-Management oder Hausverwaltung. Stufe drei rekonstruiert eine zeitliche Abfolge. Stufe vier markiert Beweisluecken. Ausgabe ist ein konsolidiertes Sachverhalts-Memo mit klarer Trennung gesichert plausibel offen. Geeignet fuer Mietstreitigkeiten Mietmaengelanzeigen Kuendigungen Bauschadensfaelle und Property-Management-Konflikte.
- 100/100
sacred-cow-hunting
yogsoth-ai/de-anthropocentric-research-engine
Find and challenge domain's unquestioned beliefs. Systematic identification and productive violation of dogma.
- 100/100
sacred-cow-identification
yogsoth-ai/de-anthropocentric-research-engine
Find domain's unquestioned beliefs. Systematic identification of dogma that constrains innovation.
- 100/100
safe-sql-execution
supabase/supabase
Safely execute SQL queries against a user database without risking SQL injection or other security vulnerabilities.
- 100/100
safety-guard
affaan-m/ECC
Use this skill to prevent destructive operations when working on production systems or running agents autonomously.
- 100/100
safety-interlocks
elizaOS/eliza
Implement safety interlocks and protective mechanisms to prevent equipment damage and ensure safe control system operation.
- 100/100
safetyculture-automation
ComposioHQ/awesome-claude-skills
"Automate Safetyculture tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
sag
openclaw/openclaw
ElevenLabs text-to-speech with mac-style say UX.
- 100/100
saga-orchestration
wshobson/agents
Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building event-driven saga coordinators for travel booking systems that must roll back hotel, flight, and car rental reservations atomically, or debugging stuck saga states in production where compensation steps never complete.
- 100/100
saga-orchestration
diegosouzapw/awesome-omni-skills
Saga Orchestration workflow skill. Use this skill when the user needs Patterns for managing distributed transactions and long-running business processes and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
saga-orchestration-v2
diegosouzapw/awesome-omni-skills
Saga Orchestration workflow skill. Use this skill when the user needs Patterns for managing distributed transactions and long-running business processes and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
saga-orchestration-v3
diegosouzapw/awesome-omni-skills
Saga Orchestration workflow skill. Use this skill when the user needs Patterns for managing distributed transactions and long-running business processes and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
sage-automation
ComposioHQ/awesome-claude-skills
"Automate Sage tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
sales
notque/vexjoy-agent
Sales workflows — call prep, pipeline analysis, outreach, competitive intelligence, forecasting. Use when prepping for calls, reviewing pipeline health, drafting personalized outreach, analyzing competitors, or building forecasts.
- 100/100
sales-and-revenue-operations
manojbajaj95/claude-gtm-plugin
|
- 100/100
sales-automator
diegosouzapw/awesome-omni-skills
sales-automator workflow skill. Use this skill when the user needs Draft cold emails, follow-ups, and proposal templates. Creates pricing pages, case studies, and sales scripts. Use PROACTIVELY for sales outreach or lead nurturing and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
sales-automator-v2
diegosouzapw/awesome-omni-skills
sales-automator workflow skill. Use this skill when the user needs Draft cold emails, follow-ups, and proposal templates. Creates pricing pages, case studies, and sales scripts. Use PROACTIVELY for sales outreach or lead nurturing and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
sales-battlecard
mohitagw15856/pm-claude-skills
Create a competitive sales battlecard for any competitor. Use when asked to build a battlecard, competitive comparison, sales cheat sheet, or objection handling guide for a specific competitor. Produces a one-page battlecard with positioning, differentiators, objection responses, and landmines.
- 100/100
sales-brief
anthropics/knowledge-work-plugins
Surfaces top and bottom sellers, identifies seasonality patterns, and produces a 2-week content brief to push winners and clear slow movers. Accepts optional lookback window of 30, 60, or 90 days.
- 100/100
sales-call-prep
gooseworks-ai/goose-skills
>
- 100/100
sales-call-prep-assistant
OneWave-AI/claude-skills
Generate pre-call research briefs with company news, stakeholder backgrounds, and custom discovery question sets.
- 100/100
sales-coaching
gooseworks-ai/goose-skills
>
- 100/100
sales-coaching-plan-generator
OneWave-AI/claude-skills
Individualized development plans by weakness. Skill assessments, call reviews, ride-along checklists, certification tracking.
Page 169 of 218