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