[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-worktree-en":3,"guides-for-EveryInc-ce-worktree":1148,"similar-k17endm0pawtgzw9cbj9wwtjyn86myad-en":1149},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":240,"parentExtension":249,"providers":308,"relations":312,"repo":313,"tags":1146,"workflow":1147},1778686640222.7998,"k17endm0pawtgzw9cbj9wwtjyn86myad",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-worktree","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":242},1778687599265.263,"kn7asq0k56n25d6ybmbwhe21gx86n0xk","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,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 creating isolated git worktrees for parallel feature work or PR review and when to use it, aligning with the skill's functionality.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over raw `git worktree add` by handling environment file copying, dev-tool trust, and .gitignore updates, which are beyond the scope of the default git command.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete workflow for creating worktrees, including handling environment files and dev-tool trust, making it production-ready for parallel development tasks.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, focused responsibility: creating and managing git worktrees with enhanced setup, aligning with its name and description.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the skill's functionality, clearly stating its purpose and use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a single, narrow tool (`bash worktree-manager.sh create`) which is well-scoped for its specific task.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details the command-line arguments for creating a worktree, including defaults for `from-branch`, and explains the `trust_dev_tools` behavior.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool is invoked via a bash script, and the relevant command `create` is descriptive and unambiguous.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The script's inputs are clearly defined command-line arguments, and its outputs are informative messages about the worktree creation process.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project includes a standard MIT license file, making it usable under permissive open-source terms.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses `bun install` for its development dependencies and appears to manage them appropriately.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The script handles environment files but does not appear to expose or log resolved secrets in its output.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The script operates on local files and Git commands, and does not appear to load or execute untrusted third-party data.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The script relies on local Git commands and bundled files; it does not fetch external content at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The script operates within the user's project directory and Git worktree context, and does not attempt to modify files outside this scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The script uses standard shell commands and Git operations without detached processes or deny-retry loops.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The script's primary function is local file manipulation and Git operations; it does not involve submitting confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The script and SKILL.md content appear free of hidden text tricks or malicious Unicode sequences.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bash script is plain, readable source code and does not use obfuscation techniques like base64 encoding or runtime fetches.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The script correctly uses `${CLAUDE_SKILL_DIR:-.}` to handle different execution environments and operates within the user's project directory.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 25 issues opened and 115 closed in the last 90 days, the closure rate is well over 50%, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a CHANGELOG.md and recent commits, and the SKILL.md frontmatter includes a name and description, indicating versioning practices.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The script validates input arguments for branch names and uses Git commands that handle standard validation internally.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The script's primary operation is creating a worktree, which is not inherently destructive and is guarded by explicit user invocation.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The script uses `set -euo pipefail` for robust error handling and provides clear error messages for common issues like existing worktrees.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The script provides informative output messages regarding its actions, such as copying files and adding to gitignore.",{"category":116,"check":117,"severity":118,"summary":119},"Compliance","GDPR","not_applicable","The skill primarily operates on Git repository structure and environment files, not personal data.",{"category":116,"check":121,"severity":24,"summary":122},"Target market","The extension operates on standard Git functionality and shell scripting, with no apparent regional or jurisdictional restrictions.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The script uses standard bash features and Git commands, with fallbacks for `CLAUDE_SKILL_DIR`, ensuring multi-platform compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the Compound Engineering suite, including the purpose of related skills like ce-worktree.",{"category":33,"check":130,"severity":118,"summary":131},"Tool surface size","This is a single-purpose skill with one primary script and command.",{"category":40,"check":133,"severity":118,"summary":134},"Overlapping near-synonym tools","The skill exposes a single primary command for creating worktrees, with no overlapping synonyms.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features described in the SKILL.md and README are implemented, including environment file handling and dev-tool trust.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides detailed installation instructions for multiple platforms (Claude Code, Codex, Copilot, etc.) with copy-pasteable examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The script provides clear error messages for common issues like existing worktrees and suggests remediation steps.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","Development dependencies are managed with `bun install`, implying a lockfile for reproducibility, and the script uses standard bash and Git.",{"category":33,"check":151,"severity":118,"summary":152},"Dry-run preview","The primary operation is creating a worktree and copying files, which is not a state-changing operation that benefits from a dry-run mode.",{"category":154,"check":155,"severity":118,"summary":156},"Protocol","Idempotent retry & timeouts","The script operates locally and synchronously, without remote calls or state-changing operations that require idempotency or timeouts.",{"category":116,"check":158,"severity":118,"summary":159},"Telemetry opt-in","The script does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose of creating isolated git worktrees and provides specific triggers and boundaries for its use.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise, clearly states the skill's name and purpose, and lists allowed tools.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is reasonably concise, outlining the main functionality and deferring deeper details to other sections or Git commands.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the worktree creation process and references Git commands for other operations, providing progressive disclosure.",{"category":170,"check":174,"severity":118,"summary":175},"Forked exploration","This skill is a utility for setting up worktrees and does not involve deep exploration or code review.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, copy-pasteable examples for creating worktrees with and without specifying a source branch.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles common edge cases like existing worktrees, inability to fetch branches, and provides guidance for dev tool trust issues.",{"category":103,"check":183,"severity":118,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or tools beyond standard bash and Git.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The script uses `set -euo pipefail` and checks for existing worktrees, halting execution and reporting errors on unexpected states.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not rely on other specific Compound Engineering skills being loaded, though it references them in the README.",1778687598976,"This skill creates isolated git worktrees, copying environment files and handling dev-tool trust automatically. It provides a robust alternative to basic `git worktree add` for parallel development or PR review workflows.",[195,196,197,198,199],"Create isolated git worktrees","Copy environment files (.env*)","Manage dev-tool trust (mise/direnv)","Update .gitignore automatically","Fetch from specified branches",[201,202,203],"Replacing core `git worktree` functionality","Managing branch merging or conflict resolution","Handling single-task work that can be done on a branch in the main checkout","3.0.0","4.4.0","To streamline the process of creating isolated development environments for parallel feature work or PR reviews, ensuring a clean and secure setup.","The extension demonstrates excellent adherence to all evaluated criteria, with no critical or warning findings. The score is high due to thorough documentation, robust error handling, and clear utility.",99,"A high-quality skill for creating isolated git worktrees with enhanced setup.",[211,212,213,214,215],"git","workflow","development","version-control","automation","global","verified",[219,220,221,222],"Starting work that should not disturb the current checkout","Reviewing a PR while keeping the main checkout free for other work","Running multiple features in parallel without branch-switching overhead","Keeping the default branch clean for in-progress development",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"popularity":236,"security":238,"testCoverage":241},{"hasLockfile":225},true,1778687581845,{"descriptionLength":228,"readmeSize":229},204,17582,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"openIssues90d":233,"pushedAt":234,"stars":235},115,1300,25,1778686215000,16666,{"npmDownloads":237},12828,{"hasNpmPackage":225,"license":239,"smitheryVerified":240},"MIT",false,{"hasCi":225,"hasTests":225},{"updatedAt":243},1778687599265,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"plugins/compound-engineering/skills/ce-worktree","EveryInc","compound-engineering-plugin","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":257,"parentExtension":260,"providers":292,"relations":304,"tags":305,"workflow":306},1778686640222.7903,"k17d893df4em0e3pn8f55h1dxn86n09e",{"reviewCount":8},{"description":254,"installMethods":255,"name":256,"sourceUrl":14},"AI-powered development tools for code review, research, design, and workflow automation.",{"claudeCode":256},"compound-engineering",{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":256,"type":259},"plugins/compound-engineering","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":268,"providers":271,"relations":286,"tags":288,"workflow":289},1778686640222.7908,"k17ef8php9wk308mkg59kdp6b186nzhx",{"reviewCount":8},{"description":265,"installMethods":266,"name":267,"sourceUrl":14},"Cursor plugin marketplace for Every Inc plugins",{"claudeCode":12},"Compound Engineering",{"basePath":269,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":270},"","marketplace",{"evaluate":272,"extract":280},{"promptVersionExtension":273,"promptVersionScoring":205,"score":208,"tags":274,"targetMarket":216,"tier":217},"3.1.0",[275,276,277,278,279],"development-workflow","code-review","planning","documentation","ai-agents",{"commitSha":281,"license":239,"marketplace":282,"plugin":284},"HEAD",{"name":247,"pluginCount":283},2,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd7e40my1b5g70tg0f60qg85ch86nn08",[279,276,275,278,277],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778686722515,1778686640222,{"evaluate":293,"extract":301},{"promptVersionExtension":204,"promptVersionScoring":205,"score":294,"tags":295,"targetMarket":216,"tier":217},98,[296,297,276,298,278,299,277,300],"ai","developer-tools","research","workflow-automation","ideation",{"commitSha":281,"license":239,"plugin":302},{"mcpCount":8,"provider":285,"skillCount":303},37,{"parentExtensionId":262,"repoId":287},[296,276,297,278,300,277,298,299],{"evaluatedAt":307,"extractAt":291,"updatedAt":307},1778686677611,{"evaluate":309,"extract":311},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":310,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":281},{"parentExtensionId":251,"repoId":287},{"_creationTime":314,"_id":287,"identity":315,"providers":316,"workflow":1141},1778686632796.9226,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":317,"discover":1130,"extract":1133,"github":1134,"npm":1140},{"commitSha":281,"extensions":318},[319,328,516,535,543,560,598,606,624,634,660,668,680,696,710,724,744,764,781,789,807,821,849,867,905,917,927,937,945,965,983,999,1011,1019,1027,1038,1046,1054,1068,1079,1091,1098,1107],{"basePath":320,"displayName":247,"installMethods":321,"rationale":322,"selectedPaths":323,"source":327,"sourceLanguage":18,"type":270},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[324],{"path":325,"priority":326},"marketplace.json","mandatory","rule",{"basePath":258,"description":254,"displayName":256,"installMethods":329,"license":239,"rationale":330,"selectedPaths":331,"source":327,"sourceLanguage":18,"type":259},{"claudeCode":256},"plugin manifest at plugins/compound-engineering/.claude-plugin/plugin.json",[332,334,336,339,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,514],{"path":333,"priority":326},".claude-plugin/plugin.json",{"path":335,"priority":326},"README.md",{"path":337,"priority":338},"LICENSE","high",{"path":340,"priority":341},"skills/ce-agent-native-architecture/SKILL.md","medium",{"path":343,"priority":341},"skills/ce-agent-native-audit/SKILL.md",{"path":345,"priority":341},"skills/ce-brainstorm/SKILL.md",{"path":347,"priority":341},"skills/ce-clean-gone-branches/SKILL.md",{"path":349,"priority":341},"skills/ce-code-review/SKILL.md",{"path":351,"priority":341},"skills/ce-commit/SKILL.md",{"path":353,"priority":341},"skills/ce-commit-push-pr/SKILL.md",{"path":355,"priority":341},"skills/ce-compound/SKILL.md",{"path":357,"priority":341},"skills/ce-compound-refresh/SKILL.md",{"path":359,"priority":341},"skills/ce-debug/SKILL.md",{"path":361,"priority":341},"skills/ce-demo-reel/SKILL.md",{"path":363,"priority":341},"skills/ce-dhh-rails-style/SKILL.md",{"path":365,"priority":341},"skills/ce-doc-review/SKILL.md",{"path":367,"priority":341},"skills/ce-frontend-design/SKILL.md",{"path":369,"priority":341},"skills/ce-gemini-imagegen/SKILL.md",{"path":371,"priority":341},"skills/ce-ideate/SKILL.md",{"path":373,"priority":341},"skills/ce-optimize/SKILL.md",{"path":375,"priority":341},"skills/ce-plan/SKILL.md",{"path":377,"priority":341},"skills/ce-polish-beta/SKILL.md",{"path":379,"priority":341},"skills/ce-product-pulse/SKILL.md",{"path":381,"priority":341},"skills/ce-proof/SKILL.md",{"path":383,"priority":341},"skills/ce-release-notes/SKILL.md",{"path":385,"priority":341},"skills/ce-report-bug/SKILL.md",{"path":387,"priority":341},"skills/ce-resolve-pr-feedback/SKILL.md",{"path":389,"priority":341},"skills/ce-riffrec-feedback-analysis/SKILL.md",{"path":391,"priority":341},"skills/ce-sessions/SKILL.md",{"path":393,"priority":341},"skills/ce-setup/SKILL.md",{"path":395,"priority":341},"skills/ce-simplify-code/SKILL.md",{"path":397,"priority":341},"skills/ce-slack-research/SKILL.md",{"path":399,"priority":341},"skills/ce-strategy/SKILL.md",{"path":401,"priority":341},"skills/ce-test-browser/SKILL.md",{"path":403,"priority":341},"skills/ce-test-xcode/SKILL.md",{"path":405,"priority":341},"skills/ce-update/SKILL.md",{"path":407,"priority":341},"skills/ce-work/SKILL.md",{"path":409,"priority":341},"skills/ce-work-beta/SKILL.md",{"path":411,"priority":341},"skills/ce-worktree/SKILL.md",{"path":413,"priority":341},"skills/lfg/SKILL.md",{"path":415,"priority":338},"agents/ce-adversarial-document-reviewer.agent.md",{"path":417,"priority":338},"agents/ce-adversarial-reviewer.agent.md",{"path":419,"priority":338},"agents/ce-agent-native-reviewer.agent.md",{"path":421,"priority":338},"agents/ce-ankane-readme-writer.agent.md",{"path":423,"priority":338},"agents/ce-api-contract-reviewer.agent.md",{"path":425,"priority":338},"agents/ce-architecture-strategist.agent.md",{"path":427,"priority":338},"agents/ce-best-practices-researcher.agent.md",{"path":429,"priority":338},"agents/ce-code-simplicity-reviewer.agent.md",{"path":431,"priority":338},"agents/ce-coherence-reviewer.agent.md",{"path":433,"priority":338},"agents/ce-correctness-reviewer.agent.md",{"path":435,"priority":338},"agents/ce-data-integrity-guardian.agent.md",{"path":437,"priority":338},"agents/ce-data-migration-expert.agent.md",{"path":439,"priority":338},"agents/ce-data-migrations-reviewer.agent.md",{"path":441,"priority":338},"agents/ce-deployment-verification-agent.agent.md",{"path":443,"priority":338},"agents/ce-design-implementation-reviewer.agent.md",{"path":445,"priority":338},"agents/ce-design-iterator.agent.md",{"path":447,"priority":338},"agents/ce-design-lens-reviewer.agent.md",{"path":449,"priority":338},"agents/ce-dhh-rails-reviewer.agent.md",{"path":451,"priority":338},"agents/ce-feasibility-reviewer.agent.md",{"path":453,"priority":338},"agents/ce-figma-design-sync.agent.md",{"path":455,"priority":338},"agents/ce-framework-docs-researcher.agent.md",{"path":457,"priority":338},"agents/ce-git-history-analyzer.agent.md",{"path":459,"priority":338},"agents/ce-issue-intelligence-analyst.agent.md",{"path":461,"priority":338},"agents/ce-julik-frontend-races-reviewer.agent.md",{"path":463,"priority":338},"agents/ce-kieran-python-reviewer.agent.md",{"path":465,"priority":338},"agents/ce-kieran-rails-reviewer.agent.md",{"path":467,"priority":338},"agents/ce-kieran-typescript-reviewer.agent.md",{"path":469,"priority":338},"agents/ce-learnings-researcher.agent.md",{"path":471,"priority":338},"agents/ce-maintainability-reviewer.agent.md",{"path":473,"priority":338},"agents/ce-pattern-recognition-specialist.agent.md",{"path":475,"priority":338},"agents/ce-performance-oracle.agent.md",{"path":477,"priority":338},"agents/ce-performance-reviewer.agent.md",{"path":479,"priority":338},"agents/ce-pr-comment-resolver.agent.md",{"path":481,"priority":338},"agents/ce-previous-comments-reviewer.agent.md",{"path":483,"priority":338},"agents/ce-product-lens-reviewer.agent.md",{"path":485,"priority":338},"agents/ce-project-standards-reviewer.agent.md",{"path":487,"priority":338},"agents/ce-reliability-reviewer.agent.md",{"path":489,"priority":338},"agents/ce-repo-research-analyst.agent.md",{"path":491,"priority":338},"agents/ce-schema-drift-detector.agent.md",{"path":493,"priority":338},"agents/ce-scope-guardian-reviewer.agent.md",{"path":495,"priority":338},"agents/ce-security-lens-reviewer.agent.md",{"path":497,"priority":338},"agents/ce-security-reviewer.agent.md",{"path":499,"priority":338},"agents/ce-security-sentinel.agent.md",{"path":501,"priority":338},"agents/ce-session-historian.agent.md",{"path":503,"priority":338},"agents/ce-slack-researcher.agent.md",{"path":505,"priority":338},"agents/ce-spec-flow-analyzer.agent.md",{"path":507,"priority":338},"agents/ce-swift-ios-reviewer.agent.md",{"path":509,"priority":338},"agents/ce-testing-reviewer.agent.md",{"path":511,"priority":338},"agents/ce-web-researcher.agent.md",{"path":513,"priority":338},".codex-plugin/plugin.json",{"path":515,"priority":338},".cursor-plugin/plugin.json",{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":327,"sourceLanguage":18,"type":259},"plugins/coding-tutor","Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes","coding-tutor",{"claudeCode":519},"plugin manifest at plugins/coding-tutor/.claude-plugin/plugin.json",[523,524,525,527,529,531,533,534],{"path":333,"priority":326},{"path":335,"priority":326},{"path":526,"priority":341},"skills/coding-tutor/SKILL.md",{"path":528,"priority":338},"commands/quiz-me.md",{"path":530,"priority":338},"commands/sync-tutorials.md",{"path":532,"priority":338},"commands/teach-me.md",{"path":513,"priority":338},{"path":515,"priority":338},{"basePath":269,"description":265,"displayName":256,"installMethods":536,"rationale":537,"selectedPaths":538,"source":327,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .cursor-plugin/marketplace.json",[539,541,542],{"path":540,"priority":326},".cursor-plugin/marketplace.json",{"path":335,"priority":326},{"path":337,"priority":338},{"basePath":544,"description":545,"displayName":519,"installMethods":546,"rationale":547,"selectedPaths":548,"source":327,"sourceLanguage":18,"type":248},"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",[549,551,554,556,558],{"path":550,"priority":326},"SKILL.md",{"path":552,"priority":553},"scripts/create_tutorial.py","low",{"path":555,"priority":553},"scripts/index_tutorials.py",{"path":557,"priority":553},"scripts/quiz_priority.py",{"path":559,"priority":553},"scripts/setup_tutorials.py",{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":327,"sourceLanguage":18,"type":248},"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",[567,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596],{"path":550,"priority":326},{"path":569,"priority":341},"references/action-parity-discipline.md",{"path":571,"priority":341},"references/agent-execution-patterns.md",{"path":573,"priority":341},"references/agent-native-testing.md",{"path":575,"priority":341},"references/architecture-patterns.md",{"path":577,"priority":341},"references/checklists.md",{"path":579,"priority":341},"references/dynamic-context-injection.md",{"path":581,"priority":341},"references/files-universal-interface.md",{"path":583,"priority":341},"references/from-primitives-to-domain-tools.md",{"path":585,"priority":341},"references/mcp-tool-design.md",{"path":587,"priority":341},"references/mobile-patterns.md",{"path":589,"priority":341},"references/product-implications.md",{"path":591,"priority":341},"references/refactoring-to-prompt-native.md",{"path":593,"priority":341},"references/self-modification.md",{"path":595,"priority":341},"references/shared-workspace-architecture.md",{"path":597,"priority":341},"references/system-prompt-design.md",{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":327,"sourceLanguage":18,"type":248},"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",[605],{"path":550,"priority":326},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":327,"sourceLanguage":18,"type":248},"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",[613,614,616,618,620,622],{"path":550,"priority":326},{"path":615,"priority":341},"references/handoff.md",{"path":617,"priority":341},"references/requirements-capture.md",{"path":619,"priority":341},"references/synthesis-summary.md",{"path":621,"priority":341},"references/universal-brainstorming.md",{"path":623,"priority":341},"references/visual-communication.md",{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":327,"sourceLanguage":18,"type":248},"plugins/compound-engineering/skills/ce-clean-gone-branches","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.","ce-clean-gone-branches",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-clean-gone-branches/SKILL.md",[631,632],{"path":550,"priority":326},{"path":633,"priority":553},"scripts/clean-gone",{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":327,"sourceLanguage":18,"type":248},"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",[641,642,644,646,648,650,652,654,656,658],{"path":550,"priority":326},{"path":643,"priority":341},"references/bulk-preview.md",{"path":645,"priority":341},"references/diff-scope.md",{"path":647,"priority":341},"references/findings-schema.json",{"path":649,"priority":341},"references/persona-catalog.md",{"path":651,"priority":341},"references/review-output-template.md",{"path":653,"priority":341},"references/subagent-template.md",{"path":655,"priority":341},"references/tracker-defer.md",{"path":657,"priority":341},"references/validator-template.md",{"path":659,"priority":341},"references/walkthrough.md",{"basePath":661,"description":662,"displayName":663,"installMethods":664,"rationale":665,"selectedPaths":666,"source":327,"sourceLanguage":18,"type":248},"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",[667],{"path":550,"priority":326},{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":327,"sourceLanguage":18,"type":248},"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",[675,676,678],{"path":550,"priority":326},{"path":677,"priority":341},"references/branch-creation.md",{"path":679,"priority":341},"references/pr-description-writing.md",{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":327,"sourceLanguage":18,"type":248},"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",[687,688,690,692,694],{"path":550,"priority":326},{"path":689,"priority":553},"assets/resolution-template.md",{"path":691,"priority":341},"references/schema.yaml",{"path":693,"priority":341},"references/yaml-schema.md",{"path":695,"priority":553},"scripts/validate-frontmatter.py",{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":327,"sourceLanguage":18,"type":248},"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",[703,704,705,707,708,709],{"path":550,"priority":326},{"path":689,"priority":553},{"path":706,"priority":341},"references/per-action-flows.md",{"path":691,"priority":341},{"path":693,"priority":341},{"path":695,"priority":553},{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":327,"sourceLanguage":18,"type":248},"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",[717,718,720,722],{"path":550,"priority":326},{"path":719,"priority":341},"references/anti-patterns.md",{"path":721,"priority":341},"references/defense-in-depth.md",{"path":723,"priority":341},"references/investigation-techniques.md",{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":327,"sourceLanguage":18,"type":248},"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",[731,732,734,736,738,740,742],{"path":550,"priority":326},{"path":733,"priority":341},"references/tier-browser-reel.md",{"path":735,"priority":341},"references/tier-screenshot-reel.md",{"path":737,"priority":341},"references/tier-static-screenshots.md",{"path":739,"priority":341},"references/tier-terminal-recording.md",{"path":741,"priority":341},"references/upload-and-approval.md",{"path":743,"priority":553},"scripts/capture-demo.py",{"basePath":745,"description":746,"displayName":747,"installMethods":748,"rationale":749,"selectedPaths":750,"source":327,"sourceLanguage":18,"type":248},"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",[751,752,754,756,758,760,762],{"path":550,"priority":326},{"path":753,"priority":341},"references/architecture.md",{"path":755,"priority":341},"references/controllers.md",{"path":757,"priority":341},"references/frontend.md",{"path":759,"priority":341},"references/gems.md",{"path":761,"priority":341},"references/models.md",{"path":763,"priority":341},"references/testing.md",{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":327,"sourceLanguage":18,"type":248},"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",[771,772,773,774,776,777,778,780],{"path":550,"priority":326},{"path":643,"priority":341},{"path":647,"priority":341},{"path":775,"priority":341},"references/open-questions-defer.md",{"path":651,"priority":341},{"path":653,"priority":341},{"path":779,"priority":341},"references/synthesis-and-presentation.md",{"path":659,"priority":341},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":327,"sourceLanguage":18,"type":248},"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",[788],{"path":550,"priority":326},{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":327,"sourceLanguage":18,"type":248},"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",[796,797,799,801,803,805],{"path":550,"priority":326},{"path":798,"priority":553},"scripts/compose_images.py",{"path":800,"priority":553},"scripts/edit_image.py",{"path":802,"priority":553},"scripts/gemini_images.py",{"path":804,"priority":553},"scripts/generate_image.py",{"path":806,"priority":553},"scripts/multi_turn_chat.py",{"basePath":808,"description":809,"displayName":810,"installMethods":811,"rationale":812,"selectedPaths":813,"source":327,"sourceLanguage":18,"type":248},"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",[814,815,817,819],{"path":550,"priority":326},{"path":816,"priority":341},"references/post-ideation-workflow.md",{"path":818,"priority":341},"references/universal-ideation.md",{"path":820,"priority":341},"references/web-research-cache.md",{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":327,"sourceLanguage":18,"type":248},"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",[828,829,831,833,835,837,839,841,843,845,847],{"path":550,"priority":326},{"path":830,"priority":341},"references/example-hard-spec.yaml",{"path":832,"priority":341},"references/example-judge-spec.yaml",{"path":834,"priority":341},"references/experiment-log-schema.yaml",{"path":836,"priority":341},"references/experiment-prompt-template.md",{"path":838,"priority":341},"references/judge-prompt-template.md",{"path":840,"priority":341},"references/optimize-spec-schema.yaml",{"path":842,"priority":341},"references/usage-guide.md",{"path":844,"priority":553},"scripts/experiment-worktree.sh",{"path":846,"priority":553},"scripts/measure.sh",{"path":848,"priority":553},"scripts/parallel-probe.sh",{"basePath":850,"description":851,"displayName":852,"installMethods":853,"rationale":854,"selectedPaths":855,"source":327,"sourceLanguage":18,"type":248},"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",[856,857,859,861,863,864,866],{"path":550,"priority":326},{"path":858,"priority":341},"references/deepening-workflow.md",{"path":860,"priority":341},"references/plan-handoff.md",{"path":862,"priority":341},"references/plan-template.md",{"path":619,"priority":341},{"path":865,"priority":341},"references/universal-planning.md",{"path":623,"priority":341},{"basePath":868,"description":869,"displayName":870,"installMethods":871,"rationale":872,"selectedPaths":873,"source":327,"sourceLanguage":18,"type":248},"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",[874,875,877,879,881,883,885,887,889,891,893,895,897,899,901,903],{"path":550,"priority":326},{"path":876,"priority":341},"references/dev-server-astro.md",{"path":878,"priority":341},"references/dev-server-detection.md",{"path":880,"priority":341},"references/dev-server-next.md",{"path":882,"priority":341},"references/dev-server-nuxt.md",{"path":884,"priority":341},"references/dev-server-procfile.md",{"path":886,"priority":341},"references/dev-server-rails.md",{"path":888,"priority":341},"references/dev-server-remix.md",{"path":890,"priority":341},"references/dev-server-sveltekit.md",{"path":892,"priority":341},"references/dev-server-vite.md",{"path":894,"priority":341},"references/ide-detection.md",{"path":896,"priority":341},"references/launch-json-schema.md",{"path":898,"priority":553},"scripts/detect-project-type.sh",{"path":900,"priority":553},"scripts/read-launch-json.sh",{"path":902,"priority":553},"scripts/resolve-package-manager.sh",{"path":904,"priority":553},"scripts/resolve-port.sh",{"basePath":906,"description":907,"displayName":908,"installMethods":909,"rationale":910,"selectedPaths":911,"source":327,"sourceLanguage":18,"type":248},"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",[912,913,915],{"path":550,"priority":326},{"path":914,"priority":341},"references/interview.md",{"path":916,"priority":341},"references/report-template.md",{"basePath":918,"description":919,"displayName":920,"installMethods":921,"rationale":922,"selectedPaths":923,"source":327,"sourceLanguage":18,"type":248},"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",[924,925],{"path":550,"priority":326},{"path":926,"priority":341},"references/hitl-review.md",{"basePath":928,"description":929,"displayName":930,"installMethods":931,"rationale":932,"selectedPaths":933,"source":327,"sourceLanguage":18,"type":248},"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",[934,935],{"path":550,"priority":326},{"path":936,"priority":553},"scripts/list-plugin-releases.py",{"basePath":938,"description":939,"displayName":940,"installMethods":941,"rationale":942,"selectedPaths":943,"source":327,"sourceLanguage":18,"type":248},"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",[944],{"path":550,"priority":326},{"basePath":946,"description":947,"displayName":948,"installMethods":949,"rationale":950,"selectedPaths":951,"source":327,"sourceLanguage":18,"type":248},"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",[952,953,955,957,959,961,963],{"path":550,"priority":326},{"path":954,"priority":341},"references/full-mode.md",{"path":956,"priority":341},"references/targeted-mode.md",{"path":958,"priority":553},"scripts/get-pr-comments",{"path":960,"priority":553},"scripts/get-thread-for-comment",{"path":962,"priority":553},"scripts/reply-to-pr-thread",{"path":964,"priority":553},"scripts/resolve-pr-thread",{"basePath":966,"description":967,"displayName":968,"installMethods":969,"rationale":970,"selectedPaths":971,"source":327,"sourceLanguage":18,"type":248},"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",[972,973,975,977,979,981],{"path":550,"priority":326},{"path":974,"priority":341},"references/compound-engineering-feedback-format.md",{"path":976,"priority":341},"references/extensive-analysis.md",{"path":978,"priority":341},"references/install-riffrec.md",{"path":980,"priority":341},"references/quick-bug-report.md",{"path":982,"priority":553},"scripts/analyze_riffrec_zip.py",{"basePath":984,"description":985,"displayName":986,"installMethods":987,"rationale":988,"selectedPaths":989,"source":327,"sourceLanguage":18,"type":248},"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",[990,991,993,995,997],{"path":550,"priority":326},{"path":992,"priority":553},"scripts/discover-sessions.sh",{"path":994,"priority":553},"scripts/extract-errors.py",{"path":996,"priority":553},"scripts/extract-metadata.py",{"path":998,"priority":553},"scripts/extract-skeleton.py",{"basePath":1000,"description":1001,"displayName":1002,"installMethods":1003,"rationale":1004,"selectedPaths":1005,"source":327,"sourceLanguage":18,"type":248},"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",[1006,1007,1009],{"path":550,"priority":326},{"path":1008,"priority":341},"references/config-template.yaml",{"path":1010,"priority":553},"scripts/check-health",{"basePath":1012,"description":1013,"displayName":1014,"installMethods":1015,"rationale":1016,"selectedPaths":1017,"source":327,"sourceLanguage":18,"type":248},"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",[1018],{"path":550,"priority":326},{"basePath":1020,"description":1021,"displayName":1022,"installMethods":1023,"rationale":1024,"selectedPaths":1025,"source":327,"sourceLanguage":18,"type":248},"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",[1026],{"path":550,"priority":326},{"basePath":1028,"description":1029,"displayName":1030,"installMethods":1031,"rationale":1032,"selectedPaths":1033,"source":327,"sourceLanguage":18,"type":248},"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",[1034,1035,1036],{"path":550,"priority":326},{"path":914,"priority":341},{"path":1037,"priority":341},"references/strategy-template.md",{"basePath":1039,"description":1040,"displayName":1041,"installMethods":1042,"rationale":1043,"selectedPaths":1044,"source":327,"sourceLanguage":18,"type":248},"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",[1045],{"path":550,"priority":326},{"basePath":1047,"description":1048,"displayName":1049,"installMethods":1050,"rationale":1051,"selectedPaths":1052,"source":327,"sourceLanguage":18,"type":248},"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",[1053],{"path":550,"priority":326},{"basePath":1055,"description":1056,"displayName":1057,"installMethods":1058,"rationale":1059,"selectedPaths":1060,"source":327,"sourceLanguage":18,"type":248},"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",[1061,1062,1064,1066],{"path":550,"priority":326},{"path":1063,"priority":553},"scripts/currently-loaded-version.sh",{"path":1065,"priority":553},"scripts/marketplace-name.sh",{"path":1067,"priority":553},"scripts/upstream-version.sh",{"basePath":1069,"description":1070,"displayName":1071,"installMethods":1072,"rationale":1073,"selectedPaths":1074,"source":327,"sourceLanguage":18,"type":248},"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",[1075,1076,1078],{"path":550,"priority":326},{"path":1077,"priority":341},"references/shipping-workflow.md",{"path":655,"priority":341},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":327,"sourceLanguage":18,"type":248},"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",[1086,1087,1089,1090],{"path":550,"priority":326},{"path":1088,"priority":341},"references/codex-delegation-workflow.md",{"path":1077,"priority":341},{"path":655,"priority":341},{"basePath":245,"description":10,"displayName":13,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":327,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-worktree/SKILL.md",[1095,1096],{"path":550,"priority":326},{"path":1097,"priority":553},"scripts/worktree-manager.sh",{"basePath":1099,"description":1100,"displayName":1101,"installMethods":1102,"rationale":1103,"selectedPaths":1104,"source":327,"sourceLanguage":18,"type":248},"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",[1105,1106],{"path":550,"priority":326},{"path":655,"priority":341},{"basePath":269,"description":1108,"displayName":1109,"installMethods":1110,"rationale":1111,"selectedPaths":1112,"source":327,"sourceLanguage":18,"type":1129},"Official Compound Engineering plugin for Claude Code, Codex, and more","@every-env/compound-plugin",{"npm":1109},"cli ecosystem detected at /",[1113,1115,1116,1117,1119,1121,1123,1125,1127],{"path":1114,"priority":326},"package.json",{"path":335,"priority":326},{"path":337,"priority":338},{"path":1118,"priority":341},"src/index.ts",{"path":1120,"priority":553},"src/commands/cleanup.ts",{"path":1122,"priority":553},"src/commands/convert.ts",{"path":1124,"priority":553},"src/commands/install.ts",{"path":1126,"priority":553},"src/commands/list.ts",{"path":1128,"priority":553},"src/commands/plugin-path.ts","cli",{"sources":1131},[1132],"manual",{"npmPackage":1109},{"closedIssues90d":231,"description":1135,"forks":232,"homepage":1136,"license":239,"openIssues90d":233,"pushedAt":234,"readmeSize":229,"stars":235,"topics":1137},"Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more","https://every.to/guides/compound-engineering",[1138,1139],"compound","engineering",{"downloads":237},{"classifiedAt":1142,"discoverAt":1143,"extractAt":1144,"githubAt":1144,"npmAt":1145,"updatedAt":1142},1778686639998,1778686632796,1778686635929,1778686638203,[215,213,211,214,212],{"evaluatedAt":243,"extractAt":291,"updatedAt":243},[],[1150,1180,1207,1232,1259,1286],{"_creationTime":1151,"_id":1152,"community":1153,"display":1154,"identity":1160,"providers":1165,"relations":1173,"tags":1176,"workflow":1177},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1155,"installMethods":1156,"name":1158,"sourceUrl":1159},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1157},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1161,"githubOwner":1162,"githubRepo":1163,"locale":18,"slug":1164,"type":248},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1166,"extract":1172},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1167,"tags":1168,"targetMarket":216,"tier":217},100,[211,1169,212,1170,215,1129,1171],"development-environment","tmux","developer-tool",{"commitSha":281,"license":239},{"parentExtensionId":1174,"repoId":1175},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[215,1129,1171,1169,211,1170,212],{"evaluatedAt":1178,"extractAt":1179,"updatedAt":1178},1778699613343,1778699234184,{"_creationTime":1181,"_id":1182,"community":1183,"display":1184,"identity":1190,"providers":1194,"relations":1201,"tags":1203,"workflow":1204},1778697652123.886,"k174rav3ndhd0xydpyp2k4nn8586nbvw",{"reviewCount":8},{"description":1185,"installMethods":1186,"name":1188,"sourceUrl":1189},"Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions (\"telephone game\" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.",{"claudeCode":1187},"steipete/clawdis","acp-router","https://github.com/steipete/clawdis",{"basePath":1191,"githubOwner":1192,"githubRepo":1193,"locale":18,"slug":1188,"type":248},"extensions/acpx/skills/acp-router","steipete","clawdis",{"evaluate":1195,"extract":1200},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1167,"tags":1196,"targetMarket":216,"tier":217},[1197,1198,1199,212,215],"routing","acp","coding-assistants",{"commitSha":281},{"repoId":1202},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1198,215,1199,1197,212],{"evaluatedAt":1205,"extractAt":1206,"updatedAt":1205},1778698053003,1778697652123,{"_creationTime":1208,"_id":1209,"community":1210,"display":1211,"identity":1217,"providers":1221,"relations":1226,"tags":1228,"workflow":1229},1778696505500.006,"k1754f7285hvja3svvh212kj8586maxr",{"reviewCount":8},{"description":1212,"installMethods":1213,"name":1215,"sourceUrl":1216},"Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.",{"claudeCode":1214},"ReScienceLab/opc-skills","add-new-opc-skill","https://github.com/ReScienceLab/opc-skills",{"basePath":1218,"githubOwner":1219,"githubRepo":1220,"locale":18,"slug":1215,"type":248},".factory/skills/add-new-opc-skill","ReScienceLab","opc-skills",{"evaluate":1222,"extract":1225},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1167,"tags":1223,"targetMarket":216,"tier":217},[278,215,213,1224,212],"checklist",{"commitSha":281},{"repoId":1227},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[215,1224,213,278,212],{"evaluatedAt":1230,"extractAt":1231,"updatedAt":1230},1778696744286,1778696505500,{"_creationTime":1233,"_id":1234,"community":1235,"display":1236,"identity":1242,"providers":1246,"relations":1251,"tags":1254,"workflow":1255},1778694781833.2703,"k177cc2csjkdcems8qf39yr5fd86mzrs",{"reviewCount":8},{"description":1237,"installMethods":1238,"name":1240,"sourceUrl":1241},"Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback",{"claudeCode":1239},"obra/superpowers","using-git-worktrees","https://github.com/obra/superpowers",{"basePath":1243,"githubOwner":1244,"githubRepo":1245,"locale":18,"slug":1240,"type":248},"skills/using-git-worktrees","obra","superpowers",{"evaluate":1247,"extract":1250},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1167,"tags":1248,"targetMarket":216,"tier":217},[211,1249,213,215,1129],"workspace",{"commitSha":281},{"parentExtensionId":1252,"repoId":1253},"k173cyjvkcyer717cf1859rka586mrx6","kd78df84w9e6v1ppqnzptt1afd86n9rm",[215,1129,213,211,1249],{"evaluatedAt":1256,"extractAt":1257,"updatedAt":1258},1778694972293,1778694781833,1778695146071,{"_creationTime":1260,"_id":1261,"community":1262,"display":1263,"identity":1269,"providers":1273,"relations":1279,"tags":1282,"workflow":1283},1778699018122.7954,"k17572m7jctwrx4hgvea213c3n86mbfx",{"reviewCount":8},{"description":1264,"installMethods":1265,"name":1267,"sourceUrl":1268},"Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.",{"claudeCode":1266},"wshobson/agents","workflow-patterns","https://github.com/wshobson/agents",{"basePath":1270,"githubOwner":1271,"githubRepo":1272,"locale":18,"slug":1267,"type":248},"plugins/conductor/skills/workflow-patterns","wshobson","agents",{"evaluate":1274,"extract":1278},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":1275,"targetMarket":216,"tier":217},[1276,212,211,1277,213],"tdd","testing",{"commitSha":281},{"parentExtensionId":1280,"repoId":1281},"k178xd25tz05hn0x5cp9fyqcb986mdeg","kd74de64zj0axtg5b8t7eqqe2x86nske",[213,211,1276,1277,212],{"evaluatedAt":1284,"extractAt":1285,"updatedAt":1284},1778700976868,1778699018122,{"_creationTime":1287,"_id":1288,"community":1289,"display":1290,"identity":1296,"providers":1298,"relations":1306,"tags":1308,"workflow":1309},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":1291,"installMethods":1292,"name":1294,"sourceUrl":1295},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":1293},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":269,"githubOwner":1297,"githubRepo":1294,"locale":18,"slug":1294,"type":248},"zagmoai",{"evaluate":1299,"extract":1305},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1167,"tags":1300,"targetMarket":216,"tier":217},[1301,1302,1303,215,1304],"google-docs","google-sheets","productivity","api-client",{"commitSha":281},{"repoId":1307},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[1304,215,1301,1302,1303],{"evaluatedAt":1310,"extractAt":1311,"updatedAt":1312},1778699485884,1778699468747,1778699509178]