| 8.3 | skills.sh | stripe-integration-expert stripe-integration-expert provides production patterns for subscriptions, upgrades, usage-based billing, and idempotent webhooks across next.js, express, and django. covers lifecycle state management, proration preview, customer portal, and local testing via stripe cli. |
| 8.2 | skills.sh | security-pen-testing security-pen-testing covers offensive vulnerability discovery across web apps, apis, and infrastructure through systematic owasp top 10 audits, static analysis, dependency scanning, secret detection, and responsible disclosure workflows with structured reporting. |
| 8.2 | skills.sh | board-deck-builder board-deck-builder structures executive narratives across 11 c-suite sections, enforcing specific targets, variance explanations, and credible ask statements rather than data-dump decks. it covers quarterly, monthly, and fundraising cadences with explicit guardrails against common pitfalls. |
| 8.2 | skills.sh | ai-security ai-security assesses ai/ml systems for prompt injection, jailbreak, model inversion, data poisoning, and agent tool abuse via static signature matching and risk scoring. maps findings to mitre atlas techniques and recommends guardrail controls. |
| 7.8 | skills.sh | pr-review-expert pr-review-expert provides systematic code review for GitHub and GitLab with blast radius analysis, security scanning, test coverage deltas, and breaking change detection. produces prioritized findings across 30+ checklist items. |
| 7.8 | skills.sh | board-meeting board-meeting orchestrates isolated c-suite deliberation across six phases to surface independent perspectives, flag groupthink, and extract founder-approved decisions into versioned memory. role-specific reasoning techniques and adversarial critique prevent consensus hallucination. |
| 7.8 | skills.sh | saas-scaffolder saas-scaffolder generates a complete next.js project with nextauth, drizzle orm, stripe billing, and shadcn/ui components. includes auth middleware, database migrations, webhook handlers, and a five-phase validation checklist for local and production deployment. |
| 7.8 | skills.sh | azure-cloud-architect azure-cloud-architect guides infrastructure design across five patterns (web app, microservices, serverless, data pipeline, multi-region) with bicep generation, cost analysis, and security review checkpoints. produces actionable templates and ci-cd pipeline scaffolds. |
| 7.8 | skills.sh | gcp-cloud-architect gcp-cloud-architect guides infrastructure design across six sequential steps from requirements gathering through security review, covering serverless web apps, gke microservices, data pipelines, and ml platforms with generated terraform templates and cost optimization. |
| 7.8 | skills.sh | git-worktree-manager git-worktree-manager standardizes parallel branch isolation by automating worktree creation, deterministic port allocation, environment sync, and safe cleanup. designed for multi-agent workflows needing concurrent feature work without port or state conflicts. |
| 7.8 | clawhub | Autoresearch Agent autoresearch-agent runs autonomous experiment loops that iteratively edit a target file, measure outcomes against a fixed metric, and retain only improvements via git. supports engineering (speed, size, tests), marketing (copy, ctr), and custom domains with built-in and user-defined evaluators. |
| 7.6 | skills.sh | chief-of-staff chief-of-staff routes founder questions to c-suite roles based on complexity scoring, coordinates board meetings for irreversible decisions, and surfaces advisor disagreements without smoothing conflict. routes to 28 downstream skills with loop prevention and decision logging. |
| 7.6 | skills.sh | api-test-suite-builder api-test-suite-builder scans framework-agnostic api route definitions and generates comprehensive test suites covering auth, validation, error codes, pagination, file uploads, and rate limiting. outputs ready-to-run test files for multiple frameworks and languages. |
| 7.6 | skills.sh | ab-test-setup ab-test-setup provides structured guidance for designing statistically valid a/b tests, covering hypothesis formation, sample size calculation, variant design, and results interpretation. includes checklists and guardrail metrics to prevent common execution errors. |
| 7.6 | clawhub | contract-and-proposal-writer contract-and-proposal-writer generates jurisdiction-aware business documents (contracts, proposals, SOWs, NDAs, MSAs) with templated markdown output and pandoc conversion instructions. covers us, eu, uk, and dach legal regimes with gdpr data processing addenda and clause customization. |
| 7.4 | skills.sh | performance-profiler performance-profiler covers systematic bottleneck identification across node.js, python, and go via cpu/memory profiling, flamegraphs, bundle analysis, database optimization, and load testing with mandatory before-after measurement discipline. |
| 7.4 | skills.sh | database-schema-designer database-schema-designer guides relational schema creation from requirements through normalization, migration generation, type synthesis, and multi-tenant patterns. covers rls policies, seed data, and erd diagramming with concrete examples. |
| 7.4 | skills.sh | atlassian-templates atlassian-templates covers creation and modification of jira and confluence templates, blueprints, and reusable content structures. includes concrete template examples, mcp integration patterns, and governance workflows for org-wide deployment and version management. |
| 7.3 | skills.sh | agent-protocol agent-protocol defines a formal syntax and ruleset for inter-agent communication within c-suite teams, including invocation format, loop prevention, isolation constraints, and response templates designed to prevent circular reasoning and enforce decision hierarchy. |
| 7.3 | skills.sh | init init scaffolds a playwright testing environment by detecting the project framework, generating config files tailored to react/next/vue/angular, creating folder structure and ci workflows, then running the first test to verify setup. |
| 7.3 | clawhub | prompt-engineer-toolkit prompt-engineer-toolkit provides structured A/B testing, version control, and regression workflows for prompt optimization across marketing and AI content tasks, with quantitative scoring and immutable history. |
| 7.2 | skills.sh | senior-data-scientist senior-data-scientist covers a/b testing, feature engineering, model evaluation, and difference-in-differences causal inference with working code examples and checklists. domain-specific but lacks explicit failure mode handling and deployment specifics. |
| 7.2 | skills.sh | experiment-designer experiment-designer covers hypothesis formulation, sample size estimation, experiment prioritization via ice scoring, and statistical result interpretation for product decisions. |
| 7.2 | skills.sh | email-template-builder email-template-builder provides react email templates, multi-provider integration (resend, postmark, sendgrid, aws ses), i18n support, dark mode, and a local preview server. covers welcome, verification, invoice, and digest templates with spam optimization guidance. |
| 7.2 | skills.sh | intl-expansion intl-expansion provides a structured framework for entering new markets via market selection scoring, entry mode selection, localization planning, and go-to-market execution. covers regulatory assessment, team structure decisions, and common failure patterns. |
| 7.2 | skills.sh | research-summarizer research-summarizer extracts key findings from academic papers, articles, and reports into structured briefs with proper citation handling. includes multi-source comparison, quality assessment scoring, and five citation formats. |
| 7.2 | skills.sh | spec-to-repo spec-to-repo interprets natural language project descriptions and generates complete, runnable starter repositories with real code across multiple stacks. it parses specs into structured interpretations, designs architecture before generation, and validates output against a comprehensive checklist. |
| 7.2 | clawhub | pr-review-expert pr-review-expert provides systematic code review for github and gitlab prs, combining blast radius analysis, security scanning, test coverage delta measurement, and breaking change detection into a structured 30-item checklist with prioritized findings. |
| 7.2 | clawhub | Chief Of Staff chief-of-staff routes founder questions to c-suite roles based on complexity scoring, triggers board meetings for irreversible multi-domain decisions, synthesizes outputs with explicit conflict surfacing, and maintains a decision log for tracking and review. |
| 7.2 | clawhub | Ms365 Tenant Manager ms365-tenant-manager provides step-by-step powershell automation for global administrators covering tenant setup, user lifecycle, conditional access policies, and offboarding workflows with validation checkpoints. |
| 7.2 | skills.sh | tdd-guide tdd-guide covers test generation, coverage analysis, and red-green-refactor workflows across jest, pytest, junit, and vitest. includes spec-driven test extraction, property-based testing, and mutation testing strategies with multi-language examples. |
| 7.0 | skills.sh | code-tour code-tour generates persona-targeted CodeTour JSON files for VS Code, creating structured walkthroughs that anchor to specific files and line numbers without modifying source code. |
| 6.8 | skills.sh | product-strategist product-strategist provides okr cascade generation, alignment scoring, and quarterly planning templates for heads of product. covers five strategy archetypes (growth, retention, revenue, innovation, operational) with configurable team structures and json export. |
| 6.8 | skills.sh | competitor-alternatives competitor-alternatives covers creation of comparison and alternative pages across four formats (singular alternative, plural alternatives, vs pages, and competitor-vs-competitor). includes research process, content architecture, seo strategy, and output templates but lacks concrete step-by-step procedures for execution. |
| 6.8 | skills.sh | agent-workflow-designer agent-workflow-designer provides pattern templates and scaffolding for multi-agent orchestration, covering sequential, parallel, and hierarchical workflows with handoff contracts and cost controls. focuses on structural decisions before implementation rather than runtime execution. |
| 6.8 | skills.sh | google-workspace-cli google-workspace-cli provides cli-driven automation for gmail, drive, sheets, calendar and admin tasks via the gws tool. covers installation, oauth and service account auth, and includes 43 recipes, a workspace security audit script, and persona-based workflow bundles. |
| 6.4 | skills.sh | merge merge integrates winning agent branches into base, archives losing branches via git tags, and cleans up worktrees after competitive evaluation sessions. |
| 6.3 | skills.sh | eval eval ranks agent results across a session using configurable metrics, git diffs, or llm judgment. supports metric mode, judge mode, and hybrid evaluation with tie-breaking logic. |
| 6.3 | skills.sh | promote promote migrates learned patterns from claude's auto-memory into the project rule system, converting descriptive notes into enforced instructions scoped to files or the entire codebase. |
| 6.2 | clawhub | google-workspace-cli cs-google-workspace-cli automates google workspace administration via the gws command-line tool, covering gmail, drive, sheets, calendar, and tasks through recipes, personas, and security audits. installation and authentication are documented but edge cases are sparse. |
| 6.2 | skills.sh | content-production content-production covers research, drafting, and optimization workflows for long-form technical and saas content. it structures work across three modes (brief, draft, polish) with emphasis on competitive analysis, readability gates, and seo fundamentals. |
| 6.2 | skills.sh | executive-mentor adversarial thinking partner that stress-tests plans, surfaces hidden assumptions, and prepares founders for hard decisions with no good options. focuses on finding failure modes before boards or customers do. |
| 6.2 | skills.sh | monorepo-navigator monorepo-navigator covers workspace analysis, selective builds, dependency visualization, and migrations across turborepo, nx, pnpm, and lerna. includes remote caching optimization and npm publishing workflows with claude code integration. |
| 6.2 | skills.sh | codebase-onboarding codebase-onboarding generates audience-tailored documentation by analyzing repository signals and stack discovery. covers setup guidance, architecture framing, and contribution checklists for engineers at different seniority levels. |
| 6.1 | skills.sh | board board provides a markdown-based message board for multi-agent coordination, supporting channel-scoped posts with metadata, read/list/post operations, and thread replies via a python script interface. |
| 6.1 | skills.sh | full-page-screenshot full-page-screenshot captures complete web page content via chrome devtools protocol, rendering a single png without external dependencies beyond node.js 22+ and chrome with remote debugging enabled. |
| 5.8 | skills.sh | api-design-reviewer api-design-reviewer checks rest apis against naming conventions, http semantics, and status code correctness. linting is rule-based, but the skill lacks clear triggering context and actionable remediation steps. |
| 5.8 | skills.sh | changelog-generator changelog-generator automates release notes from conventional commits by parsing, semantic versioning detection, and keep a changelog rendering. supports ci integration and editorial oversight via structured output. |
| 5.8 | skills.sh | ad-creative ad-creative coaches the user through gathering product and audience context before generating ad copy, but the actual generation procedure remains underspecified and the skill lacks explicit decision logic or platform-specific constraints. |
| 5.8 | skills.sh | landing-page-generator landing-page-generator outputs production-ready tsx components with hero variants, feature grids, pricing tables, and faq sections. generates tailwind-styled markup with seo meta and copy frameworks targeting web vitals targets. |
| 5.8 | skills.sh | board-prep board-prep coaches founders through adversarial preparation for board meetings, emphasizing cold memorization of metrics, anticipation of hard questions, and narrative framing that acknowledges weakness. covers five phases from number fluency through post-meeting follow-up. |
| 5.7 | skills.sh | social-content social-content guides multi-platform content creation via content pillars, hook formulas, repurposing workflows, and engagement routines. covers strategy over execution, lacks platform-specific api integration and failure mode handling. |
| 5.5 | skills.sh | competitive-intel competitive-intel maps competitor landscape, builds sales battlecards, and tracks win/loss patterns. triggers cover common queries (landscape, battlecard, winloss) but procedure lacks depth and edge cases go unaddressed. |
| 5.4 | skills.sh | copywriting copywriting covers marketing page copy across page types (homepage, landing, pricing, feature, about) with emphasis on clarity, specificity, and benefit framing. includes discovery questions, writing principles, section templates, and output formats but lacks concrete decision logic. |
| 5.4 | skills.sh | analytics-tracking analytics-tracking covers ga4 and gtm setup, event taxonomy, and data quality audits. it emphasizes avoiding duplicate events and unconsented tracking but lacks concrete step-by-step procedures and specific trigger phrases. |
| 5.3 | skills.sh | tech-stack-evaluator tech-stack-evaluator provides frameworks for comparing technologies via weighted scoring, tco analysis, and ecosystem health metrics. execution relies on referenced scripts rather than embedded procedure, limiting actionability without external tooling. |
| 5.3 | skills.sh | prompt-engineer-toolkit prompt-engineer-toolkit provides a/b testing and versioning for prompt engineering workflows, supporting quantitative scoring and regression detection across prompt iterations and model changes. |
| 5.3 | skills.sh | cs-onboard cs-onboard captures founder context through a 45-minute structured conversation across 7 unstated dimensions, with lightweight quarterly refresh option. conversation-first approach, but procedural specifics and failure modes absent. |
| 5.3 | skills.sh | context-engine context-engine bootstraps c-suite advisor skills by loading and validating company context from disk, detecting staleness over 90 days, and prompting refresh workflows. core memory layer, but execution details remain vague. |
| 5.2 | skills.sh | senior-qa senior-qa provides command-line scaffolding for jest unit tests, coverage analysis, and playwright e2e tests in react/next.js projects. lacks procedural depth and failure handling. |
| 5.2 | skills.sh | self-improving-agent self-improving-agent curates claude code's auto-memory into durable project knowledge by analyzing pattern frequency, promoting proven learnings to persistent config, and extracting reusable skill templates from recurring solutions. |
| 5.2 | skills.sh | incident-commander incident-commander covers severity triage, timeline reconstruction, and post-incident review generation with templated communication and runbook integration, but lacks concrete procedural depth and failure mode guidance. |
| 5.2 | skills.sh | a11y-audit a11y-audit scans codebases for wcag 2.2 violations, provides framework-specific fixes for react/vue/angular/svelte/next.js/html, and generates compliance reports suitable for ci/cd integration. |
| 5.2 | skills.sh | decision-logger decision-logger separates raw meeting transcripts from founder-approved decisions across two layers, preventing stale consensus from contaminating future deliberations. includes conflict detection and overdue action tracking. |
| 5.2 | skills.sh | marketing-context marketing-context establishes foundational positioning and messaging for downstream marketing workflows by maintaining a single source of truth document. operates in three modes: auto-draft from repo analysis, guided interview, or incremental updates. |
| 5.2 | skills.sh | release-manager release-manager covers changelog generation from conventional commits, semantic versioning, release readiness checks, and coordination templates. lacks step-by-step procedures and explicit failure handling for production scenarios. |
| 5.2 | skills.sh | run run conducts a single experiment iteration: loads prior context, proposes edits to a target file, evaluates outcomes, and stores results for review. incomplete specification leaves implementation ambiguous. |
| 5.1 | skills.sh | llm-wiki llm-wiki guides incremental knowledge base construction in obsidian where an lm agent ingests sources, updates markdown notes, and maintains cross-references as a persistent compounding system rather than ephemeral rag. |
| 5.1 | skills.sh | sql-database-assistant sql-database-assistant translates requirements into sql queries, optimizes performance across multiple database engines, generates migrations with rollback strategies, and integrates with popular orms. intended for day-to-day database operations bridging application code and schema. |
| 5.1 | skills.sh | agenthub agenthub orchestrates parallel competitive agents in isolated git worktrees, evaluating and merging results. lacks concrete procedural steps and failure handling for production use. |
| 4.9 | skills.sh | ciso-advisor ciso-advisor provides risk quantification and compliance sequencing for growth-stage companies, translating technical security gaps into dollar impact and regulatory roadmaps. incomplete procedures and vague execution pathways limit adoption. |
| 4.9 | skills.sh | ma-playbook ma-playbook outlines frameworks for acquisition and being acquired, covering strategic rationale, due diligence, valuation, and integration. structure and sequencing present but incomplete, missing detailed decision trees and measurable outcomes. |
| 4.8 | skills.sh | brand-guidelines brand-guidelines provides a templated approach to brand consistency work, with special handling for anthropic systems. lacks concrete decision trees and failure recovery strategies. |
| 4.8 | skills.sh | churn-prevention churn-prevention addresses voluntary and involuntary churn through cancel flow design, save offers, exit surveys, and dunning sequences. establishes context-gathering requirements but lacks concrete implementation steps. |
| 4.8 | skills.sh | coverage coverage maps application surfaces against existing tests to identify untested routes, components, and api endpoints. it produces a prioritized gap analysis ranked by business impact, with effort estimates and template recommendations for remediation. |
| 4.8 | skills.sh | report report generates test result summaries from playwright test artifacts. procedure is incomplete, lacks explicit output contract and outcome signal definition. |
| 4.7 | skills.sh | pricing-strategy pricing-strategy covers value-based positioning and tier design for saas, but lacks concrete procedures and decision gates. treats pricing as philosophy rather than workflow. |
| 4.6 | skills.sh | onboarding-cro onboarding-cro helps diagnose and optimize new user activation by identifying drop-off points and defining measurable aha moments, but lacks concrete implementation procedures. |
| 4.6 | skills.sh | threat-detection threat-detection covers hypothesis-driven hunting, IOC analysis, and behavioral anomaly detection to surface attacker activity that bypassed automated controls. distinguishes itself from incident response and red team work. |
| 4.5 | skills.sh | cloud-security cloud-security detects iam privilege escalation, public storage exposure, and infrastructure misconfigurations through systematic posture assessment, explicitly excluding active incident response and application vulnerability scanning. |
| 4.5 | skills.sh | site-architecture site-architecture covers website structure, navigation design, and internal linking strategy. lacks concrete procedural steps and assumes significant user knowledge about information architecture principles. |
| 4.5 | skills.sh | incident-response incident-response outlines the incident lifecycle from triage through forensics and escalation, but lacks concrete procedures, specific triggers, and actionable decision logic needed for reliable execution. |
| 4.5 | skills.sh | agile-product-owner agile-product-owner provides a table of contents and workflow names for backlog management without substantive procedures. it reads as a skeleton lacking actionable steps, decision logic, or failure handling. |
| 4.4 | skills.sh | red-team red-team covers authorized adversary simulation and attack path analysis for testing detection and control effectiveness, with kill-chain phase methodology and opsec risk assessment, but lacks actionable step-by-step procedures. |
| 4.3 | skills.sh | quality-manager-qms-iso13485 quality-manager-qms-iso13485 outlines iso 13485 qms workflows for medical device orgs, but lacks actionable procedure depth, specific trigger phrases, and failure mode handling needed for operational use. |
| 4.3 | skills.sh | quality-manager-qmr quality-manager-qmr outlines iso 13485 compliance responsibilities for senior quality leadership including management review, kpi oversight, and regulatory governance, but lacks actionable procedures and concrete trigger conditions. |
| 4.3 | skills.sh | confluence-expert confluence-expert provides basic mcp operations for space and page management but lacks actionable workflows, decision logic, and guidance on permission hierarchies or failure scenarios. |
| 4.3 | skills.sh | rag-architect rag-architect describes chunking strategies and vector database concepts but lacks actionable procedures, decision trees, or failure recovery paths. reads as reference material rather than executable workflow. |
| 4.3 | skills.sh | internal-narrative internal-narrative helps teams craft audience-specific messaging around core facts without contradicting the underlying truth. it identifies narrative gaps and aligns communication across employees, investors, customers, candidates, and partners. |
| 4.3 | skills.sh | signup-flow-cro signup-flow-cro provides a framework for reducing friction in account creation and trial flows. covers audit structure, common patterns, and experiment ideas, but lacks actionable step-by-step procedures and concrete decision criteria. |
| 4.3 | skills.sh | apple-hig-expert apple-hig-expert frames itself as a senior design lead offering guidance on apple interface standards, liquid glass aesthetics, and accessibility across iOS, macOS, watchOS, and visionOS. lacks concrete procedural steps and testable outputs. |
| 4.3 | skills.sh | spec-driven-workflow spec-driven-workflow attempts to formalize agent behavior through specification documents, but lacks concrete implementation detail and actionable procedures for practical deployment. |
| 4.3 | skills.sh | status status displays memory file metrics including line counts, topic organization, capacity utilization, and staleness indicators. provides brief and full output modes. |
| 4.2 | skills.sh | senior-computer-vision senior-computer-vision outlines production cv work across detection, segmentation, and deployment. table of contents maps to workflows and selection guides but lacks procedural depth and concrete decision-making logic. |
| 4.2 | skills.sh | senior-pm senior-pm catalogs portfolio management patterns and risk quantification frameworks, but lacks actionable procedures, specific trigger conditions, and recovery strategies for real-world execution. |
| 4.2 | skills.sh | database-designer database-designer covers schema normalization analysis, constraint detection, and erd generation. lacks concrete procedures, decision logic, and failure-mode handling required for production migration and query optimization work. |
| 4.2 | skills.sh | contract-and-proposal-writer contract-and-proposal-writer generates templated business documents across multiple jurisdictions (us, eu, uk, dach) with markdown output and docx conversion notes. lacks actionable procedural depth and specific integration triggers. |
| 4.2 | skills.sh | cfo-advisor cfo-advisor provides financial modeling templates and metric calculators for startup finance leaders, covering burn rate, unit economics, and board reporting. execution details and integration paths are absent. |
| 4.2 | skills.sh | paid-ads paid-ads covers campaign creation and optimization across google ads, meta, linkedin, and other platforms. requires gathering campaign goals, budget, and constraints before proceeding. lacks structured decision logic and concrete procedures. |
| 4.2 | skills.sh | competitive-teardown competitive-teardown captures product and competitive positioning by aggregating pricing pages, app store reviews, job postings, and social signals into actionable market analysis. it lacks procedural specificity and failure-mode awareness. |
| 4.2 | skills.sh | dependency-auditor dependency-auditor claims comprehensive multi-language dependency analysis covering vulnerabilities, licenses, and upgrade planning, but the skill.md is incomplete and lacks actionable procedures. |
| 4.2 | skills.sh | org-health-diagnostic org-health-diagnostic claims to score eight organizational dimensions on a traffic-light scale but provides no actual scoring methodology, dimension definitions, benchmarks, or decision logic. the skill.md is essentially marketing copy without procedural substance. |
| 4.2 | skills.sh | company-os company-os frames operational dysfunction as a systems problem, sketching frameworks (eos, okr, l10 meetings) for explicit management rhythms but stops short of actionable integration. |
| 4.2 | skills.sh | popup-cro popup-cro covers conversion-focused popup design, modal optimization, and exit-intent strategies. provides purpose taxonomy and initial assessment framework, but lacks actionable implementation steps and failure mode handling. |
| 4.2 | skills.sh | seo-audit seo-audit provides a framework for systematic SEO diagnosis with clear output templates and tool references, but lacks concrete procedural steps and fails to account for common failure modes like access restrictions or incomplete data. |
| 4.2 | skills.sh | ai-seo ai-seo teaches optimization for generative engine visibility, helping content get cited by major ai platforms rather than ranked in traditional search. focuses on audit and inventory gathering before execution. |
| 4.2 | skills.sh | scenario-war-room scenario-war-room models compound what-if scenarios across business functions to expose cascading failure modes. lacks procedural depth and concrete decision logic. |
| 4.2 | skills.sh | referral-program referral-program provides a conversational framework for building referral mechanics by gathering product and customer context. lacks concrete procedure, measurement spec, and failure-mode coverage. |
| 4.2 | skills.sh | senior-devops senior-devops scaffolds ci/cd pipelines and infrastructure-as-code modules across github actions, circleci, and major cloud providers, but lacks decision logic, failure handling, and concrete outcome validation. |
| 4.2 | skills.sh | x-twitter-growth x-twitter-growth covers x-specific audience building and engagement tactics, but lacks a complete execution framework, clear decision logic, and failure recovery patterns. |
| 4.1 | skills.sh | marketing-ops marketing-ops acts as a router and orchestrator for the marketing skill ecosystem, directing questions to appropriate specialists, coordinating multi-skill campaigns, and running cross-functional audits. works best with prerequisite context. |
| 4.1 | skills.sh | senior-architect senior-architect provides high-level taxonomy of architecture concerns (diagrams, dependency analysis, db selection, monolith vs microservices) but lacks procedural depth, specific trigger conditions, and failure mode guidance. |
| 3.9 | skills.sh | skill-security-auditor skill-security-auditor scans skills for security risks and produces pass/warn/fail verdicts. lacks detailed procedural steps, edge case handling, and specific trigger definitions. |
| 3.8 | skills.sh | cto-advisor cto-advisor provides keyword lists and script references for technology strategy work, but lacks procedural substance, decision frameworks, or actionable guidance on architectural choices, team scaling, or tech debt remediation. |
| 3.8 | skills.sh | risk-management-specialist risk-management-specialist outlines iso 14971 compliance across medical device lifecycles via planning, analysis, evaluation, and control workflows. structure provided but lacks procedural depth and executable steps. |
| 3.8 | skills.sh | founder-coach founder-coach outlines founder development as a scaling constraint, identifying common leadership ceilings and archetypes, but lacks actionable procedures and concrete trigger conditions to activate coaching interventions. |
| 3.8 | skills.sh | chro-advisor chro-advisor maps business goals to people planning across hiring, compensation, and org structure, but lacks operational specificity and decision trees needed for reliable execution. |
| 3.8 | skills.sh | migration-architect migration-architect outlines strategic migration planning capabilities including phasing, risk assessment, and rollback approaches, but lacks procedural specificity and actionable implementation details. |
| 3.8 | skills.sh | cro-advisor cro-advisor covers revenue frameworks and forecasting models aimed at b2b saas scaling, but the skill.md lacks procedural depth, trigger specificity, and failure-case handling needed for reliable execution. |
| 3.8 | skills.sh | culture-architect culture-architect frames culture as observable operational behavior rather than aspiration, providing some workshop scaffolding and diagnostic lenses. coverage is fragmentary and lacks actionable instrumentation for sustained measurement or change. |
| 3.8 | skills.sh | marketing-skills marketing-skills bundles 42 marketing agent tasks across 7 domains (content, seo, cro, channels, etc) with routing via marketing-ops. lacks concrete procedures, error handling, and actionable step-by-step guidance. |
| 3.4 | skills.sh | observability-designer observability-designer attempts to guide metric selection and dashboard layout for monitoring systems, but lacks concrete procedures, specific triggers, and actionable guidance on implementation or failure recovery. |
| 3.2 | skills.sh | scrum-master scrum-master attempts to provide sprint analytics and team coaching but remains schematic, deferring substance to external references rather than containing complete, actionable procedures. |
| 3.2 | skills.sh | content-humanizer content-humanizer applies voice transformation to machine-generated text by consulting brand guidelines and audience context, but lacks concrete procedural steps and actionable decision criteria. |
| 3.2 | skills.sh | cmo-advisor cmo-advisor covers strategic marketing leadership including brand positioning, growth model design, and budget allocation. execution details are sparse and the skill lacks actionable procedure. |
| 3.2 | skills.sh | cpo-advisor cpo-advisor covers strategic product leadership (vision, portfolio, pmf, org design) at the company level. includes a pmf scoring script but lacks actionable procedures for actual decision-making. |
| 3.2 | skills.sh | senior-secops senior-secops is a collection of high-level capability labels without concrete procedures, decision logic, actionable steps, or failure handling. it reads as a table of contents for documentation that was never written. |
| 3.2 | skills.sh | gdpr-dsgvo-expert gdpr-dsgvo-expert promises compliance automation via codebase scanning and dpia generation, but the provided skill.md is a table of contents skeleton with no actionable procedures, trigger phrases, or recovery logic. |
| 3.2 | skills.sh | product-skills product-skills claims to provide product management and UX/UI capabilities but lacks substantive skill definitions, actionable procedures, or documented trigger phrases beyond installation instructions. |
| 3.1 | skills.sh | fda-consultant-specialist fda-consultant-specialist outlines major regulatory topics (510(k), qsr, hipaa, cybersecurity) but lacks substantive procedural depth, actionable steps, or specific trigger conditions for medical device regulatory guidance. |
| 2.8 | skills.sh | testrail testrail covers bidirectional sync between playwright tests and testrail, with environment setup and test case import capability mentioned but procedures incomplete. |
| 2.3 | skills.sh | regulatory-affairs-head incomplete skill definition consisting only of section headers with no executable procedures, inputs, outputs, or decision logic implemented. |
| 1.9 | skills.sh | senior-fullstack senior-fullstack is a stub with no actionable procedures, trigger phrases, or implementation details. it reads as an incomplete template. |
| — | skills.sh | finance-skills Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and… |
| — | skills.sh | business-growth-skills Router/index for the 4 business & growth skills bundled in this plugin: customer-success-manager (health scoring, churn risk, expansion), sales-engineer (RFP… |
| — | skills.sh | pm-skills Use when coordinating project-delivery work across the 8 project-management sub-skills — sprint/velocity analytics, portfolio health, Jira/JQL, Confluence,… |
| — | skills.sh | spawn spawn — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | stress-test stress-test — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | challenge challenge — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | setup setup — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | ra-qm-skills ra-qm-skills — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | clawhub | Auto Memory Pro Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, ex... |
| — | clawhub | landing-page-generator Generates high-converting landing pages as complete Next.js/React (TSX) components with Tailwind CSS. Creates hero sections, feature grids, pricing tables, F... |
| — | clawhub | paid-ads When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when... |
| — | skills.sh | content-strategy When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions \"content… |
| — | skills.sh | campaign-analytics Analyzes campaign performance with multi-touch attribution, funnel conversion analysis, and ROI calculation for marketing optimization. Use when analyzing… |
| — | skills.sh | focused-fix focused-fix — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | playwright-pro Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test… |
| — | skills.sh | qms-audit-expert ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for… |
| — | skills.sh | self-eval Honestly evaluate AI work quality using a two-axis scoring system. Use after completing a task, code review, or work session to get an unbiased assessment.… |
| — | skills.sh | programmatic-seo When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages… |
| — | skills.sh | form-cro When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms,… |
| — | skills.sh | docker-development Docker and container development agent skill and plugin for Dockerfile optimization, docker-compose orchestration, multi-stage builds, and container security… |
| — | skills.sh | code-to-prd | |
| — | skills.sh | social-media-manager When the user wants to develop social media strategy, plan content calendars, manage community engagement, or grow their social presence across platforms. Also… |
| — | skills.sh | product-analytics Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages. |
| — | skills.sh | command-guide > |
| — | skills.sh | roadmap-communicator Use when preparing roadmap narratives, release notes, changelogs, or stakeholder updates tailored for executives, engineering teams, and customers. |
| — | skills.sh | customer-success-manager Monitors customer health, predicts churn risk, and identifies expansion opportunities using weighted scoring models for SaaS customer success. Use when… |
| — | skills.sh | secrets-vault-manager Use when the user asks to set up secret management infrastructure, integrate HashiCorp Vault, configure cloud secret stores (AWS Secrets Manager, Azure Key… |
| — | skills.sh | ci-cd-pipeline-builder Generate pragmatic CI/CD pipelines from detected project stack signals — fast baseline generation, repeatable checks, environment-aware deployment stages. Use… |
| — | skills.sh | launch-strategy When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature… |
| — | skills.sh | env-secrets-manager Manage environment-variable hygiene and secrets safety across local development and production. Practical auditing, drift awareness, rotation readiness. Use… |
| — | skills.sh | senior-security Security engineering toolkit for threat modeling, vulnerability analysis, secure architecture, and penetration testing. Includes STRIDE analysis, OWASP… |
| — | skills.sh | product-manager-toolkit Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market… |
| — | skills.sh | runbook-generator runbook-generator — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | atlassian-admin Atlassian Administrator for managing and organizing Atlassian products (Jira, Confluence, Bitbucket, Trello), users, permissions, security, integrations,… |
| — | skills.sh | jira-expert Atlassian Jira expert for creating and managing projects, planning, product discovery, JQL queries, workflows, custom fields, automation, reporting, and all… |
| — | skills.sh | autoresearch-agent Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed… |
| — | skills.sh | sales-engineer Analyzes RFP/RFI responses for coverage gaps, builds competitive feature comparison matrices, and plans proof-of-concept (POC) engagements for pre-sales… |
| — | skills.sh | terraform-patterns terraform-patterns — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | saas-metrics-coach saas-metrics-coach — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | mcp-server-builder mcp-server-builder — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | skill-tester skill-tester — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | schema-markup When the user wants to implement, audit, or validate structured data (schema markup) on their website. Use when the user mentions 'structured data,'… |
| — | skills.sh | tech-debt-tracker Scan codebases for technical debt, score severity, track trends, and generate prioritized remediation plans. Use when users mention tech debt, code quality,… |
| — | skills.sh | demo-video Use when the user asks to create a demo video, product walkthrough, feature showcase, animated presentation, marketing video, or GIF from screenshots or scene… |
| — | skills.sh | data-quality-auditor Audit datasets for completeness, consistency, accuracy, and validity. Profile data distributions, detect anomalies and outliers, surface structural issues, and… |
| — | skills.sh | copy-editing When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,'… |
| — | skills.sh | coo-advisor Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting… |
| — | skills.sh | marketing-ideas When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product. Also use when the user asks for 'marketing ideas,' 'growth… |
| — | skills.sh | meeting-analyzer Analyzes meeting transcripts and recordings to surface behavioral patterns, communication anti-patterns, and actionable coaching feedback. Use this skill… |
| — | skills.sh | adversarial-reviewer Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when… |
| — | skills.sh | agent-designer Use when the user asks to design multi-agent systems, create agent architectures, define agent communication patterns, or build autonomous agent workflows. |
| — | skills.sh | free-tool-strategy When the user wants to build a free tool for marketing — lead generation, SEO value, or brand awareness. Use when they mention 'engineering as marketing,'… |
| — | skills.sh | helm-chart-builder Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw — chart scaffolding, values design, template patterns,… |
| — | skills.sh | paywall-upgrade-cro When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall,"… |
| — | skills.sh | product-discovery Use when validating product opportunities, mapping assumptions, planning discovery sprints, or testing problem-solution fit before committing delivery… |
| — | skills.sh | epic-design > |
| — | skills.sh | cold-email When the user wants to write, improve, or build a sequence of B2B cold outreach emails to prospects who haven't asked to hear from them. Use when the user… |
| — | skills.sh | marketing-psychology When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental… |
| — | skills.sh | change-management Framework for rolling out organizational changes without chaos. Covers the ADKAR model adapted for startups, communication templates, resistance patterns, and… |
| — | skills.sh | browser-automation Use when the user asks to automate browser tasks, scrape websites, fill forms, capture screenshots, extract structured data from web pages, or build web… |
| — | skills.sh | email-sequence email-sequence — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | page-cro When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or… |
| — | skills.sh | soc2-compliance soc2-compliance — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | interview-system-designer interview-system-designer — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | karpathy-coder Use when writing, reviewing, or committing code to enforce Karpathy's 4 coding principles — surface assumptions before coding, keep it simple, make surgical… |
| — | skills.sh | senior-backend senior-backend — an installable skill for AI agents, published by alirezarezvani/claude-skills. |
| — | skills.sh | senior-frontend Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance,… |