[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-uninstall-zh-CN":3,"guides-for-Lifecycle-Innovations-Limited-uninstall":891,"similar-k171ertprrmbf0r91tay0wh4sx86n28d-zh-CN":892},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":256,"isFallback":239,"parentExtension":261,"providers":329,"relations":333,"repo":334,"tags":889,"workflow":890},1778692306427.105,"k171ertprrmbf0r91tay0wh4sx86n28d",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","claude-ops uninstall","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":237,"workflow":254},1778693118184.4167,"kn718n5nz9d1mk04hrny5665kh86m521","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"practices":205,"prerequisites":206,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":221,"tier":222,"useCases":223,"workflow":227},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of completely removing the claude-ops plugin and its associated data, which is a concrete pain point for users managing extensions.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique selling proposition by providing a comprehensive and confirmed uninstallation process for a complex plugin, going beyond basic removal.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, offering a complete lifecycle management step (uninstallation) with detailed steps, confirmations, and cleanup of various artifact types.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is solely focused on the uninstallation of the claude-ops plugin and its related data, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's function of completely removing the claude-ops plugin and its associated data, including confirmations.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, scoped tools like `Bash`, `Read`, and `AskUserQuestion` for targeted operations rather than a general-purpose execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The skill's SKILL.md clearly documents parameters like `--confirm` and specifies default behaviors and precedence for configuration files and environment variables used during uninstallation.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools used are standard system commands (`ls`, `grep`, `security`, `rm`, `sed`, `jq`, `python3`) or clearly named Claude Code tools (`AskUserQuestion`, `Read`), making their purpose understandable in context.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tools used request only necessary data for uninstallation steps (e.g., specific directories, file contents, keychain entries) and outputs are confirmations or summaries of actions taken.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under MIT, a permissive open-source license, as indicated by the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-05-13, well within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill primarily uses system commands and standard Python libraries for its operations, with no complex third-party dependencies requiring explicit management beyond what the base system provides.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The uninstallation process specifically targets and removes stored credentials (e.g., Telegram, Slack tokens from keychain) and does not echo resolved secret values.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill executes shell commands and Python scripts that operate on specific, predefined paths and configurations; it does not load or execute arbitrary external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external files at runtime or execute remote code; all necessary scripts and commands are bundled or part of the system's standard tools.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within expected user directories (`~/.claude`, `$HOME`, `~/.zshrc`, `~/.claude.json`) and targets specific plugin-related files for deletion, not affecting arbitrary system paths outside its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The scripts used do not contain detached process spawns (e.g., `nohup`, `&`) or retry loops around denied operations.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is to remove data, not to read or submit confidential information to a third party. It targets local configuration and credential stores for deletion.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled script and documentation content appear free of hidden-steering tricks, control characters, or invisible Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The script files included are standard Bash and Python, without obfuscation techniques like base64 encoding or runtime evaluation.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script correctly uses environment variables like `$HOME` and `$CLAUDE_PLUGIN_DATA_DIR` or `~/.claude` for paths, making it portable across different user setups.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 2 issues were opened and 6 were closed, indicating a good closure rate and active maintenance of the issue tracker.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README indicates version 2.0.0, and the installation instructions reference specific versions, indicating a managed release process.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input validation is handled through the `AskUserQuestion` tool and explicit checks for file existence before attempting deletion. Command-line arguments like `--confirm` are implicitly validated by usage.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","All destructive operations (deleting files, removing credentials) are guarded by explicit `AskUserQuestion` prompts and require user confirmation.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The script uses checks like `2>/dev/null` and explicit conditional logic (`if [ -f ... ]`) to handle potential errors gracefully, exiting non-zero on explicit cancellation and reporting what was found/deleted.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The script provides explicit output messages for each step, confirming actions taken (e.g., 'Removed X entries', 'Cleaned file Y'), serving as an audit trail.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill's purpose is to remove data, including credentials, not to operate on or submit personal data to third parties.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension operates on local system files and configurations, with no specific regional or jurisdictional logic detected; it is globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The script relies on standard POSIX shell commands and Python, making it highly portable across different operating systems (macOS, Linux, WSL) where Claude Code can run.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the claude-ops project, including installation, features, and commands like uninstall.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a single-purpose skill designed for uninstallation, not a tool suite, so the concept of tool surface size does not apply.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill uses specific system commands and Claude Code tools for its defined purpose; there are no overlapping near-synonym tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features advertised in the README, such as removal of credentials and shell exports, are directly implemented in the uninstall skill.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for the plugin and a general setup wizard, and the uninstall skill itself is invoked via a command.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Errors encountered during deletion are reported through user prompts or script output, providing clear information about what failed and next steps (e.g., confirmation prompts).",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill relies on standard system binaries and Python libraries; no external dependencies are listed that would require pinning. Shebangs are present for scripts.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","As this is a destructive operation, a dry-run is implicitly provided by the step-by-step confirmation prompts, which list what will be deleted before execution.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are primarily local file and credential deletions, not remote calls or state-changing operations requiring idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', indicating no opt-out or opt-in telemetry is collected.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined: to completely remove the claude-ops plugin and all its associated data, with explicit confirmation steps before deletion.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly stating the name, description, and intent of the uninstall skill.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, focusing on the uninstall steps without excessive length or unnecessary embedded material.",{"category":170,"check":171,"severity":63,"summary":172},"Context","Progressive Disclosure","The skill's task is straightforward and does not involve complex procedures requiring progressive disclosure to separate files.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill performs a direct uninstallation and does not involve exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","While not a direct invocation example, the detailed step-by-step process in the SKILL.md and the `--confirm` argument serve as clear guidance on how to execute the uninstallation.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles edge cases such as items not existing (e.g., preferences directory, keychain entries) by checking for their presence before attempting deletion and reporting accordingly.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill uses only standard system tools and Claude Code internal tools, not external MCP servers, so fallback is not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill halts execution on user cancellation and confirms each deletion step, preventing unexpected state changes without explicit user consent.",{"category":92,"check":190,"severity":63,"summary":191},"Cross-skill coupling","This uninstall skill is standalone and does not implicitly rely on other skills being loaded or explicitly cross-link to them.",1778693118069,"This skill provides a complete uninstallation process for the claude-ops plugin, systematically removing all associated data including credentials, cache files, shell exports, and MCP registrations.",[195,196,197,198,199,200],"Removes plugin installation and marketplace registration","Deletes stored preferences and project registry","Cleans cached plugin files","Removes keychain credentials","Removes shell profile exports","Removes MCP server registrations",[202,203,204],"Uninstalling other unrelated plugins or software","Backing up or archiving removed data","Performing partial uninstallation of specific components",[],[207,208,209],"Claude Code 1.0+ runtime","Bash, Python 3","Standard system utilities (security, jq, sed, grep, rm, python3)","3.0.0","4.4.0","To provide a secure and thorough method for users to completely remove the claude-ops plugin and all its associated data from their system.","The skill is exceptionally well-implemented with comprehensive documentation, strong security practices, and thorough error handling for its specific uninstallation purpose. All checks passed or were not applicable.",99,"A robust and safe uninstaller for the claude-ops plugin.",[217,218,219,220],"uninstall","cleanup","maintenance","cli","global","verified",[224,225,226],"Completely uninstalling claude-ops from a development environment","Cleaning up system configurations after migrating away from claude-ops","Performing a fresh installation by first removing an existing claude-ops setup",[228,229,230,231,232,233,234,235,236],"Confirm intent to uninstall via user prompt.","Detect existing claude-ops artifacts (preferences, cache, keychain, shell exports, MCP registrations).","Prompt user for confirmation before removing keychain credentials.","Prompt user for confirmation before removing preferences and cache directories.","Prompt user for confirmation before cleaning shell profiles.","Prompt user for confirmation before removing MCP registrations.","Clean up plugin references from Claude Code's internal settings files (installed_plugins.json, known_marketplaces.json, settings.json).","Remove specific marketplace and cache directories.","Provide a final summary of all actions taken and reinstallation instructions.",{"codeQuality":238,"collectedAt":240,"documentation":241,"maintenance":244,"security":250,"testCoverage":253},{"hasLockfile":239},true,1778693097121,{"descriptionLength":242,"readmeSize":243},148,22118,{"closedIssues90d":245,"forks":246,"hasChangelog":239,"openIssues90d":247,"pushedAt":248,"stars":249},6,4,2,1778673878000,9,{"hasNpmPackage":251,"license":252,"smitheryVerified":251},false,"MIT",{"hasCi":239,"hasTests":239},{"updatedAt":255},1778693118184,{"basePath":257,"githubOwner":258,"githubRepo":259,"locale":18,"slug":217,"type":260},"claude-ops/skills/uninstall","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":269,"parentExtension":271,"providers":308,"relations":325,"tags":326,"workflow":327},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":266,"installMethods":267,"name":268,"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":268},"ops",{"basePath":259,"githubOwner":258,"githubRepo":259,"locale":18,"slug":259,"type":270},"plugin",{"_creationTime":272,"_id":273,"community":274,"display":275,"identity":279,"providers":282,"relations":302,"tags":304,"workflow":305},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":276,"installMethods":277,"name":278,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":280,"githubOwner":258,"githubRepo":259,"locale":18,"slug":259,"type":281},"","marketplace",{"evaluate":283,"extract":296},{"promptVersionExtension":284,"promptVersionScoring":211,"score":285,"tags":286,"targetMarket":221,"tier":222},"3.1.0",96,[287,288,289,290,291,292,293,294,295],"operations","business","dashboard","automation","productivity","aws","slack","whatsapp","monitoring",{"commitSha":297,"marketplace":298,"plugin":300},"HEAD",{"name":278,"pluginCount":299},1,{"mcpCount":8,"provider":301,"skillCount":8},"classify",{"repoId":303},"kd7d52tcek2e34r805zs06b10d86n39v",[290,292,288,289,295,287,291,293,294],{"evaluatedAt":306,"extractAt":307,"updatedAt":306},1778692330594,1778692306427,{"evaluate":309,"extract":322},{"promptVersionExtension":210,"promptVersionScoring":211,"score":310,"tags":311,"targetMarket":221,"tier":321},85,[312,290,313,314,315,316,317,318,319,295,320],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":297,"license":252,"plugin":323},{"mcpCount":8,"provider":301,"skillCount":324},35,{"parentExtensionId":273,"repoId":303},[313,290,312,314,316,319,318,317,295,315,320],{"evaluatedAt":328,"extractAt":307,"updatedAt":328},1778692342046,{"evaluate":330,"extract":332},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":331,"targetMarket":221,"tier":222},[217,218,219,220],{"commitSha":297,"license":252},{"parentExtensionId":263,"repoId":303},{"_creationTime":335,"_id":303,"identity":336,"providers":337,"workflow":885},1778692301282.087,{"githubOwner":258,"githubRepo":259,"sourceUrl":14},{"classify":338,"discover":863,"github":866},{"commitSha":297,"extensions":339},[340,353,563,571,579,587,595,603,611,619,627,635,643,651,659,669,677,685,693,701,709,717,725,733,741,749,757,765,773,781,789,797,805,813,821,829,843,848],{"basePath":280,"description":276,"displayName":278,"installMethods":341,"rationale":342,"selectedPaths":343,"source":352,"sourceLanguage":18,"type":281},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[344,347,349],{"path":345,"priority":346},".claude-plugin/marketplace.json","mandatory",{"path":348,"priority":346},"README.md",{"path":350,"priority":351},"LICENSE","high","rule",{"basePath":259,"description":266,"displayName":268,"installMethods":354,"license":252,"rationale":355,"selectedPaths":356,"source":352,"sourceLanguage":18,"type":270},{"claudeCode":268},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[357,359,360,361,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,462,464,466,468,470,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,553,555,557,559,561],{"path":358,"priority":346},".claude-plugin/plugin.json",{"path":348,"priority":346},{"path":350,"priority":351},{"path":362,"priority":363},"skills/ops/SKILL.md","medium",{"path":365,"priority":363},"skills/ops-comms/SKILL.md",{"path":367,"priority":363},"skills/ops-credentials/SKILL.md",{"path":369,"priority":363},"skills/ops-daemon/SKILL.md",{"path":371,"priority":363},"skills/ops-dash/SKILL.md",{"path":373,"priority":363},"skills/ops-deploy/SKILL.md",{"path":375,"priority":363},"skills/ops-deploy-fix/SKILL.md",{"path":377,"priority":363},"skills/ops-doctor/SKILL.md",{"path":379,"priority":363},"skills/ops-ecom/SKILL.md",{"path":381,"priority":363},"skills/ops-fires/SKILL.md",{"path":383,"priority":363},"skills/ops-go/SKILL.md",{"path":385,"priority":363},"skills/ops-gtm/SKILL.md",{"path":387,"priority":363},"skills/ops-inbox/SKILL.md",{"path":389,"priority":363},"skills/ops-integrate/SKILL.md",{"path":391,"priority":363},"skills/ops-linear/SKILL.md",{"path":393,"priority":363},"skills/ops-marketing/SKILL.md",{"path":395,"priority":363},"skills/ops-merge/SKILL.md",{"path":397,"priority":363},"skills/ops-monitor/SKILL.md",{"path":399,"priority":363},"skills/ops-next/SKILL.md",{"path":401,"priority":363},"skills/ops-orchestrate/SKILL.md",{"path":403,"priority":363},"skills/ops-package/SKILL.md",{"path":405,"priority":363},"skills/ops-projects/SKILL.md",{"path":407,"priority":363},"skills/ops-recap/SKILL.md",{"path":409,"priority":363},"skills/ops-revenue/SKILL.md",{"path":411,"priority":363},"skills/ops-rotate/SKILL.md",{"path":413,"priority":363},"skills/ops-rotate-setup/SKILL.md",{"path":415,"priority":363},"skills/ops-settings/SKILL.md",{"path":417,"priority":363},"skills/ops-speedup/SKILL.md",{"path":419,"priority":363},"skills/ops-status/SKILL.md",{"path":421,"priority":363},"skills/ops-triage/SKILL.md",{"path":423,"priority":363},"skills/ops-voice/SKILL.md",{"path":425,"priority":363},"skills/ops-whatsapp-biz/SKILL.md",{"path":427,"priority":363},"skills/ops-yolo/SKILL.md",{"path":429,"priority":363},"skills/setup/SKILL.md",{"path":431,"priority":363},"skills/uninstall/SKILL.md",{"path":433,"priority":346},".mcp.json",{"path":435,"priority":351},"agents/build-fixer.md",{"path":437,"priority":351},"agents/comms-scanner.md",{"path":439,"priority":351},"agents/daemon-agent.md",{"path":441,"priority":351},"agents/dependency-auditor.md",{"path":443,"priority":351},"agents/deploy-fixer.md",{"path":445,"priority":351},"agents/doctor-agent.md",{"path":447,"priority":351},"agents/general-purpose.md",{"path":449,"priority":351},"agents/infra-monitor.md",{"path":451,"priority":351},"agents/marketing-optimizer.md",{"path":453,"priority":351},"agents/memory-extractor.md",{"path":455,"priority":351},"agents/monitor-agent.md",{"path":457,"priority":351},"agents/project-scanner.md",{"path":459,"priority":351},"agents/revenue-tracker.md",{"path":461,"priority":351},"agents/triage-agent.md",{"path":463,"priority":351},"agents/yolo-ceo.md",{"path":465,"priority":351},"agents/yolo-cfo.md",{"path":467,"priority":351},"agents/yolo-coo.md",{"path":469,"priority":351},"agents/yolo-cto.md",{"path":471,"priority":472},"bin/ops-autofix","low",{"path":474,"priority":472},"bin/ops-ci",{"path":476,"priority":472},"bin/ops-credentials",{"path":478,"priority":472},"bin/ops-dash",{"path":480,"priority":472},"bin/ops-deploy-fix-build-trigger",{"path":482,"priority":472},"bin/ops-deploy-fix-merge-trigger",{"path":484,"priority":472},"bin/ops-discord",{"path":486,"priority":472},"bin/ops-discover-external",{"path":488,"priority":472},"bin/ops-doctor",{"path":490,"priority":472},"bin/ops-ecom-health",{"path":492,"priority":472},"bin/ops-external",{"path":494,"priority":472},"bin/ops-gather",{"path":496,"priority":472},"bin/ops-git",{"path":498,"priority":472},"bin/ops-gsd-states",{"path":500,"priority":472},"bin/ops-infra",{"path":502,"priority":472},"bin/ops-marketing-dash",{"path":504,"priority":472},"bin/ops-merge-scan",{"path":506,"priority":472},"bin/ops-no-rm-rf-anchor",{"path":508,"priority":472},"bin/ops-post-session-cleanup",{"path":510,"priority":472},"bin/ops-post-update-migrate",{"path":512,"priority":472},"bin/ops-pretool-wacli-health",{"path":514,"priority":472},"bin/ops-pretool-whatsapp-bridge-health",{"path":516,"priority":472},"bin/ops-prevent-secret-commit",{"path":518,"priority":472},"bin/ops-projects",{"path":520,"priority":472},"bin/ops-prs",{"path":522,"priority":472},"bin/ops-setup-complete",{"path":524,"priority":472},"bin/ops-setup-detect",{"path":526,"priority":472},"bin/ops-setup-install",{"path":528,"priority":472},"bin/ops-setup-preflight",{"path":530,"priority":472},"bin/ops-shopify-create",{"path":532,"priority":472},"bin/ops-slack-autolink.mjs",{"path":534,"priority":472},"bin/ops-slack-workspaces",{"path":536,"priority":472},"bin/ops-speedup",{"path":538,"priority":472},"bin/ops-status",{"path":540,"priority":472},"bin/ops-suggest-specialized-agent",{"path":542,"priority":472},"bin/ops-task-reminder",{"path":544,"priority":472},"bin/ops-telegram-autolink.mjs",{"path":546,"priority":472},"bin/ops-unread",{"path":548,"priority":472},"bin/ops-warn-mainpush",{"path":550,"priority":472},"bin/ops-welcome",{"path":552,"priority":472},"bin/wacli-health",{"path":554,"priority":472},"bin/wacli-safe",{"path":556,"priority":351},"hooks/hooks.json",{"path":558,"priority":351},"hooks/recap-capture.sh",{"path":560,"priority":351},"hooks/recap-tool-activity.sh",{"path":562,"priority":472},"output-styles/ops-briefing.md",{"basePath":564,"description":565,"displayName":268,"installMethods":566,"rationale":567,"selectedPaths":568,"source":352,"sourceLanguage":18,"type":260},"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",[569],{"path":570,"priority":346},"SKILL.md",{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":352,"sourceLanguage":18,"type":260},"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",[578],{"path":570,"priority":346},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":352,"sourceLanguage":18,"type":260},"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",[586],{"path":570,"priority":346},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":352,"sourceLanguage":18,"type":260},"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",[594],{"path":570,"priority":346},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":352,"sourceLanguage":18,"type":260},"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",[602],{"path":570,"priority":346},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":352,"sourceLanguage":18,"type":260},"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",[610],{"path":570,"priority":346},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":352,"sourceLanguage":18,"type":260},"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",[618],{"path":570,"priority":346},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":352,"sourceLanguage":18,"type":260},"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",[626],{"path":570,"priority":346},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":352,"sourceLanguage":18,"type":260},"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",[634],{"path":570,"priority":346},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":352,"sourceLanguage":18,"type":260},"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",[642],{"path":570,"priority":346},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":352,"sourceLanguage":18,"type":260},"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",[650],{"path":570,"priority":346},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":352,"sourceLanguage":18,"type":260},"claude-ops/skills/ops-gtm","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.","ops-gtm",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-gtm/SKILL.md",[658],{"path":570,"priority":346},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":352,"sourceLanguage":18,"type":260},"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",[666,667],{"path":570,"priority":346},{"path":668,"priority":363},"CHANNELS.md",{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":352,"sourceLanguage":18,"type":260},"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",[676],{"path":570,"priority":346},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":352,"sourceLanguage":18,"type":260},"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",[684],{"path":570,"priority":346},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":352,"sourceLanguage":18,"type":260},"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",[692],{"path":570,"priority":346},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":352,"sourceLanguage":18,"type":260},"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",[700],{"path":570,"priority":346},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":352,"sourceLanguage":18,"type":260},"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",[708],{"path":570,"priority":346},{"basePath":710,"description":711,"displayName":712,"installMethods":713,"rationale":714,"selectedPaths":715,"source":352,"sourceLanguage":18,"type":260},"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",[716],{"path":570,"priority":346},{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":352,"sourceLanguage":18,"type":260},"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",[724],{"path":570,"priority":346},{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":352,"sourceLanguage":18,"type":260},"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",[732],{"path":570,"priority":346},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":352,"sourceLanguage":18,"type":260},"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",[740],{"path":570,"priority":346},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":352,"sourceLanguage":18,"type":260},"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",[748],{"path":570,"priority":346},{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":352,"sourceLanguage":18,"type":260},"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",[756],{"path":570,"priority":346},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":352,"sourceLanguage":18,"type":260},"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",[764],{"path":570,"priority":346},{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":352,"sourceLanguage":18,"type":260},"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",[772],{"path":570,"priority":346},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":352,"sourceLanguage":18,"type":260},"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",[780],{"path":570,"priority":346},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":352,"sourceLanguage":18,"type":260},"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",[788],{"path":570,"priority":346},{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":352,"sourceLanguage":18,"type":260},"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",[796],{"path":570,"priority":346},{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":352,"sourceLanguage":18,"type":260},"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",[804],{"path":570,"priority":346},{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":352,"sourceLanguage":18,"type":260},"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",[812],{"path":570,"priority":346},{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":352,"sourceLanguage":18,"type":260},"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",[820],{"path":570,"priority":346},{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":352,"sourceLanguage":18,"type":260},"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",[828],{"path":570,"priority":346},{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":352,"sourceLanguage":18,"type":260},"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",[836,837,839,841],{"path":570,"priority":346},{"path":838,"priority":363},"CLI-REFERENCE.md",{"path":840,"priority":363},"REFERENCE.md",{"path":842,"priority":363},"SHARED.md",{"basePath":257,"description":10,"displayName":217,"installMethods":844,"rationale":845,"selectedPaths":846,"source":352,"sourceLanguage":18,"type":260},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/uninstall/SKILL.md",[847],{"path":570,"priority":346},{"basePath":849,"description":850,"displayName":851,"installMethods":852,"license":252,"rationale":853,"selectedPaths":854,"source":352,"sourceLanguage":18,"type":862},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":851},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[855,857,859,860],{"path":856,"priority":346},"server.json",{"path":858,"priority":346},"package.json",{"path":348,"priority":346},{"path":861,"priority":363},"index.js","mcp",{"sources":864},[865],"manual",{"closedIssues90d":245,"description":867,"forks":246,"homepage":868,"license":252,"openIssues90d":247,"pushedAt":248,"readmeSize":243,"stars":249,"topics":869},"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",[870,312,871,872,316,873,874,292,875,876,862,877,878,879,880,881,882,883,317,884],"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":886,"discoverAt":887,"extractAt":888,"githubAt":888,"updatedAt":886},1778692306008,1778692301282,1778692304144,[218,220,219,217],{"evaluatedAt":255,"extractAt":307,"updatedAt":255},[],[893,922,953,981,1011,1037],{"_creationTime":894,"_id":895,"community":896,"display":897,"identity":903,"providers":907,"relations":915,"tags":918,"workflow":919},1778698144006.2202,"k172517ana4f5vj79mb22xzwsx86mksv",{"reviewCount":8},{"description":898,"installMethods":899,"name":901,"sourceUrl":902},"Audit and consolidate HubSpot reporting dashboards. Identifies unused, duplicate, or outdated dashboards. Must be performed manually — no dashboard API is available.",{"claudeCode":900},"TomGranot/hubspot-admin-skills","cleanup-dashboards","https://github.com/TomGranot/hubspot-admin-skills",{"basePath":904,"githubOwner":905,"githubRepo":906,"locale":18,"slug":901,"type":260},"skills/cleanup-dashboards","TomGranot","hubspot-admin-skills",{"evaluate":908,"extract":914},{"promptVersionExtension":210,"promptVersionScoring":211,"score":909,"tags":910,"targetMarket":221,"tier":222},100,[911,912,219,913,218],"hubspot","crm","reporting",{"commitSha":297},{"parentExtensionId":916,"repoId":917},"k17c3p8t0thc73pbc8egtz31y986mwr0","kd75kpec7arn6z2wz641vfaj8n86nab6",[218,912,911,219,913],{"evaluatedAt":920,"extractAt":921,"updatedAt":920},1778698268281,1778698144006,{"_creationTime":923,"_id":924,"community":925,"display":926,"identity":932,"providers":937,"relations":944,"tags":948,"workflow":949},1778692132094.5508,"k172xwgdzpzbbj8ndwdkmhfy5n86mksm",{"reviewCount":8},{"description":927,"installMethods":928,"name":930,"sourceUrl":931},"自动修复技能问题（首先进行安全预览）。也可与 --prune 一起使用，查找并移除损坏的符号链接、空目录和孤立的技能。",{"claudeCode":929},"khendzel/skills-janitor","janitor-fix","https://github.com/khendzel/skills-janitor",{"basePath":933,"githubOwner":934,"githubRepo":935,"locale":936,"slug":930,"type":260},"skills/janitor-fix","khendzel","skills-janitor","zh-CN",{"evaluate":938,"extract":943},{"promptVersionExtension":210,"promptVersionScoring":211,"score":909,"tags":939,"targetMarket":221,"tier":222},[940,219,218,290,941,942],"skills","bash","python",{"commitSha":297},{"parentExtensionId":945,"repoId":946,"translatedFrom":947},"k173y287h96a0x42zvrvymzvgn86nq38","kd722xn3d2v8ze2vwgebvzgpv986mj48","k172gnk14qpj28ndayqyr7y56186n1ys",[290,941,218,219,942,940],{"evaluatedAt":950,"extractAt":951,"updatedAt":952},1778691964565,1778691884319,1778692132094,{"_creationTime":954,"_id":955,"community":956,"display":957,"identity":963,"providers":967,"relations":974,"tags":977,"workflow":978},1778695548458.3396,"k17766dhj4pywk85qqmm05wpkd86m2c2",{"reviewCount":8},{"description":958,"installMethods":959,"name":961,"sourceUrl":962},"Remove dead code, unused imports, fix lint warnings, and normalize formatting across a codebase without changing business logic or architecture. Use when lint warnings have piled up during rapid development, unused imports and variables clutter files, dead code paths were never removed, formatting is inconsistent, or static analysis tools report fixable hygiene issues.\n",{"claudeCode":960},"pjt222/agent-almanac","clean-codebase","https://github.com/pjt222/agent-almanac",{"basePath":964,"githubOwner":965,"githubRepo":966,"locale":18,"slug":961,"type":260},"skills/clean-codebase","pjt222","agent-almanac",{"evaluate":968,"extract":973},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":969,"targetMarket":221,"tier":222},[219,218,970,971,972],"lint","dead-code","formatting",{"commitSha":297},{"parentExtensionId":975,"repoId":976},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[218,971,972,970,219],{"evaluatedAt":979,"extractAt":980,"updatedAt":979},1778696641404,1778695548458,{"_creationTime":982,"_id":983,"community":984,"display":985,"identity":991,"providers":996,"relations":1004,"tags":1007,"workflow":1008},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":986,"installMethods":987,"name":989,"sourceUrl":990},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":988},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":992,"githubOwner":993,"githubRepo":994,"locale":18,"slug":995,"type":260},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":997,"extract":1003},{"promptVersionExtension":210,"promptVersionScoring":211,"score":909,"tags":998,"targetMarket":221,"tier":222},[318,999,1000,1001,1002,220],"trading","market-analysis","ai","typescript",{"commitSha":297,"license":252},{"parentExtensionId":1005,"repoId":1006},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1001,220,318,1000,999,1002],{"evaluatedAt":1009,"extractAt":1010,"updatedAt":1009},1778701108877,1778696691708,{"_creationTime":1012,"_id":1013,"community":1014,"display":1015,"identity":1020,"providers":1024,"relations":1030,"tags":1033,"workflow":1034},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":1016,"installMethods":1017,"name":832,"sourceUrl":1019},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":1018},"Yeachan-Heo/oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1021,"githubOwner":1022,"githubRepo":1023,"locale":18,"slug":832,"type":260},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":1025,"extract":1029},{"promptVersionExtension":210,"promptVersionScoring":211,"score":909,"tags":1026,"targetMarket":221,"tier":222},[832,1027,1028,220,862],"routing","configuration",{"commitSha":297},{"parentExtensionId":1031,"repoId":1032},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[220,1028,862,1027,832],{"evaluatedAt":1035,"extractAt":1036,"updatedAt":1035},1778699724286,1778699234184,{"_creationTime":1038,"_id":1039,"community":1040,"display":1041,"identity":1045,"providers":1048,"relations":1057,"tags":1058,"workflow":1059},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1042,"installMethods":1043,"name":1044,"sourceUrl":1019},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1018},"Project Session Manager",{"basePath":1046,"githubOwner":1022,"githubRepo":1023,"locale":18,"slug":1047,"type":260},"skills/project-session-manager","project-session-manager",{"evaluate":1049,"extract":1056},{"promptVersionExtension":210,"promptVersionScoring":211,"score":909,"tags":1050,"targetMarket":221,"tier":222},[1051,1052,1053,1054,290,220,1055],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":297,"license":252},{"parentExtensionId":1031,"repoId":1032},[290,220,1055,1052,1051,1054,1053],{"evaluatedAt":1060,"extractAt":1036,"updatedAt":1060},1778699613343]