[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-release-notes-en":3,"guides-for-EveryInc-ce-release-notes":1116,"similar-k1746kqmchknqckxwvb3nsgban86ndhv-en":1117},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":212,"isFallback":208,"parentExtension":217,"providers":276,"relations":280,"repo":281,"tags":1114,"workflow":1115},1778686640222.7964,"k1746kqmchknqckxwvb3nsgban86ndhv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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>`?\".",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-release-notes","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":191,"workflow":210},1778687288259.9443,"kn7ec9dmrzt0gm5aw00ggws7x986n3kj","en",{"checks":20,"evaluatedAt":162,"extensionSummary":163,"features":164,"nonGoals":169,"promptVersionExtension":173,"promptVersionScoring":174,"purpose":175,"rationale":176,"score":177,"summary":178,"tags":179,"targetMarket":185,"tier":186,"useCases":187},[21,26,29,32,36,39,43,47,50,53,57,61,64,69,72,75,78,81,84,87,91,95,100,104,108,111,115,119,122,126,130,133,136,139,143,146,149,152,155,159],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of summarizing compound-engineering plugin releases and answering specific questions about past releases, directly addressing user needs.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a simple prompt by fetching and processing GitHub release data, filtering for specific plugins, and providing structured summaries or targeted answers, which is beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, fetching release data via GitHub API, handling errors gracefully, and providing structured output for both summary and query modes, covering the complete lifecycle of release information retrieval.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on retrieving and summarizing compound-engineering plugin releases, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, and accurately reflects the skill's behavior and intended use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined helper script (`list-plugin-releases.py`) which is called with specific arguments, rather than a general-purpose execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md frontmatter clearly defines arguments and modes (summary vs. query) with no implicit parameters.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill's primary tool, `ce-release-notes`, and its underlying script `list-plugin-releases.py` are descriptively named and within the domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill takes an optional query string as input and outputs structured JSON or formatted text, returning only the necessary information for the requested task.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and confirmed by trust signals, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, with the last commit pushed on 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The repository has a lockfile and CI, suggesting good dependency management practices.",{"category":65,"check":66,"severity":67,"summary":68},"Security","Secret Management","not_applicable","The skill does not handle or expose secrets.",{"category":65,"check":70,"severity":24,"summary":71},"Injection","The skill treats release bodies as untrusted data and does not execute any instructions found within them.",{"category":65,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on a local Python script and the `gh` CLI or anonymous API, neither of which fetches external content at runtime that could be a supply-chain risk.",{"category":65,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's helper script only reads data and writes structured output to stdout, making no modifications to the file system.",{"category":65,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the script.",{"category":65,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only makes documented outbound calls to the GitHub API and does not submit any confidential data.",{"category":65,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks and use clean, printable characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's script is plain Python and does not use obfuscation techniques like base64 encoding or `eval`.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script makes no assumptions about user project structure, only calling external tools like `python3` and `gh`.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","info","25 issues opened and 115 closed in the last 90 days indicates active maintenance, but a closure rate below 50% suggests some issues may take longer to address.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The SKILL.md frontmatter declares the skill name and the GitHub repository provides clear release tags and a CHANGELOG, facilitating version detection.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The script handles input arguments and JSON parsing robustly, with error handling for invalid formats.",{"category":65,"check":109,"severity":67,"summary":110},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":112,"check":113,"severity":24,"summary":114},"Errors","Actionable error messages","The skill provides clear, actionable error messages for both script execution failures and API issues, including user hints and links.",{"category":116,"check":117,"severity":24,"summary":118},"Execution","Pinned dependencies","The Python script correctly uses a shebang and relies on the system's Python 3 interpreter, and the `package.json` indicates pinned dependencies via lockfile.",{"category":33,"check":120,"severity":67,"summary":121},"Dry-run preview","The skill is read-only and does not involve state-changing operations, thus a dry-run preview is not applicable.",{"category":123,"check":124,"severity":24,"summary":125},"Protocol","Idempotent retry & timeouts","The skill implements timeouts for API calls and its operations are inherently idempotent as they are read-only.",{"category":127,"check":128,"severity":67,"summary":129},"Compliance","Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":131,"severity":24,"summary":132},"Precise Purpose","The description clearly outlines the skill's purpose (summarizing releases, answering specific questions) and provides explicit triggers and boundaries.",{"category":40,"check":134,"severity":24,"summary":135},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and triggers without keyword stuffing.",{"category":44,"check":137,"severity":24,"summary":138},"Concise Body","The SKILL.md body is reasonably concise, detailing the phases and logic without excessive bloat.",{"category":140,"check":141,"severity":24,"summary":142},"Context","Progressive Disclosure","The skill logic is contained within the SKILL.md, and the script is a single file, representing a shallow level of disclosure suitable for its complexity.",{"category":140,"check":144,"severity":67,"summary":145},"Forked exploration","The skill is short-form and does not involve deep exploration, making `context: fork` not applicable.",{"category":22,"check":147,"severity":24,"summary":148},"Usage examples","The description includes clear examples of how to invoke the skill for both summary and query modes, and the SKILL.md provides a concrete example invocation within the frontmatter.",{"category":22,"check":150,"severity":24,"summary":151},"Edge cases","The skill handles edge cases such as Python not being installed, API rate limits, network outages, and malformed JSON responses, providing user-friendly messages and recovery steps.",{"category":105,"check":153,"severity":24,"summary":154},"Tool Fallback","The skill has a fallback to anonymous API calls if `gh` is unavailable or unauthenticated, and lists the required tool (`python3`) in its error handling.",{"category":156,"check":157,"severity":24,"summary":158},"Safety","Halt on unexpected state","The skill correctly aborts and reports on unexpected states, such as the helper script failing to launch or API errors, with clear messages.",{"category":92,"check":160,"severity":24,"summary":161},"Cross-skill coupling","The skill operates standalone and does not implicitly rely on other skills being loaded in the same session.",1778687286899,"This skill retrieves and processes release information for the compound-engineering plugin from GitHub, providing either a summary of recent changes or answers to specific questions about past releases, citing version numbers.",[165,166,167,168],"Summarize recent compound-engineering plugin releases","Answer specific questions about past releases","Cite release versions for specific changes","Filter releases by plugin tag prefix",[170,171,172],"Summarizing releases for other plugins or repositories.","Providing real-time release notifications.","Executing any actions related to releases.","3.0.0","4.4.0","Quickly understand recent changes or specific details about compound-engineering plugin releases without manually sifting through GitHub releases.","The skill is exceptionally well-implemented, with clear documentation, robust error handling, and no security concerns. Minor points like the closure rate of issues and the reliance on the `gh` binary (though with a fallback) prevent a perfect score.",97,"A highly polished skill for tracking plugin release history.",[180,181,182,183,184],"github","releases","changelog","automation","developer-tools","global","verified",[188,189,190],"When the user types `/ce-release-notes` to get a summary of recent changes.","When the user asks \"what changed in compound-engineering recently?\"","When the user asks \"what happened to `\u003Cskill-name>`?\" for a specific past change.",{"codeQuality":192,"collectedAt":194,"documentation":195,"maintenance":198,"popularity":204,"security":206,"testCoverage":209},{"hasLockfile":193},true,1778687253837,{"descriptionLength":196,"readmeSize":197},270,17582,{"closedIssues90d":199,"forks":200,"hasChangelog":193,"openIssues90d":201,"pushedAt":202,"stars":203},115,1300,25,1778686215000,16666,{"npmDownloads":205},12828,{"hasNpmPackage":193,"license":207,"smitheryVerified":208},"MIT",false,{"hasCi":193,"hasTests":193},{"updatedAt":211},1778687288260,{"basePath":213,"githubOwner":214,"githubRepo":215,"locale":18,"slug":13,"type":216},"plugins/compound-engineering/skills/ce-release-notes","EveryInc","compound-engineering-plugin","skill",{"_creationTime":218,"_id":219,"community":220,"display":221,"identity":225,"parentExtension":228,"providers":261,"relations":272,"tags":273,"workflow":274},1778686640222.7903,"k17d893df4em0e3pn8f55h1dxn86n09e",{"reviewCount":8},{"description":222,"installMethods":223,"name":224,"sourceUrl":14},"AI-powered development tools for code review, research, design, and workflow automation.",{"claudeCode":224},"compound-engineering",{"basePath":226,"githubOwner":214,"githubRepo":215,"locale":18,"slug":224,"type":227},"plugins/compound-engineering","plugin",{"_creationTime":229,"_id":230,"community":231,"display":232,"identity":236,"providers":239,"relations":255,"tags":257,"workflow":258},1778686640222.7908,"k17ef8php9wk308mkg59kdp6b186nzhx",{"reviewCount":8},{"description":233,"installMethods":234,"name":235,"sourceUrl":14},"Cursor plugin marketplace for Every Inc plugins",{"claudeCode":12},"Compound Engineering",{"basePath":237,"githubOwner":214,"githubRepo":215,"locale":18,"slug":215,"type":238},"","marketplace",{"evaluate":240,"extract":249},{"promptVersionExtension":241,"promptVersionScoring":174,"score":242,"tags":243,"targetMarket":185,"tier":186},"3.1.0",99,[244,245,246,247,248],"development-workflow","code-review","planning","documentation","ai-agents",{"commitSha":250,"license":207,"marketplace":251,"plugin":253},"HEAD",{"name":215,"pluginCount":252},2,{"mcpCount":8,"provider":254,"skillCount":8},"classify",{"repoId":256},"kd7e40my1b5g70tg0f60qg85ch86nn08",[248,245,244,247,246],{"evaluatedAt":259,"extractAt":260,"updatedAt":259},1778686722515,1778686640222,{"evaluate":262,"extract":269},{"promptVersionExtension":173,"promptVersionScoring":174,"score":263,"tags":264,"targetMarket":185,"tier":186},98,[265,184,245,266,247,267,246,268],"ai","research","workflow-automation","ideation",{"commitSha":250,"license":207,"plugin":270},{"mcpCount":8,"provider":254,"skillCount":271},37,{"parentExtensionId":230,"repoId":256},[265,245,184,247,268,246,266,267],{"evaluatedAt":275,"extractAt":260,"updatedAt":275},1778686677611,{"evaluate":277,"extract":279},{"promptVersionExtension":173,"promptVersionScoring":174,"score":177,"tags":278,"targetMarket":185,"tier":186},[180,181,182,183,184],{"commitSha":250},{"parentExtensionId":219,"repoId":256},{"_creationTime":282,"_id":256,"identity":283,"providers":284,"workflow":1109},1778686632796.9226,{"githubOwner":214,"githubRepo":215,"sourceUrl":14},{"classify":285,"discover":1098,"extract":1101,"github":1102,"npm":1108},{"commitSha":250,"extensions":286},[287,296,484,503,511,528,566,574,592,602,628,636,648,664,678,692,712,732,749,757,775,789,817,835,873,885,895,902,910,930,948,964,976,984,992,1003,1011,1019,1033,1044,1056,1066,1075],{"basePath":288,"displayName":215,"installMethods":289,"rationale":290,"selectedPaths":291,"source":295,"sourceLanguage":18,"type":238},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[292],{"path":293,"priority":294},"marketplace.json","mandatory","rule",{"basePath":226,"description":222,"displayName":224,"installMethods":297,"license":207,"rationale":298,"selectedPaths":299,"source":295,"sourceLanguage":18,"type":227},{"claudeCode":224},"plugin manifest at plugins/compound-engineering/.claude-plugin/plugin.json",[300,302,304,307,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482],{"path":301,"priority":294},".claude-plugin/plugin.json",{"path":303,"priority":294},"README.md",{"path":305,"priority":306},"LICENSE","high",{"path":308,"priority":309},"skills/ce-agent-native-architecture/SKILL.md","medium",{"path":311,"priority":309},"skills/ce-agent-native-audit/SKILL.md",{"path":313,"priority":309},"skills/ce-brainstorm/SKILL.md",{"path":315,"priority":309},"skills/ce-clean-gone-branches/SKILL.md",{"path":317,"priority":309},"skills/ce-code-review/SKILL.md",{"path":319,"priority":309},"skills/ce-commit/SKILL.md",{"path":321,"priority":309},"skills/ce-commit-push-pr/SKILL.md",{"path":323,"priority":309},"skills/ce-compound/SKILL.md",{"path":325,"priority":309},"skills/ce-compound-refresh/SKILL.md",{"path":327,"priority":309},"skills/ce-debug/SKILL.md",{"path":329,"priority":309},"skills/ce-demo-reel/SKILL.md",{"path":331,"priority":309},"skills/ce-dhh-rails-style/SKILL.md",{"path":333,"priority":309},"skills/ce-doc-review/SKILL.md",{"path":335,"priority":309},"skills/ce-frontend-design/SKILL.md",{"path":337,"priority":309},"skills/ce-gemini-imagegen/SKILL.md",{"path":339,"priority":309},"skills/ce-ideate/SKILL.md",{"path":341,"priority":309},"skills/ce-optimize/SKILL.md",{"path":343,"priority":309},"skills/ce-plan/SKILL.md",{"path":345,"priority":309},"skills/ce-polish-beta/SKILL.md",{"path":347,"priority":309},"skills/ce-product-pulse/SKILL.md",{"path":349,"priority":309},"skills/ce-proof/SKILL.md",{"path":351,"priority":309},"skills/ce-release-notes/SKILL.md",{"path":353,"priority":309},"skills/ce-report-bug/SKILL.md",{"path":355,"priority":309},"skills/ce-resolve-pr-feedback/SKILL.md",{"path":357,"priority":309},"skills/ce-riffrec-feedback-analysis/SKILL.md",{"path":359,"priority":309},"skills/ce-sessions/SKILL.md",{"path":361,"priority":309},"skills/ce-setup/SKILL.md",{"path":363,"priority":309},"skills/ce-simplify-code/SKILL.md",{"path":365,"priority":309},"skills/ce-slack-research/SKILL.md",{"path":367,"priority":309},"skills/ce-strategy/SKILL.md",{"path":369,"priority":309},"skills/ce-test-browser/SKILL.md",{"path":371,"priority":309},"skills/ce-test-xcode/SKILL.md",{"path":373,"priority":309},"skills/ce-update/SKILL.md",{"path":375,"priority":309},"skills/ce-work/SKILL.md",{"path":377,"priority":309},"skills/ce-work-beta/SKILL.md",{"path":379,"priority":309},"skills/ce-worktree/SKILL.md",{"path":381,"priority":309},"skills/lfg/SKILL.md",{"path":383,"priority":306},"agents/ce-adversarial-document-reviewer.agent.md",{"path":385,"priority":306},"agents/ce-adversarial-reviewer.agent.md",{"path":387,"priority":306},"agents/ce-agent-native-reviewer.agent.md",{"path":389,"priority":306},"agents/ce-ankane-readme-writer.agent.md",{"path":391,"priority":306},"agents/ce-api-contract-reviewer.agent.md",{"path":393,"priority":306},"agents/ce-architecture-strategist.agent.md",{"path":395,"priority":306},"agents/ce-best-practices-researcher.agent.md",{"path":397,"priority":306},"agents/ce-code-simplicity-reviewer.agent.md",{"path":399,"priority":306},"agents/ce-coherence-reviewer.agent.md",{"path":401,"priority":306},"agents/ce-correctness-reviewer.agent.md",{"path":403,"priority":306},"agents/ce-data-integrity-guardian.agent.md",{"path":405,"priority":306},"agents/ce-data-migration-expert.agent.md",{"path":407,"priority":306},"agents/ce-data-migrations-reviewer.agent.md",{"path":409,"priority":306},"agents/ce-deployment-verification-agent.agent.md",{"path":411,"priority":306},"agents/ce-design-implementation-reviewer.agent.md",{"path":413,"priority":306},"agents/ce-design-iterator.agent.md",{"path":415,"priority":306},"agents/ce-design-lens-reviewer.agent.md",{"path":417,"priority":306},"agents/ce-dhh-rails-reviewer.agent.md",{"path":419,"priority":306},"agents/ce-feasibility-reviewer.agent.md",{"path":421,"priority":306},"agents/ce-figma-design-sync.agent.md",{"path":423,"priority":306},"agents/ce-framework-docs-researcher.agent.md",{"path":425,"priority":306},"agents/ce-git-history-analyzer.agent.md",{"path":427,"priority":306},"agents/ce-issue-intelligence-analyst.agent.md",{"path":429,"priority":306},"agents/ce-julik-frontend-races-reviewer.agent.md",{"path":431,"priority":306},"agents/ce-kieran-python-reviewer.agent.md",{"path":433,"priority":306},"agents/ce-kieran-rails-reviewer.agent.md",{"path":435,"priority":306},"agents/ce-kieran-typescript-reviewer.agent.md",{"path":437,"priority":306},"agents/ce-learnings-researcher.agent.md",{"path":439,"priority":306},"agents/ce-maintainability-reviewer.agent.md",{"path":441,"priority":306},"agents/ce-pattern-recognition-specialist.agent.md",{"path":443,"priority":306},"agents/ce-performance-oracle.agent.md",{"path":445,"priority":306},"agents/ce-performance-reviewer.agent.md",{"path":447,"priority":306},"agents/ce-pr-comment-resolver.agent.md",{"path":449,"priority":306},"agents/ce-previous-comments-reviewer.agent.md",{"path":451,"priority":306},"agents/ce-product-lens-reviewer.agent.md",{"path":453,"priority":306},"agents/ce-project-standards-reviewer.agent.md",{"path":455,"priority":306},"agents/ce-reliability-reviewer.agent.md",{"path":457,"priority":306},"agents/ce-repo-research-analyst.agent.md",{"path":459,"priority":306},"agents/ce-schema-drift-detector.agent.md",{"path":461,"priority":306},"agents/ce-scope-guardian-reviewer.agent.md",{"path":463,"priority":306},"agents/ce-security-lens-reviewer.agent.md",{"path":465,"priority":306},"agents/ce-security-reviewer.agent.md",{"path":467,"priority":306},"agents/ce-security-sentinel.agent.md",{"path":469,"priority":306},"agents/ce-session-historian.agent.md",{"path":471,"priority":306},"agents/ce-slack-researcher.agent.md",{"path":473,"priority":306},"agents/ce-spec-flow-analyzer.agent.md",{"path":475,"priority":306},"agents/ce-swift-ios-reviewer.agent.md",{"path":477,"priority":306},"agents/ce-testing-reviewer.agent.md",{"path":479,"priority":306},"agents/ce-web-researcher.agent.md",{"path":481,"priority":306},".codex-plugin/plugin.json",{"path":483,"priority":306},".cursor-plugin/plugin.json",{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":295,"sourceLanguage":18,"type":227},"plugins/coding-tutor","Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes","coding-tutor",{"claudeCode":487},"plugin manifest at plugins/coding-tutor/.claude-plugin/plugin.json",[491,492,493,495,497,499,501,502],{"path":301,"priority":294},{"path":303,"priority":294},{"path":494,"priority":309},"skills/coding-tutor/SKILL.md",{"path":496,"priority":306},"commands/quiz-me.md",{"path":498,"priority":306},"commands/sync-tutorials.md",{"path":500,"priority":306},"commands/teach-me.md",{"path":481,"priority":306},{"path":483,"priority":306},{"basePath":237,"description":233,"displayName":224,"installMethods":504,"rationale":505,"selectedPaths":506,"source":295,"sourceLanguage":18,"type":238},{"claudeCode":12},"marketplace.json at .cursor-plugin/marketplace.json",[507,509,510],{"path":508,"priority":294},".cursor-plugin/marketplace.json",{"path":303,"priority":294},{"path":305,"priority":306},{"basePath":512,"description":513,"displayName":487,"installMethods":514,"rationale":515,"selectedPaths":516,"source":295,"sourceLanguage":18,"type":216},"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",[517,519,522,524,526],{"path":518,"priority":294},"SKILL.md",{"path":520,"priority":521},"scripts/create_tutorial.py","low",{"path":523,"priority":521},"scripts/index_tutorials.py",{"path":525,"priority":521},"scripts/quiz_priority.py",{"path":527,"priority":521},"scripts/setup_tutorials.py",{"basePath":529,"description":530,"displayName":531,"installMethods":532,"rationale":533,"selectedPaths":534,"source":295,"sourceLanguage":18,"type":216},"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",[535,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564],{"path":518,"priority":294},{"path":537,"priority":309},"references/action-parity-discipline.md",{"path":539,"priority":309},"references/agent-execution-patterns.md",{"path":541,"priority":309},"references/agent-native-testing.md",{"path":543,"priority":309},"references/architecture-patterns.md",{"path":545,"priority":309},"references/checklists.md",{"path":547,"priority":309},"references/dynamic-context-injection.md",{"path":549,"priority":309},"references/files-universal-interface.md",{"path":551,"priority":309},"references/from-primitives-to-domain-tools.md",{"path":553,"priority":309},"references/mcp-tool-design.md",{"path":555,"priority":309},"references/mobile-patterns.md",{"path":557,"priority":309},"references/product-implications.md",{"path":559,"priority":309},"references/refactoring-to-prompt-native.md",{"path":561,"priority":309},"references/self-modification.md",{"path":563,"priority":309},"references/shared-workspace-architecture.md",{"path":565,"priority":309},"references/system-prompt-design.md",{"basePath":567,"description":568,"displayName":569,"installMethods":570,"rationale":571,"selectedPaths":572,"source":295,"sourceLanguage":18,"type":216},"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",[573],{"path":518,"priority":294},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":295,"sourceLanguage":18,"type":216},"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",[581,582,584,586,588,590],{"path":518,"priority":294},{"path":583,"priority":309},"references/handoff.md",{"path":585,"priority":309},"references/requirements-capture.md",{"path":587,"priority":309},"references/synthesis-summary.md",{"path":589,"priority":309},"references/universal-brainstorming.md",{"path":591,"priority":309},"references/visual-communication.md",{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":295,"sourceLanguage":18,"type":216},"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",[599,600],{"path":518,"priority":294},{"path":601,"priority":521},"scripts/clean-gone",{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":295,"sourceLanguage":18,"type":216},"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",[609,610,612,614,616,618,620,622,624,626],{"path":518,"priority":294},{"path":611,"priority":309},"references/bulk-preview.md",{"path":613,"priority":309},"references/diff-scope.md",{"path":615,"priority":309},"references/findings-schema.json",{"path":617,"priority":309},"references/persona-catalog.md",{"path":619,"priority":309},"references/review-output-template.md",{"path":621,"priority":309},"references/subagent-template.md",{"path":623,"priority":309},"references/tracker-defer.md",{"path":625,"priority":309},"references/validator-template.md",{"path":627,"priority":309},"references/walkthrough.md",{"basePath":629,"description":630,"displayName":631,"installMethods":632,"rationale":633,"selectedPaths":634,"source":295,"sourceLanguage":18,"type":216},"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",[635],{"path":518,"priority":294},{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":295,"sourceLanguage":18,"type":216},"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",[643,644,646],{"path":518,"priority":294},{"path":645,"priority":309},"references/branch-creation.md",{"path":647,"priority":309},"references/pr-description-writing.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":295,"sourceLanguage":18,"type":216},"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",[655,656,658,660,662],{"path":518,"priority":294},{"path":657,"priority":521},"assets/resolution-template.md",{"path":659,"priority":309},"references/schema.yaml",{"path":661,"priority":309},"references/yaml-schema.md",{"path":663,"priority":521},"scripts/validate-frontmatter.py",{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":295,"sourceLanguage":18,"type":216},"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",[671,672,673,675,676,677],{"path":518,"priority":294},{"path":657,"priority":521},{"path":674,"priority":309},"references/per-action-flows.md",{"path":659,"priority":309},{"path":661,"priority":309},{"path":663,"priority":521},{"basePath":679,"description":680,"displayName":681,"installMethods":682,"rationale":683,"selectedPaths":684,"source":295,"sourceLanguage":18,"type":216},"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",[685,686,688,690],{"path":518,"priority":294},{"path":687,"priority":309},"references/anti-patterns.md",{"path":689,"priority":309},"references/defense-in-depth.md",{"path":691,"priority":309},"references/investigation-techniques.md",{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":295,"sourceLanguage":18,"type":216},"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",[699,700,702,704,706,708,710],{"path":518,"priority":294},{"path":701,"priority":309},"references/tier-browser-reel.md",{"path":703,"priority":309},"references/tier-screenshot-reel.md",{"path":705,"priority":309},"references/tier-static-screenshots.md",{"path":707,"priority":309},"references/tier-terminal-recording.md",{"path":709,"priority":309},"references/upload-and-approval.md",{"path":711,"priority":521},"scripts/capture-demo.py",{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":295,"sourceLanguage":18,"type":216},"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",[719,720,722,724,726,728,730],{"path":518,"priority":294},{"path":721,"priority":309},"references/architecture.md",{"path":723,"priority":309},"references/controllers.md",{"path":725,"priority":309},"references/frontend.md",{"path":727,"priority":309},"references/gems.md",{"path":729,"priority":309},"references/models.md",{"path":731,"priority":309},"references/testing.md",{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":295,"sourceLanguage":18,"type":216},"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",[739,740,741,742,744,745,746,748],{"path":518,"priority":294},{"path":611,"priority":309},{"path":615,"priority":309},{"path":743,"priority":309},"references/open-questions-defer.md",{"path":619,"priority":309},{"path":621,"priority":309},{"path":747,"priority":309},"references/synthesis-and-presentation.md",{"path":627,"priority":309},{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":295,"sourceLanguage":18,"type":216},"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",[756],{"path":518,"priority":294},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":295,"sourceLanguage":18,"type":216},"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",[764,765,767,769,771,773],{"path":518,"priority":294},{"path":766,"priority":521},"scripts/compose_images.py",{"path":768,"priority":521},"scripts/edit_image.py",{"path":770,"priority":521},"scripts/gemini_images.py",{"path":772,"priority":521},"scripts/generate_image.py",{"path":774,"priority":521},"scripts/multi_turn_chat.py",{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":295,"sourceLanguage":18,"type":216},"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",[782,783,785,787],{"path":518,"priority":294},{"path":784,"priority":309},"references/post-ideation-workflow.md",{"path":786,"priority":309},"references/universal-ideation.md",{"path":788,"priority":309},"references/web-research-cache.md",{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":295,"sourceLanguage":18,"type":216},"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",[796,797,799,801,803,805,807,809,811,813,815],{"path":518,"priority":294},{"path":798,"priority":309},"references/example-hard-spec.yaml",{"path":800,"priority":309},"references/example-judge-spec.yaml",{"path":802,"priority":309},"references/experiment-log-schema.yaml",{"path":804,"priority":309},"references/experiment-prompt-template.md",{"path":806,"priority":309},"references/judge-prompt-template.md",{"path":808,"priority":309},"references/optimize-spec-schema.yaml",{"path":810,"priority":309},"references/usage-guide.md",{"path":812,"priority":521},"scripts/experiment-worktree.sh",{"path":814,"priority":521},"scripts/measure.sh",{"path":816,"priority":521},"scripts/parallel-probe.sh",{"basePath":818,"description":819,"displayName":820,"installMethods":821,"rationale":822,"selectedPaths":823,"source":295,"sourceLanguage":18,"type":216},"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",[824,825,827,829,831,832,834],{"path":518,"priority":294},{"path":826,"priority":309},"references/deepening-workflow.md",{"path":828,"priority":309},"references/plan-handoff.md",{"path":830,"priority":309},"references/plan-template.md",{"path":587,"priority":309},{"path":833,"priority":309},"references/universal-planning.md",{"path":591,"priority":309},{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":295,"sourceLanguage":18,"type":216},"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",[842,843,845,847,849,851,853,855,857,859,861,863,865,867,869,871],{"path":518,"priority":294},{"path":844,"priority":309},"references/dev-server-astro.md",{"path":846,"priority":309},"references/dev-server-detection.md",{"path":848,"priority":309},"references/dev-server-next.md",{"path":850,"priority":309},"references/dev-server-nuxt.md",{"path":852,"priority":309},"references/dev-server-procfile.md",{"path":854,"priority":309},"references/dev-server-rails.md",{"path":856,"priority":309},"references/dev-server-remix.md",{"path":858,"priority":309},"references/dev-server-sveltekit.md",{"path":860,"priority":309},"references/dev-server-vite.md",{"path":862,"priority":309},"references/ide-detection.md",{"path":864,"priority":309},"references/launch-json-schema.md",{"path":866,"priority":521},"scripts/detect-project-type.sh",{"path":868,"priority":521},"scripts/read-launch-json.sh",{"path":870,"priority":521},"scripts/resolve-package-manager.sh",{"path":872,"priority":521},"scripts/resolve-port.sh",{"basePath":874,"description":875,"displayName":876,"installMethods":877,"rationale":878,"selectedPaths":879,"source":295,"sourceLanguage":18,"type":216},"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",[880,881,883],{"path":518,"priority":294},{"path":882,"priority":309},"references/interview.md",{"path":884,"priority":309},"references/report-template.md",{"basePath":886,"description":887,"displayName":888,"installMethods":889,"rationale":890,"selectedPaths":891,"source":295,"sourceLanguage":18,"type":216},"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",[892,893],{"path":518,"priority":294},{"path":894,"priority":309},"references/hitl-review.md",{"basePath":213,"description":10,"displayName":13,"installMethods":896,"rationale":897,"selectedPaths":898,"source":295,"sourceLanguage":18,"type":216},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-release-notes/SKILL.md",[899,900],{"path":518,"priority":294},{"path":901,"priority":521},"scripts/list-plugin-releases.py",{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":295,"sourceLanguage":18,"type":216},"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",[909],{"path":518,"priority":294},{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":295,"sourceLanguage":18,"type":216},"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",[917,918,920,922,924,926,928],{"path":518,"priority":294},{"path":919,"priority":309},"references/full-mode.md",{"path":921,"priority":309},"references/targeted-mode.md",{"path":923,"priority":521},"scripts/get-pr-comments",{"path":925,"priority":521},"scripts/get-thread-for-comment",{"path":927,"priority":521},"scripts/reply-to-pr-thread",{"path":929,"priority":521},"scripts/resolve-pr-thread",{"basePath":931,"description":932,"displayName":933,"installMethods":934,"rationale":935,"selectedPaths":936,"source":295,"sourceLanguage":18,"type":216},"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",[937,938,940,942,944,946],{"path":518,"priority":294},{"path":939,"priority":309},"references/compound-engineering-feedback-format.md",{"path":941,"priority":309},"references/extensive-analysis.md",{"path":943,"priority":309},"references/install-riffrec.md",{"path":945,"priority":309},"references/quick-bug-report.md",{"path":947,"priority":521},"scripts/analyze_riffrec_zip.py",{"basePath":949,"description":950,"displayName":951,"installMethods":952,"rationale":953,"selectedPaths":954,"source":295,"sourceLanguage":18,"type":216},"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",[955,956,958,960,962],{"path":518,"priority":294},{"path":957,"priority":521},"scripts/discover-sessions.sh",{"path":959,"priority":521},"scripts/extract-errors.py",{"path":961,"priority":521},"scripts/extract-metadata.py",{"path":963,"priority":521},"scripts/extract-skeleton.py",{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":295,"sourceLanguage":18,"type":216},"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",[971,972,974],{"path":518,"priority":294},{"path":973,"priority":309},"references/config-template.yaml",{"path":975,"priority":521},"scripts/check-health",{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":295,"sourceLanguage":18,"type":216},"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",[983],{"path":518,"priority":294},{"basePath":985,"description":986,"displayName":987,"installMethods":988,"rationale":989,"selectedPaths":990,"source":295,"sourceLanguage":18,"type":216},"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",[991],{"path":518,"priority":294},{"basePath":993,"description":994,"displayName":995,"installMethods":996,"rationale":997,"selectedPaths":998,"source":295,"sourceLanguage":18,"type":216},"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",[999,1000,1001],{"path":518,"priority":294},{"path":882,"priority":309},{"path":1002,"priority":309},"references/strategy-template.md",{"basePath":1004,"description":1005,"displayName":1006,"installMethods":1007,"rationale":1008,"selectedPaths":1009,"source":295,"sourceLanguage":18,"type":216},"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",[1010],{"path":518,"priority":294},{"basePath":1012,"description":1013,"displayName":1014,"installMethods":1015,"rationale":1016,"selectedPaths":1017,"source":295,"sourceLanguage":18,"type":216},"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",[1018],{"path":518,"priority":294},{"basePath":1020,"description":1021,"displayName":1022,"installMethods":1023,"rationale":1024,"selectedPaths":1025,"source":295,"sourceLanguage":18,"type":216},"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",[1026,1027,1029,1031],{"path":518,"priority":294},{"path":1028,"priority":521},"scripts/currently-loaded-version.sh",{"path":1030,"priority":521},"scripts/marketplace-name.sh",{"path":1032,"priority":521},"scripts/upstream-version.sh",{"basePath":1034,"description":1035,"displayName":1036,"installMethods":1037,"rationale":1038,"selectedPaths":1039,"source":295,"sourceLanguage":18,"type":216},"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",[1040,1041,1043],{"path":518,"priority":294},{"path":1042,"priority":309},"references/shipping-workflow.md",{"path":623,"priority":309},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":295,"sourceLanguage":18,"type":216},"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",[1051,1052,1054,1055],{"path":518,"priority":294},{"path":1053,"priority":309},"references/codex-delegation-workflow.md",{"path":1042,"priority":309},{"path":623,"priority":309},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":295,"sourceLanguage":18,"type":216},"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",[1063,1064],{"path":518,"priority":294},{"path":1065,"priority":521},"scripts/worktree-manager.sh",{"basePath":1067,"description":1068,"displayName":1069,"installMethods":1070,"rationale":1071,"selectedPaths":1072,"source":295,"sourceLanguage":18,"type":216},"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",[1073,1074],{"path":518,"priority":294},{"path":623,"priority":309},{"basePath":237,"description":1076,"displayName":1077,"installMethods":1078,"rationale":1079,"selectedPaths":1080,"source":295,"sourceLanguage":18,"type":1097},"Official Compound Engineering plugin for Claude Code, Codex, and more","@every-env/compound-plugin",{"npm":1077},"cli ecosystem detected at /",[1081,1083,1084,1085,1087,1089,1091,1093,1095],{"path":1082,"priority":294},"package.json",{"path":303,"priority":294},{"path":305,"priority":306},{"path":1086,"priority":309},"src/index.ts",{"path":1088,"priority":521},"src/commands/cleanup.ts",{"path":1090,"priority":521},"src/commands/convert.ts",{"path":1092,"priority":521},"src/commands/install.ts",{"path":1094,"priority":521},"src/commands/list.ts",{"path":1096,"priority":521},"src/commands/plugin-path.ts","cli",{"sources":1099},[1100],"manual",{"npmPackage":1077},{"closedIssues90d":199,"description":1103,"forks":200,"homepage":1104,"license":207,"openIssues90d":201,"pushedAt":202,"readmeSize":197,"stars":203,"topics":1105},"Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more","https://every.to/guides/compound-engineering",[1106,1107],"compound","engineering",{"downloads":205},{"classifiedAt":1110,"discoverAt":1111,"extractAt":1112,"githubAt":1112,"npmAt":1113,"updatedAt":1110},1778686639998,1778686632796,1778686635929,1778686638203,[183,182,184,180,181],{"evaluatedAt":211,"extractAt":260,"updatedAt":211},[],[1118,1143,1172,1193,1215,1236],{"_creationTime":1119,"_id":1120,"community":1121,"display":1122,"identity":1127,"providers":1131,"relations":1137,"tags":1139,"workflow":1140},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1123,"installMethods":1124,"name":180,"sourceUrl":1126},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1125},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":1128,"githubOwner":1129,"githubRepo":1130,"locale":18,"slug":180,"type":216},"skills/github","steipete","clawdis",{"evaluate":1132,"extract":1136},{"promptVersionExtension":173,"promptVersionScoring":174,"score":1133,"tags":1134,"targetMarket":185,"tier":186},100,[180,1097,1135,184,183],"api",{"commitSha":250},{"repoId":1138},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1135,183,1097,184,180],{"evaluatedAt":1141,"extractAt":1142,"updatedAt":1141},1778698569289,1778697652123,{"_creationTime":1144,"_id":1145,"community":1146,"display":1147,"identity":1153,"providers":1158,"relations":1165,"tags":1167,"workflow":1168},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":1148,"installMethods":1149,"name":1151,"sourceUrl":1152},"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":1150},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":1154,"githubOwner":1155,"githubRepo":1156,"locale":18,"slug":1157,"type":216},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":1159,"extract":1164},{"promptVersionExtension":173,"promptVersionScoring":174,"score":1133,"tags":1160,"targetMarket":185,"tier":186},[1161,1162,183,1163,184],"browser","debugging","ux",{"commitSha":250,"license":207},{"repoId":1166},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[183,1161,1162,184,1163],{"evaluatedAt":1169,"extractAt":1170,"updatedAt":1171},1778699261239,1778699106670,1778699384978,{"_creationTime":1173,"_id":1174,"community":1175,"display":1176,"identity":1180,"providers":1182,"relations":1189,"tags":1190,"workflow":1191},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":1177,"installMethods":1178,"name":1179,"sourceUrl":1126},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":1125},"openclaw-testing",{"basePath":1181,"githubOwner":1129,"githubRepo":1130,"locale":18,"slug":1179,"type":216},".agents/skills/openclaw-testing",{"evaluate":1183,"extract":1188},{"promptVersionExtension":173,"promptVersionScoring":174,"score":1133,"tags":1184,"targetMarket":185,"tier":186},[1185,1186,1187,183,184],"testing","ci","validation",{"commitSha":250},{"repoId":1138},[183,1186,184,1185,1187],{"evaluatedAt":1192,"extractAt":1142,"updatedAt":1192},1778697962962,{"_creationTime":1194,"_id":1195,"community":1196,"display":1197,"identity":1201,"providers":1204,"relations":1211,"tags":1212,"workflow":1213},1778697652123.8833,"k17ct99affbswtd47gdzrt0t9d86np80",{"reviewCount":8},{"description":1198,"installMethods":1199,"name":1200,"sourceUrl":1126},"Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.",{"claudeCode":1125},"OpenClaw Release Maintainer",{"basePath":1202,"githubOwner":1129,"githubRepo":1130,"locale":18,"slug":1203,"type":216},".agents/skills/openclaw-release-maintainer","openclaw-release-maintainer",{"evaluate":1205,"extract":1210},{"promptVersionExtension":173,"promptVersionScoring":174,"score":1133,"tags":1206,"targetMarket":185,"tier":186},[1207,1208,183,1209,182],"release-management","devops","publishing",{"commitSha":250,"license":207},{"repoId":1138},[183,182,1208,1209,1207],{"evaluatedAt":1214,"extractAt":1142,"updatedAt":1214},1778697889646,{"_creationTime":1216,"_id":1217,"community":1218,"display":1219,"identity":1223,"providers":1226,"relations":1232,"tags":1233,"workflow":1234},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":1220,"installMethods":1221,"name":1222,"sourceUrl":1126},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":1125},"ClawSweeper Skill",{"basePath":1224,"githubOwner":1129,"githubRepo":1130,"locale":18,"slug":1225,"type":216},".agents/skills/clawsweeper","clawsweeper",{"evaluate":1227,"extract":1231},{"promptVersionExtension":173,"promptVersionScoring":174,"score":1133,"tags":1228,"targetMarket":185,"tier":186},[180,183,245,1229,1230],"maintenance","ci-cd",{"commitSha":250,"license":207},{"repoId":1138},[183,1230,245,180,1229],{"evaluatedAt":1235,"extractAt":1142,"updatedAt":1235},1778697688364,{"_creationTime":1237,"_id":1238,"community":1239,"display":1240,"identity":1246,"providers":1251,"relations":1260,"tags":1263,"workflow":1264},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1241,"installMethods":1242,"name":1244,"sourceUrl":1245},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1243},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1247,"githubOwner":1248,"githubRepo":1249,"locale":18,"slug":1250,"type":216},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1252,"extract":1259},{"promptVersionExtension":173,"promptVersionScoring":174,"score":1133,"tags":1253,"targetMarket":185,"tier":186},[1254,1255,1256,1257,183,1097,1258],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":250,"license":207},{"parentExtensionId":1261,"repoId":1262},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[183,1097,1258,1255,1254,1257,1256],{"evaluatedAt":1265,"extractAt":1266,"updatedAt":1265},1778699613343,1778699234184]