[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-clean-gone-branches-zh-CN":3,"guides-for-EveryInc-ce-clean-gone-branches":1146,"similar-k17egy2pata8zvpn3p7txbkcgh86n2q7-zh-CN":1147},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":223,"parentExtension":247,"providers":306,"relations":310,"repo":311,"tags":1144,"workflow":1145},1778686640222.792,"k17egy2pata8zvpn3p7txbkcgh86n2q7",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Clean up local branches whose remote tracking branch is gone. Use when the user says \"clean up branches\", \"delete gone branches\", \"prune local branches\", \"clean gone\", or wants to remove stale local branches that no longer exist on the remote. Also handles removing associated worktrees for branches that have them.",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-clean-gone-branches","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":240},1778686822220.9968,"kn758ch51b9gf9txw7tyr3c1y986myjj","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,48,51,54,58,62,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 names the problem of cleaning up local Git branches whose remote tracking branches have been deleted and mentions associated worktrees.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill addresses a specific and common Git workflow pain point (stale local branches) that goes beyond basic Git commands by automating the detection, presentation, and deletion process, including worktrees.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is fully implemented, covering the discovery, user confirmation, and deletion of branches and worktrees, addressing the complete lifecycle of managing stale branches.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single, well-defined task: cleaning up local Git branches that no longer exist on the remote, including their associated worktrees.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality and use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, narrowly scoped tool (`scripts/clean-gone`) and relies on the platform's blocking question tool for user interaction, avoiding generalist command execution.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","This skill does not expose any configurable options or parameters beyond what is handled by the underlying Git commands and the platform's user interaction tools.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The skill's primary action is described by its name and the underlying script name ('clean-gone'), which are descriptive.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's input is implicitly defined by the Git context, and its output is a clear list of branches or confirmation messages, with no extraneous diagnostic data.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, which is permissive and indicated by a dedicated LICENSE file and an SPDX identifier.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits within the last 3 months, indicating active maintenance.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill does not appear to use any third-party dependencies that require explicit management.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill operates on local Git state and does not handle any secrets or credentials.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on local Git commands and does not load or execute untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill only uses local Git commands and a bundled script, with no runtime downloads or remote code execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the local Git repository and does not attempt to modify files outside of its designated scope or the project directory.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The bundled script does not contain any detached process spawns or deny-retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill operates on local Git data and does not make any outbound calls that could exfiltrate confidential information.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled script and documentation do not contain any hidden text tricks or steering mechanisms.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled script is plain shell script and is not obfuscated.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script operates on Git's standard repository structure and does not make assumptions about custom project layouts outside of that.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository has a high issue closure rate (115 closed / 25 open in 90 days), indicating active maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository has meaningful GitHub release tags and a CHANGELOG.md, indicating proper versioning practices.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The script relies on Git's internal validation for branch names and uses standard Git commands, which are robust.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Destructive operations (branch deletion) are guarded by an explicit user confirmation step using a blocking question tool.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The script and documentation outline clear error reporting for no branches found, and Git commands inherently handle errors with non-zero exit codes.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The skill reports its actions and outcomes to the user via standard output, fulfilling the need for an audit trail.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill operates on local Git repository data and does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is a generic Git utility with no regional or jurisdictional dependencies, making it globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard Bash and Git commands, ensuring broad POSIX compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the Compound Engineering suite, including this skill's purpose and related workflows.",{"category":33,"check":130,"severity":46,"summary":131},"Tool surface size","This is a single-function skill with one primary action and no exposed tools.",{"category":40,"check":133,"severity":46,"summary":134},"Overlapping near-synonym tools","The skill performs a single, distinct action and does not expose overlapping tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, including worktree removal, are implemented and described in the skill's documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides detailed installation instructions for multiple platforms (Claude Code, Cursor, Codex, etc.) and includes examples of how to invoke the skill.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Errors such as 'no stale branches found' are clearly communicated, and Git command failures provide actionable insights.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill uses standard Bash and Git, and the `scripts/clean-gone` script includes a shebang pointing to `#!/usr/bin/env bash`.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The skill prompts the user for confirmation before deleting branches and worktrees, serving as a dry-run preview.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates on local state and does not involve remote calls or state-changing operations that require complex retry mechanisms.",{"category":117,"check":158,"severity":46,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as cleaning up stale local Git branches and associated worktrees, with clear trigger phrases and explicit boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise, detailing the workflow steps and delegating deeper technical information to separate files like the script.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to the `scripts/clean-gone` script for implementation details, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill performs a direct action and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear examples of how to invoke the skill for various use cases and scenarios.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation mentions the case where no stale branches are found and describes the recovery step (stopping the workflow).",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill only relies on standard Git commands and does not have external tool dependencies like MCP servers.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill implicitly halts on unexpected states (e.g., no branches found) by reporting and stopping, and Git commands would fail if the repository state was critically corrupted.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","This skill is self-contained and does not rely on other skills within the Compound Engineering suite to function.",1778686822105,"This skill automates the process of identifying and deleting local Git branches that no longer have corresponding remote tracking branches. It also handles the removal of any associated worktrees, providing a clean and efficient way to manage local repository state.",[195,196,197,198],"Identify local branches with deleted remote tracking branches","Remove associated Git worktrees","Prompt user for confirmation before deletion","Report on cleaned branches and overall status",[200,201,202],"Deleting branches that still have remote tracking branches.","Performing multi-selection or per-branch deletion choices.","Handling complex Git merge conflicts or advanced branch management scenarios.","3.0.0","4.4.0","To streamline Git workflows by automatically removing obsolete local branches and their worktrees, preventing clutter and potential confusion.","The skill is exceptionally well-documented, secure, and addresses a specific user need with high production readiness. Minor points like the lack of explicit parameter documentation (due to its nature) or very deep progressive disclosure do not detract from its overall quality.",97,"A highly polished and secure skill for automatically cleaning stale local Git branches and their associated worktrees.",[210,211,212,213,214],"git","branch-management","developer-tools","cleanup","automation","global","verified",[218,219,220],"When the user wants to clean up their local Git repository.","To remove stale branches that no longer exist on the remote.","When local branches have associated worktrees that also need removal.",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"popularity":234,"security":236,"testCoverage":239},{"hasLockfile":223},true,1778686806237,{"descriptionLength":226,"readmeSize":227},315,17582,{"closedIssues90d":229,"forks":230,"hasChangelog":223,"openIssues90d":231,"pushedAt":232,"stars":233},115,1300,25,1778686215000,16666,{"npmDownloads":235},12828,{"hasNpmPackage":223,"license":237,"smitheryVerified":238},"MIT",false,{"hasCi":223,"hasTests":223},{"updatedAt":241},1778686822221,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"plugins/compound-engineering/skills/ce-clean-gone-branches","EveryInc","compound-engineering-plugin","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":255,"parentExtension":258,"providers":291,"relations":302,"tags":303,"workflow":304},1778686640222.7903,"k17d893df4em0e3pn8f55h1dxn86n09e",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"sourceUrl":14},"AI-powered development tools for code review, research, design, and workflow automation.",{"claudeCode":254},"compound-engineering",{"basePath":256,"githubOwner":244,"githubRepo":245,"locale":18,"slug":254,"type":257},"plugins/compound-engineering","plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":266,"providers":269,"relations":285,"tags":287,"workflow":288},1778686640222.7908,"k17ef8php9wk308mkg59kdp6b186nzhx",{"reviewCount":8},{"description":263,"installMethods":264,"name":265,"sourceUrl":14},"Cursor plugin marketplace for Every Inc plugins",{"claudeCode":12},"Compound Engineering",{"basePath":267,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":268},"","marketplace",{"evaluate":270,"extract":279},{"promptVersionExtension":271,"promptVersionScoring":204,"score":272,"tags":273,"targetMarket":215,"tier":216},"3.1.0",99,[274,275,276,277,278],"development-workflow","code-review","planning","documentation","ai-agents",{"commitSha":280,"license":237,"marketplace":281,"plugin":283},"HEAD",{"name":245,"pluginCount":282},2,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd7e40my1b5g70tg0f60qg85ch86nn08",[278,275,274,277,276],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778686722515,1778686640222,{"evaluate":292,"extract":299},{"promptVersionExtension":203,"promptVersionScoring":204,"score":293,"tags":294,"targetMarket":215,"tier":216},98,[295,212,275,296,277,297,276,298],"ai","research","workflow-automation","ideation",{"commitSha":280,"license":237,"plugin":300},{"mcpCount":8,"provider":284,"skillCount":301},37,{"parentExtensionId":260,"repoId":286},[295,275,212,277,298,276,296,297],{"evaluatedAt":305,"extractAt":290,"updatedAt":305},1778686677611,{"evaluate":307,"extract":309},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":308,"targetMarket":215,"tier":216},[210,211,212,213,214],{"commitSha":280},{"parentExtensionId":249,"repoId":286},{"_creationTime":312,"_id":286,"identity":313,"providers":314,"workflow":1139},1778686632796.9226,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":315,"discover":1128,"extract":1131,"github":1132,"npm":1138},{"commitSha":280,"extensions":316},[317,326,514,533,541,558,596,604,622,629,655,663,675,691,705,719,739,759,776,784,802,816,844,862,900,912,922,932,940,960,978,994,1006,1014,1022,1033,1041,1049,1063,1074,1086,1096,1105],{"basePath":318,"displayName":245,"installMethods":319,"rationale":320,"selectedPaths":321,"source":325,"sourceLanguage":18,"type":268},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[322],{"path":323,"priority":324},"marketplace.json","mandatory","rule",{"basePath":256,"description":252,"displayName":254,"installMethods":327,"license":237,"rationale":328,"selectedPaths":329,"source":325,"sourceLanguage":18,"type":257},{"claudeCode":254},"plugin manifest at plugins/compound-engineering/.claude-plugin/plugin.json",[330,332,334,337,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512],{"path":331,"priority":324},".claude-plugin/plugin.json",{"path":333,"priority":324},"README.md",{"path":335,"priority":336},"LICENSE","high",{"path":338,"priority":339},"skills/ce-agent-native-architecture/SKILL.md","medium",{"path":341,"priority":339},"skills/ce-agent-native-audit/SKILL.md",{"path":343,"priority":339},"skills/ce-brainstorm/SKILL.md",{"path":345,"priority":339},"skills/ce-clean-gone-branches/SKILL.md",{"path":347,"priority":339},"skills/ce-code-review/SKILL.md",{"path":349,"priority":339},"skills/ce-commit/SKILL.md",{"path":351,"priority":339},"skills/ce-commit-push-pr/SKILL.md",{"path":353,"priority":339},"skills/ce-compound/SKILL.md",{"path":355,"priority":339},"skills/ce-compound-refresh/SKILL.md",{"path":357,"priority":339},"skills/ce-debug/SKILL.md",{"path":359,"priority":339},"skills/ce-demo-reel/SKILL.md",{"path":361,"priority":339},"skills/ce-dhh-rails-style/SKILL.md",{"path":363,"priority":339},"skills/ce-doc-review/SKILL.md",{"path":365,"priority":339},"skills/ce-frontend-design/SKILL.md",{"path":367,"priority":339},"skills/ce-gemini-imagegen/SKILL.md",{"path":369,"priority":339},"skills/ce-ideate/SKILL.md",{"path":371,"priority":339},"skills/ce-optimize/SKILL.md",{"path":373,"priority":339},"skills/ce-plan/SKILL.md",{"path":375,"priority":339},"skills/ce-polish-beta/SKILL.md",{"path":377,"priority":339},"skills/ce-product-pulse/SKILL.md",{"path":379,"priority":339},"skills/ce-proof/SKILL.md",{"path":381,"priority":339},"skills/ce-release-notes/SKILL.md",{"path":383,"priority":339},"skills/ce-report-bug/SKILL.md",{"path":385,"priority":339},"skills/ce-resolve-pr-feedback/SKILL.md",{"path":387,"priority":339},"skills/ce-riffrec-feedback-analysis/SKILL.md",{"path":389,"priority":339},"skills/ce-sessions/SKILL.md",{"path":391,"priority":339},"skills/ce-setup/SKILL.md",{"path":393,"priority":339},"skills/ce-simplify-code/SKILL.md",{"path":395,"priority":339},"skills/ce-slack-research/SKILL.md",{"path":397,"priority":339},"skills/ce-strategy/SKILL.md",{"path":399,"priority":339},"skills/ce-test-browser/SKILL.md",{"path":401,"priority":339},"skills/ce-test-xcode/SKILL.md",{"path":403,"priority":339},"skills/ce-update/SKILL.md",{"path":405,"priority":339},"skills/ce-work/SKILL.md",{"path":407,"priority":339},"skills/ce-work-beta/SKILL.md",{"path":409,"priority":339},"skills/ce-worktree/SKILL.md",{"path":411,"priority":339},"skills/lfg/SKILL.md",{"path":413,"priority":336},"agents/ce-adversarial-document-reviewer.agent.md",{"path":415,"priority":336},"agents/ce-adversarial-reviewer.agent.md",{"path":417,"priority":336},"agents/ce-agent-native-reviewer.agent.md",{"path":419,"priority":336},"agents/ce-ankane-readme-writer.agent.md",{"path":421,"priority":336},"agents/ce-api-contract-reviewer.agent.md",{"path":423,"priority":336},"agents/ce-architecture-strategist.agent.md",{"path":425,"priority":336},"agents/ce-best-practices-researcher.agent.md",{"path":427,"priority":336},"agents/ce-code-simplicity-reviewer.agent.md",{"path":429,"priority":336},"agents/ce-coherence-reviewer.agent.md",{"path":431,"priority":336},"agents/ce-correctness-reviewer.agent.md",{"path":433,"priority":336},"agents/ce-data-integrity-guardian.agent.md",{"path":435,"priority":336},"agents/ce-data-migration-expert.agent.md",{"path":437,"priority":336},"agents/ce-data-migrations-reviewer.agent.md",{"path":439,"priority":336},"agents/ce-deployment-verification-agent.agent.md",{"path":441,"priority":336},"agents/ce-design-implementation-reviewer.agent.md",{"path":443,"priority":336},"agents/ce-design-iterator.agent.md",{"path":445,"priority":336},"agents/ce-design-lens-reviewer.agent.md",{"path":447,"priority":336},"agents/ce-dhh-rails-reviewer.agent.md",{"path":449,"priority":336},"agents/ce-feasibility-reviewer.agent.md",{"path":451,"priority":336},"agents/ce-figma-design-sync.agent.md",{"path":453,"priority":336},"agents/ce-framework-docs-researcher.agent.md",{"path":455,"priority":336},"agents/ce-git-history-analyzer.agent.md",{"path":457,"priority":336},"agents/ce-issue-intelligence-analyst.agent.md",{"path":459,"priority":336},"agents/ce-julik-frontend-races-reviewer.agent.md",{"path":461,"priority":336},"agents/ce-kieran-python-reviewer.agent.md",{"path":463,"priority":336},"agents/ce-kieran-rails-reviewer.agent.md",{"path":465,"priority":336},"agents/ce-kieran-typescript-reviewer.agent.md",{"path":467,"priority":336},"agents/ce-learnings-researcher.agent.md",{"path":469,"priority":336},"agents/ce-maintainability-reviewer.agent.md",{"path":471,"priority":336},"agents/ce-pattern-recognition-specialist.agent.md",{"path":473,"priority":336},"agents/ce-performance-oracle.agent.md",{"path":475,"priority":336},"agents/ce-performance-reviewer.agent.md",{"path":477,"priority":336},"agents/ce-pr-comment-resolver.agent.md",{"path":479,"priority":336},"agents/ce-previous-comments-reviewer.agent.md",{"path":481,"priority":336},"agents/ce-product-lens-reviewer.agent.md",{"path":483,"priority":336},"agents/ce-project-standards-reviewer.agent.md",{"path":485,"priority":336},"agents/ce-reliability-reviewer.agent.md",{"path":487,"priority":336},"agents/ce-repo-research-analyst.agent.md",{"path":489,"priority":336},"agents/ce-schema-drift-detector.agent.md",{"path":491,"priority":336},"agents/ce-scope-guardian-reviewer.agent.md",{"path":493,"priority":336},"agents/ce-security-lens-reviewer.agent.md",{"path":495,"priority":336},"agents/ce-security-reviewer.agent.md",{"path":497,"priority":336},"agents/ce-security-sentinel.agent.md",{"path":499,"priority":336},"agents/ce-session-historian.agent.md",{"path":501,"priority":336},"agents/ce-slack-researcher.agent.md",{"path":503,"priority":336},"agents/ce-spec-flow-analyzer.agent.md",{"path":505,"priority":336},"agents/ce-swift-ios-reviewer.agent.md",{"path":507,"priority":336},"agents/ce-testing-reviewer.agent.md",{"path":509,"priority":336},"agents/ce-web-researcher.agent.md",{"path":511,"priority":336},".codex-plugin/plugin.json",{"path":513,"priority":336},".cursor-plugin/plugin.json",{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":325,"sourceLanguage":18,"type":257},"plugins/coding-tutor","Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes","coding-tutor",{"claudeCode":517},"plugin manifest at plugins/coding-tutor/.claude-plugin/plugin.json",[521,522,523,525,527,529,531,532],{"path":331,"priority":324},{"path":333,"priority":324},{"path":524,"priority":339},"skills/coding-tutor/SKILL.md",{"path":526,"priority":336},"commands/quiz-me.md",{"path":528,"priority":336},"commands/sync-tutorials.md",{"path":530,"priority":336},"commands/teach-me.md",{"path":511,"priority":336},{"path":513,"priority":336},{"basePath":267,"description":263,"displayName":254,"installMethods":534,"rationale":535,"selectedPaths":536,"source":325,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .cursor-plugin/marketplace.json",[537,539,540],{"path":538,"priority":324},".cursor-plugin/marketplace.json",{"path":333,"priority":324},{"path":335,"priority":336},{"basePath":542,"description":543,"displayName":517,"installMethods":544,"rationale":545,"selectedPaths":546,"source":325,"sourceLanguage":18,"type":246},"plugins/coding-tutor/skills/coding-tutor","Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Creates a persistent learning trail that compounds over time using the power of AI, spaced repetition and quizes.",{"claudeCode":12},"SKILL.md frontmatter at plugins/coding-tutor/skills/coding-tutor/SKILL.md",[547,549,552,554,556],{"path":548,"priority":324},"SKILL.md",{"path":550,"priority":551},"scripts/create_tutorial.py","low",{"path":553,"priority":551},"scripts/index_tutorials.py",{"path":555,"priority":551},"scripts/quiz_priority.py",{"path":557,"priority":551},"scripts/setup_tutorials.py",{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-agent-native-architecture","Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.","ce-agent-native-architecture",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-agent-native-architecture/SKILL.md",[565,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594],{"path":548,"priority":324},{"path":567,"priority":339},"references/action-parity-discipline.md",{"path":569,"priority":339},"references/agent-execution-patterns.md",{"path":571,"priority":339},"references/agent-native-testing.md",{"path":573,"priority":339},"references/architecture-patterns.md",{"path":575,"priority":339},"references/checklists.md",{"path":577,"priority":339},"references/dynamic-context-injection.md",{"path":579,"priority":339},"references/files-universal-interface.md",{"path":581,"priority":339},"references/from-primitives-to-domain-tools.md",{"path":583,"priority":339},"references/mcp-tool-design.md",{"path":585,"priority":339},"references/mobile-patterns.md",{"path":587,"priority":339},"references/product-implications.md",{"path":589,"priority":339},"references/refactoring-to-prompt-native.md",{"path":591,"priority":339},"references/self-modification.md",{"path":593,"priority":339},"references/shared-workspace-architecture.md",{"path":595,"priority":339},"references/system-prompt-design.md",{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-agent-native-audit","Run comprehensive agent-native architecture review with scored principles","ce-agent-native-audit",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-agent-native-audit/SKILL.md",[603],{"path":548,"priority":324},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-brainstorm","Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says \"let's brainstorm\", \"what should we build\", or \"help me think through X\", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.","ce-brainstorm",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-brainstorm/SKILL.md",[611,612,614,616,618,620],{"path":548,"priority":324},{"path":613,"priority":339},"references/handoff.md",{"path":615,"priority":339},"references/requirements-capture.md",{"path":617,"priority":339},"references/synthesis-summary.md",{"path":619,"priority":339},"references/universal-brainstorming.md",{"path":621,"priority":339},"references/visual-communication.md",{"basePath":243,"description":10,"displayName":13,"installMethods":623,"rationale":624,"selectedPaths":625,"source":325,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-clean-gone-branches/SKILL.md",[626,627],{"path":548,"priority":324},{"path":628,"priority":551},"scripts/clean-gone",{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-code-review","Structured code review using tiered persona agents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR.","ce-code-review",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-code-review/SKILL.md",[636,637,639,641,643,645,647,649,651,653],{"path":548,"priority":324},{"path":638,"priority":339},"references/bulk-preview.md",{"path":640,"priority":339},"references/diff-scope.md",{"path":642,"priority":339},"references/findings-schema.json",{"path":644,"priority":339},"references/persona-catalog.md",{"path":646,"priority":339},"references/review-output-template.md",{"path":648,"priority":339},"references/subagent-template.md",{"path":650,"priority":339},"references/tracker-defer.md",{"path":652,"priority":339},"references/validator-template.md",{"path":654,"priority":339},"references/walkthrough.md",{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-commit","Create a git commit with a clear, value-communicating message. Use when the user says \"commit\", \"commit this\", \"save my changes\", \"create a commit\", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.","ce-commit",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-commit/SKILL.md",[662],{"path":548,"priority":324},{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-commit-push-pr","Commit, push, and open a PR with an adaptive, value-first description that scales in depth with the change. Use when the user says \"commit and PR\", \"ship this\", \"create a PR\", or \"open a pull request\". Also handles description-only flows (\"write a PR description\", \"rewrite the PR body\", \"describe this PR\") without committing or pushing.","ce-commit-push-pr",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-commit-push-pr/SKILL.md",[670,671,673],{"path":548,"priority":324},{"path":672,"priority":339},"references/branch-creation.md",{"path":674,"priority":339},"references/pr-description-writing.md",{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-compound","Document a recently solved problem to compound your team's knowledge","ce-compound",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-compound/SKILL.md",[682,683,685,687,689],{"path":548,"priority":324},{"path":684,"priority":551},"assets/resolution-template.md",{"path":686,"priority":339},"references/schema.yaml",{"path":688,"priority":339},"references/yaml-schema.md",{"path":690,"priority":551},"scripts/validate-frontmatter.py",{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-compound-refresh","Refresh stale learning and pattern docs under docs/solutions/ by reviewing them against the current codebase, then updating, consolidating, or deleting drifted ones. Use when the user asks to \"refresh my learnings\", \"audit docs/solutions/\", \"clean up stale learnings\", or \"consolidate overlapping docs\", or when ce-compound flags an older doc as superseded. Do not trigger for general refactor, debugging, or code-review work unless the user has explicitly pointed at docs/solutions/.","ce-compound-refresh",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-compound-refresh/SKILL.md",[698,699,700,702,703,704],{"path":548,"priority":324},{"path":684,"priority":551},{"path":701,"priority":339},"references/per-action-flows.md",{"path":686,"priority":339},{"path":688,"priority":339},{"path":690,"priority":551},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-debug","Systematically find root causes and fix bugs. Use when debugging errors, investigating test failures, reproducing bugs from issue trackers (GitHub, Linear, Jira), or when stuck on a problem after failed fix attempts. Also use when the user says 'debug this', 'why is this failing', 'fix this bug', 'trace this error', or pastes stack traces, error messages, or issue references.","ce-debug",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-debug/SKILL.md",[712,713,715,717],{"path":548,"priority":324},{"path":714,"priority":339},"references/anti-patterns.md",{"path":716,"priority":339},"references/defense-in-depth.md",{"path":718,"priority":339},"references/investigation-techniques.md",{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-demo-reel","Capture a visual demo reel (GIF, terminal recording, screenshots) for PR descriptions. Use when shipping UI changes, CLI features, or any work with observable behavior that benefits from visual proof. Also use when asked to add a demo, record a GIF, screenshot a feature, show what changed visually, create a demo reel, capture evidence, add proof to a PR, or create a before/after comparison.","ce-demo-reel",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-demo-reel/SKILL.md",[726,727,729,731,733,735,737],{"path":548,"priority":324},{"path":728,"priority":339},"references/tier-browser-reel.md",{"path":730,"priority":339},"references/tier-screenshot-reel.md",{"path":732,"priority":339},"references/tier-static-screenshots.md",{"path":734,"priority":339},"references/tier-terminal-recording.md",{"path":736,"priority":339},"references/upload-and-approval.md",{"path":738,"priority":551},"scripts/capture-demo.py",{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-dhh-rails-style","This skill should be used when writing Ruby and Rails code in DHH's distinctive 37signals style. It applies when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, code review, or when the user mentions DHH, 37signals, Basecamp, HEY, or Campfire style. Embodies REST purity, fat models, thin controllers, Current attributes, Hotwire patterns, and the \"clarity over cleverness\" philosophy.","ce-dhh-rails-style",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-dhh-rails-style/SKILL.md",[746,747,749,751,753,755,757],{"path":548,"priority":324},{"path":748,"priority":339},"references/architecture.md",{"path":750,"priority":339},"references/controllers.md",{"path":752,"priority":339},"references/frontend.md",{"path":754,"priority":339},"references/gems.md",{"path":756,"priority":339},"references/models.md",{"path":758,"priority":339},"references/testing.md",{"basePath":760,"description":761,"displayName":762,"installMethods":763,"rationale":764,"selectedPaths":765,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-doc-review","Review requirements or plan documents using parallel persona agents that surface role-specific issues. Use when a requirements document or plan document exists and the user wants to improve it.","ce-doc-review",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-doc-review/SKILL.md",[766,767,768,769,771,772,773,775],{"path":548,"priority":324},{"path":638,"priority":339},{"path":642,"priority":339},{"path":770,"priority":339},"references/open-questions-defer.md",{"path":646,"priority":339},{"path":648,"priority":339},{"path":774,"priority":339},"references/synthesis-and-presentation.md",{"path":654,"priority":339},{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-frontend-design","Build web interfaces with genuine design quality, not AI slop. Use for any frontend work - landing pages, web apps, dashboards, admin panels, components, interactive experiences. Activates for both greenfield builds and modifications to existing applications. Detects existing design systems and respects them. Covers composition, typography, color, motion, and copy. Verifies results via screenshots before declaring done.","ce-frontend-design",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-frontend-design/SKILL.md",[783],{"path":548,"priority":324},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-gemini-imagegen","This skill should be used when generating and editing images using the Gemini API (Nano Banana Pro). It applies when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.","ce-gemini-imagegen",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-gemini-imagegen/SKILL.md",[791,792,794,796,798,800],{"path":548,"priority":324},{"path":793,"priority":551},"scripts/compose_images.py",{"path":795,"priority":551},"scripts/edit_image.py",{"path":797,"priority":551},"scripts/gemini_images.py",{"path":799,"priority":551},"scripts/generate_image.py",{"path":801,"priority":551},"scripts/multi_turn_chat.py",{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-ideate","Generate and critically evaluate grounded ideas about a topic. Use when asking what to improve, requesting idea generation, exploring surprising directions, or wanting the AI to proactively suggest strong options before brainstorming one in depth. Triggers on phrases like 'what should I improve', 'give me ideas', 'ideate on X', 'surprise me', 'what would you change', or any request for AI-generated suggestions rather than refining the user's own idea.","ce-ideate",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-ideate/SKILL.md",[809,810,812,814],{"path":548,"priority":324},{"path":811,"priority":339},"references/post-ideation-workflow.md",{"path":813,"priority":339},"references/universal-ideation.md",{"path":815,"priority":339},"references/web-research-cache.md",{"basePath":817,"description":818,"displayName":819,"installMethods":820,"rationale":821,"selectedPaths":822,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-optimize","Run metric-driven iterative optimization loops -- define a measurable goal, run parallel experiments, measure each against hard gates or LLM-as-judge scores, keep improvements, and converge on the best solution. Use when optimizing clustering quality, search relevance, build performance, prompt quality, or any measurable outcome that benefits from systematic experimentation.","ce-optimize",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-optimize/SKILL.md",[823,824,826,828,830,832,834,836,838,840,842],{"path":548,"priority":324},{"path":825,"priority":339},"references/example-hard-spec.yaml",{"path":827,"priority":339},"references/example-judge-spec.yaml",{"path":829,"priority":339},"references/experiment-log-schema.yaml",{"path":831,"priority":339},"references/experiment-prompt-template.md",{"path":833,"priority":339},"references/judge-prompt-template.md",{"path":835,"priority":339},"references/optimize-spec-schema.yaml",{"path":837,"priority":339},"references/usage-guide.md",{"path":839,"priority":551},"scripts/experiment-worktree.sh",{"path":841,"priority":551},"scripts/measure.sh",{"path":843,"priority":551},"scripts/parallel-probe.sh",{"basePath":845,"description":846,"displayName":847,"installMethods":848,"rationale":849,"selectedPaths":850,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-plan","Create structured plans for multi-step tasks -- software features, research workflows, events, study plans, or any goal that benefits from breakdown. Also deepens existing plans with interactive sub-agent review. Use when the user says 'plan this', 'create a plan', 'how should we build', 'break this down', or when a brainstorm doc is ready for planning. Use 'deepen the plan' or 'deepening pass' for the deepening flow. For exploratory requests, prefer ce-brainstorm first.","ce-plan",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-plan/SKILL.md",[851,852,854,856,858,859,861],{"path":548,"priority":324},{"path":853,"priority":339},"references/deepening-workflow.md",{"path":855,"priority":339},"references/plan-handoff.md",{"path":857,"priority":339},"references/plan-template.md",{"path":617,"priority":339},{"path":860,"priority":339},"references/universal-planning.md",{"path":621,"priority":339},{"basePath":863,"description":864,"displayName":865,"installMethods":866,"rationale":867,"selectedPaths":868,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-polish-beta","[BETA] Start the dev server, open the feature in a browser, and iterate on improvements together.","ce-polish-beta",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-polish-beta/SKILL.md",[869,870,872,874,876,878,880,882,884,886,888,890,892,894,896,898],{"path":548,"priority":324},{"path":871,"priority":339},"references/dev-server-astro.md",{"path":873,"priority":339},"references/dev-server-detection.md",{"path":875,"priority":339},"references/dev-server-next.md",{"path":877,"priority":339},"references/dev-server-nuxt.md",{"path":879,"priority":339},"references/dev-server-procfile.md",{"path":881,"priority":339},"references/dev-server-rails.md",{"path":883,"priority":339},"references/dev-server-remix.md",{"path":885,"priority":339},"references/dev-server-sveltekit.md",{"path":887,"priority":339},"references/dev-server-vite.md",{"path":889,"priority":339},"references/ide-detection.md",{"path":891,"priority":339},"references/launch-json-schema.md",{"path":893,"priority":551},"scripts/detect-project-type.sh",{"path":895,"priority":551},"scripts/read-launch-json.sh",{"path":897,"priority":551},"scripts/resolve-package-manager.sh",{"path":899,"priority":551},"scripts/resolve-port.sh",{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-product-pulse","Generate a time-windowed pulse report on what users experienced and how the product performed - usage, quality, errors, signals worth investigating. Use when the user says 'run a pulse', 'show me the pulse', 'how are we doing', 'weekly recap', 'launch-day check', or passes a time window like '24h' or '7d'. Configures via .compound-engineering/config.local.yaml and saves reports to docs/pulse-reports/.","ce-product-pulse",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-product-pulse/SKILL.md",[907,908,910],{"path":548,"priority":324},{"path":909,"priority":339},"references/interview.md",{"path":911,"priority":339},"references/report-template.md",{"basePath":913,"description":914,"displayName":915,"installMethods":916,"rationale":917,"selectedPaths":918,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-proof","Run human-in-the-loop review loops over markdown via Proof (proofeditor.ai) — share, view, comment on, edit, and sync collaborative docs. Use when the user says \"view this in proof\", \"share to proof\", \"HITL this doc\", or wants a shared markdown review surface for a spec, plan, or draft, including handoffs from ce-brainstorm, ce-ideate, or ce-plan. Do not trigger on \"proof\" meaning evidence, math proofs, proof-of-concept, or \"proofread this\".","ce-proof",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-proof/SKILL.md",[919,920],{"path":548,"priority":324},{"path":921,"priority":339},"references/hitl-review.md",{"basePath":923,"description":924,"displayName":925,"installMethods":926,"rationale":927,"selectedPaths":928,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-release-notes","Summarize recent compound-engineering plugin releases, or answer a specific question about a past release with a version citation. Use when the user types `/ce-release-notes` or asks \"what changed in compound-engineering recently?\" or \"what happened to `\u003Cskill-name>`?\".","ce-release-notes",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-release-notes/SKILL.md",[929,930],{"path":548,"priority":324},{"path":931,"priority":551},"scripts/list-plugin-releases.py",{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-report-bug","Report a bug in the compound-engineering plugin","ce-report-bug",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-report-bug/SKILL.md",[939],{"path":548,"priority":324},{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-resolve-pr-feedback","Resolve PR review feedback by evaluating validity and fixing issues in parallel. Use when addressing PR review comments, resolving review threads, or fixing code review feedback.","ce-resolve-pr-feedback",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-resolve-pr-feedback/SKILL.md",[947,948,950,952,954,956,958],{"path":548,"priority":324},{"path":949,"priority":339},"references/full-mode.md",{"path":951,"priority":339},"references/targeted-mode.md",{"path":953,"priority":551},"scripts/get-pr-comments",{"path":955,"priority":551},"scripts/get-thread-for-comment",{"path":957,"priority":551},"scripts/reply-to-pr-thread",{"path":959,"priority":551},"scripts/resolve-pr-thread",{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-riffrec-feedback-analysis","Riffrec product-feedback workflow. ALWAYS load when the user posts a `riffrec-*.zip`, a bundle with `session.json` + `events.json` + `recording.webm` + `voice.webm`, a video/audio recording for product feedback, or asks how to capture and share Riffrec sessions. Routes between setup, quick bug report, and extensive analysis.","ce-riffrec-feedback-analysis",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-riffrec-feedback-analysis/SKILL.md",[967,968,970,972,974,976],{"path":548,"priority":324},{"path":969,"priority":339},"references/compound-engineering-feedback-format.md",{"path":971,"priority":339},"references/extensive-analysis.md",{"path":973,"priority":339},"references/install-riffrec.md",{"path":975,"priority":339},"references/quick-bug-report.md",{"path":977,"priority":551},"scripts/analyze_riffrec_zip.py",{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-sessions","Search and ask questions about coding agent session history across Claude Code, Codex, and Cursor. Use when asking what was worked on, what was tried before, how a problem was investigated across sessions, what happened recently, or any question about past agent sessions. Also use when the user references prior sessions, previous attempts, or past investigations — even without saying 'sessions' explicitly.","ce-sessions",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-sessions/SKILL.md",[985,986,988,990,992],{"path":548,"priority":324},{"path":987,"priority":551},"scripts/discover-sessions.sh",{"path":989,"priority":551},"scripts/extract-errors.py",{"path":991,"priority":551},"scripts/extract-metadata.py",{"path":993,"priority":551},"scripts/extract-skeleton.py",{"basePath":995,"description":996,"displayName":997,"installMethods":998,"rationale":999,"selectedPaths":1000,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-setup","Diagnose and configure compound-engineering environment. Checks CLI dependencies, plugin version, and repo-local config. Offers guided installation for missing tools. Use when troubleshooting missing tools, verifying setup, or before onboarding.","ce-setup",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-setup/SKILL.md",[1001,1002,1004],{"path":548,"priority":324},{"path":1003,"priority":339},"references/config-template.yaml",{"path":1005,"priority":551},"scripts/check-health",{"basePath":1007,"description":1008,"displayName":1009,"installMethods":1010,"rationale":1011,"selectedPaths":1012,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-simplify-code","Simplify and refine recently changed code for clarity, reuse, quality, and efficiency while preserving behavior.","ce-simplify-code",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-simplify-code/SKILL.md",[1013],{"path":548,"priority":324},{"basePath":1015,"description":1016,"displayName":1017,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-slack-research","Search Slack for interpreted organizational context -- decisions, constraints, and discussion arcs -- and produce a synthesized research digest with cross-cutting analysis. Use when the user says 'search slack for', 'what did we discuss about', 'slack context for', or 'what does the team think about'. Differs from slack:find-discussions, which returns raw message results without synthesis.","ce-slack-research",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-slack-research/SKILL.md",[1021],{"path":548,"priority":324},{"basePath":1023,"description":1024,"displayName":1025,"installMethods":1026,"rationale":1027,"selectedPaths":1028,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-strategy","Create or maintain STRATEGY.md - the product's target problem, approach, users, key metrics, and tracks of work. Use when starting a new product, updating direction, or when prompts like 'write our strategy', 'update the roadmap', 'what are we working on', or 'set up the strategy doc' come up. Also triggers when ce-ideate, ce-brainstorm, or ce-plan need upstream grounding and no strategy doc exists yet.","ce-strategy",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-strategy/SKILL.md",[1029,1030,1031],{"path":548,"priority":324},{"path":909,"priority":339},{"path":1032,"priority":339},"references/strategy-template.md",{"basePath":1034,"description":1035,"displayName":1036,"installMethods":1037,"rationale":1038,"selectedPaths":1039,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-test-browser","Run browser tests on pages affected by current PR or branch","ce-test-browser",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-test-browser/SKILL.md",[1040],{"path":548,"priority":324},{"basePath":1042,"description":1043,"displayName":1044,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-test-xcode","Build and test iOS apps on simulator using XcodeBuildMCP. Use after making iOS code changes, before creating a PR, or when verifying app behavior and checking for crashes on simulator.","ce-test-xcode",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-test-xcode/SKILL.md",[1048],{"path":548,"priority":324},{"basePath":1050,"description":1051,"displayName":1052,"installMethods":1053,"rationale":1054,"selectedPaths":1055,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-update","Check if the compound-engineering plugin is up to date and recommend the\nupdate command if not. Use when the user says \"update compound engineering\",\n\"check compound engineering version\", \"ce update\", \"is compound engineering\nup to date\", \"update ce plugin\", or reports issues that might stem from a\nstale compound-engineering plugin version. This skill only works in Claude\nCode — it relies on the plugin harness cache layout.\n","ce-update",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-update/SKILL.md",[1056,1057,1059,1061],{"path":548,"priority":324},{"path":1058,"priority":551},"scripts/currently-loaded-version.sh",{"path":1060,"priority":551},"scripts/marketplace-name.sh",{"path":1062,"priority":551},"scripts/upstream-version.sh",{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-work","Execute work efficiently while maintaining quality and finishing features","ce-work",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-work/SKILL.md",[1070,1071,1073],{"path":548,"priority":324},{"path":1072,"priority":339},"references/shipping-workflow.md",{"path":650,"priority":339},{"basePath":1075,"description":1076,"displayName":1077,"installMethods":1078,"rationale":1079,"selectedPaths":1080,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-work-beta","[BETA] Execute work with external delegate support. Same as ce-work but includes experimental Codex delegation mode for token-conserving code implementation.","ce-work-beta",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-work-beta/SKILL.md",[1081,1082,1084,1085],{"path":548,"priority":324},{"path":1083,"priority":339},"references/codex-delegation-workflow.md",{"path":1072,"priority":339},{"path":650,"priority":339},{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"rationale":1091,"selectedPaths":1092,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/ce-worktree","Create an isolated git worktree for parallel feature work or PR review. Use when starting work that should not disturb the current checkout, or when `ce-work` or `ce-code-review` offers a worktree option.","ce-worktree",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-worktree/SKILL.md",[1093,1094],{"path":548,"priority":324},{"path":1095,"priority":551},"scripts/worktree-manager.sh",{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":325,"sourceLanguage":18,"type":246},"plugins/compound-engineering/skills/lfg","Run the full autonomous engineering pipeline end-to-end (plan, work, code review, test, commit, push, open PR, watch CI, fix CI failures until green). Use only when the user explicitly requests hands-off execution of a software task and provides a feature description; do not auto-route casual conversation here.","lfg",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/lfg/SKILL.md",[1103,1104],{"path":548,"priority":324},{"path":650,"priority":339},{"basePath":267,"description":1106,"displayName":1107,"installMethods":1108,"rationale":1109,"selectedPaths":1110,"source":325,"sourceLanguage":18,"type":1127},"Official Compound Engineering plugin for Claude Code, Codex, and more","@every-env/compound-plugin",{"npm":1107},"cli ecosystem detected at /",[1111,1113,1114,1115,1117,1119,1121,1123,1125],{"path":1112,"priority":324},"package.json",{"path":333,"priority":324},{"path":335,"priority":336},{"path":1116,"priority":339},"src/index.ts",{"path":1118,"priority":551},"src/commands/cleanup.ts",{"path":1120,"priority":551},"src/commands/convert.ts",{"path":1122,"priority":551},"src/commands/install.ts",{"path":1124,"priority":551},"src/commands/list.ts",{"path":1126,"priority":551},"src/commands/plugin-path.ts","cli",{"sources":1129},[1130],"manual",{"npmPackage":1107},{"closedIssues90d":229,"description":1133,"forks":230,"homepage":1134,"license":237,"openIssues90d":231,"pushedAt":232,"readmeSize":227,"stars":233,"topics":1135},"Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more","https://every.to/guides/compound-engineering",[1136,1137],"compound","engineering",{"downloads":235},{"classifiedAt":1140,"discoverAt":1141,"extractAt":1142,"githubAt":1142,"npmAt":1143,"updatedAt":1140},1778686639998,1778686632796,1778686635929,1778686638203,[214,211,213,212,210],{"evaluatedAt":241,"extractAt":290,"updatedAt":241},[],[1148,1179,1210,1235,1256,1282],{"_creationTime":1149,"_id":1150,"community":1151,"display":1152,"identity":1158,"providers":1163,"relations":1172,"tags":1175,"workflow":1176},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1153,"installMethods":1154,"name":1156,"sourceUrl":1157},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1155},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1159,"githubOwner":1160,"githubRepo":1161,"locale":18,"slug":1162,"type":246},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1164,"extract":1171},{"promptVersionExtension":203,"promptVersionScoring":204,"score":1165,"tags":1166,"targetMarket":215,"tier":216},100,[210,1167,1168,1169,214,1127,1170],"development-environment","workflow","tmux","developer-tool",{"commitSha":280,"license":237},{"parentExtensionId":1173,"repoId":1174},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,1127,1170,1167,210,1169,1168],{"evaluatedAt":1177,"extractAt":1178,"updatedAt":1177},1778699613343,1778699234184,{"_creationTime":1180,"_id":1181,"community":1182,"display":1183,"identity":1189,"providers":1195,"relations":1202,"tags":1205,"workflow":1206},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":1184,"installMethods":1185,"name":1187,"sourceUrl":1188},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":1186},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":1190,"githubOwner":1191,"githubRepo":1192,"locale":1193,"slug":1194,"type":246},"skills/use-my-browser","xixu-me","skills","zh-CN","use-my-browser",{"evaluate":1196,"extract":1201},{"promptVersionExtension":203,"promptVersionScoring":204,"score":1165,"tags":1197,"targetMarket":215,"tier":216},[1198,1199,214,1200,212],"browser","debugging","ux",{"commitSha":280,"license":237},{"repoId":1203,"translatedFrom":1204},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[214,1198,1199,212,1200],{"evaluatedAt":1207,"extractAt":1208,"updatedAt":1209},1778699261239,1778699106670,1778699366078,{"_creationTime":1211,"_id":1212,"community":1213,"display":1214,"identity":1220,"providers":1224,"relations":1229,"tags":1231,"workflow":1232},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1215,"installMethods":1216,"name":1218,"sourceUrl":1219},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1217},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":1221,"githubOwner":1222,"githubRepo":1223,"locale":18,"slug":1218,"type":246},"skills/github","steipete","clawdis",{"evaluate":1225,"extract":1228},{"promptVersionExtension":203,"promptVersionScoring":204,"score":1165,"tags":1226,"targetMarket":215,"tier":216},[1218,1127,1227,212,214],"api",{"commitSha":280},{"repoId":1230},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1227,214,1127,212,1218],{"evaluatedAt":1233,"extractAt":1234,"updatedAt":1233},1778698569289,1778697652123,{"_creationTime":1236,"_id":1237,"community":1238,"display":1239,"identity":1243,"providers":1245,"relations":1252,"tags":1253,"workflow":1254},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":1240,"installMethods":1241,"name":1242,"sourceUrl":1219},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":1217},"openclaw-testing",{"basePath":1244,"githubOwner":1222,"githubRepo":1223,"locale":18,"slug":1242,"type":246},".agents/skills/openclaw-testing",{"evaluate":1246,"extract":1251},{"promptVersionExtension":203,"promptVersionScoring":204,"score":1165,"tags":1247,"targetMarket":215,"tier":216},[1248,1249,1250,214,212],"testing","ci","validation",{"commitSha":280},{"repoId":1230},[214,1249,212,1248,1250],{"evaluatedAt":1255,"extractAt":1234,"updatedAt":1255},1778697962962,{"_creationTime":1257,"_id":1258,"community":1259,"display":1260,"identity":1266,"providers":1269,"relations":1275,"tags":1278,"workflow":1279},1778698175626.3257,"k17dv9k8c0r246ys3f3gj344ax86m0sq",{"reviewCount":8},{"description":1261,"installMethods":1262,"name":1264,"sourceUrl":1265},"Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.",{"claudeCode":1263},"trailofbits/skills","git-cleanup","https://github.com/trailofbits/skills",{"basePath":1267,"githubOwner":1268,"githubRepo":1192,"locale":18,"slug":1264,"type":246},"plugins/git-cleanup/skills/git-cleanup","trailofbits",{"evaluate":1270,"extract":1274},{"promptVersionExtension":203,"promptVersionScoring":204,"score":272,"tags":1271,"targetMarket":215,"tier":216},[210,213,1272,1273,214],"branches","worktrees",{"commitSha":280},{"parentExtensionId":1276,"repoId":1277},"k1791v61e55705h68216dwgwb586nmx8","kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[214,1272,213,210,1273],{"evaluatedAt":1280,"extractAt":1281,"updatedAt":1280},1778699323711,1778698175626,{"_creationTime":1283,"_id":1284,"community":1285,"display":1286,"identity":1292,"providers":1294,"relations":1302,"tags":1305,"workflow":1306},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":1287,"installMethods":1288,"name":1290,"sourceUrl":1291},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":1289},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":267,"githubOwner":1293,"githubRepo":1290,"locale":1193,"slug":1290,"type":246},"zagmoai",{"evaluate":1295,"extract":1301},{"promptVersionExtension":203,"promptVersionScoring":204,"score":1165,"tags":1296,"targetMarket":215,"tier":216},[1297,1298,1299,214,1300],"google-docs","google-sheets","productivity","api-client",{"commitSha":280},{"repoId":1303,"translatedFrom":1304},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1300,214,1297,1298,1299],{"evaluatedAt":1307,"extractAt":1308,"updatedAt":1309},1778699485884,1778699468747,1778699505679]