[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-gtm-zh-CN":3,"guides-for-Lifecycle-Innovations-Limited-ops-gtm":881,"similar-k17fnaenpk4g95pj4dava3gcgh86nk5t-zh-CN":882},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":230,"parentExtension":253,"providers":319,"relations":323,"repo":324,"tags":879,"workflow":880},1778692306427.0994,"k17fnaenpk4g95pj4dava3gcgh86nk5t",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Go-to-market strategy planner. Generates a complete GTM plan across paid, unpaid, marketing, sales, and AI-automation channels for any project — and hands executable campaigns off to /marketing.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","OPS ► GTM COMMAND CENTER","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778692600653.1265,"kn7ags5m8tprej8gb9rqdj2n3x86ndcv","en",{"checks":20,"evaluatedAt":186,"extensionSummary":187,"features":188,"nonGoals":194,"practices":198,"prerequisites":204,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,32,36,39,43,46,50,54,58,61,64,67,70,73,76,80,84,88,91,95,99,102,105,108,111,114,117,120,124,128,132,136,140,143,146,150,153,156,158,160,163,167,171,174,177,180,183],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of planning a go-to-market strategy and names the user's need for a comprehensive plan across multiple channels.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a significant value proposition by generating a complete GTM plan and handing off executable campaigns, which goes beyond default LLM behavior and provides a structured approach to GTM planning.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of GTM planning, from intake and research to plan generation and handoff to the marketing skill, indicating it can be used in a real workflow.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the go-to-market strategy planning domain, coordinating marketing, sales, and automation efforts, and does not appear to extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose of planning GTM strategies and generating executable campaigns.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The skill clearly states its purpose as a GTM strategy planner and names specific channels and actions it covers. The argument hint also provides clear routing cues.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter concisely summarizes the skill's core capability as a GTM planner and provides clear argument hints for routing.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is well-structured, uses progressive disclosure by linking to external documentation where appropriate, and stays within reasonable length limits.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The SKILL.md outlines the GTM planning flow and delegates detailed channel information to the table format within the document, adhering to progressive disclosure.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","This skill is primarily a planning and generation tool, not a deep exploration or code review skill, so `context: fork` is not applicable.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The SKILL.md provides clear examples for sub-commands like `plan`, `paid`, and `setup`, including expected intake and outputs.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The skill documents failure modes for intake questions (e.g., user hitting Escape) and includes a detailed handbook on Plugin Rules compliance, covering various operational edge cases.",{"category":47,"check":65,"severity":24,"summary":66},"README","The README provides a comprehensive overview of the claude-ops project, its capabilities, and how to use the GTM skill within it.",{"category":33,"check":68,"severity":24,"summary":69},"Tool surface size","The skill exposes a well-defined set of sub-commands (plan, paid, unpaid, sales, automation, launch, brief, setup), fitting within the ideal range of 3-10 tools.",{"category":40,"check":71,"severity":24,"summary":72},"Overlapping near-synonym tools","The sub-commands are distinct and cover specific aspects of GTM planning without significant overlap or near-synonym names.",{"category":47,"check":74,"severity":24,"summary":75},"Phantom features","All advertised features, such as generating GTM plans and handing off campaigns, are supported by implemented logic and tools within the skill.",{"category":77,"check":78,"severity":24,"summary":79},"Install","Installation instruction","The README provides clear installation instructions using the plugin marketplace and includes a setup wizard for guided configuration.",{"category":81,"check":82,"severity":24,"summary":83},"Errors","Actionable error messages","The skill documentation and structure indicate a focus on clear error handling, with specific sections on plugin rules and handling user input, suggesting actionable error reporting.",{"category":85,"check":86,"severity":56,"summary":87},"Execution","Pinned dependencies","The skill relies on Claude Code's environment and pre-installed tools; no third-party dependencies are explicitly managed or pinned by the skill itself.",{"category":33,"check":89,"severity":56,"summary":90},"Dry-run preview","The skill primarily generates plans and hands off tasks to another skill; it does not perform destructive operations that would require a dry-run mode.",{"category":92,"check":93,"severity":56,"summary":94},"Protocol","Idempotent retry & timeouts","The skill's operations are primarily planning and delegation, not state-changing remote calls that would require idempotency or strict timeouts.",{"category":96,"check":97,"severity":24,"summary":98},"Security","Unguarded Destructive Operations","The skill's design emphasizes planning and delegation, with destructive actions handled by the downstream `/marketing` skill which presumably has its own safeguards. The GTM skill itself avoids direct destructive operations.",{"category":96,"check":100,"severity":24,"summary":101},"Secret Management","The skill explicitly states it does not re-resolve API keys and delegates credential management to the `/marketing` skill, adhering to good secret management practices.",{"category":96,"check":103,"severity":24,"summary":104},"Injection","The skill's design focuses on structured input and agent coordination, minimizing risks of code or prompt injection by treating inputs as data for planning.",{"category":96,"check":106,"severity":24,"summary":107},"Transitive Supply-Chain Grenades","The skill relies on bundled logic and agent research, with no indication of fetching arbitrary code or data at runtime.",{"category":96,"check":109,"severity":24,"summary":110},"Sandbox Isolation","The skill operates within the Claude Code environment and manages its state locally within predefined directories (`$CLAUDE_PLUGIN_DATA_DIR`), adhering to sandbox isolation principles.",{"category":96,"check":112,"severity":24,"summary":113},"Sandbox escape primitives","There are no indications of detached process spawns or retry loops around denied calls within the skill's logic.",{"category":96,"check":115,"severity":24,"summary":116},"Data Exfiltration","The skill focuses on GTM planning and delegates execution, with no instructions to read or submit confidential data to third parties.",{"category":96,"check":118,"severity":24,"summary":119},"Hidden Text Tricks","The bundled markdown content appears free of hidden text tricks, with clear prose and formatting.",{"category":121,"check":122,"severity":24,"summary":123},"Hooks","Opaque code execution","The skill's logic is presented in readable markdown and structured command calls, with no indication of obfuscated code or runtime script fetching.",{"category":125,"check":126,"severity":24,"summary":127},"Portability","Structural Assumption","The skill makes assumptions about project structure for auto-scanning (e.g., `README.md`, `.planning/`) but these are documented and standard, with fallbacks for missing files.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","With 2 open and 6 closed issues in the last 90 days, the closure rate is approximately 75%, indicating good maintainer engagement.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The README and trust signals indicate a versioned release (`v2.0.0`, `v1.7.0`), satisfying the need for detectable versions.",{"category":137,"check":138,"severity":24,"summary":139},"Code Execution","Validation","The skill relies on structured inputs and agent-based reasoning, with clear routing rules and intake questions designed to gather validated information, minimizing the need for explicit schema validation within the skill itself.",{"category":137,"check":141,"severity":24,"summary":142},"Error Handling","The skill's documentation emphasizes clear error handling and fallback paths, particularly in its adherence to Plugin Rules and handling of user input, suggesting robust error management.",{"category":137,"check":144,"severity":56,"summary":145},"Logging","The skill focuses on planning and delegation, not destructive actions or outbound calls that would require local audit logging.",{"category":147,"check":148,"severity":56,"summary":149},"Compliance","GDPR","The skill operates on project and marketing strategy data, not personal data requiring GDPR sanitization.",{"category":147,"check":151,"severity":24,"summary":152},"Target market","The skill is designed for general GTM strategy planning applicable globally, with no regional restrictions detected in its functionality or documentation.",{"category":125,"check":154,"severity":24,"summary":155},"Runtime stability","The skill operates within the Claude Code environment and relies on standard shell commands, ensuring broad runtime stability.",{"category":137,"check":86,"severity":56,"summary":157},"The skill does not manage external dependencies directly, relying on the Claude Code runtime.",{"category":92,"check":93,"severity":56,"summary":159},"The skill's operations do not involve remote state-changing actions requiring idempotency or timeouts.",{"category":147,"check":161,"severity":24,"summary":162},"Telemetry opt-in","The project explicitly states 'No telemetry. No analytics. No crash reports.', fulfilling the requirement for opt-in or non-existent telemetry.",{"category":164,"check":165,"severity":24,"summary":166},"License","License usability","The project is licensed under the MIT license, which is a permissive open-source license.",{"category":168,"check":169,"severity":24,"summary":170},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is very recent and indicates active maintenance.",{"category":168,"check":172,"severity":56,"summary":173},"Dependency Management","The skill does not manage third-party dependencies directly; it operates within the Claude Code runtime.",{"category":33,"check":175,"severity":24,"summary":176},"Scoped tools","The skill uses well-defined tools and sub-commands like `plan`, `paid`, `unpaid`, `sales`, etc., which are specific to GTM planning actions.",{"category":33,"check":178,"severity":24,"summary":179},"Tool naming","Tool and sub-command names (e.g., `/gtm plan`, `/gtm paid`) are descriptive and clearly indicate their function within the GTM context.",{"category":33,"check":181,"severity":24,"summary":182},"Minimal I/O surface","The skill takes structured arguments and user input for planning, and its output is a generated GTM plan, with inputs and outputs focused on the planning task.",{"category":125,"check":184,"severity":24,"summary":185},"Stack assumptions","The skill assumes the Claude Code runtime and standard shell environments, with no exotic language runtimes or unusual stack assumptions.",1778692600346,"This skill acts as a Go-To-Market (GTM) strategy planner. It generates complete GTM plans covering paid, unpaid, sales, and AI-automation channels for any project, and can hand off executable campaign components to the `/marketing` skill.",[189,190,191,192,193],"Generates GTM plans across paid, unpaid, sales, and AI-automation channels.","Automates intake of project details through repo scanning and user prompts.","Integrates with the `/marketing` skill for campaign execution.","Supports Agent Teams for collaborative research and planning.","Provides detailed channel breakdowns and AI automation recipes.",[195,196,197],"Executing marketing campaigns directly; this is delegated to the `/marketing` skill.","Managing credentials or API keys; this is handled by downstream skills or the user's environment.","Providing real-time analytics or performance tracking; focuses on planning and setup.",[199,200,201,202,203],"GTM Strategy Planning","Marketing Channel Coordination","Sales Motion Design","AI Automation Playbook","Launch Planning",[205,206,207],"Claude Code 1.0+","The `/marketing` skill for campaign execution.","Optional: Agent Teams enabled (`CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`).","3.0.0","4.4.0","To provide users with a structured and automated way to generate comprehensive go-to-market strategies tailored to their project's needs and available channels.","The skill is well-documented, follows best practices, and has recent commits. All checks passed or were not applicable.",95,"Comprehensive GTM planner with strong documentation and adherence to best practices.",[215,216,217,218,219,220],"go-to-market","strategy","marketing","sales","automation","planning","global","verified",[224,225,226,227],"Developing a GTM strategy for a new product launch.","Planning marketing and sales initiatives for a project with a defined budget and stage.","Automating the creation of AI-driven marketing and sales recipes.","Generating a one-page positioning brief for a project.",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":241,"testCoverage":244},{"hasLockfile":230},true,1778692575861,{"descriptionLength":233,"readmeSize":234},194,22118,{"closedIssues90d":236,"forks":237,"hasChangelog":230,"openIssues90d":238,"pushedAt":239,"stars":240},6,4,2,1778673878000,9,{"hasNpmPackage":242,"license":243,"smitheryVerified":242},false,"MIT",{"hasCi":230,"hasTests":230},{"updatedAt":246},1778692600653,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":251,"type":252},"claude-ops/skills/ops-gtm","Lifecycle-Innovations-Limited","claude-ops","ops-gtm","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":261,"parentExtension":263,"providers":299,"relations":315,"tags":316,"workflow":317},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":258,"installMethods":259,"name":260,"sourceUrl":14},"Business operations command center for Claude Code — 35 skills, 18 agents, and a smart background daemon that manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (all AWS services), revenue (Stripe + RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4/GSC), monitoring (Datadog/New Relic/OTEL), and voice (Bland AI/ElevenLabs/Whisper). Includes /gtm go-to-market planner, /ops:projects portfolio dashboard, and YOLO mode for autonomous operation with 4 parallel C-suite agents.",{"claudeCode":260},"ops",{"basePath":250,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":262},"plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":271,"providers":274,"relations":293,"tags":295,"workflow":296},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":268,"installMethods":269,"name":270,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":272,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":273},"","marketplace",{"evaluate":275,"extract":287},{"promptVersionExtension":276,"promptVersionScoring":209,"score":277,"tags":278,"targetMarket":221,"tier":222},"3.1.0",96,[279,280,281,219,282,283,284,285,286],"operations","business","dashboard","productivity","aws","slack","whatsapp","monitoring",{"commitSha":288,"marketplace":289,"plugin":291},"HEAD",{"name":270,"pluginCount":290},1,{"mcpCount":8,"provider":292,"skillCount":8},"classify",{"repoId":294},"kd7d52tcek2e34r805zs06b10d86n39v",[219,283,280,281,286,279,282,284,285],{"evaluatedAt":297,"extractAt":298,"updatedAt":297},1778692330594,1778692306427,{"evaluate":300,"extract":312},{"promptVersionExtension":208,"promptVersionScoring":209,"score":301,"tags":302,"targetMarket":221,"tier":311},85,[303,219,304,305,306,307,217,308,309,286,310],"business-operations","ai-agents","communications","project-management","devops","finance","e-commerce","voice","community",{"commitSha":288,"license":243,"plugin":313},{"mcpCount":8,"provider":292,"skillCount":314},35,{"parentExtensionId":265,"repoId":294},[304,219,303,305,307,309,308,217,286,306,310],{"evaluatedAt":318,"extractAt":298,"updatedAt":318},1778692342046,{"evaluate":320,"extract":322},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":321,"targetMarket":221,"tier":222},[215,216,217,218,219,220],{"commitSha":288,"license":243},{"parentExtensionId":255,"repoId":294},{"_creationTime":325,"_id":294,"identity":326,"providers":327,"workflow":875},1778692301282.087,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":328,"discover":853,"github":856},{"commitSha":288,"extensions":329},[330,343,553,561,569,577,585,593,601,609,617,625,633,641,646,656,664,672,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800,808,816,830,838],{"basePath":272,"description":268,"displayName":270,"installMethods":331,"rationale":332,"selectedPaths":333,"source":342,"sourceLanguage":18,"type":273},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[334,337,339],{"path":335,"priority":336},".claude-plugin/marketplace.json","mandatory",{"path":338,"priority":336},"README.md",{"path":340,"priority":341},"LICENSE","high","rule",{"basePath":250,"description":258,"displayName":260,"installMethods":344,"license":243,"rationale":345,"selectedPaths":346,"source":342,"sourceLanguage":18,"type":262},{"claudeCode":260},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[347,349,350,351,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551],{"path":348,"priority":336},".claude-plugin/plugin.json",{"path":338,"priority":336},{"path":340,"priority":341},{"path":352,"priority":353},"skills/ops/SKILL.md","medium",{"path":355,"priority":353},"skills/ops-comms/SKILL.md",{"path":357,"priority":353},"skills/ops-credentials/SKILL.md",{"path":359,"priority":353},"skills/ops-daemon/SKILL.md",{"path":361,"priority":353},"skills/ops-dash/SKILL.md",{"path":363,"priority":353},"skills/ops-deploy/SKILL.md",{"path":365,"priority":353},"skills/ops-deploy-fix/SKILL.md",{"path":367,"priority":353},"skills/ops-doctor/SKILL.md",{"path":369,"priority":353},"skills/ops-ecom/SKILL.md",{"path":371,"priority":353},"skills/ops-fires/SKILL.md",{"path":373,"priority":353},"skills/ops-go/SKILL.md",{"path":375,"priority":353},"skills/ops-gtm/SKILL.md",{"path":377,"priority":353},"skills/ops-inbox/SKILL.md",{"path":379,"priority":353},"skills/ops-integrate/SKILL.md",{"path":381,"priority":353},"skills/ops-linear/SKILL.md",{"path":383,"priority":353},"skills/ops-marketing/SKILL.md",{"path":385,"priority":353},"skills/ops-merge/SKILL.md",{"path":387,"priority":353},"skills/ops-monitor/SKILL.md",{"path":389,"priority":353},"skills/ops-next/SKILL.md",{"path":391,"priority":353},"skills/ops-orchestrate/SKILL.md",{"path":393,"priority":353},"skills/ops-package/SKILL.md",{"path":395,"priority":353},"skills/ops-projects/SKILL.md",{"path":397,"priority":353},"skills/ops-recap/SKILL.md",{"path":399,"priority":353},"skills/ops-revenue/SKILL.md",{"path":401,"priority":353},"skills/ops-rotate/SKILL.md",{"path":403,"priority":353},"skills/ops-rotate-setup/SKILL.md",{"path":405,"priority":353},"skills/ops-settings/SKILL.md",{"path":407,"priority":353},"skills/ops-speedup/SKILL.md",{"path":409,"priority":353},"skills/ops-status/SKILL.md",{"path":411,"priority":353},"skills/ops-triage/SKILL.md",{"path":413,"priority":353},"skills/ops-voice/SKILL.md",{"path":415,"priority":353},"skills/ops-whatsapp-biz/SKILL.md",{"path":417,"priority":353},"skills/ops-yolo/SKILL.md",{"path":419,"priority":353},"skills/setup/SKILL.md",{"path":421,"priority":353},"skills/uninstall/SKILL.md",{"path":423,"priority":336},".mcp.json",{"path":425,"priority":341},"agents/build-fixer.md",{"path":427,"priority":341},"agents/comms-scanner.md",{"path":429,"priority":341},"agents/daemon-agent.md",{"path":431,"priority":341},"agents/dependency-auditor.md",{"path":433,"priority":341},"agents/deploy-fixer.md",{"path":435,"priority":341},"agents/doctor-agent.md",{"path":437,"priority":341},"agents/general-purpose.md",{"path":439,"priority":341},"agents/infra-monitor.md",{"path":441,"priority":341},"agents/marketing-optimizer.md",{"path":443,"priority":341},"agents/memory-extractor.md",{"path":445,"priority":341},"agents/monitor-agent.md",{"path":447,"priority":341},"agents/project-scanner.md",{"path":449,"priority":341},"agents/revenue-tracker.md",{"path":451,"priority":341},"agents/triage-agent.md",{"path":453,"priority":341},"agents/yolo-ceo.md",{"path":455,"priority":341},"agents/yolo-cfo.md",{"path":457,"priority":341},"agents/yolo-coo.md",{"path":459,"priority":341},"agents/yolo-cto.md",{"path":461,"priority":462},"bin/ops-autofix","low",{"path":464,"priority":462},"bin/ops-ci",{"path":466,"priority":462},"bin/ops-credentials",{"path":468,"priority":462},"bin/ops-dash",{"path":470,"priority":462},"bin/ops-deploy-fix-build-trigger",{"path":472,"priority":462},"bin/ops-deploy-fix-merge-trigger",{"path":474,"priority":462},"bin/ops-discord",{"path":476,"priority":462},"bin/ops-discover-external",{"path":478,"priority":462},"bin/ops-doctor",{"path":480,"priority":462},"bin/ops-ecom-health",{"path":482,"priority":462},"bin/ops-external",{"path":484,"priority":462},"bin/ops-gather",{"path":486,"priority":462},"bin/ops-git",{"path":488,"priority":462},"bin/ops-gsd-states",{"path":490,"priority":462},"bin/ops-infra",{"path":492,"priority":462},"bin/ops-marketing-dash",{"path":494,"priority":462},"bin/ops-merge-scan",{"path":496,"priority":462},"bin/ops-no-rm-rf-anchor",{"path":498,"priority":462},"bin/ops-post-session-cleanup",{"path":500,"priority":462},"bin/ops-post-update-migrate",{"path":502,"priority":462},"bin/ops-pretool-wacli-health",{"path":504,"priority":462},"bin/ops-pretool-whatsapp-bridge-health",{"path":506,"priority":462},"bin/ops-prevent-secret-commit",{"path":508,"priority":462},"bin/ops-projects",{"path":510,"priority":462},"bin/ops-prs",{"path":512,"priority":462},"bin/ops-setup-complete",{"path":514,"priority":462},"bin/ops-setup-detect",{"path":516,"priority":462},"bin/ops-setup-install",{"path":518,"priority":462},"bin/ops-setup-preflight",{"path":520,"priority":462},"bin/ops-shopify-create",{"path":522,"priority":462},"bin/ops-slack-autolink.mjs",{"path":524,"priority":462},"bin/ops-slack-workspaces",{"path":526,"priority":462},"bin/ops-speedup",{"path":528,"priority":462},"bin/ops-status",{"path":530,"priority":462},"bin/ops-suggest-specialized-agent",{"path":532,"priority":462},"bin/ops-task-reminder",{"path":534,"priority":462},"bin/ops-telegram-autolink.mjs",{"path":536,"priority":462},"bin/ops-unread",{"path":538,"priority":462},"bin/ops-warn-mainpush",{"path":540,"priority":462},"bin/ops-welcome",{"path":542,"priority":462},"bin/wacli-health",{"path":544,"priority":462},"bin/wacli-safe",{"path":546,"priority":341},"hooks/hooks.json",{"path":548,"priority":341},"hooks/recap-capture.sh",{"path":550,"priority":341},"hooks/recap-tool-activity.sh",{"path":552,"priority":462},"output-styles/ops-briefing.md",{"basePath":554,"description":555,"displayName":260,"installMethods":556,"rationale":557,"selectedPaths":558,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops","Business operations command center. Routes to the right ops command based on what you need — briefing, inbox, fires, projects, comms, triage, linear, revenue, deploy, or yolo mode.",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops/SKILL.md",[559],{"path":560,"priority":336},"SKILL.md",{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-comms","Send and read messages across all channels. Routes based on arguments — whatsapp, email, slack, telegram, discord, notion, or natural language like \"send [msg] to [contact]\". WhatsApp via mcp__whatsapp__* (Baileys bridge).","ops-comms",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-comms/SKILL.md",[568],{"path":560,"priority":336},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-credentials","Audit which integration credentials are configured. Scans shell env, ops preferences.json, Doppler, macOS Keychain, and Dashlane to report a configured-vs-missing table per service. Never displays raw values — always masks as first6•••last4. Use when you want to see which integrations have keys set up and which still need /ops:setup.","ops-credentials",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-credentials/SKILL.md",[576],{"path":560,"priority":336},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-daemon","Check claude-ops background daemon end-to-end and auto-fix common issues. Detects stale plist paths after plugin upgrades, missing service commands, dead processes, corrupt health files, and bash version mismatches.","ops-daemon",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-daemon/SKILL.md",[584],{"path":560,"priority":336},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-dash","Interactive pixel-art command center dashboard. Visual business HQ with instant hotkey navigation to all ops commands, live status indicators, fire alerts, C-suite reports, settings, sharing, and FAQ.","ops-dash",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-dash/SKILL.md",[592],{"path":560,"priority":336},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-deploy","Deploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.","ops-deploy",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy/SKILL.md",[600],{"path":560,"priority":336},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-deploy-fix","Inspect and control the deploy/build auto-fix subsystem. Use for `/ops:deploy-fix status` (last monitor runs, fixer dispatches, locks, hourly budget), `/ops:deploy-fix tail` (follow latest fixer log), `/ops:deploy-fix configure` (re-run the wizard), and `/ops:deploy-fix test` (synthetic dry-run through the pipeline). Trigger when the user mentions deploy auto-fix, post-merge monitor, build fixer, fix budget, fix-agent log, or asks why a deploy didn't get auto-fixed.","ops-deploy-fix",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy-fix/SKILL.md",[608],{"path":560,"priority":336},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-doctor","Health check and auto-repair for the ops plugin. Diagnoses manifest errors, broken permissions, invalid configs, stale caches, and missing files — then spawns an agent to fix everything automatically.","ops-doctor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-doctor/SKILL.md",[616],{"path":560,"priority":336},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-ecom","Shopify store command center. Orders, inventory, fulfillment, analytics, and store health. Works with any Shopify store via Admin API.","ops-ecom",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-ecom/SKILL.md",[624],{"path":560,"priority":336},{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-fires","Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.","ops-fires",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-fires/SKILL.md",[632],{"path":560,"priority":336},{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-go","Token-efficient morning briefing. Pre-gathers all data via shell scripts, then presents a unified business dashboard with prioritized actions.","ops-go",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-go/SKILL.md",[640],{"path":560,"priority":336},{"basePath":248,"description":10,"displayName":251,"installMethods":642,"rationale":643,"selectedPaths":644,"source":342,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-gtm/SKILL.md",[645],{"path":560,"priority":336},{"basePath":647,"description":648,"displayName":649,"installMethods":650,"rationale":651,"selectedPaths":652,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-inbox","Full inbox management across all channels — WhatsApp (whatsmeow bridge via mcp__whatsapp__*), Email (Gmail MCP), Slack (MCP), Telegram (user-auth MCP), Discord (webhook + REST read), Notion (MCP — comments, mentions, assigned tasks). Scans FULL inbox (not just unread), identifies messages needing replies, archives handled conversations.","ops-inbox",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-inbox/SKILL.md",[653,654],{"path":560,"priority":336},{"path":655,"priority":353},"CHANNELS.md",{"basePath":657,"description":658,"displayName":659,"installMethods":660,"rationale":661,"selectedPaths":662,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-integrate","Add any SaaS API as a first-class integration. Provide the service name — ops-integrate discovers auth patterns, tests connectivity, and registers the API in your partner registry so it's available to other skills.","ops-integrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-integrate/SKILL.md",[663],{"path":560,"priority":336},{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-linear","Linear command center. Shows current sprint, creates/updates issues, manages priorities, syncs with GSD phases.","ops-linear",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-linear/SKILL.md",[671],{"path":560,"priority":336},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-marketing","Marketing command center. Email campaigns (Klaviyo), paid ads (Meta/Google), analytics (GA4), SEO, and social media metrics. One dashboard for all marketing channels.","ops-marketing",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-marketing/SKILL.md",[679],{"path":560,"priority":336},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-merge","Autonomous PR merge pipeline. Scans all repos for open PRs, dispatches subagents to fix CI, resolve conflicts, address review comments, then merges. Use --main to also sync dev↔main branches.","ops-merge",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-merge/SKILL.md",[687],{"path":560,"priority":336},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-monitor","Unified APM and monitoring surface. Polls Datadog, New Relic, and OpenTelemetry backends for active alerts, error traces, and entity health. Use --watch for live polling every 60 seconds. Use --setup to configure monitoring credentials.","ops-monitor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-monitor/SKILL.md",[695],{"path":560,"priority":336},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-next","Business-level \"what should I do next\". Priority stack — fires > unread comms > ready-to-merge PRs > Linear sprint > revenue-generating GSD work. Uses pre-gathered data and routes to the right skill.","ops-next",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-next/SKILL.md",[703],{"path":560,"priority":336},{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-orchestrate","Autonomous multi-project orchestration engine. Audits all registered projects, structures work into dependency-wired tasks, dispatches parallel agents (subagents or Agent Teams), audits completions, and ships PRs. Registry-driven — works for any user with a configured project registry.","ops-orchestrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-orchestrate/SKILL.md",[711],{"path":560,"priority":336},{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-package","Ship parcels via any configured carrier — MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx. Auto-selects the first carrier whose credentials are configured, or pass --carrier \u003Cname> to override. Verbs: ship, label, track, list, carriers.","ops-package",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-package/SKILL.md",[719],{"path":560,"priority":336},{"basePath":721,"description":722,"displayName":723,"installMethods":724,"rationale":725,"selectedPaths":726,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-projects","Portfolio dashboard for all GSD-tracked projects. Scans ~/Projects and ~/gsd-workspaces for .planning/ directories, shows phase status, git state, blockers, and next actions for every project. Run /ops projects to see the full portfolio.","ops-projects",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-projects/SKILL.md",[727],{"path":560,"priority":336},{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-recap","Manage the multi-session recap marquee daemon — a background process that synthesizes a one-line digest across all parallel Claude Code sessions and shell activity, displayed in tmux status-right. Subcommands status/tail/configure/restart.","ops-recap",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-recap/SKILL.md",[735],{"path":560,"priority":336},{"basePath":737,"description":738,"displayName":739,"installMethods":740,"rationale":741,"selectedPaths":742,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-revenue","Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.","ops-revenue",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-revenue/SKILL.md",[743],{"path":560,"priority":336},{"basePath":745,"description":746,"displayName":747,"installMethods":748,"rationale":749,"selectedPaths":750,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-rotate","Multi-account Claude Max rotator. Status, manual rotation, account list, add-account wizard. Requires account_rotation_enabled=true in plugin settings.","ops-rotate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate/SKILL.md",[751],{"path":560,"priority":336},{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-rotate-setup","Interactive OAuth init wizard for the multi-account Claude rotator. Walks through every account in the rotation config, runs the Playwright magic-link flow for any account missing a keychain token, and writes verified tokens to `Claude-Rotation-\u003Caccount_id>`. Re-runnable any time. Standalone alias of the same step inside `/ops:setup`.","ops-rotate-setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate-setup/SKILL.md",[759],{"path":560,"priority":336},{"basePath":761,"description":762,"displayName":763,"installMethods":764,"rationale":765,"selectedPaths":766,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-settings","Post-setup credential manager. Shows current integration status (configured/missing/expired) and lets you update individual credentials without re-running the full setup wizard. Runs a smoke test after each update.","ops-settings",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-settings/SKILL.md",[767],{"path":560,"priority":336},{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-speedup","Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway processes, startup bloat, network issues. CleanMyMac built into Claude Code.","ops-speedup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-speedup/SKILL.md",[775],{"path":560,"priority":336},{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-status","Lightweight green/red status panel for every configured integration. No gather, no actions.","ops-status",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-status/SKILL.md",[783],{"path":560,"priority":336},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-triage","Cross-platform issue triage. Pulls from Sentry (MCP), Linear (MCP), GitHub Issues (gh). Cross-references against code to find already-fixed issues. Auto-resolves fixed ones. Dispatches agents for active issues.","ops-triage",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-triage/SKILL.md",[791],{"path":560,"priority":336},{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-voice","Voice operations — make phone calls (Bland AI), text-to-speech (ElevenLabs), transcribe audio (Whisper/Groq). Replace OpenClaw voice capabilities.","ops-voice",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-voice/SKILL.md",[799],{"path":560,"priority":336},{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-whatsapp-biz","WhatsApp Business Cloud API — send approved template messages at scale, manage templates with approval tracking, and integrate product catalogs. Separate from wacli personal WhatsApp.","ops-whatsapp-biz",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-whatsapp-biz/SKILL.md",[807],{"path":560,"priority":336},{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-yolo","YOLO mode. Spawns 4 parallel C-suite agents (CEO, CTO, CFO, COO). Each analyzes the business from their perspective using ALL available data. Produces unfiltered Hard Truths report. After user types YOLO, autonomously runs the business for a day using /loop.","ops-yolo",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-yolo/SKILL.md",[815],{"path":560,"priority":336},{"basePath":817,"description":818,"displayName":819,"installMethods":820,"rationale":821,"selectedPaths":822,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/setup","Interactive setup wizard for the claude-ops plugin. Installs missing CLIs, configures env vars for each channel (Telegram, WhatsApp, Email, Slack, Notion, Linear, Sentry, Vercel), builds the project registry, and saves user preferences. Run once after installing the plugin or any time to reconfigure.","setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/setup/SKILL.md",[823,824,826,828],{"path":560,"priority":336},{"path":825,"priority":353},"CLI-REFERENCE.md",{"path":827,"priority":353},"REFERENCE.md",{"path":829,"priority":353},"SHARED.md",{"basePath":831,"description":832,"displayName":833,"installMethods":834,"rationale":835,"selectedPaths":836,"source":342,"sourceLanguage":18,"type":252},"claude-ops/skills/uninstall","Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.","uninstall",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/uninstall/SKILL.md",[837],{"path":560,"priority":336},{"basePath":839,"description":840,"displayName":841,"installMethods":842,"license":243,"rationale":843,"selectedPaths":844,"source":342,"sourceLanguage":18,"type":852},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":841},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[845,847,849,850],{"path":846,"priority":336},"server.json",{"path":848,"priority":336},"package.json",{"path":338,"priority":336},{"path":851,"priority":353},"index.js","mcp",{"sources":854},[855],"manual",{"closedIssues90d":236,"description":857,"forks":237,"homepage":858,"license":243,"openIssues90d":238,"pushedAt":239,"readmeSize":234,"stars":240,"topics":859},"Business operating system for Claude Code — 25 skills, 13 agents, smart daemon. Unified inbox (WhatsApp/Email/Slack/Telegram), autonomous PR merge, full-AWS monitoring, revenue (Stripe+RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4), voice (Bland/ElevenLabs), APM (Datadog/NewRelic/OTEL), YOLO mode.","https://github.com/Lifecycle-Innovations-Limited/claude-ops/wiki",[860,303,861,862,307,863,864,283,865,866,852,867,868,869,870,871,872,873,217,874],"ai-agent","claude-code","claude-code-plugin","ai-automation","anthropic","claude","inbox-zero","morning-briefing","pr-automation","terminal","agent-teams","autonomous-agent","ecommerce","klaviyo","shopify",{"classifiedAt":876,"discoverAt":877,"extractAt":878,"githubAt":878,"updatedAt":876},1778692306008,1778692301282,1778692304144,[219,215,217,220,218,216],{"evaluatedAt":246,"extractAt":298,"updatedAt":246},[],[883,910,937,965,986,1008],{"_creationTime":884,"_id":885,"community":886,"display":887,"identity":893,"providers":897,"relations":904,"tags":906,"workflow":907},1778688112811.745,"k17b1bgs7t805stw3qd5ak8c9d86m6h4",{"reviewCount":8},{"description":888,"installMethods":889,"name":891,"sourceUrl":892},"Build high-converting sales funnels using Russell Brunson's proven framework Use when: **Launching an online product** and need a complete funnel strategy; **Converting cold traffic** into paying customers systematically; **Increasing customer lifetime value** through value ladder design; **Writing sales pages, webinars, or email sequences** with proven scripts; **Reverse-engineering competitor funnels** to model what works",{"claudeCode":890},"guia-matthieu/clawfu-skills","dotcom-secrets","https://github.com/guia-matthieu/clawfu-skills",{"basePath":894,"githubOwner":895,"githubRepo":896,"locale":18,"slug":891,"type":252},"skills/funnels/dotcom-secrets","guia-matthieu","clawfu-skills",{"evaluate":898,"extract":903},{"promptVersionExtension":208,"promptVersionScoring":209,"score":899,"tags":900,"targetMarket":221,"tier":222},100,[218,217,901,216,902],"funnels","framework",{"commitSha":288},{"repoId":905},"kd72qvzyvm658ya7pbyh5ey47h86md53",[902,901,217,218,216],{"evaluatedAt":908,"extractAt":909,"updatedAt":908},1778689802008,1778688112811,{"_creationTime":911,"_id":912,"community":913,"display":914,"identity":920,"providers":924,"relations":930,"tags":933,"workflow":934},1778698867338.3008,"k179bbvkfx74wfwwqvr13s5j5x86nmes",{"reviewCount":8},{"description":915,"installMethods":916,"name":918,"sourceUrl":919},"Build a complete marketing plan covering the full customer journey from stranger to raving fan. Use when the user mentions \"marketing plan\", \"target market\", \"USP\", \"lead nurture\", \"customer lifetime value\", \"referral program\", \"marketing strategy\", or \"PVP Index\". Also trigger when building a marketing plan from scratch, choosing acquisition channels, or designing end-to-end customer lifecycle campaigns. Covers the PVP Index, channel selection, and advocacy systems. For brand messaging, see storybrand-messaging. For conversion optimization, see cro-methodology.",{"claudeCode":917},"wondelai/skills","1-Page Marketing","https://github.com/wondelai/skills",{"basePath":921,"githubOwner":922,"githubRepo":923,"locale":18,"slug":921,"type":252},"one-page-marketing","wondelai","skills",{"evaluate":925,"extract":929},{"promptVersionExtension":208,"promptVersionScoring":209,"score":926,"tags":927,"targetMarket":221,"tier":222},99,[217,216,220,280,218,928],"growth",{"commitSha":288,"license":243},{"parentExtensionId":931,"repoId":932},"k17bj16z8e1yp2wwfd2hxagjtd86m0fp","kd7aexggvp8qjwjtgjbetg0jch86mg5a",[280,928,217,220,218,216],{"evaluatedAt":935,"extractAt":936,"updatedAt":935},1778699436932,1778698867338,{"_creationTime":938,"_id":939,"community":940,"display":941,"identity":947,"providers":951,"relations":958,"tags":961,"workflow":962},1778698144006.224,"k17agbyx7wnnh9238dqj641dns86nf82",{"reviewCount":8},{"description":942,"installMethods":943,"name":945,"sourceUrl":946},"Build workflows to automate contact progression through the sales funnel: Lead to MQL to SQL to Opportunity to Customer. Each transition is triggered by a specific event (score threshold, meeting booked, deal created, deal won).",{"claudeCode":944},"TomGranot/hubspot-admin-skills","lifecycle-progression-workflow","https://github.com/TomGranot/hubspot-admin-skills",{"basePath":948,"githubOwner":949,"githubRepo":950,"locale":18,"slug":945,"type":252},"skills/lifecycle-progression-workflow","TomGranot","hubspot-admin-skills",{"evaluate":952,"extract":957},{"promptVersionExtension":208,"promptVersionScoring":209,"score":899,"tags":953,"targetMarket":221,"tier":222},[219,218,954,955,956],"crm","workflows","hubspot",{"commitSha":288},{"parentExtensionId":959,"repoId":960},"k17c3p8t0thc73pbc8egtz31y986mwr0","kd75kpec7arn6z2wz641vfaj8n86nab6",[219,954,956,218,955],{"evaluatedAt":963,"extractAt":964,"updatedAt":963},1778698526315,1778698144006,{"_creationTime":966,"_id":967,"community":968,"display":969,"identity":973,"providers":974,"relations":982,"tags":983,"workflow":984},1778698867338.3027,"k171kgm311805z9fa64vzfgkqs86nb64",{"reviewCount":8},{"description":970,"installMethods":971,"name":972,"sourceUrl":919},"Clarify brand messaging using narrative structure that positions the customer as hero. Use when the user mentions \"brand message\", \"website copy\", \"elevator pitch\", \"one-liner\", \"messaging isnt resonating\", \"brand script\", \"StoryBrand framework\", or \"customer as hero\". Also trigger when rewriting homepage copy, crafting email nurture sequences, or creating consistent messaging across sales collateral and marketing materials. Covers landing page copy, marketing collateral, and consistent communication. For memorable messaging, see made-to-stick. For product positioning, see obviously-awesome.",{"claudeCode":917},"storybrand-messaging",{"basePath":972,"githubOwner":922,"githubRepo":923,"locale":18,"slug":972,"type":252},{"evaluate":975,"extract":981},{"promptVersionExtension":208,"promptVersionScoring":209,"score":899,"tags":976,"targetMarket":221,"tier":222},[217,977,978,979,980,218],"messaging","branding","storytelling","copywriting",{"commitSha":288},{"parentExtensionId":931,"repoId":932},[978,980,217,977,218,979],{"evaluatedAt":985,"extractAt":936,"updatedAt":985},1778699553427,{"_creationTime":987,"_id":988,"community":989,"display":990,"identity":994,"providers":996,"relations":1004,"tags":1005,"workflow":1006},1778698867338.298,"k17eany15hcz465k5n1zhc55cd86nzs2",{"reviewCount":8},{"description":991,"installMethods":992,"name":993,"sourceUrl":919},"Apply the six principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity) to product design, copy, and sales. Use when the user mentions \"social proof\", \"persuasive copy\", \"why users dont convert\", \"ethical persuasion\", \"reciprocity\", \"scarcity tactics\", or \"commitment and consistency\". Also trigger when designing testimonial sections, crafting urgency messaging, or improving trust signals on landing pages. For deal negotiation tactics, see negotiation. For viral word-of-mouth, see contagious.",{"claudeCode":917},"Influence Psychology",{"basePath":995,"githubOwner":922,"githubRepo":923,"locale":18,"slug":995,"type":252},"influence-psychology",{"evaluate":997,"extract":1003},{"promptVersionExtension":208,"promptVersionScoring":209,"score":899,"tags":998,"targetMarket":221,"tier":222},[217,980,999,1000,1001,1002,218],"product-design","psychology","persuasion","ux",{"commitSha":288,"license":243},{"parentExtensionId":931,"repoId":932},[980,217,1001,999,1000,218,1002],{"evaluatedAt":1007,"extractAt":936,"updatedAt":1007},1778699285462,{"_creationTime":1009,"_id":1010,"community":1011,"display":1012,"identity":1016,"providers":1018,"relations":1026,"tags":1027,"workflow":1028},1778688112811.7388,"k174kb1xw6gjba17pk5eyty60s86nv32",{"reviewCount":8},{"description":1013,"installMethods":1014,"name":1015,"sourceUrl":892},"Apply Russell Brunson's Expert Secrets framework to build a mass movement around expertise — create a charismatic leader persona, design a new-opportunity offer, craft belief-breaking stories, and structure a Perfect Webinar that converts. Use when: positioning as an expert to monetize knowledge, creating an online course or coaching program, designing a webinar sales presentation, building a tribe with an identity and cause, crafting an Epiphany Bridge origin story, or packaging expertise into a value ladder.",{"claudeCode":890},"expert-secrets",{"basePath":1017,"githubOwner":895,"githubRepo":896,"locale":18,"slug":1015,"type":252},"skills/content/expert-secrets",{"evaluate":1019,"extract":1025},{"promptVersionExtension":208,"promptVersionScoring":209,"score":899,"tags":1020,"targetMarket":221,"tier":222},[217,218,1021,902,1022,1023,1024],"expert-positioning","webinar","coaching","online-course",{"commitSha":288},{"repoId":905},[1023,1021,902,217,1024,218,1022],{"evaluatedAt":1029,"extractAt":909,"updatedAt":1029},1778689263469]