[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-update-en":3,"guides-for-EveryInc-ce-update":1151,"similar-k177m5b6ar32dsq65fe91jc8es86mgew-en":1152},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":242,"parentExtension":251,"providers":311,"relations":315,"repo":316,"tags":1149,"workflow":1150},1778686640222.799,"k177m5b6ar32dsq65fe91jc8es86mgew",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-update","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":244},1778687535579.911,"kn77m6rfvt9t8z6jrvvps85n0s86mc1r","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":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of checking if the compound-engineering plugin is up to date and recommends an update command when not, specifically for users in Claude Code.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill offers a unique value proposition by automating the version check and update recommendation for a specific plugin, which is beyond standard LLM capabilities and not a mere thin wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready as it addresses a complete lifecycle task of version checking and update recommendation for its stated use case within Claude Code.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill adheres to the single responsibility principle by focusing solely on checking and recommending updates for the compound-engineering plugin.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the skill's functionality and intended use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses narrow, scoped Bash tools (`upstream-version.sh`, `currently-loaded-version.sh`, `marketplace-name.sh`) rather than a single generalist tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","This skill does not expose any configurable options or parameters to the user.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The script names used (`upstream-version.sh`, `currently-loaded-version.sh`, `marketplace-name.sh`) are descriptive and directly related to their function.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The input is implicit (running the script) and the output is a single line of text (version or error sentinel), fulfilling the minimal I/O requirement.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension uses the MIT license, which is a permissive open-source license, and it is clearly declared in the LICENSE file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is within the last 3 months, indicating active maintenance.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill does not appear to use any third-party dependencies.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill does not load external data or files that could contain malicious instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external code or data at runtime; all necessary scripts are bundled.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within its designated scope and does not attempt to modify files outside the extension folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were found in the skill's scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not read or submit any confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden steering tricks and uses clean, printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled scripts are plain and readable; there is no obfuscation or base64 payloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill correctly uses `${CLAUDE_SKILL_DIR}` for path resolution, making it portable across different installation environments.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository shows 25 issues opened and 115 closed in the last 90 days, indicating a high closure rate and active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `plugin.json` on main is used for version checking, and the README indicates GitHub Releases are the canonical source for release history.",{"category":104,"check":105,"severity":46,"summary":106},"Code Execution","Validation","The skill does not take user-configurable parameters or produce structured output that requires validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The bash scripts are written with `set -u` and handle potential failures from `gh api` by outputting a sentinel value, allowing for structured error handling.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","This skill is read-only and does not perform actions that require logging to an audit file.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill does not operate on any personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is designed for Claude Code and does not have any geographical or legal jurisdictional restrictions, making it global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard Bash and `gh api`, making it portable across POSIX-compatible systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file clearly states the extension's purpose and provides installation instructions.",{"category":33,"check":130,"severity":46,"summary":131},"Tool surface size","This is a single-tool extension, so the tool surface size check is not applicable.",{"category":40,"check":133,"severity":46,"summary":134},"Overlapping near-synonym tools","This extension uses only three distinct scripts for version checking and does not have overlapping near-synonym tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as checking plugin versions and recommending updates, are implemented and verifiable in the code.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for multiple platforms (Claude Code, Cursor, Codex, Copilot, etc.) and includes copy-pasteable examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill provides actionable error messages, including suggesting specific commands or explaining why an update isn't needed for the current session.",{"category":147,"check":148,"severity":46,"summary":149},"Execution","Pinned dependencies","The skill uses only standard Bash utilities and the `gh` CLI, which are assumed to be available in the execution environment, and does not bundle third-party dependencies.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","This skill is read-only and does not perform any state-changing operations, making a dry-run preview not applicable.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill involves simple script execution with no external calls or state-changing operations, thus idempotent retries and timeouts are not applicable.",{"category":117,"check":158,"severity":46,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the skill's purpose (check plugin version and recommend update) and provides specific trigger phrases and usage context (Claude Code only, relies on plugin harness cache layout).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and self-contained, clearly summarizing the core capability and providing relevant trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise and effectively delegates deeper material to the workflow description and step-by-step logic.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and clearly explains the logic for handling different scenarios without excessive inline details.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill performs a straightforward version check and does not involve deep exploration that would require `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear example invocations for various platforms and a conceptual example of the workflow.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles edge cases such as `gh` unavailability, being loaded outside the marketplace cache, and local development scenarios, providing clear recovery steps.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","This skill relies solely on bundled Bash scripts and the `gh` CLI, not on an external MCP server, so tool fallback is not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The bash scripts use `set -u` and handle potential `gh api` failures gracefully, ensuring the workflow halts or reports errors on unexpected states.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not rely on other skills being loaded in the same session.",1778687535393,"This skill checks if the compound-engineering plugin is up to date within Claude Code and recommends the appropriate update command. It parses version information from the plugin's location and the upstream `plugin.json` on main, handling various installation contexts and potential errors gracefully.",[195,196,197,198,199],"Checks compound-engineering plugin version","Compares installed version against upstream main","Recommends `claude plugin update` command","Handles local development and marketplace installs","Provides actionable error messages for failures",[201,202,203,204],"Updating any plugin other than compound-engineering","Automatically performing the update","Working outside of Claude Code","Handling plugin installations from non-standard sources (without marketplace cache layout)","3.0.0","4.4.0","To ensure users are running the latest version of the compound-engineering plugin within Claude Code, thereby preventing issues caused by outdated versions and guiding them on how to update.","The extension is well-documented, follows best practices, and is production-ready, leading to a high score. A minor informational finding on license visibility in READMEs could be improved but does not detract from overall quality.",97,"A high-quality, production-ready skill for managing plugin updates.",[212,213,214,215,216,217],"plugin-management","version-checking","automation","update-recommendation","bash","claude-code","global","verified",[221,222,223,224],"When the user says \"update compound engineering\"","When the user says \"check compound engineering version\"","When the user says \"ce update\"","When the user reports issues possibly due to a stale plugin version",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"popularity":238,"security":240,"testCoverage":243},{"hasLockfile":227},true,1778687520851,{"descriptionLength":230,"readmeSize":231},428,17582,{"closedIssues90d":233,"forks":234,"hasChangelog":227,"openIssues90d":235,"pushedAt":236,"stars":237},115,1300,25,1778686215000,16666,{"npmDownloads":239},12828,{"hasNpmPackage":227,"license":241,"smitheryVerified":242},"MIT",false,{"hasCi":227,"hasTests":227},{"updatedAt":245},1778687535579,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"plugins/compound-engineering/skills/ce-update","EveryInc","compound-engineering-plugin","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":259,"parentExtension":262,"providers":295,"relations":307,"tags":308,"workflow":309},1778686640222.7903,"k17d893df4em0e3pn8f55h1dxn86n09e",{"reviewCount":8},{"description":256,"installMethods":257,"name":258,"sourceUrl":14},"AI-powered development tools for code review, research, design, and workflow automation.",{"claudeCode":258},"compound-engineering",{"basePath":260,"githubOwner":248,"githubRepo":249,"locale":18,"slug":258,"type":261},"plugins/compound-engineering","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":270,"providers":273,"relations":289,"tags":291,"workflow":292},1778686640222.7908,"k17ef8php9wk308mkg59kdp6b186nzhx",{"reviewCount":8},{"description":267,"installMethods":268,"name":269,"sourceUrl":14},"Cursor plugin marketplace for Every Inc plugins",{"claudeCode":12},"Compound Engineering",{"basePath":271,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":272},"","marketplace",{"evaluate":274,"extract":283},{"promptVersionExtension":275,"promptVersionScoring":206,"score":276,"tags":277,"targetMarket":218,"tier":219},"3.1.0",99,[278,279,280,281,282],"development-workflow","code-review","planning","documentation","ai-agents",{"commitSha":284,"license":241,"marketplace":285,"plugin":287},"HEAD",{"name":249,"pluginCount":286},2,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd7e40my1b5g70tg0f60qg85ch86nn08",[282,279,278,281,280],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778686722515,1778686640222,{"evaluate":296,"extract":304},{"promptVersionExtension":205,"promptVersionScoring":206,"score":297,"tags":298,"targetMarket":218,"tier":219},98,[299,300,279,301,281,302,280,303],"ai","developer-tools","research","workflow-automation","ideation",{"commitSha":284,"license":241,"plugin":305},{"mcpCount":8,"provider":288,"skillCount":306},37,{"parentExtensionId":264,"repoId":290},[299,279,300,281,303,280,301,302],{"evaluatedAt":310,"extractAt":294,"updatedAt":310},1778686677611,{"evaluate":312,"extract":314},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":313,"targetMarket":218,"tier":219},[212,213,214,215,216,217],{"commitSha":284},{"parentExtensionId":253,"repoId":290},{"_creationTime":317,"_id":290,"identity":318,"providers":319,"workflow":1144},1778686632796.9226,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":320,"discover":1133,"extract":1136,"github":1137,"npm":1143},{"commitSha":284,"extensions":321},[322,331,519,538,546,563,601,609,627,637,663,671,683,699,713,727,747,767,784,792,810,824,852,870,908,920,930,940,948,968,986,1002,1014,1022,1030,1041,1049,1057,1068,1079,1091,1101,1110],{"basePath":323,"displayName":249,"installMethods":324,"rationale":325,"selectedPaths":326,"source":330,"sourceLanguage":18,"type":272},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[327],{"path":328,"priority":329},"marketplace.json","mandatory","rule",{"basePath":260,"description":256,"displayName":258,"installMethods":332,"license":241,"rationale":333,"selectedPaths":334,"source":330,"sourceLanguage":18,"type":261},{"claudeCode":258},"plugin manifest at plugins/compound-engineering/.claude-plugin/plugin.json",[335,337,339,342,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517],{"path":336,"priority":329},".claude-plugin/plugin.json",{"path":338,"priority":329},"README.md",{"path":340,"priority":341},"LICENSE","high",{"path":343,"priority":344},"skills/ce-agent-native-architecture/SKILL.md","medium",{"path":346,"priority":344},"skills/ce-agent-native-audit/SKILL.md",{"path":348,"priority":344},"skills/ce-brainstorm/SKILL.md",{"path":350,"priority":344},"skills/ce-clean-gone-branches/SKILL.md",{"path":352,"priority":344},"skills/ce-code-review/SKILL.md",{"path":354,"priority":344},"skills/ce-commit/SKILL.md",{"path":356,"priority":344},"skills/ce-commit-push-pr/SKILL.md",{"path":358,"priority":344},"skills/ce-compound/SKILL.md",{"path":360,"priority":344},"skills/ce-compound-refresh/SKILL.md",{"path":362,"priority":344},"skills/ce-debug/SKILL.md",{"path":364,"priority":344},"skills/ce-demo-reel/SKILL.md",{"path":366,"priority":344},"skills/ce-dhh-rails-style/SKILL.md",{"path":368,"priority":344},"skills/ce-doc-review/SKILL.md",{"path":370,"priority":344},"skills/ce-frontend-design/SKILL.md",{"path":372,"priority":344},"skills/ce-gemini-imagegen/SKILL.md",{"path":374,"priority":344},"skills/ce-ideate/SKILL.md",{"path":376,"priority":344},"skills/ce-optimize/SKILL.md",{"path":378,"priority":344},"skills/ce-plan/SKILL.md",{"path":380,"priority":344},"skills/ce-polish-beta/SKILL.md",{"path":382,"priority":344},"skills/ce-product-pulse/SKILL.md",{"path":384,"priority":344},"skills/ce-proof/SKILL.md",{"path":386,"priority":344},"skills/ce-release-notes/SKILL.md",{"path":388,"priority":344},"skills/ce-report-bug/SKILL.md",{"path":390,"priority":344},"skills/ce-resolve-pr-feedback/SKILL.md",{"path":392,"priority":344},"skills/ce-riffrec-feedback-analysis/SKILL.md",{"path":394,"priority":344},"skills/ce-sessions/SKILL.md",{"path":396,"priority":344},"skills/ce-setup/SKILL.md",{"path":398,"priority":344},"skills/ce-simplify-code/SKILL.md",{"path":400,"priority":344},"skills/ce-slack-research/SKILL.md",{"path":402,"priority":344},"skills/ce-strategy/SKILL.md",{"path":404,"priority":344},"skills/ce-test-browser/SKILL.md",{"path":406,"priority":344},"skills/ce-test-xcode/SKILL.md",{"path":408,"priority":344},"skills/ce-update/SKILL.md",{"path":410,"priority":344},"skills/ce-work/SKILL.md",{"path":412,"priority":344},"skills/ce-work-beta/SKILL.md",{"path":414,"priority":344},"skills/ce-worktree/SKILL.md",{"path":416,"priority":344},"skills/lfg/SKILL.md",{"path":418,"priority":341},"agents/ce-adversarial-document-reviewer.agent.md",{"path":420,"priority":341},"agents/ce-adversarial-reviewer.agent.md",{"path":422,"priority":341},"agents/ce-agent-native-reviewer.agent.md",{"path":424,"priority":341},"agents/ce-ankane-readme-writer.agent.md",{"path":426,"priority":341},"agents/ce-api-contract-reviewer.agent.md",{"path":428,"priority":341},"agents/ce-architecture-strategist.agent.md",{"path":430,"priority":341},"agents/ce-best-practices-researcher.agent.md",{"path":432,"priority":341},"agents/ce-code-simplicity-reviewer.agent.md",{"path":434,"priority":341},"agents/ce-coherence-reviewer.agent.md",{"path":436,"priority":341},"agents/ce-correctness-reviewer.agent.md",{"path":438,"priority":341},"agents/ce-data-integrity-guardian.agent.md",{"path":440,"priority":341},"agents/ce-data-migration-expert.agent.md",{"path":442,"priority":341},"agents/ce-data-migrations-reviewer.agent.md",{"path":444,"priority":341},"agents/ce-deployment-verification-agent.agent.md",{"path":446,"priority":341},"agents/ce-design-implementation-reviewer.agent.md",{"path":448,"priority":341},"agents/ce-design-iterator.agent.md",{"path":450,"priority":341},"agents/ce-design-lens-reviewer.agent.md",{"path":452,"priority":341},"agents/ce-dhh-rails-reviewer.agent.md",{"path":454,"priority":341},"agents/ce-feasibility-reviewer.agent.md",{"path":456,"priority":341},"agents/ce-figma-design-sync.agent.md",{"path":458,"priority":341},"agents/ce-framework-docs-researcher.agent.md",{"path":460,"priority":341},"agents/ce-git-history-analyzer.agent.md",{"path":462,"priority":341},"agents/ce-issue-intelligence-analyst.agent.md",{"path":464,"priority":341},"agents/ce-julik-frontend-races-reviewer.agent.md",{"path":466,"priority":341},"agents/ce-kieran-python-reviewer.agent.md",{"path":468,"priority":341},"agents/ce-kieran-rails-reviewer.agent.md",{"path":470,"priority":341},"agents/ce-kieran-typescript-reviewer.agent.md",{"path":472,"priority":341},"agents/ce-learnings-researcher.agent.md",{"path":474,"priority":341},"agents/ce-maintainability-reviewer.agent.md",{"path":476,"priority":341},"agents/ce-pattern-recognition-specialist.agent.md",{"path":478,"priority":341},"agents/ce-performance-oracle.agent.md",{"path":480,"priority":341},"agents/ce-performance-reviewer.agent.md",{"path":482,"priority":341},"agents/ce-pr-comment-resolver.agent.md",{"path":484,"priority":341},"agents/ce-previous-comments-reviewer.agent.md",{"path":486,"priority":341},"agents/ce-product-lens-reviewer.agent.md",{"path":488,"priority":341},"agents/ce-project-standards-reviewer.agent.md",{"path":490,"priority":341},"agents/ce-reliability-reviewer.agent.md",{"path":492,"priority":341},"agents/ce-repo-research-analyst.agent.md",{"path":494,"priority":341},"agents/ce-schema-drift-detector.agent.md",{"path":496,"priority":341},"agents/ce-scope-guardian-reviewer.agent.md",{"path":498,"priority":341},"agents/ce-security-lens-reviewer.agent.md",{"path":500,"priority":341},"agents/ce-security-reviewer.agent.md",{"path":502,"priority":341},"agents/ce-security-sentinel.agent.md",{"path":504,"priority":341},"agents/ce-session-historian.agent.md",{"path":506,"priority":341},"agents/ce-slack-researcher.agent.md",{"path":508,"priority":341},"agents/ce-spec-flow-analyzer.agent.md",{"path":510,"priority":341},"agents/ce-swift-ios-reviewer.agent.md",{"path":512,"priority":341},"agents/ce-testing-reviewer.agent.md",{"path":514,"priority":341},"agents/ce-web-researcher.agent.md",{"path":516,"priority":341},".codex-plugin/plugin.json",{"path":518,"priority":341},".cursor-plugin/plugin.json",{"basePath":520,"description":521,"displayName":522,"installMethods":523,"rationale":524,"selectedPaths":525,"source":330,"sourceLanguage":18,"type":261},"plugins/coding-tutor","Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes","coding-tutor",{"claudeCode":522},"plugin manifest at plugins/coding-tutor/.claude-plugin/plugin.json",[526,527,528,530,532,534,536,537],{"path":336,"priority":329},{"path":338,"priority":329},{"path":529,"priority":344},"skills/coding-tutor/SKILL.md",{"path":531,"priority":341},"commands/quiz-me.md",{"path":533,"priority":341},"commands/sync-tutorials.md",{"path":535,"priority":341},"commands/teach-me.md",{"path":516,"priority":341},{"path":518,"priority":341},{"basePath":271,"description":267,"displayName":258,"installMethods":539,"rationale":540,"selectedPaths":541,"source":330,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .cursor-plugin/marketplace.json",[542,544,545],{"path":543,"priority":329},".cursor-plugin/marketplace.json",{"path":338,"priority":329},{"path":340,"priority":341},{"basePath":547,"description":548,"displayName":522,"installMethods":549,"rationale":550,"selectedPaths":551,"source":330,"sourceLanguage":18,"type":250},"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",[552,554,557,559,561],{"path":553,"priority":329},"SKILL.md",{"path":555,"priority":556},"scripts/create_tutorial.py","low",{"path":558,"priority":556},"scripts/index_tutorials.py",{"path":560,"priority":556},"scripts/quiz_priority.py",{"path":562,"priority":556},"scripts/setup_tutorials.py",{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":330,"sourceLanguage":18,"type":250},"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",[570,571,573,575,577,579,581,583,585,587,589,591,593,595,597,599],{"path":553,"priority":329},{"path":572,"priority":344},"references/action-parity-discipline.md",{"path":574,"priority":344},"references/agent-execution-patterns.md",{"path":576,"priority":344},"references/agent-native-testing.md",{"path":578,"priority":344},"references/architecture-patterns.md",{"path":580,"priority":344},"references/checklists.md",{"path":582,"priority":344},"references/dynamic-context-injection.md",{"path":584,"priority":344},"references/files-universal-interface.md",{"path":586,"priority":344},"references/from-primitives-to-domain-tools.md",{"path":588,"priority":344},"references/mcp-tool-design.md",{"path":590,"priority":344},"references/mobile-patterns.md",{"path":592,"priority":344},"references/product-implications.md",{"path":594,"priority":344},"references/refactoring-to-prompt-native.md",{"path":596,"priority":344},"references/self-modification.md",{"path":598,"priority":344},"references/shared-workspace-architecture.md",{"path":600,"priority":344},"references/system-prompt-design.md",{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":330,"sourceLanguage":18,"type":250},"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",[608],{"path":553,"priority":329},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":330,"sourceLanguage":18,"type":250},"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",[616,617,619,621,623,625],{"path":553,"priority":329},{"path":618,"priority":344},"references/handoff.md",{"path":620,"priority":344},"references/requirements-capture.md",{"path":622,"priority":344},"references/synthesis-summary.md",{"path":624,"priority":344},"references/universal-brainstorming.md",{"path":626,"priority":344},"references/visual-communication.md",{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":330,"sourceLanguage":18,"type":250},"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",[634,635],{"path":553,"priority":329},{"path":636,"priority":556},"scripts/clean-gone",{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":330,"sourceLanguage":18,"type":250},"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",[644,645,647,649,651,653,655,657,659,661],{"path":553,"priority":329},{"path":646,"priority":344},"references/bulk-preview.md",{"path":648,"priority":344},"references/diff-scope.md",{"path":650,"priority":344},"references/findings-schema.json",{"path":652,"priority":344},"references/persona-catalog.md",{"path":654,"priority":344},"references/review-output-template.md",{"path":656,"priority":344},"references/subagent-template.md",{"path":658,"priority":344},"references/tracker-defer.md",{"path":660,"priority":344},"references/validator-template.md",{"path":662,"priority":344},"references/walkthrough.md",{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":330,"sourceLanguage":18,"type":250},"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",[670],{"path":553,"priority":329},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":330,"sourceLanguage":18,"type":250},"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",[678,679,681],{"path":553,"priority":329},{"path":680,"priority":344},"references/branch-creation.md",{"path":682,"priority":344},"references/pr-description-writing.md",{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":330,"sourceLanguage":18,"type":250},"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",[690,691,693,695,697],{"path":553,"priority":329},{"path":692,"priority":556},"assets/resolution-template.md",{"path":694,"priority":344},"references/schema.yaml",{"path":696,"priority":344},"references/yaml-schema.md",{"path":698,"priority":556},"scripts/validate-frontmatter.py",{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":330,"sourceLanguage":18,"type":250},"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",[706,707,708,710,711,712],{"path":553,"priority":329},{"path":692,"priority":556},{"path":709,"priority":344},"references/per-action-flows.md",{"path":694,"priority":344},{"path":696,"priority":344},{"path":698,"priority":556},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":330,"sourceLanguage":18,"type":250},"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",[720,721,723,725],{"path":553,"priority":329},{"path":722,"priority":344},"references/anti-patterns.md",{"path":724,"priority":344},"references/defense-in-depth.md",{"path":726,"priority":344},"references/investigation-techniques.md",{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":330,"sourceLanguage":18,"type":250},"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",[734,735,737,739,741,743,745],{"path":553,"priority":329},{"path":736,"priority":344},"references/tier-browser-reel.md",{"path":738,"priority":344},"references/tier-screenshot-reel.md",{"path":740,"priority":344},"references/tier-static-screenshots.md",{"path":742,"priority":344},"references/tier-terminal-recording.md",{"path":744,"priority":344},"references/upload-and-approval.md",{"path":746,"priority":556},"scripts/capture-demo.py",{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":330,"sourceLanguage":18,"type":250},"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",[754,755,757,759,761,763,765],{"path":553,"priority":329},{"path":756,"priority":344},"references/architecture.md",{"path":758,"priority":344},"references/controllers.md",{"path":760,"priority":344},"references/frontend.md",{"path":762,"priority":344},"references/gems.md",{"path":764,"priority":344},"references/models.md",{"path":766,"priority":344},"references/testing.md",{"basePath":768,"description":769,"displayName":770,"installMethods":771,"rationale":772,"selectedPaths":773,"source":330,"sourceLanguage":18,"type":250},"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",[774,775,776,777,779,780,781,783],{"path":553,"priority":329},{"path":646,"priority":344},{"path":650,"priority":344},{"path":778,"priority":344},"references/open-questions-defer.md",{"path":654,"priority":344},{"path":656,"priority":344},{"path":782,"priority":344},"references/synthesis-and-presentation.md",{"path":662,"priority":344},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":330,"sourceLanguage":18,"type":250},"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",[791],{"path":553,"priority":329},{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":330,"sourceLanguage":18,"type":250},"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",[799,800,802,804,806,808],{"path":553,"priority":329},{"path":801,"priority":556},"scripts/compose_images.py",{"path":803,"priority":556},"scripts/edit_image.py",{"path":805,"priority":556},"scripts/gemini_images.py",{"path":807,"priority":556},"scripts/generate_image.py",{"path":809,"priority":556},"scripts/multi_turn_chat.py",{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":330,"sourceLanguage":18,"type":250},"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",[817,818,820,822],{"path":553,"priority":329},{"path":819,"priority":344},"references/post-ideation-workflow.md",{"path":821,"priority":344},"references/universal-ideation.md",{"path":823,"priority":344},"references/web-research-cache.md",{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":330,"sourceLanguage":18,"type":250},"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",[831,832,834,836,838,840,842,844,846,848,850],{"path":553,"priority":329},{"path":833,"priority":344},"references/example-hard-spec.yaml",{"path":835,"priority":344},"references/example-judge-spec.yaml",{"path":837,"priority":344},"references/experiment-log-schema.yaml",{"path":839,"priority":344},"references/experiment-prompt-template.md",{"path":841,"priority":344},"references/judge-prompt-template.md",{"path":843,"priority":344},"references/optimize-spec-schema.yaml",{"path":845,"priority":344},"references/usage-guide.md",{"path":847,"priority":556},"scripts/experiment-worktree.sh",{"path":849,"priority":556},"scripts/measure.sh",{"path":851,"priority":556},"scripts/parallel-probe.sh",{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":330,"sourceLanguage":18,"type":250},"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",[859,860,862,864,866,867,869],{"path":553,"priority":329},{"path":861,"priority":344},"references/deepening-workflow.md",{"path":863,"priority":344},"references/plan-handoff.md",{"path":865,"priority":344},"references/plan-template.md",{"path":622,"priority":344},{"path":868,"priority":344},"references/universal-planning.md",{"path":626,"priority":344},{"basePath":871,"description":872,"displayName":873,"installMethods":874,"rationale":875,"selectedPaths":876,"source":330,"sourceLanguage":18,"type":250},"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",[877,878,880,882,884,886,888,890,892,894,896,898,900,902,904,906],{"path":553,"priority":329},{"path":879,"priority":344},"references/dev-server-astro.md",{"path":881,"priority":344},"references/dev-server-detection.md",{"path":883,"priority":344},"references/dev-server-next.md",{"path":885,"priority":344},"references/dev-server-nuxt.md",{"path":887,"priority":344},"references/dev-server-procfile.md",{"path":889,"priority":344},"references/dev-server-rails.md",{"path":891,"priority":344},"references/dev-server-remix.md",{"path":893,"priority":344},"references/dev-server-sveltekit.md",{"path":895,"priority":344},"references/dev-server-vite.md",{"path":897,"priority":344},"references/ide-detection.md",{"path":899,"priority":344},"references/launch-json-schema.md",{"path":901,"priority":556},"scripts/detect-project-type.sh",{"path":903,"priority":556},"scripts/read-launch-json.sh",{"path":905,"priority":556},"scripts/resolve-package-manager.sh",{"path":907,"priority":556},"scripts/resolve-port.sh",{"basePath":909,"description":910,"displayName":911,"installMethods":912,"rationale":913,"selectedPaths":914,"source":330,"sourceLanguage":18,"type":250},"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",[915,916,918],{"path":553,"priority":329},{"path":917,"priority":344},"references/interview.md",{"path":919,"priority":344},"references/report-template.md",{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":330,"sourceLanguage":18,"type":250},"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",[927,928],{"path":553,"priority":329},{"path":929,"priority":344},"references/hitl-review.md",{"basePath":931,"description":932,"displayName":933,"installMethods":934,"rationale":935,"selectedPaths":936,"source":330,"sourceLanguage":18,"type":250},"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",[937,938],{"path":553,"priority":329},{"path":939,"priority":556},"scripts/list-plugin-releases.py",{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":330,"sourceLanguage":18,"type":250},"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",[947],{"path":553,"priority":329},{"basePath":949,"description":950,"displayName":951,"installMethods":952,"rationale":953,"selectedPaths":954,"source":330,"sourceLanguage":18,"type":250},"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",[955,956,958,960,962,964,966],{"path":553,"priority":329},{"path":957,"priority":344},"references/full-mode.md",{"path":959,"priority":344},"references/targeted-mode.md",{"path":961,"priority":556},"scripts/get-pr-comments",{"path":963,"priority":556},"scripts/get-thread-for-comment",{"path":965,"priority":556},"scripts/reply-to-pr-thread",{"path":967,"priority":556},"scripts/resolve-pr-thread",{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":330,"sourceLanguage":18,"type":250},"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",[975,976,978,980,982,984],{"path":553,"priority":329},{"path":977,"priority":344},"references/compound-engineering-feedback-format.md",{"path":979,"priority":344},"references/extensive-analysis.md",{"path":981,"priority":344},"references/install-riffrec.md",{"path":983,"priority":344},"references/quick-bug-report.md",{"path":985,"priority":556},"scripts/analyze_riffrec_zip.py",{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":330,"sourceLanguage":18,"type":250},"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",[993,994,996,998,1000],{"path":553,"priority":329},{"path":995,"priority":556},"scripts/discover-sessions.sh",{"path":997,"priority":556},"scripts/extract-errors.py",{"path":999,"priority":556},"scripts/extract-metadata.py",{"path":1001,"priority":556},"scripts/extract-skeleton.py",{"basePath":1003,"description":1004,"displayName":1005,"installMethods":1006,"rationale":1007,"selectedPaths":1008,"source":330,"sourceLanguage":18,"type":250},"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",[1009,1010,1012],{"path":553,"priority":329},{"path":1011,"priority":344},"references/config-template.yaml",{"path":1013,"priority":556},"scripts/check-health",{"basePath":1015,"description":1016,"displayName":1017,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":330,"sourceLanguage":18,"type":250},"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",[1021],{"path":553,"priority":329},{"basePath":1023,"description":1024,"displayName":1025,"installMethods":1026,"rationale":1027,"selectedPaths":1028,"source":330,"sourceLanguage":18,"type":250},"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",[1029],{"path":553,"priority":329},{"basePath":1031,"description":1032,"displayName":1033,"installMethods":1034,"rationale":1035,"selectedPaths":1036,"source":330,"sourceLanguage":18,"type":250},"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",[1037,1038,1039],{"path":553,"priority":329},{"path":917,"priority":344},{"path":1040,"priority":344},"references/strategy-template.md",{"basePath":1042,"description":1043,"displayName":1044,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":330,"sourceLanguage":18,"type":250},"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",[1048],{"path":553,"priority":329},{"basePath":1050,"description":1051,"displayName":1052,"installMethods":1053,"rationale":1054,"selectedPaths":1055,"source":330,"sourceLanguage":18,"type":250},"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",[1056],{"path":553,"priority":329},{"basePath":247,"description":10,"displayName":13,"installMethods":1058,"rationale":1059,"selectedPaths":1060,"source":330,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-update/SKILL.md",[1061,1062,1064,1066],{"path":553,"priority":329},{"path":1063,"priority":556},"scripts/currently-loaded-version.sh",{"path":1065,"priority":556},"scripts/marketplace-name.sh",{"path":1067,"priority":556},"scripts/upstream-version.sh",{"basePath":1069,"description":1070,"displayName":1071,"installMethods":1072,"rationale":1073,"selectedPaths":1074,"source":330,"sourceLanguage":18,"type":250},"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":553,"priority":329},{"path":1077,"priority":344},"references/shipping-workflow.md",{"path":658,"priority":344},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":330,"sourceLanguage":18,"type":250},"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":553,"priority":329},{"path":1088,"priority":344},"references/codex-delegation-workflow.md",{"path":1077,"priority":344},{"path":658,"priority":344},{"basePath":1092,"description":1093,"displayName":1094,"installMethods":1095,"rationale":1096,"selectedPaths":1097,"source":330,"sourceLanguage":18,"type":250},"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",[1098,1099],{"path":553,"priority":329},{"path":1100,"priority":556},"scripts/worktree-manager.sh",{"basePath":1102,"description":1103,"displayName":1104,"installMethods":1105,"rationale":1106,"selectedPaths":1107,"source":330,"sourceLanguage":18,"type":250},"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",[1108,1109],{"path":553,"priority":329},{"path":658,"priority":344},{"basePath":271,"description":1111,"displayName":1112,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":330,"sourceLanguage":18,"type":1132},"Official Compound Engineering plugin for Claude Code, Codex, and more","@every-env/compound-plugin",{"npm":1112},"cli ecosystem detected at /",[1116,1118,1119,1120,1122,1124,1126,1128,1130],{"path":1117,"priority":329},"package.json",{"path":338,"priority":329},{"path":340,"priority":341},{"path":1121,"priority":344},"src/index.ts",{"path":1123,"priority":556},"src/commands/cleanup.ts",{"path":1125,"priority":556},"src/commands/convert.ts",{"path":1127,"priority":556},"src/commands/install.ts",{"path":1129,"priority":556},"src/commands/list.ts",{"path":1131,"priority":556},"src/commands/plugin-path.ts","cli",{"sources":1134},[1135],"manual",{"npmPackage":1112},{"closedIssues90d":233,"description":1138,"forks":234,"homepage":1139,"license":241,"openIssues90d":235,"pushedAt":236,"readmeSize":231,"stars":237,"topics":1140},"Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more","https://every.to/guides/compound-engineering",[1141,1142],"compound","engineering",{"downloads":239},{"classifiedAt":1145,"discoverAt":1146,"extractAt":1147,"githubAt":1147,"npmAt":1148,"updatedAt":1145},1778686639998,1778686632796,1778686635929,1778686638203,[214,216,217,212,215,213],{"evaluatedAt":245,"extractAt":294,"updatedAt":245},[],[1153,1181,1212,1239,1260,1289],{"_creationTime":1154,"_id":1155,"community":1156,"display":1157,"identity":1163,"providers":1167,"relations":1174,"tags":1177,"workflow":1178},1778694720643.0364,"k178ezcgbcwcccen6aezxvmxbh86mhxg",{"reviewCount":8},{"description":1158,"installMethods":1159,"name":1161,"sourceUrl":1162},"Upgrade toprank plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to \"upgrade toprank\", \"update toprank\", or \"get latest version\". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.\n",{"claudeCode":1160},"nowork-studio/toprank","toprank-upgrade","https://github.com/nowork-studio/toprank",{"basePath":1164,"githubOwner":1165,"githubRepo":1166,"locale":18,"slug":1164,"type":250},"toprank-upgrade-skill","nowork-studio","toprank",{"evaluate":1168,"extract":1173},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1169,"tags":1170,"targetMarket":218,"tier":219},100,[212,1171,214,216,1172],"upgrade","python",{"commitSha":284,"license":241},{"parentExtensionId":1175,"repoId":1176},"k17dxqwvvhjw9ft30d5zz356z986my6s","kd74wn8s89tp9hrfsmcra492r586nbrv",[214,216,212,1172,1171],{"evaluatedAt":1179,"extractAt":1180,"updatedAt":1179},1778695134020,1778694720643,{"_creationTime":1182,"_id":1183,"community":1184,"display":1185,"identity":1191,"providers":1196,"relations":1205,"tags":1208,"workflow":1209},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1186,"installMethods":1187,"name":1189,"sourceUrl":1190},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1188},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1192,"githubOwner":1193,"githubRepo":1194,"locale":18,"slug":1195,"type":250},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1197,"extract":1204},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1169,"tags":1198,"targetMarket":218,"tier":219},[1199,1200,1201,1202,214,1132,1203],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":284,"license":241},{"parentExtensionId":1206,"repoId":1207},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,1132,1203,1200,1199,1202,1201],{"evaluatedAt":1210,"extractAt":1211,"updatedAt":1210},1778699613343,1778699234184,{"_creationTime":1213,"_id":1214,"community":1215,"display":1216,"identity":1222,"providers":1224,"relations":1232,"tags":1234,"workflow":1235},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":1217,"installMethods":1218,"name":1220,"sourceUrl":1221},"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":1219},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":271,"githubOwner":1223,"githubRepo":1220,"locale":18,"slug":1220,"type":250},"zagmoai",{"evaluate":1225,"extract":1231},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1169,"tags":1226,"targetMarket":218,"tier":219},[1227,1228,1229,214,1230],"google-docs","google-sheets","productivity","api-client",{"commitSha":284},{"repoId":1233},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[1230,214,1227,1228,1229],{"evaluatedAt":1236,"extractAt":1237,"updatedAt":1238},1778699485884,1778699468747,1778699509178,{"_creationTime":1240,"_id":1241,"community":1242,"display":1243,"identity":1246,"providers":1249,"relations":1256,"tags":1257,"workflow":1258},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1244,"installMethods":1245,"name":1194,"sourceUrl":1190},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1188},{"basePath":1247,"githubOwner":1193,"githubRepo":1194,"locale":18,"slug":1248,"type":250},"skills/ask","ask",{"evaluate":1250,"extract":1255},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1169,"tags":1251,"targetMarket":218,"tier":219},[1132,214,1252,1253,279,1254],"llm","prompting","artifact-generation",{"commitSha":284,"license":241},{"parentExtensionId":1206,"repoId":1207},[1254,214,1132,279,1252,1253],{"evaluatedAt":1259,"extractAt":1211,"updatedAt":1259},1778699303045,{"_creationTime":1261,"_id":1262,"community":1263,"display":1264,"identity":1270,"providers":1275,"relations":1282,"tags":1284,"workflow":1285},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":1265,"installMethods":1266,"name":1268,"sourceUrl":1269},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":1267},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":1271,"githubOwner":1272,"githubRepo":1273,"locale":18,"slug":1274,"type":250},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":1276,"extract":1281},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1169,"tags":1277,"targetMarket":218,"tier":219},[1278,1279,214,1280,300],"browser","debugging","ux",{"commitSha":284,"license":241},{"repoId":1283},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[214,1278,1279,300,1280],{"evaluatedAt":1286,"extractAt":1287,"updatedAt":1288},1778699261239,1778699106670,1778699384978,{"_creationTime":1290,"_id":1291,"community":1292,"display":1293,"identity":1299,"providers":1302,"relations":1312,"tags":1315,"workflow":1316},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":1294,"installMethods":1295,"name":1297,"sourceUrl":1298},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":1296},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1300,"githubOwner":1301,"githubRepo":1297,"locale":18,"slug":1297,"type":250},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":1303,"extract":1311},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1169,"tags":1304,"targetMarket":218,"tier":219},[1305,1306,1307,1308,214,1309,1310],"twitter","x","api","data-retrieval","mcp","sdk",{"commitSha":284},{"parentExtensionId":1313,"repoId":1314},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[1307,214,1308,1309,1310,1305,1306],{"evaluatedAt":1317,"extractAt":1318,"updatedAt":1319},1778699230863,1778699170774,1778699296021]