← all publishers

CodeAlive-AI

@codealive-ai source repo

118 published skills · page 1 of 2

  1. Settings Management · codealive-ai bundle
    View and configure settings for coding agents (Claude Code, Codex CLI, OpenCode, and others). Covers JSON settings for Claude Code, TOML for Codex CLI, and JSON/JSONC for OpenCode, including permissions, sandbox, model selection, profiles, feature flags, providers, hooks, subagents, and skills.
    0
    installs
  2. Installing CLI Tools · codealive-ai bundle
    Install, upgrade, configure, and verify developer CLI tools safely. Use when a user asks to install a new CLI, command-line app, SDK tool, package-manager binary, GitHub release binary, language runtime tool, or AI/vendor CLI; configure shell PATH/completions; run first login; set API keys, tokens, or env variables for a CLI; migrate an existing CLI install; or troubleshoot a CLI installation while avoiding secret leakage.
    0
    installs
  3. Repo Activity Summary · codealive-ai bundle
    Summarize a repository's recent engineering activity from git history — technologies, work types, churn hotspots, contributor patterns, and velocity. Use when asking "what has this repo been working on", "is this project active", "who contributes what", "where are the hotspots", or before onboarding onto an unfamiliar codebase.
    2
    installs
  4. Maintaining Windows Health · codealive-ai bundle
    Hands-on playbook for Windows 11 disk cleanup, dev-machine optimization, and proactive health alerting. Use when the PC is full or slow, when a BSOD / Kernel-Power 41 / crash dump / commit-memory pressure happened, when the user asks to free disk space, audit storage, set up disk/memory alerts, or restore the same monitoring on a new PC. Built around native Microsoft-supported tooling (Storage Sense, cleanmgr, DISM, pnputil, vssadmin, wevtutil, powercfg) as the safety floor, a drift-protected HTML cleanup UI, and a Task Scheduler + BurntToast alerter. Covers dev machines with heavy AI/Docker/WSL workloads. Not for general Windows support, hardware diagnostics, GPU/driver troubleshooting, antivirus/malware removal, Windows Update repair, networking, or app-specific performance problems unrelated to disk or memory pressure.
    0
    installs
  5. Code That Fits In Your Head · codealive-ai bundle
    Software-engineering heuristics based on Mark Seemann's Code That Fits in Your Head (2021), updated for agent-driven development. Use when writing or reviewing code, refactoring accidental complexity or a Big Ball of Mud, controlling technical or architectural debt in generated code, designing APIs and invariants, adding a feature through a walking skeleton and acceptance tests, debugging a defect with reproducible tests or bisection, threat-modelling endpoints and trust boundaries with STRIDE, planning a legacy or Strangler migration with rollback, or setting up a maintainable codebase. Covers decomposition and cyclomatic complexity, cohesion, encapsulation, outside-in TDD, separation of concerns, Git/review discipline, safe evolution, and troubleshooting. Not for language syntax, framework tutorials, production incident response, or performance profiling.
    0
    installs
  6. Openrouter Provider Ranking · codealive-ai bundle
    Use this skill when a user asks to rank, compare, benchmark, prioritize, or generate routing for OpenRouter provider endpoints (provider.order, provider.only, :exacto) by TPS/throughput, TTFT/latency, effective price, uptime, cache hit rate, tool-call/Exacto quality, quantization, context, privacy, or fallback diversity; also for requests about OpenRouter provider sorting or prioritization. Do not use for broad model-family selection unless endpoint-level provider routing is required.
    0
    installs
  7. Investigating Repository History · codealive-ai bundle
    Investigate GitHub repository history before risky code changes using git blame/log, GitHub PRs, review comments, squash/rebase/cherry-pick/rename heuristics, and cited evidence. Use when asking why code exists, whether a change is safe, what PR introduced behavior, or before editing API, compatibility, security, concurrency, persistence, migration, or performance-sensitive code.
    0
    installs
  8. Plan Mode · codealive-ai bundle
    Use this skill when the user asks to plan, design, scope, estimate, or implement a feature, bug fix, refactor, migration, integration, API change, UI change, or other project modification. Enforces a planning gate before editing code — investigate project context, analyze the task, surface ambiguities, contradictions, risks, dependencies, and blockers, ask focused questions, produce an evidence-based step-by-step plan, and implement only after explicit user approval. Not for trivial one-line edits, pure questions about the codebase, or changes the user has already reviewed and approved for direct implementation.
    0
    installs
  9. MCP Management · codealive-ai bundle
    Search, install, configure, update, and remove MCP servers across coding agents (Claude Code, Cursor, VS Code, Claude Desktop, Gemini CLI, Codex, Goose, Zed, and more). Supports multi-agent installation via npx add-mcp, the official MCP registry, and direct config editing.
    0
    installs
  10. Bug Fix Protocol · codealive-ai bundle
    8-step disciplined bug-fix protocol that treats every production bug as two failures — the code defect itself and the testing system that allowed it through. Use when fixing a production bug, investigating a regression, writing a post-mortem, or auditing a missed defect. Triggers on "fix this bug", "production bug", "regression test", "post-mortem", "test gap", "why did the tests miss this".
    0
    installs
  11. Hooks Management · codealive-ai bundle
    Manage hooks and automation for coding agents (Claude Code, Codex CLI, OpenCode). Use when users want to add, list, remove, update, or validate hooks. Triggers on requests like "add a hook", "create a hook that...", "list my hooks", "remove the hook", "validate hooks", or any mention of automating agent behavior with shell commands or plugins.
    0
    installs
  12. Agentic Readiness · codealive-ai bundle
    Audit and improve repositories for reliable agentic work across Codex and Codex App, Claude Code, and OpenCode. Use when reviewing AGENTS.md or CLAUDE.md quality and discovery, instruction routing in monorepos or meta-repos, agent settings, MCP configuration, skills, subagents, context budgets, or repository organization for coding agents.
    0
    installs
  13. Skills Management · codealive-ai bundle
    Search, find, discover, install, remove, update, review, deduplicate, list, move, optimise, and iterate on skills for AI coding agents. Use when user asks "find a skill for X", "install skill", "remove skill", "update skills", "list skills", "deduplicate skills", "why are two skills shown", "choose the canonical skill", "check for skill conflicts", "review skill quality", "move skill", "check for updates", "optimise skill", "audit skill edits", "trigger test skill", or "transfer skill across agents". Includes duplicate-free installation preflight and SkillOpt-style training loops. Do not use for creating skills from scratch (use /skill-creator instead).
    0
    installs
  14. Plugins Management · codealive-ai bundle
    Create, publish, delete, and submit plugins for coding agents (Claude Code, OpenCode). Use when user wants to (1) create a new plugin with proper structure, (2) create or configure a plugin marketplace, (3) publish plugins to GitHub/GitLab/npm, (4) delete/uninstall plugins, (5) validate plugin structure, or (6) prepare and submit plugins to the official Anthropic directory or the OpenCode ecosystem.
    0
    installs
  15. Refactoring Csharp · codealive-ai bundle
    Rename and refactor C# symbols in a .NET solution or multi-solution monorepo with a one-shot Roslyn CLI. Use when the user asks to rename a symbol, preview impact, update references across a solution, or refactor shared projects across several solutions.
    0
    installs
  16. Web Browser · codealive-ai bundle
    Browse the web using agent-browser CLI with Lightpanda engine. Read pages, extract content, interact with elements.
    0
    installs
  17. Anti Pattern Audit · codealive-ai bundle
    Monthly self-deception audit — 25 anti-patterns from CEO Bible Section M
    0
    installs
  18. Ph Launch Timeline · codealive-ai bundle
    When the user needs a 30-day Product Hunt preparation timeline, launch readiness checklist, or realistic outcome expectations. Also use when planning PH launch phases, building supporter lists, or assessing launch readiness.
    0
    installs
  19. Macos Spm App Packaging · codealive-ai bundle
    Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.
    0
    installs
  20. Windows QA Engineer 2 · codealive-ai bundle
    Use when testing Windows 11 desktop apps (WinForms/WPF/UWP) via UFO UIA/Win32 automation MCP. Triggers on "test this Windows app", "QA the app", "run smoke test", "click the button", "fill the form", "check the UI", "Windows automation", "UFO QA", "verify the dialog", or any Windows desktop UI testing task. Not for web/browser testing (use Playwright), mobile testing, or non-Windows platforms.
    0
    installs
  21. Repo Explorer · codealive-ai
    Explore and analyze any repository (local path or remote GitHub/GitLab URL) by delegating to Claude Code CLI (`claude -p`) in non-interactive mode with read-only access. Use when the user asks to explore, analyze, investigate, or research a repository or codebase. Triggers on "explore repo", "analyze repo", "investigate repo", "research codebase", "what does this repo do", "how does this codebase work", "ask about repo", "codebase question", "explore repository", "what API does this project have", "analyze this GitHub repo", "explore https://github.com/...", or any request to understand a repository's structure, API, architecture, or implementation details. Works with both local paths and remote URLs (GitHub, GitLab, Bitbucket).
    0
    installs
  22. Clipboard · codealive-ai
    Copy text to clipboard with optional rich formatting. Triggers on "copy to clipboard", "copy that", "pbcopy", "copy formatted", "copy rich text".
    0
    installs
  23. Fpf Problem Solving · codealive-ai bundle
    First Principles Framework (FPF) — thinking amplifier. Use when user wants to think through a complex problem, architect a system, evaluate alternatives, decompose complexity, classify problems, define quality attributes, or plan rigorously. Also triggers on: FPF, bounded contexts, SoTA packs, assurance calculus, FPF Parts A-K. Not for simple task planning, general philosophy, or Agile unrelated to FPF.
    0
    installs
  24. Working With Jj · codealive-ai bundle
    Use Jujutsu safely in any jj-enabled repository. Use when changing files, mutating version control, recovering work, resolving conflicts, coordinating workspaces, or preparing a push when `jj root` succeeds. Do not use outside jj repositories unless explicitly migrating one.
    0
    installs
  25. Maintaining Vcs Hygiene · codealive-ai bundle
    AI-native version-control culture for agents in git and jj repositories. Use when committing or describing changes, parking or handing off work, cleaning a repository, coordinating with other agents or humans in one checkout, deciding where scratch output belongs, closing a work session, or reviewing how well agent guardrails are working. Complements repository-specific VCS skills; does not replace their procedures. Not for choosing VCS commands or syntax, resolving merge conflicts, or CI/CD pipeline configuration.
    0
    installs
  26. Agentic Capacitor · codealive-ai bundle
    Develops Capacitor 8.5 apps and converts existing web apps (web-app-to-capacitor), especially React 19.2. Use when adding iOS/Android, integrating native features, diagnosing native builds, migrating to UIScene, or preparing for Capacitor 9. Not for React Native or unrelated React UI work.
    0
    installs
  27. Apple App Store Reviewer · codealive-ai bundle
    Audit Apple-platform apps before App Store submission or resubmission. Use for iOS, iPadOS, macOS, tvOS, watchOS, and visionOS release reviews involving source code, archives or IPAs, App Store Connect metadata, screenshots, subscriptions, login, privacy manifests, AI features, UGC, age ratings, review notes, or an Apple rejection. Produces evidence-backed findings, deterministic preflight results, screenshot review queues, runtime test plans, remediation steps, and a submission-readiness gate.
    0
    installs
  28. Windows QA Engineer · codealive-ai bundle
    Use when testing Windows 11 desktop apps (WinForms/WPF/UWP) via UFO UIA/Win32 automation MCP. Triggers on "test this Windows app", "QA the app", "run smoke test", "click the button", "fill the form", "check the UI", "Windows automation", "UFO QA", "verify the dialog", or any Windows desktop UI testing task.
    0
    installs
  29. Package Macos App Icons · codealive-ai bundle
    Build, audit, replace, and install native macOS app icons from raster source artwork. Use when Codex needs to review an icon candidate against Apple macOS icon expectations, remove background halos with the standard macOS rounded-rectangle enclosure, preserve PNG alpha while resizing into .iconset/.icns files, update SwiftPM macOS app packaging scripts, compare installed/build/dist icon assets, or clear/restart local app icon installation state.
    0
    installs
  30. Signed Command Envelope · codealive-ai bundle
    Design and verify an HMAC-SHA256 signed command envelope — nonce + TTL/expiry + replay cache + receiver-side allowlist — for a downlink control channel such as a cloud→Mac actuation path over MQTT or WebSocket. Use when designing or reviewing a coach→device command channel, the Night Landing Track C downlink, or any signed command path where the receiver must reject forged, replayed, expired, or out-of-allowlist commands. Covers the envelope schema, canonical serialization, CryptoKit HMAC sign/verify, the fail-closed verification order, replay-cache and key-domain-separation design, and the threat-model checklist. Not for transport TLS, user-auth tokens / JWT sessions, at-rest encryption, or the telemetry UPLINK path (which stays unidirectional and read-only).
    0
    installs
  31. Macos Menubar Daemon Engineering · codealive-ai bundle
    Engineer, debug, package, and harden native macOS menu-bar / background-daemon apps built with Swift 6, SwiftUI MenuBarExtra, and SwiftPM (no Xcode project), running as an LSUIElement agent. Focuses on the runtime-only bug classes that a green `swift build` and passing unit tests do NOT catch — actor-isolation SIGTRAP at GCD/NIO/C callback boundaries, MenuBarExtra observation staleness, SwiftNIO/MQTT reconnect ladders, SwiftPM-to-.app bundling with stable code signing and notarization, launchd LaunchAgents, Keychain main-thread ACL freezes, IOKit power assertions, and live diagnosis with sample/.ips/Console. Use when building, debugging, signing, packaging, or hardening a macOS menu-bar app or headless agent, or when a Swift macOS app builds clean but misbehaves only at runtime. Not for general iOS development, Xcode-project (xcodebuild) builds, pure Swift-language or SwiftUI-layout questions, or app-side business logic — use a general Swift/SwiftUI skill for those.
    0
    installs
  32. Agents Consilium · codealive-ai bundle
    Query external AI agents (Codex, Gemini, OpenCode, Claude Code headless) in parallel for independent second opinions, code review, bug investigation, and consensus on high-stakes decisions. Agents and models are configurable in config.json. Use for architecture choices, security review, or ambiguous problems where independent perspectives matter. Not for simple questions answerable from docs or the codebase — use web search or repo exploration instead.
    0
    installs
  33. Ubiquitous Language · codealive-ai bundle
    Maintain a project thesaurus (domain glossary) following DDD ubiquitous language principles. Use PROACTIVELY when naming anything: variables, functions, classes, modules, database fields, API endpoints, events, files, or directories. Also use when the user asks to "create thesaurus", "update glossary", "add term", "rename to match domain", "check naming consistency", "what should I call this", "domain language", "ubiquitous language", or "naming conventions". Ensures all names in the codebase are consistent, descriptive, and aligned with the shared domain vocabulary. Not for general code style or linting — only for domain term consistency.
    0
    installs
  34. Fetch Url As Markdown · codealive-ai bundle
    Fetch a web page (URL) and return clean Markdown via local trafilatura, with Exa MCP as a fallback for JS-rendered or anti-bot pages. Use when the user asks to read, fetch, scrape, summarize, or quote a URL — prefer this over the built-in WebFetch tool. Don't use for binary files (PDFs, images, archives) or for fetching API/JSON endpoints.
    0
    installs
  35. Semantic Scholar Deep · codealive-ai bundle
    Deep research over the Semantic Scholar Graph API. Covers endpoints missing from allenai's lookup skill — paper references (backward citations), recommendations, batch paper lookup (up to 500 IDs), snippet search, and multi-hop citation graph traversal (BFS forward/backward). Use when the user asks to build a citation graph, expand a literature seed, find related work, run a reference network traversal, explore what a paper cites or what cites it beyond simple lookup, or batch-resolve many DOI/arXiv/S2 IDs. For multi-step research questions, delegate to the deep-paper-researcher subagent to keep the main context clean. Not for single paper-by-ID lookups (use semantic-scholar-lookup) or topical discovery (use web_search_advanced_exa).
    0
    installs
  36. Maintaining Macos Health · codealive-ai bundle
    Hands-on playbook for macOS disk cleanup, dev-machine optimization, and proactive health alerting. Use when the Mac is full or slow, when a kernel panic / watchdog timeout / vm-compressor-space-shortage / Jetsam event happened, when the user asks to free disk space, audit storage, set up disk/memory alerts, or restore the same monitoring on a new Mac. Built around Mole (`mo` CLI) for safety guards plus a custom LaunchAgent-based alerter for active warnings. Covers Apple Silicon laptops with heavy AI/Docker workloads.
    0
    installs
  37. Exa Web Search · codealive-ai bundle
    General-purpose web search powered by Exa — the search_web / web_search analog. Use for any open-ended lookup, fact-finding, or 'search the web for X' when no specialized skill fits. Semantic (meaning-based) search over the whole index; runs a local script against the Exa API, no MCP server required.
    0
    installs
  38. Exa Native Base · codealive-ai bundle
    Foundation for the Exa skill collection — how to call Exa (search, contents, answer, similar) from a local script with just an EXA_API_KEY, how to write good semantic queries, and how to orchestrate subagents for deep research. Read this first; the use-case skills (company, people, papers, code, news, finance, personal sites, X) build on it.
    0
    installs
  39. Exa Code Context · codealive-ai bundle
    Find code with Exa — API usage examples, error fixes, library docs, and GitHub repositories. Use when you need a working code snippet, to resolve an error, find an open-source implementation, or pull up official docs for a language/framework. Runs a local script against the Exa API; no MCP server required.
    0
    installs
  40. Exa Lead Generation · codealive-ai bundle
    Build prospect lists with Exa — find target companies matching an ICP, then their decision-makers, then enrich with signals. Use for outbound sales lists, account mapping, and B2B prospecting. Multi-pass orchestration over the Exa API; no MCP server required.
    0
    installs
  41. Exa Personal Site Search · codealive-ai bundle
    Find personal websites with Exa — blogs, portfolios, and homepages. Use to find a person's own writing (not press about them), discover practitioners who blog, or surface indie/portfolio sites. Runs a local script against the Exa API; no MCP server required.
    0
    installs
  42. Exa Research Paper Search · codealive-ai bundle
    Find academic papers with Exa — by topic, author, recency, or as surveys/reviews. Use for literature reviews, finding seminal or state-of-the-art papers, tracking recent preprints (arXiv), or building a reading list. Runs a local script against the Exa API; no MCP server required.
    0
    installs
  43. Exa Financial Report Search · codealive-ai bundle
    Find financial filings with Exa — SEC filings (10-K, 10-Q, S-1), earnings reports, and annual reports. Use to pull a company's financials, compare results across periods, or locate a specific filing. Runs a local script against the Exa API; no MCP server required.
    0
    installs
  44. Humanizer · codealive-ai bundle
    Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Detects and fixes AI patterns including inflated symbolism, promotional language, vague attributions, em dash overuse, rule of three, AI vocabulary, sycophantic tone, and generic conclusions. Use after copywriting, social-writer, cold-email, or email-sequence to polish output.
    0
    installs
  45. SEO Audit · codealive-ai bundle
    Audit, review, or diagnose SEO issues on the site. Use for "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "page speed," "core web vitals," "crawl errors," "indexing issues." For building pages at scale, see programmatic-seo. For content planning, see content-strategy.
    0
    installs
  46. Cold Email · codealive-ai bundle
    Write B2B cold emails and follow-up sequences that get replies. Use for "cold outreach," "prospecting email," "outbound email," "email to leads," "reach out to prospects," "sales email," "follow-up email," "nobody's replying to my emails," "how do I write a cold email." For sending and tracking outreach, see outreach-sender. For warm/lifecycle emails, see email-sequence. For sales strategy, see founder-sales.
    0
    installs
  47. Orthogonal · codealive-ai bundle
    Access premium APIs and curated skills via Orthogonal marketplace. Use when you need external data (scraping, enrichment, search), want to discover new capabilities, or need to call third-party services. For tasks like: find an API, enrich a lead, scrape a website, send SMS, verify email, research a company.
    0
    installs
  48. Copywriting · codealive-ai bundle
    Write, rewrite, or improve marketing copy for any page — homepage, landing pages, pricing pages, feature pages, about pages. Also use for "write copy for," "improve this copy," "headline help," "CTA copy," "value proposition," "tagline," "hero section copy," "above the fold." For email copy, see email-sequence. For product positioning statement, see positioning-messaging.
    0
    installs
  49. Daily Recap · codealive-ai bundle
    Daily Recap
    0
    installs
  50. Exa Lead Gen · codealive-ai bundle
    Generate enriched lead lists using Exa deep search. Finds companies matching an ICP, enriches with signals/news/scores, and outputs CSV. Use when generating leads, building prospect lists, finding companies to sell to, doing outbound research, or ICP-based company discovery.
    0
    installs
  51. Exa X Search · codealive-ai bundle
    Search tweets and X/Twitter content using Exa. Finds social discussions, product announcements, developer opinions, trending topics, and community sentiment. Use when searching for tweets, X/Twitter discussions, or social media sentiment.
    0
    installs
  52. Focus Keeper · codealive-ai bundle
    Core behavioral engine — keeps CEO focused on constraint-serving work (currently GTM). Morning pre-staging, if-then commitments, execution pings, self-compassion recovery, monkey-friendly single-action presentation.
    0
    installs
  53. Meeting Prep · codealive-ai bundle
    Prepare intelligence briefings before sales meetings. Pulls company context, contact background, pipeline history, and generates talking points, objection prep, and demo customization. Run as cron (30min scan) or on-demand. For post-meeting processing, see discovery-debrief.
    0
    installs
  54. Stall Rescue · codealive-ai bundle
    Cron-triggered: detect users who signed up but didn't complete the activation step within 72h, draft personalized founder email to re-engage. Runs automatically.
    0
    installs
  55. Company Intel · codealive-ai bundle
    Full company intelligence report: overview, team, funding, products, news. Use when asked to research a company or understand a potential customer/partner/competitor. For pre-meeting briefings with pipeline context, see meeting-prep. For head-to-head competitor comparison, see competitor-research.
    0
    installs
  56. Evening Recap · codealive-ai
    Daily Evening Recap for CEO (21:00 cron). Reports what bot did today, outreach results, pipeline changes, belief updates. Replaces old daily-recap skill. Output = one Telegram message, max 15 lines.
    0
    installs
  57. Founder Sales · codealive-ai bundle
    Help founders close their first customers and build repeatable sales processes. Use when someone is doing founder-led sales, trying to get their first customers, running early sales calls, or asking when to hire their first salesperson. For pipeline tracking and scoring, see pipeline-manager. For writing cold outreach, see cold-email.
    0
    installs
  58. Morning Brief · codealive-ai
    Daily Morning Brief for CEO (09:30 cron). Reports what bot DID overnight, presents pre-staged GTM action for approval, shows pipeline status. Replaces old morning-briefing skill. Output = one Telegram message, max 15 lines.
    0
    installs
  59. Person Lookup · codealive-ai bundle
    Look up a person's background: work history, education, social profiles, contact info. Use when asked 'who is [person]?' or need to research someone before a meeting. For finding their email specifically, see find-email-by-name. For enriching a lead with full contact data, see lead-enrichment.
    0
    installs
  60. Social Writer · codealive-ai bundle
    Write engaging social media posts for LinkedIn and X (Twitter). Use for "write a post," "LinkedIn post," "tweet," "X thread," "share this on social," "thought leadership post," "announce on LinkedIn." For web page copy, see copywriting. For email copy, see email-sequence. For content planning (what to write about), see content-strategy.
    0
    installs
  61. Email Sequence · codealive-ai bundle
    Create or optimize email sequences, drip campaigns, nurture flows, onboarding emails, welcome series, re-engagement emails. Use for "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome series," "what emails should I send," "email cadence." For web page copy, see copywriting. For in-app onboarding, see user-onboarding.
    0
    installs
  62. Idea Generator · codealive-ai bundle
    Generate business, marketing, and post ideas tied to your product's wedge and stage. Use when asked for partnership ideas, marketing tactics, content angles, or fresh experiments to run.
    0
    installs
  63. Openclaw Guide · codealive-ai bundle
    Reference and consulting skill for OpenClaw — a messaging gateway that connects AI agents to multiple communication platforms (Telegram, Discord, Slack, WhatsApp, iMessage, and more). Use when working with OpenClaw configuration, channels, Gateway setup, skills, cron jobs, MCP servers, memory, OAuth, or troubleshooting. Also use when the user asks how to implement a use case on their OpenClaw bot (daily morning brief, research workflows, competitive radar, decision playbook), how to add a new channel, or how to connect the CodeAlive context engine. Triggers on requests like "configure openclaw", "add Discord to my bot", "set up morning brief", "gateway not starting", "connect CodeAlive search", "OAuth re-auth", or any close paraphrase. Companion of install-openclaw-to-yc — install both together.
    0
    installs
  64. Signal Scanner · codealive-ai bundle
    Scan for buying signals across ICP companies using Exa and social listening. Detects 7 signal types (hiring, funding, pain language, competitor mentions, tech stack changes, content, news), scores them, and routes to pipeline-manager. Run as daily cron or on-demand. For manual prospect research, see exa-company-research.
    0
    installs
  65. Signup Monitor · codealive-ai bundle
    Cron-triggered: query PostHog for new signups, research each by email domain via Exa, alert the CEO when someone interesting signs up. Not for manual use — runs automatically.
    0
    installs
  66. Structured Log · codealive-ai bundle
    Write structured entries to daily memory log with facts, concepts, and files — use after any meaningful work, research, or decision
    0
    installs
  67. Exa Code Search · codealive-ai bundle
    Code search using Exa. Finds real code snippets, API docs, and examples from GitHub, StackOverflow, and technical docs. Use when searching for code examples, API syntax, library documentation, or debugging help.
    0
    installs
  68. Google Calendar · codealive-ai bundle
    Create, list, and manage Google Calendar events. Use when asked to schedule meetings, check calendar, create events, or manage appointments. For pre-meeting intelligence briefings, see meeting-prep.
    0
    installs
  69. Lead Enrichment · codealive-ai bundle
    Enrich leads with email, phone, company data using Hunter, Sixtyfour, and Fiber. Use when you have a name/company and need full contact profile. For just email, see find-email-by-name. For building prospect lists from scratch, see sales-prospecting.
    0
    installs
  70. Outreach Sender · codealive-ai bundle
    Send outreach emails and manage follow-up sequences. Bridges cold-email drafting → humanizer polish → CEO Telegram approval → Gmail send. Tracks sends in pipeline.json. For writing email copy, see cold-email. For lifecycle/nurture emails, see email-sequence.
    0
    installs
  71. User Onboarding · codealive-ai bundle
    Help users design effective product onboarding. Use when someone is creating first-user experiences, trying to improve activation rates, designing the first 30 seconds of product usage, or working on the path to the aha moment.
    0
    installs
  72. Content Strategy · codealive-ai bundle
    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 strategy," "what should I write about," "content ideas," "blog strategy," "topic clusters," "content planning," "editorial calendar," "content marketing," "content roadmap," "what content should I create," "blog topics," "content pillars," or "I don't know what to write." Use this whenever someone needs help deciding what content to produce, not just writing it. For writing individual pieces, see copywriting. For SEO-specific audits, see seo-audit. For social media content specifically, see social-content.
    0
    installs
  73. Enterprise Sales · codealive-ai bundle
    Help users navigate enterprise sales. Use when someone is closing large deals, managing complex buying committees, handling procurement, or converting PLG users to enterprise contracts.
    0
    installs
  74. Feedback Tracker · codealive-ai
    Track outreach outcomes: sent → replied → meeting → learning. Runs via cron to check 48h and 7d marks. Feeds data back into channel-scores and hypothesis-tracker. For sending outreach, see outreach-sender.
    0
    installs
  75. Launch Marketing · codealive-ai bundle
    Plan and execute general product launches — PR outreach, GTM campaigns, buzz generation. For Product Hunt specifically, use product-hunt-launch (specs/tactics) and ph-launch-timeline (30-day prep plan) instead.
    0
    installs
  76. Metrics Briefing · codealive-ai bundle
    CEO-level metrics interpretation through 9-category framework (market learning, product value, usage, pipeline, retention, B2C->B2B, execution, economics, PMF). For raw PostHog data queries, use posthog-analytics instead.
    0
    installs
  77. Pipeline Manager · codealive-ai bundle
    Manage the sales pipeline: add/update prospects, score with FIT+INTENT+TIMING, track stage transitions, generate status reports. Central orchestrator for all pipeline skills. For signal detection, see signal-scanner. For outreach execution, see outreach-sender.
    0
    installs
  78. Pricing Strategy · codealive-ai bundle
    Help users design and optimize pricing strategies. Use when someone is setting prices for the first time, considering freemium vs paid models, optimizing monetization, dealing with willingness to pay questions, or transitioning between pricing models.
    0
    installs
  79. Programmatic SEO · codealive-ai bundle
    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 at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," "building many pages for SEO," "pSEO," "generate 100 pages," "data-driven pages," or "templated landing pages." Use this whenever someone wants to create many similar pages targeting different keywords or locations. For auditing existing SEO issues, see seo-audit. For content strategy planning, see content-strategy.
    0
    installs
  80. Social Listening · codealive-ai bundle
    Monitor brand mentions, competitor activity, and industry conversations across web and social media. Use when asked to track what people say, monitor competitors on social, or find industry discussions. For structured competitive analysis, see competitor-research.
    0
    installs
  81. Strategic Review · codealive-ai bundle
    Deep multi-phase strategic review of a specific decision — premise challenge, alternatives, risk map, adversarial review. Use for big choices (wedge, pricing, channel, hire, pivot). For quick framework lookup, use decision-playbook. For diagnosing why something is broken, use business-investigation.
    0
    installs
  82. Ceo Weekly Review · codealive-ai bundle
    Weekly CEO review — 10 questions, dashboard, self-deception check, next week focus
    0
    installs
  83. Decision Playbook · codealive-ai bundle
    9 quick-reference decision frameworks from CEO Bible — when to double down, pivot, hire, kill features, diagnose low conversion. For deep multi-phase analysis of a specific decision, use strategic-review instead.
    0
    installs
  84. Discovery Debrief · codealive-ai bundle
    Structured debrief AFTER a customer conversation — extract learnings, update hypotheses, track demand signals. Use when the founder says "talked to a customer". For preparing and planning interviews beforehand, use conducting-user-interviews.
    0
    installs
  85. Exa Personal Site · codealive-ai bundle
    Search personal websites and blogs using Exa. Finds individual perspectives, portfolios, tutorials, and personal blogs. Use when searching for personal sites, blog posts, practitioner deep-dives, or portfolio websites.
    0
    installs
  86. Posthog Analytics · codealive-ai bundle
    Raw PostHog data queries via MCP — event catalog, query recipes, dashboards, funnels, experiments. Use for specific data questions. For CEO-level metric interpretation and frameworks, use metrics-briefing instead.
    0
    installs
  87. Product Led Sales · codealive-ai bundle
    Help users implement product-led sales motions. Use when someone is transitioning from pure PLG to sales-assisted, defining PQLs, building sales handoff processes, or trying to expand self-serve users into enterprise contracts.
    0
    installs
  88. Sales Prospecting · codealive-ai bundle
    Build targeted prospect lists with verified contacts matching your ICP. Use when asked to find leads, build a prospect list, or identify target accounts. For signal-based prospect discovery, see signal-scanner. For enriching a single known lead, see lead-enrichment. For writing outreach, see cold-email.
    0
    installs
  89. Brand Storytelling · codealive-ai bundle
    Craft compelling company narrative, origin story, and pitch decks. Use for "what's our story" and investor/press narratives. For product positioning statement and taglines, use positioning-messaging instead.
    0
    installs
  90. Community Building · codealive-ai bundle
    Help users build and grow product communities. Use when someone is starting a community, scaling an ambassador program, driving community-led growth, or choosing between user, developer, or partner communities.
    0
    installs
  91. Find Email By Name · codealive-ai bundle
    Find a professional email address given a person's name and company/domain. Use when asked to find someone's email, contact info for outreach, or look up how to reach a specific person. For writing the actual cold email, see cold-email. For full outreach strategy, see founder-sales.
    0
    installs
  92. Grafana Monitoring · codealive-ai bundle
    Grafana Cloud monitoring — dashboards, alerts, Loki logs, Prometheus metrics, Tempo traces, incidents, Sift error investigation. Use for infrastructure and application observability. Triggers on "check logs", "show logs", "look at logs", "read logs", "view logs", "investigate errors", "query metrics", "analyze traces", "check latency", "find slow requests", "error rate", "why is API slow", "production errors", "job failures", "LLM costs", "check alerts", "firing alerts", "create incident", "oncall", "error patterns", "indexing status", "repository indexing", "is repo indexed", "indexing progress", "indexing errors", "indexer". ANY request about logs goes through this skill (Loki). For repository indexing status — query indexer logs. For product analytics use posthog-analytics instead.
    0
    installs
  93. Hypothesis Tracker · codealive-ai bundle
    Add, update, review, and kill hypotheses using CEO Bible framework
    0
    installs
  94. Problem Definition · codealive-ai bundle
    Help users define problems clearly before jumping to solutions. Use when someone is scoping a new feature, validating a product idea, struggling to articulate what they're building, or falling into the "shiny object trap" with new technology.
    0
    installs
  95. Value Moment Email · codealive-ai bundle
    Cron-triggered: when a user gets first value (key activation event), draft a personalized founder email referencing their specific use case. Runs automatically.
    0
    installs
  96. Competitor Research · codealive-ai bundle
    Research competitors: products, pricing, team, funding, strategy, and positioning. Use when asked to analyze a competitor, compare products, or understand competitive landscape. For general company info without comparison angle, see company-intel.
    0
    installs
  97. Exa People Research · codealive-ai bundle
    People research using Exa search. Finds LinkedIn profiles, professional backgrounds, experts, team members, and public bios. Use when searching for people, finding experts, or looking up professional profiles.
    0
    installs
  98. Prepare Yc Workshop · codealive-ai bundle
    Organizer-side companion to install-openclaw-to-yc. Provisions N isolated Yandex Cloud Kazakhstan folders for workshop participants who do NOT have their own YC account — one folder per participant, each with a dedicated service account, minimum-privilege role bindings, default VPC network, and a JSON authorization-key bundle. The bundle file is what the organizer sends privately on Telegram to each participant; that participant then feeds it into install-openclaw-to-yc as "Plan B" (workshop-key mode) and the wizard uses it as a drop-in replacement for personal OAuth. Use when the user says prepare YC workshop, provision workshop folders, generate workshop keys, organizer setup for OpenClaw workshop, раздать ключи к Яндекс Облаку участникам, подготовить Yandex Cloud к воркшопу, or any close paraphrase. Runs end-to-end in ~3 minutes for 25 participants. Includes the matching cleanup that deletes everything after the workshop. For participant-side install, use install-openclaw-to-yc instead.
    0
    installs
  99. Product Hunt Launch · codealive-ai bundle
    Product Hunt launch optimization — complete guide based on official PH documentation. Covers 30-day prep timeline, submission fields, gallery strategy, taglines, maker comments, timing, hunter myths, marketing rules, and launch day tactics. Use for: product launches, startup launches, side project launches, Product Hunt optimization. For general launch strategy (PR, press), see launch-marketing.
    0
    installs
  100. Sales Qualification · codealive-ai bundle
    Help users qualify sales leads effectively. Use when someone is wasting time on bad leads, struggling with low conversion rates, needs to build a qualification framework, or wants to improve their discovery process.
    0
    installs