[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-setup-zh-CN":3,"guides-for-EveryInc-ce-setup":1148,"similar-k177df08p0zd64m208z51epx7986n42h-zh-CN":1149},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":225,"parentExtension":249,"providers":308,"relations":312,"repo":313,"tags":1146,"workflow":1147},1778686640222.7976,"k177df08p0zd64m208z51epx7986n42h",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-setup","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":242},1778687409321.0059,"kn76ttt9jfw3v7tt642ahkbkys86n6ne","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,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 diagnosing and configuring compound-engineering environments, including specific pain points like troubleshooting missing tools and verifying setup.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers guided installation and checks for CLI dependencies, plugin versions, and repo-local configurations, providing value beyond basic environment checks.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, covering environment diagnosis, dependency checking, and guided installation for a complete setup workflow.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on diagnosing and configuring the compound-engineering environment, a single coherent domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality as described in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a single, well-defined `AskUserQuestion` tool, adhering to narrow tool specialization.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While the SKILL.md details configuration steps, explicit documentation of all parameters for `AskUserQuestion` or other internal tools is not readily available.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The primary tool used, `AskUserQuestion`, is descriptive and fits within the expected domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The `AskUserQuestion` tool, being a platform-specific interaction primitive, has a well-defined and minimal I/O surface.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and confirmed by the trust signals.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-13, well within the last 3 months.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project includes lockfiles and CI, indicating good dependency management practices.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not appear to handle secrets directly, relying on platform-specific mechanisms for authentication.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses platform-specific tools for user interaction and script execution, which are expected to handle data safely. No direct loading of untrusted third-party data is apparent.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and platform-specific interaction tools, with no apparent runtime fetching of external code or data.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill primarily interacts with the user and executes bundled scripts or commands within the provided environment, with no indications of attempting to write outside designated scopes.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is environment setup and diagnosis; it does not involve submitting confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks or obfuscated characters.",{"category":66,"check":88,"severity":24,"summary":89},"Opaque code execution","The bundled scripts are in plain, readable Bash and do not use obfuscation techniques like base64 encoding or eval.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill makes reasonable assumptions about the project environment and explicitly states its prerequisites, providing clear error messages if they are not met.",{"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 above 50%, indicating active maintenance.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a meaningful semver version declared in its package.json and GitHub releases, and uses tagged releases.",{"category":103,"check":104,"severity":46,"summary":105},"Code Execution","Validation","Input validation for the `AskUserQuestion` tool is handled by the platform. Bundled scripts for dependency checks are assumed to have internal validation, but explicit schema validation is not visible in the provided code snippets.",{"category":66,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill performs file operations like deletion and writing, but these are guarded by user prompts and confirmation steps.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The SKILL.md outlines clear error handling steps, including reporting failure modes with symptoms and recovery steps. Scripts are expected to exit non-zero on error.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The skill's workflow includes displaying script output and confirmation messages to the user, serving as an audit trail.",{"category":116,"check":117,"severity":118,"summary":119},"Compliance","GDPR","not_applicable","The skill's function is environment setup and does not involve processing personal data.",{"category":116,"check":121,"severity":24,"summary":122},"Target market","The extension is a general-purpose development tool and has no regional or jurisdictional limitations.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard Bash scripts and platform-specific interaction tools, ensuring cross-platform compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the project, its philosophy, workflow, and installation instructions.",{"category":33,"check":130,"severity":118,"summary":131},"Tool surface size","This is a single-tool extension using the platform's interaction primitive.",{"category":40,"check":133,"severity":118,"summary":134},"Overlapping near-synonym tools","The extension primarily uses a single interaction tool (`AskUserQuestion`) and bundled scripts, so there are no overlapping near-synonym tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features mentioned in the README and SKILL.md, such as environment checks and guided installation, have corresponding implementations in the bundled scripts and logic.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides detailed, copy-pasteable installation instructions for various platforms, including authentication setup where applicable.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md explicitly details how to handle errors, including documenting failure modes, symptoms, and recovery steps.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The project utilizes lockfiles and CI, indicating that dependencies are pinned and managed appropriately.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","Destructive operations like file deletion and writing are gated by explicit user confirmation, effectively serving as a dry-run preview for those actions.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are primarily local or user-interactive, with no long-running remote calls suggesting a need for advanced idempotency or timeouts.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension does not appear to collect or emit telemetry, making opt-in/out irrelevant.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md and description clearly state the extension's purpose (diagnose and configure environment) and its usage triggers (troubleshooting, verifying setup).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and usage context.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is reasonably concise, delegating deeper material to separate files as appropriate.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to configuration templates, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":118,"summary":175},"Forked exploration","This skill's workflow is interactive and does not involve extensive code exploration or deep research that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear examples for setup, including interactive prompts and expected outputs.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents failure modes for missing dependencies and configuration issues, along with recovery steps.",{"category":103,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill mentions fallbacks for user interaction tools and lists required tools in the frontmatter, indicating good practice.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The SKILL.md instructs the user to abort and report on unexpected pre-state conditions, ensuring a safe workflow.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills, with explicit guidance for related tasks.",1778687409215,"This skill checks CLI dependencies, plugin versions, and repository-local configurations for compound-engineering environments, offering guided installation for missing tools. It operates via interactive prompts and bundled scripts.",[195,196,197,198,199],"Diagnoses CLI tool dependencies","Checks installed plugin versions","Verifies repo-local configuration","Offers guided installation for missing tools","Cleans up obsolete configuration files",[201,202,203,204],"Reviewing code or documentation","Managing project strategy or planning","Executing development tasks","Providing guidance on specific engineering problems outside of environment setup","3.0.0","4.4.0","To ensure a healthy and correctly configured compound-engineering environment, enabling smoother development workflows.","The extension is exceptionally well-documented and maintained, with a clear purpose and robust error handling. No critical or warning findings were identified.",98,"A comprehensive and well-maintained skill for diagnosing and configuring development environments.",[212,213,214,215],"environment-setup","cli-tools","dependency-management","configuration","global","verified",[219,220,221,222],"Troubleshooting missing tools for compound-engineering","Verifying a correct development environment setup","Onboarding new team members to the compound-engineering setup","Ensuring project configuration consistency",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"popularity":236,"security":238,"testCoverage":241},{"hasLockfile":225},true,1778687382804,{"descriptionLength":228,"readmeSize":229},245,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},1778687409321,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"plugins/compound-engineering/skills/ce-setup","EveryInc","compound-engineering-plugin","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":257,"parentExtension":260,"providers":293,"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":287,"tags":289,"workflow":290},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":281},{"promptVersionExtension":273,"promptVersionScoring":206,"score":274,"tags":275,"targetMarket":216,"tier":217},"3.1.0",99,[276,277,278,279,280],"development-workflow","code-review","planning","documentation","ai-agents",{"commitSha":282,"license":239,"marketplace":283,"plugin":285},"HEAD",{"name":247,"pluginCount":284},2,{"mcpCount":8,"provider":286,"skillCount":8},"classify",{"repoId":288},"kd7e40my1b5g70tg0f60qg85ch86nn08",[280,277,276,279,278],{"evaluatedAt":291,"extractAt":292,"updatedAt":291},1778686722515,1778686640222,{"evaluate":294,"extract":301},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":295,"targetMarket":216,"tier":217},[296,297,277,298,279,299,278,300],"ai","developer-tools","research","workflow-automation","ideation",{"commitSha":282,"license":239,"plugin":302},{"mcpCount":8,"provider":286,"skillCount":303},37,{"parentExtensionId":262,"repoId":288},[296,277,297,279,300,278,298,299],{"evaluatedAt":307,"extractAt":292,"updatedAt":307},1778686677611,{"evaluate":309,"extract":311},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":310,"targetMarket":216,"tier":217},[212,213,214,215],{"commitSha":282},{"parentExtensionId":251,"repoId":288},{"_creationTime":314,"_id":288,"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":282,"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,1008,1016,1024,1035,1043,1051,1065,1076,1088,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":245,"description":10,"displayName":13,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":327,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-setup/SKILL.md",[1003,1004,1006],{"path":550,"priority":326},{"path":1005,"priority":341},"references/config-template.yaml",{"path":1007,"priority":553},"scripts/check-health",{"basePath":1009,"description":1010,"displayName":1011,"installMethods":1012,"rationale":1013,"selectedPaths":1014,"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",[1015],{"path":550,"priority":326},{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"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",[1023],{"path":550,"priority":326},{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"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",[1031,1032,1033],{"path":550,"priority":326},{"path":914,"priority":341},{"path":1034,"priority":341},"references/strategy-template.md",{"basePath":1036,"description":1037,"displayName":1038,"installMethods":1039,"rationale":1040,"selectedPaths":1041,"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",[1042],{"path":550,"priority":326},{"basePath":1044,"description":1045,"displayName":1046,"installMethods":1047,"rationale":1048,"selectedPaths":1049,"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",[1050],{"path":550,"priority":326},{"basePath":1052,"description":1053,"displayName":1054,"installMethods":1055,"rationale":1056,"selectedPaths":1057,"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",[1058,1059,1061,1063],{"path":550,"priority":326},{"path":1060,"priority":553},"scripts/currently-loaded-version.sh",{"path":1062,"priority":553},"scripts/marketplace-name.sh",{"path":1064,"priority":553},"scripts/upstream-version.sh",{"basePath":1066,"description":1067,"displayName":1068,"installMethods":1069,"rationale":1070,"selectedPaths":1071,"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",[1072,1073,1075],{"path":550,"priority":326},{"path":1074,"priority":341},"references/shipping-workflow.md",{"path":655,"priority":341},{"basePath":1077,"description":1078,"displayName":1079,"installMethods":1080,"rationale":1081,"selectedPaths":1082,"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",[1083,1084,1086,1087],{"path":550,"priority":326},{"path":1085,"priority":341},"references/codex-delegation-workflow.md",{"path":1074,"priority":341},{"path":655,"priority":341},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":327,"sourceLanguage":18,"type":248},"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",[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,[213,215,214,212],{"evaluatedAt":243,"extractAt":292,"updatedAt":243},[],[1150,1181,1212,1239,1259,1290],{"_creationTime":1151,"_id":1152,"community":1153,"display":1154,"identity":1160,"providers":1164,"relations":1173,"tags":1176,"workflow":1177},1778699514767.176,"k17f4qpem03b53manh7vcdvtr986mmjg",{"reviewCount":8},{"description":1155,"installMethods":1156,"name":1158,"sourceUrl":1159},"AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在，则自动安装。",{"claudeCode":1157},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":1161,"githubOwner":1162,"githubRepo":1158,"locale":1163,"slug":1158,"type":248},"skills/lean-ctx","yvgude","zh-CN",{"evaluate":1165,"extract":1172},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1166,"tags":1167,"targetMarket":216,"tier":217},100,[1168,1169,213,297,1170,1171],"context-compression","ai-agent","rust","code-analysis",{"commitSha":282},{"repoId":1174,"translatedFrom":1175},"kd7dxtfr9j3z54hs3bz0218e1n86may0","k170fxxh22hdspg4vr94whgj1986mpr9",[1169,213,1171,1168,297,1170],{"evaluatedAt":1178,"extractAt":1179,"updatedAt":1180},1778699456179,1778699438912,1778699514767,{"_creationTime":1182,"_id":1183,"community":1184,"display":1185,"identity":1191,"providers":1195,"relations":1205,"tags":1208,"workflow":1209},1778695548458.4001,"k170asnajd0vcr51hwhfy4t0t986m5bh",{"reviewCount":8},{"description":1186,"installMethods":1187,"name":1189,"sourceUrl":1190},"Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.\n",{"claudeCode":1188},"pjt222/agent-almanac","setup-tailwind-typescript","https://github.com/pjt222/agent-almanac",{"basePath":1192,"githubOwner":1193,"githubRepo":1194,"locale":18,"slug":1189,"type":248},"skills/setup-tailwind-typescript","pjt222","agent-almanac",{"evaluate":1196,"extract":1204},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1166,"tags":1197,"targetMarket":216,"tier":217},[1198,1199,1200,1201,215,1202,1203],"tailwind","typescript","css","styling","react","nextjs",{"commitSha":282},{"parentExtensionId":1206,"repoId":1207},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[215,1200,1203,1202,1201,1198,1199],{"evaluatedAt":1210,"extractAt":1211,"updatedAt":1210},1778701490050,1778695548458,{"_creationTime":1213,"_id":1214,"community":1215,"display":1216,"identity":1222,"providers":1226,"relations":1232,"tags":1235,"workflow":1236},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":1217,"installMethods":1218,"name":1220,"sourceUrl":1221},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":1219},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1223,"githubOwner":1224,"githubRepo":1225,"locale":18,"slug":1220,"type":248},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":1227,"extract":1231},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1166,"tags":1228,"targetMarket":216,"tier":217},[1220,1229,215,1129,1230],"routing","mcp",{"commitSha":282},{"parentExtensionId":1233,"repoId":1234},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[1129,215,1230,1229,1220],{"evaluatedAt":1237,"extractAt":1238,"updatedAt":1237},1778699724286,1778699234184,{"_creationTime":1240,"_id":1241,"community":1242,"display":1243,"identity":1247,"providers":1249,"relations":1255,"tags":1256,"workflow":1257},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":1244,"installMethods":1245,"name":1246,"sourceUrl":1221},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":1219},"mcp-setup",{"basePath":1248,"githubOwner":1224,"githubRepo":1225,"locale":18,"slug":1246,"type":248},"skills/mcp-setup",{"evaluate":1250,"extract":1254},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1166,"tags":1251,"targetMarket":216,"tier":217},[1230,215,1129,1252,1253],"agent","tooling",{"commitSha":282},{"parentExtensionId":1233,"repoId":1234},[1252,1129,215,1230,1253],{"evaluatedAt":1258,"extractAt":1238,"updatedAt":1258},1778699492025,{"_creationTime":1260,"_id":1261,"community":1262,"display":1263,"identity":1269,"providers":1273,"relations":1282,"tags":1285,"workflow":1286},1778699349323.906,"k175ez1g485tsjr6ac09xr59hd86mmqk",{"reviewCount":8},{"description":1264,"installMethods":1265,"name":1267,"sourceUrl":1268},"当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用，以减少直接的 Anthropic 支出，配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖，或对 Copilot 代理设置失败进行故障排除，例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。",{"claudeCode":1266},"xixu-me/skills","running-claude-code-via-litellm-copilot","https://github.com/xixu-me/skills",{"basePath":1270,"githubOwner":1271,"githubRepo":1272,"locale":1163,"slug":1267,"type":248},"skills/running-claude-code-via-litellm-copilot","xixu-me","skills",{"evaluate":1274,"extract":1281},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1166,"tags":1275,"targetMarket":216,"tier":217},[1276,1277,1278,1279,215,1280],"copilot","litellm","proxy","claude-code","troubleshooting",{"commitSha":282},{"repoId":1283,"translatedFrom":1284},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k17c1n6dbde7qh2wemx78d13t986n7x2",[1279,215,1276,1277,1278,1280],{"evaluatedAt":1287,"extractAt":1288,"updatedAt":1289},1778699196029,1778699106670,1778699349323,{"_creationTime":1291,"_id":1292,"community":1293,"display":1294,"identity":1300,"providers":1304,"relations":1312,"tags":1316,"workflow":1317},1778696803784.4255,"k176jrtydfqqw1f6gj4x738aa586mnbb",{"reviewCount":8},{"description":1295,"installMethods":1296,"name":1298,"sourceUrl":1299},"当用户首次设置配置同步、连接到 GitHub 或重新初始化备份存储库时使用。",{"claudeCode":1297},"rohithzr/claudebase","sync-setup","https://github.com/rohithzr/claudebase",{"basePath":1301,"githubOwner":1302,"githubRepo":1303,"locale":1163,"slug":1298,"type":248},"skills/sync-setup","rohithzr","claudebase",{"evaluate":1305,"extract":1311},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1166,"tags":1306,"targetMarket":216,"tier":217},[215,1307,1308,1309,1310],"sync","github","backup","automation",{"commitSha":282},{"parentExtensionId":1313,"repoId":1314,"translatedFrom":1315},"k17brwsz1rsvvtg8zjs955raex86mnh6","kd7e1fmwvfp6n226mj6hy2fzds86n8kk","k17fm71376rjr60q577jsnf3hx86n2a5",[1310,1309,215,1308,1307],{"evaluatedAt":1318,"extractAt":1319,"updatedAt":1320},1778696737767,1778696622831,1778696803784]