[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-commit-de":3,"guides-for-EveryInc-ce-commit":1149,"similar-k175xeyp5r0zs9pxyhj4ne5w4n86my7q-de":1150},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":227,"parentExtension":251,"providers":310,"relations":314,"repo":315,"tags":1147,"workflow":1148},1778686640222.7925,"k175xeyp5r0zs9pxyhj4ne5w4n86my7q",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-commit","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":244},1778686858126.9792,"kn77grakbhknn979za81r1s3p586nz0w","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of creating well-structured git commit messages and names specific user triggers for its use.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured workflow for commit message generation, adhering to repo conventions or conventional commits, which goes beyond basic LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle for creating a git commit, including context gathering, convention determination, logical commit splitting, staging, and confirmation.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on generating git commit messages and associated workflow, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality as described in the SKILL.md file.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific git commands like `git status`, `git diff`, `git branch`, `git log`, and `git commit`, which are narrow verb-noun actions.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters and necessary context gathering commands are documented within the SKILL.md.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used (git commands) are standard and descriptive within the domain of Git.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's inputs are derived from context or explicit user commands, and its outputs are git commands and status reports, adhering to minimal I/O.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, a permissive open-source license, clearly indicated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-05-13, well within the last 90 days.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use any third-party dependencies beyond standard Git commands and shell utilities.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not handle or expose secrets directly; it interacts with git commands which are assumed to be handled securely by the environment.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill relies on standard git commands and shell context gathering; it does not load or execute arbitrary third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill uses local git commands and does not fetch remote content to execute, mitigating supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates using git commands within the project directory and does not attempt to modify files outside of its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were detected in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only interacts with local git repositories and does not send any data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions are clean.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The scripts within the bundle are plain and readable, without obfuscation like base64 or runtime fetches.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes reasonable assumptions about Git repository structure and provides clear error messages if pre-conditions are not met.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","info","There are 25 open and 115 closed issues in the last 90 days, indicating active maintenance but a potential backlog.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The project has a `CHANGELOG.md` and a GitHub release history, indicating proper release management.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","Input validation is handled through standard Git command parsing and user prompts for critical actions like branching.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Destructive operations like committing are guarded by user confirmation prompts and branching checks.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The skill includes checks for empty working trees, detached HEAD states, and prompts for user input, with clear error reporting.",{"category":105,"check":115,"severity":63,"summary":116},"Logging","The skill does not perform destructive actions or outbound calls that would typically require a local audit log.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill operates on git repository data and does not handle personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is a generic Git utility and has no regional or jurisdictional restrictions, thus targeting a global market.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard Git commands and shell utilities, ensuring cross-platform compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file provides a comprehensive overview of the plugin's philosophy, skills, and installation instructions.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-purpose skill and does not expose multiple distinct tools.",{"category":40,"check":134,"severity":63,"summary":135},"Overlapping near-synonym tools","The skill utilizes specific git commands rather than near-synonym tools for similar actions.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features mentioned in the README and SKILL.md have corresponding implementations or documented Git commands.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides detailed installation instructions for various environments (Claude Code, Cursor, Codex, etc.) including copy-paste examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Errors related to empty working trees or detached HEAD states provide clear explanations and remediation steps.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The skill uses standard Git commands, which are implicitly managed by the system's Git installation, and relies on Bun for development tooling which would have lockfiles.",{"category":33,"check":152,"severity":98,"summary":153},"Dry-run preview","While not a direct dry-run flag, the workflow includes checks for empty working trees and prompts for confirmation before committing, offering a preview of the action.",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","The skill interacts with local Git operations which are inherently transactional and do not involve remote calls requiring timeouts or idempotency on retries.",{"category":118,"check":159,"severity":63,"summary":160},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the artifact (git commit messages) and the user intent (commit staged/unstaged work) with clear boundaries.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and trigger phrases.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and reasonably concise, detailing the workflow without excessive verbosity.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and provides context gathering commands, with clear steps and reasonable length.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is not an exploration or audit-style skill and does not require forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The README provides clear examples of how to use the related skills within the Compound Engineering suite, which contextualizes the `ce-commit` skill's purpose.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill explicitly handles edge cases such as a clean working tree, detached HEAD state, and prompts for confirmation before committing to main branches.",{"category":105,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill relies on standard Git commands and does not depend on an external MCP server, so no fallback is needed.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill halts execution and prompts the user when encountering unexpected states like a clean working tree or detached HEAD before attempting a commit.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; it focuses solely on git commit generation.",1778686858001,"This skill automates the creation of git commit messages, ensuring they are clear, value-communicating, and adhere to repository conventions or the conventional commit format. It gathers necessary context from the Git environment, considers logical commit grouping, and prompts for confirmation before committing.",[196,197,198,199,200],"Generates clear and value-communicating commit messages","Adheres to repository-specific commit conventions","Defaults to Conventional Commit format when no repo convention exists","Supports committing staged or unstaged work","Includes workflow for context gathering and confirmation",[202,203,204,205],"Performing code review","Automating CI/CD pipelines","Managing Git branches (beyond creating one if needed for detached HEAD)","Writing commit messages for non-Git version control systems","3.0.0","4.4.0","To streamline the process of creating well-structured and informative git commit messages, improving code quality and team collaboration.","The extension is exceptionally well-documented, robust, and addresses a core developer need. Minor informational findings on issue velocity and dry-run implementation do not detract from its high quality.",98,"A high-quality skill for generating clear, conventional git commit messages.",[213,214,215,216,217],"git","commit","development","workflow","cli","global","verified",[221,222,223,224],"When the user explicitly asks to commit changes","When users want to save staged or unstaged work with a descriptive message","To ensure commit messages follow established project conventions","To generate conventional commit messages for automated tooling",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"popularity":238,"security":240,"testCoverage":243},{"hasLockfile":227},true,1778686841566,{"descriptionLength":230,"readmeSize":231},333,17582,{"closedIssues90d":233,"forks":234,"hasChangelog":227,"openIssues90d":235,"pushedAt":236,"stars":237},115,1300,25,1778686215000,16666,{"npmDownloads":239},12828,{"hasNpmPackage":227,"license":241,"smitheryVerified":242},"MIT",false,{"hasCi":227,"hasTests":227},{"updatedAt":245},1778686858127,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"plugins/compound-engineering/skills/ce-commit","EveryInc","compound-engineering-plugin","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":259,"parentExtension":262,"providers":295,"relations":306,"tags":307,"workflow":308},1778686640222.7903,"k17d893df4em0e3pn8f55h1dxn86n09e",{"reviewCount":8},{"description":256,"installMethods":257,"name":258,"sourceUrl":14},"AI-powered development tools for code review, research, design, and workflow automation.",{"claudeCode":258},"compound-engineering",{"basePath":260,"githubOwner":248,"githubRepo":249,"locale":18,"slug":258,"type":261},"plugins/compound-engineering","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":270,"providers":273,"relations":289,"tags":291,"workflow":292},1778686640222.7908,"k17ef8php9wk308mkg59kdp6b186nzhx",{"reviewCount":8},{"description":267,"installMethods":268,"name":269,"sourceUrl":14},"Cursor plugin marketplace for Every Inc plugins",{"claudeCode":12},"Compound Engineering",{"basePath":271,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":272},"","marketplace",{"evaluate":274,"extract":283},{"promptVersionExtension":275,"promptVersionScoring":207,"score":276,"tags":277,"targetMarket":218,"tier":219},"3.1.0",99,[278,279,280,281,282],"development-workflow","code-review","planning","documentation","ai-agents",{"commitSha":284,"license":241,"marketplace":285,"plugin":287},"HEAD",{"name":249,"pluginCount":286},2,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd7e40my1b5g70tg0f60qg85ch86nn08",[282,279,278,281,280],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778686722515,1778686640222,{"evaluate":296,"extract":303},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":297,"targetMarket":218,"tier":219},[298,299,279,300,281,301,280,302],"ai","developer-tools","research","workflow-automation","ideation",{"commitSha":284,"license":241,"plugin":304},{"mcpCount":8,"provider":288,"skillCount":305},37,{"parentExtensionId":264,"repoId":290},[298,279,299,281,302,280,300,301],{"evaluatedAt":309,"extractAt":294,"updatedAt":309},1778686677611,{"evaluate":311,"extract":313},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":312,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":284},{"parentExtensionId":253,"repoId":290},{"_creationTime":316,"_id":290,"identity":317,"providers":318,"workflow":1142},1778686632796.9226,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":319,"discover":1131,"extract":1134,"github":1135,"npm":1141},{"commitSha":284,"extensions":320},[321,330,518,537,545,562,600,608,626,636,662,667,679,695,709,723,743,763,780,788,806,820,848,866,904,916,926,936,944,964,982,998,1010,1018,1026,1037,1045,1053,1067,1078,1090,1100,1109],{"basePath":322,"displayName":249,"installMethods":323,"rationale":324,"selectedPaths":325,"source":329,"sourceLanguage":18,"type":272},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[326],{"path":327,"priority":328},"marketplace.json","mandatory","rule",{"basePath":260,"description":256,"displayName":258,"installMethods":331,"license":241,"rationale":332,"selectedPaths":333,"source":329,"sourceLanguage":18,"type":261},{"claudeCode":258},"plugin manifest at plugins/compound-engineering/.claude-plugin/plugin.json",[334,336,338,341,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,516],{"path":335,"priority":328},".claude-plugin/plugin.json",{"path":337,"priority":328},"README.md",{"path":339,"priority":340},"LICENSE","high",{"path":342,"priority":343},"skills/ce-agent-native-architecture/SKILL.md","medium",{"path":345,"priority":343},"skills/ce-agent-native-audit/SKILL.md",{"path":347,"priority":343},"skills/ce-brainstorm/SKILL.md",{"path":349,"priority":343},"skills/ce-clean-gone-branches/SKILL.md",{"path":351,"priority":343},"skills/ce-code-review/SKILL.md",{"path":353,"priority":343},"skills/ce-commit/SKILL.md",{"path":355,"priority":343},"skills/ce-commit-push-pr/SKILL.md",{"path":357,"priority":343},"skills/ce-compound/SKILL.md",{"path":359,"priority":343},"skills/ce-compound-refresh/SKILL.md",{"path":361,"priority":343},"skills/ce-debug/SKILL.md",{"path":363,"priority":343},"skills/ce-demo-reel/SKILL.md",{"path":365,"priority":343},"skills/ce-dhh-rails-style/SKILL.md",{"path":367,"priority":343},"skills/ce-doc-review/SKILL.md",{"path":369,"priority":343},"skills/ce-frontend-design/SKILL.md",{"path":371,"priority":343},"skills/ce-gemini-imagegen/SKILL.md",{"path":373,"priority":343},"skills/ce-ideate/SKILL.md",{"path":375,"priority":343},"skills/ce-optimize/SKILL.md",{"path":377,"priority":343},"skills/ce-plan/SKILL.md",{"path":379,"priority":343},"skills/ce-polish-beta/SKILL.md",{"path":381,"priority":343},"skills/ce-product-pulse/SKILL.md",{"path":383,"priority":343},"skills/ce-proof/SKILL.md",{"path":385,"priority":343},"skills/ce-release-notes/SKILL.md",{"path":387,"priority":343},"skills/ce-report-bug/SKILL.md",{"path":389,"priority":343},"skills/ce-resolve-pr-feedback/SKILL.md",{"path":391,"priority":343},"skills/ce-riffrec-feedback-analysis/SKILL.md",{"path":393,"priority":343},"skills/ce-sessions/SKILL.md",{"path":395,"priority":343},"skills/ce-setup/SKILL.md",{"path":397,"priority":343},"skills/ce-simplify-code/SKILL.md",{"path":399,"priority":343},"skills/ce-slack-research/SKILL.md",{"path":401,"priority":343},"skills/ce-strategy/SKILL.md",{"path":403,"priority":343},"skills/ce-test-browser/SKILL.md",{"path":405,"priority":343},"skills/ce-test-xcode/SKILL.md",{"path":407,"priority":343},"skills/ce-update/SKILL.md",{"path":409,"priority":343},"skills/ce-work/SKILL.md",{"path":411,"priority":343},"skills/ce-work-beta/SKILL.md",{"path":413,"priority":343},"skills/ce-worktree/SKILL.md",{"path":415,"priority":343},"skills/lfg/SKILL.md",{"path":417,"priority":340},"agents/ce-adversarial-document-reviewer.agent.md",{"path":419,"priority":340},"agents/ce-adversarial-reviewer.agent.md",{"path":421,"priority":340},"agents/ce-agent-native-reviewer.agent.md",{"path":423,"priority":340},"agents/ce-ankane-readme-writer.agent.md",{"path":425,"priority":340},"agents/ce-api-contract-reviewer.agent.md",{"path":427,"priority":340},"agents/ce-architecture-strategist.agent.md",{"path":429,"priority":340},"agents/ce-best-practices-researcher.agent.md",{"path":431,"priority":340},"agents/ce-code-simplicity-reviewer.agent.md",{"path":433,"priority":340},"agents/ce-coherence-reviewer.agent.md",{"path":435,"priority":340},"agents/ce-correctness-reviewer.agent.md",{"path":437,"priority":340},"agents/ce-data-integrity-guardian.agent.md",{"path":439,"priority":340},"agents/ce-data-migration-expert.agent.md",{"path":441,"priority":340},"agents/ce-data-migrations-reviewer.agent.md",{"path":443,"priority":340},"agents/ce-deployment-verification-agent.agent.md",{"path":445,"priority":340},"agents/ce-design-implementation-reviewer.agent.md",{"path":447,"priority":340},"agents/ce-design-iterator.agent.md",{"path":449,"priority":340},"agents/ce-design-lens-reviewer.agent.md",{"path":451,"priority":340},"agents/ce-dhh-rails-reviewer.agent.md",{"path":453,"priority":340},"agents/ce-feasibility-reviewer.agent.md",{"path":455,"priority":340},"agents/ce-figma-design-sync.agent.md",{"path":457,"priority":340},"agents/ce-framework-docs-researcher.agent.md",{"path":459,"priority":340},"agents/ce-git-history-analyzer.agent.md",{"path":461,"priority":340},"agents/ce-issue-intelligence-analyst.agent.md",{"path":463,"priority":340},"agents/ce-julik-frontend-races-reviewer.agent.md",{"path":465,"priority":340},"agents/ce-kieran-python-reviewer.agent.md",{"path":467,"priority":340},"agents/ce-kieran-rails-reviewer.agent.md",{"path":469,"priority":340},"agents/ce-kieran-typescript-reviewer.agent.md",{"path":471,"priority":340},"agents/ce-learnings-researcher.agent.md",{"path":473,"priority":340},"agents/ce-maintainability-reviewer.agent.md",{"path":475,"priority":340},"agents/ce-pattern-recognition-specialist.agent.md",{"path":477,"priority":340},"agents/ce-performance-oracle.agent.md",{"path":479,"priority":340},"agents/ce-performance-reviewer.agent.md",{"path":481,"priority":340},"agents/ce-pr-comment-resolver.agent.md",{"path":483,"priority":340},"agents/ce-previous-comments-reviewer.agent.md",{"path":485,"priority":340},"agents/ce-product-lens-reviewer.agent.md",{"path":487,"priority":340},"agents/ce-project-standards-reviewer.agent.md",{"path":489,"priority":340},"agents/ce-reliability-reviewer.agent.md",{"path":491,"priority":340},"agents/ce-repo-research-analyst.agent.md",{"path":493,"priority":340},"agents/ce-schema-drift-detector.agent.md",{"path":495,"priority":340},"agents/ce-scope-guardian-reviewer.agent.md",{"path":497,"priority":340},"agents/ce-security-lens-reviewer.agent.md",{"path":499,"priority":340},"agents/ce-security-reviewer.agent.md",{"path":501,"priority":340},"agents/ce-security-sentinel.agent.md",{"path":503,"priority":340},"agents/ce-session-historian.agent.md",{"path":505,"priority":340},"agents/ce-slack-researcher.agent.md",{"path":507,"priority":340},"agents/ce-spec-flow-analyzer.agent.md",{"path":509,"priority":340},"agents/ce-swift-ios-reviewer.agent.md",{"path":511,"priority":340},"agents/ce-testing-reviewer.agent.md",{"path":513,"priority":340},"agents/ce-web-researcher.agent.md",{"path":515,"priority":340},".codex-plugin/plugin.json",{"path":517,"priority":340},".cursor-plugin/plugin.json",{"basePath":519,"description":520,"displayName":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":329,"sourceLanguage":18,"type":261},"plugins/coding-tutor","Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes","coding-tutor",{"claudeCode":521},"plugin manifest at plugins/coding-tutor/.claude-plugin/plugin.json",[525,526,527,529,531,533,535,536],{"path":335,"priority":328},{"path":337,"priority":328},{"path":528,"priority":343},"skills/coding-tutor/SKILL.md",{"path":530,"priority":340},"commands/quiz-me.md",{"path":532,"priority":340},"commands/sync-tutorials.md",{"path":534,"priority":340},"commands/teach-me.md",{"path":515,"priority":340},{"path":517,"priority":340},{"basePath":271,"description":267,"displayName":258,"installMethods":538,"rationale":539,"selectedPaths":540,"source":329,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .cursor-plugin/marketplace.json",[541,543,544],{"path":542,"priority":328},".cursor-plugin/marketplace.json",{"path":337,"priority":328},{"path":339,"priority":340},{"basePath":546,"description":547,"displayName":521,"installMethods":548,"rationale":549,"selectedPaths":550,"source":329,"sourceLanguage":18,"type":250},"plugins/coding-tutor/skills/coding-tutor","Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Creates a persistent learning trail that compounds over time using the power of AI, spaced repetition and quizes.",{"claudeCode":12},"SKILL.md frontmatter at plugins/coding-tutor/skills/coding-tutor/SKILL.md",[551,553,556,558,560],{"path":552,"priority":328},"SKILL.md",{"path":554,"priority":555},"scripts/create_tutorial.py","low",{"path":557,"priority":555},"scripts/index_tutorials.py",{"path":559,"priority":555},"scripts/quiz_priority.py",{"path":561,"priority":555},"scripts/setup_tutorials.py",{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-agent-native-architecture","Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.","ce-agent-native-architecture",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-agent-native-architecture/SKILL.md",[569,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598],{"path":552,"priority":328},{"path":571,"priority":343},"references/action-parity-discipline.md",{"path":573,"priority":343},"references/agent-execution-patterns.md",{"path":575,"priority":343},"references/agent-native-testing.md",{"path":577,"priority":343},"references/architecture-patterns.md",{"path":579,"priority":343},"references/checklists.md",{"path":581,"priority":343},"references/dynamic-context-injection.md",{"path":583,"priority":343},"references/files-universal-interface.md",{"path":585,"priority":343},"references/from-primitives-to-domain-tools.md",{"path":587,"priority":343},"references/mcp-tool-design.md",{"path":589,"priority":343},"references/mobile-patterns.md",{"path":591,"priority":343},"references/product-implications.md",{"path":593,"priority":343},"references/refactoring-to-prompt-native.md",{"path":595,"priority":343},"references/self-modification.md",{"path":597,"priority":343},"references/shared-workspace-architecture.md",{"path":599,"priority":343},"references/system-prompt-design.md",{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-agent-native-audit","Run comprehensive agent-native architecture review with scored principles","ce-agent-native-audit",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-agent-native-audit/SKILL.md",[607],{"path":552,"priority":328},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-brainstorm","Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says \"let's brainstorm\", \"what should we build\", or \"help me think through X\", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.","ce-brainstorm",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-brainstorm/SKILL.md",[615,616,618,620,622,624],{"path":552,"priority":328},{"path":617,"priority":343},"references/handoff.md",{"path":619,"priority":343},"references/requirements-capture.md",{"path":621,"priority":343},"references/synthesis-summary.md",{"path":623,"priority":343},"references/universal-brainstorming.md",{"path":625,"priority":343},"references/visual-communication.md",{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-clean-gone-branches","Clean up local branches whose remote tracking branch is gone. Use when the user says \"clean up branches\", \"delete gone branches\", \"prune local branches\", \"clean gone\", or wants to remove stale local branches that no longer exist on the remote. Also handles removing associated worktrees for branches that have them.","ce-clean-gone-branches",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-clean-gone-branches/SKILL.md",[633,634],{"path":552,"priority":328},{"path":635,"priority":555},"scripts/clean-gone",{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-code-review","Structured code review using tiered persona agents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR.","ce-code-review",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-code-review/SKILL.md",[643,644,646,648,650,652,654,656,658,660],{"path":552,"priority":328},{"path":645,"priority":343},"references/bulk-preview.md",{"path":647,"priority":343},"references/diff-scope.md",{"path":649,"priority":343},"references/findings-schema.json",{"path":651,"priority":343},"references/persona-catalog.md",{"path":653,"priority":343},"references/review-output-template.md",{"path":655,"priority":343},"references/subagent-template.md",{"path":657,"priority":343},"references/tracker-defer.md",{"path":659,"priority":343},"references/validator-template.md",{"path":661,"priority":343},"references/walkthrough.md",{"basePath":247,"description":10,"displayName":13,"installMethods":663,"rationale":664,"selectedPaths":665,"source":329,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-commit/SKILL.md",[666],{"path":552,"priority":328},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-commit-push-pr","Commit, push, and open a PR with an adaptive, value-first description that scales in depth with the change. Use when the user says \"commit and PR\", \"ship this\", \"create a PR\", or \"open a pull request\". Also handles description-only flows (\"write a PR description\", \"rewrite the PR body\", \"describe this PR\") without committing or pushing.","ce-commit-push-pr",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-commit-push-pr/SKILL.md",[674,675,677],{"path":552,"priority":328},{"path":676,"priority":343},"references/branch-creation.md",{"path":678,"priority":343},"references/pr-description-writing.md",{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-compound","Document a recently solved problem to compound your team's knowledge","ce-compound",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-compound/SKILL.md",[686,687,689,691,693],{"path":552,"priority":328},{"path":688,"priority":555},"assets/resolution-template.md",{"path":690,"priority":343},"references/schema.yaml",{"path":692,"priority":343},"references/yaml-schema.md",{"path":694,"priority":555},"scripts/validate-frontmatter.py",{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-compound-refresh","Refresh stale learning and pattern docs under docs/solutions/ by reviewing them against the current codebase, then updating, consolidating, or deleting drifted ones. Use when the user asks to \"refresh my learnings\", \"audit docs/solutions/\", \"clean up stale learnings\", or \"consolidate overlapping docs\", or when ce-compound flags an older doc as superseded. Do not trigger for general refactor, debugging, or code-review work unless the user has explicitly pointed at docs/solutions/.","ce-compound-refresh",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-compound-refresh/SKILL.md",[702,703,704,706,707,708],{"path":552,"priority":328},{"path":688,"priority":555},{"path":705,"priority":343},"references/per-action-flows.md",{"path":690,"priority":343},{"path":692,"priority":343},{"path":694,"priority":555},{"basePath":710,"description":711,"displayName":712,"installMethods":713,"rationale":714,"selectedPaths":715,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-debug","Systematically find root causes and fix bugs. Use when debugging errors, investigating test failures, reproducing bugs from issue trackers (GitHub, Linear, Jira), or when stuck on a problem after failed fix attempts. Also use when the user says 'debug this', 'why is this failing', 'fix this bug', 'trace this error', or pastes stack traces, error messages, or issue references.","ce-debug",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-debug/SKILL.md",[716,717,719,721],{"path":552,"priority":328},{"path":718,"priority":343},"references/anti-patterns.md",{"path":720,"priority":343},"references/defense-in-depth.md",{"path":722,"priority":343},"references/investigation-techniques.md",{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-demo-reel","Capture a visual demo reel (GIF, terminal recording, screenshots) for PR descriptions. Use when shipping UI changes, CLI features, or any work with observable behavior that benefits from visual proof. Also use when asked to add a demo, record a GIF, screenshot a feature, show what changed visually, create a demo reel, capture evidence, add proof to a PR, or create a before/after comparison.","ce-demo-reel",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-demo-reel/SKILL.md",[730,731,733,735,737,739,741],{"path":552,"priority":328},{"path":732,"priority":343},"references/tier-browser-reel.md",{"path":734,"priority":343},"references/tier-screenshot-reel.md",{"path":736,"priority":343},"references/tier-static-screenshots.md",{"path":738,"priority":343},"references/tier-terminal-recording.md",{"path":740,"priority":343},"references/upload-and-approval.md",{"path":742,"priority":555},"scripts/capture-demo.py",{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-dhh-rails-style","This skill should be used when writing Ruby and Rails code in DHH's distinctive 37signals style. It applies when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, code review, or when the user mentions DHH, 37signals, Basecamp, HEY, or Campfire style. Embodies REST purity, fat models, thin controllers, Current attributes, Hotwire patterns, and the \"clarity over cleverness\" philosophy.","ce-dhh-rails-style",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-dhh-rails-style/SKILL.md",[750,751,753,755,757,759,761],{"path":552,"priority":328},{"path":752,"priority":343},"references/architecture.md",{"path":754,"priority":343},"references/controllers.md",{"path":756,"priority":343},"references/frontend.md",{"path":758,"priority":343},"references/gems.md",{"path":760,"priority":343},"references/models.md",{"path":762,"priority":343},"references/testing.md",{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-doc-review","Review requirements or plan documents using parallel persona agents that surface role-specific issues. Use when a requirements document or plan document exists and the user wants to improve it.","ce-doc-review",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-doc-review/SKILL.md",[770,771,772,773,775,776,777,779],{"path":552,"priority":328},{"path":645,"priority":343},{"path":649,"priority":343},{"path":774,"priority":343},"references/open-questions-defer.md",{"path":653,"priority":343},{"path":655,"priority":343},{"path":778,"priority":343},"references/synthesis-and-presentation.md",{"path":661,"priority":343},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-frontend-design","Build web interfaces with genuine design quality, not AI slop. Use for any frontend work - landing pages, web apps, dashboards, admin panels, components, interactive experiences. Activates for both greenfield builds and modifications to existing applications. Detects existing design systems and respects them. Covers composition, typography, color, motion, and copy. Verifies results via screenshots before declaring done.","ce-frontend-design",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-frontend-design/SKILL.md",[787],{"path":552,"priority":328},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-gemini-imagegen","This skill should be used when generating and editing images using the Gemini API (Nano Banana Pro). It applies when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.","ce-gemini-imagegen",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-gemini-imagegen/SKILL.md",[795,796,798,800,802,804],{"path":552,"priority":328},{"path":797,"priority":555},"scripts/compose_images.py",{"path":799,"priority":555},"scripts/edit_image.py",{"path":801,"priority":555},"scripts/gemini_images.py",{"path":803,"priority":555},"scripts/generate_image.py",{"path":805,"priority":555},"scripts/multi_turn_chat.py",{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-ideate","Generate and critically evaluate grounded ideas about a topic. Use when asking what to improve, requesting idea generation, exploring surprising directions, or wanting the AI to proactively suggest strong options before brainstorming one in depth. Triggers on phrases like 'what should I improve', 'give me ideas', 'ideate on X', 'surprise me', 'what would you change', or any request for AI-generated suggestions rather than refining the user's own idea.","ce-ideate",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-ideate/SKILL.md",[813,814,816,818],{"path":552,"priority":328},{"path":815,"priority":343},"references/post-ideation-workflow.md",{"path":817,"priority":343},"references/universal-ideation.md",{"path":819,"priority":343},"references/web-research-cache.md",{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-optimize","Run metric-driven iterative optimization loops -- define a measurable goal, run parallel experiments, measure each against hard gates or LLM-as-judge scores, keep improvements, and converge on the best solution. Use when optimizing clustering quality, search relevance, build performance, prompt quality, or any measurable outcome that benefits from systematic experimentation.","ce-optimize",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-optimize/SKILL.md",[827,828,830,832,834,836,838,840,842,844,846],{"path":552,"priority":328},{"path":829,"priority":343},"references/example-hard-spec.yaml",{"path":831,"priority":343},"references/example-judge-spec.yaml",{"path":833,"priority":343},"references/experiment-log-schema.yaml",{"path":835,"priority":343},"references/experiment-prompt-template.md",{"path":837,"priority":343},"references/judge-prompt-template.md",{"path":839,"priority":343},"references/optimize-spec-schema.yaml",{"path":841,"priority":343},"references/usage-guide.md",{"path":843,"priority":555},"scripts/experiment-worktree.sh",{"path":845,"priority":555},"scripts/measure.sh",{"path":847,"priority":555},"scripts/parallel-probe.sh",{"basePath":849,"description":850,"displayName":851,"installMethods":852,"rationale":853,"selectedPaths":854,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-plan","Create structured plans for multi-step tasks -- software features, research workflows, events, study plans, or any goal that benefits from breakdown. Also deepens existing plans with interactive sub-agent review. Use when the user says 'plan this', 'create a plan', 'how should we build', 'break this down', or when a brainstorm doc is ready for planning. Use 'deepen the plan' or 'deepening pass' for the deepening flow. For exploratory requests, prefer ce-brainstorm first.","ce-plan",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-plan/SKILL.md",[855,856,858,860,862,863,865],{"path":552,"priority":328},{"path":857,"priority":343},"references/deepening-workflow.md",{"path":859,"priority":343},"references/plan-handoff.md",{"path":861,"priority":343},"references/plan-template.md",{"path":621,"priority":343},{"path":864,"priority":343},"references/universal-planning.md",{"path":625,"priority":343},{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-polish-beta","[BETA] Start the dev server, open the feature in a browser, and iterate on improvements together.","ce-polish-beta",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-polish-beta/SKILL.md",[873,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902],{"path":552,"priority":328},{"path":875,"priority":343},"references/dev-server-astro.md",{"path":877,"priority":343},"references/dev-server-detection.md",{"path":879,"priority":343},"references/dev-server-next.md",{"path":881,"priority":343},"references/dev-server-nuxt.md",{"path":883,"priority":343},"references/dev-server-procfile.md",{"path":885,"priority":343},"references/dev-server-rails.md",{"path":887,"priority":343},"references/dev-server-remix.md",{"path":889,"priority":343},"references/dev-server-sveltekit.md",{"path":891,"priority":343},"references/dev-server-vite.md",{"path":893,"priority":343},"references/ide-detection.md",{"path":895,"priority":343},"references/launch-json-schema.md",{"path":897,"priority":555},"scripts/detect-project-type.sh",{"path":899,"priority":555},"scripts/read-launch-json.sh",{"path":901,"priority":555},"scripts/resolve-package-manager.sh",{"path":903,"priority":555},"scripts/resolve-port.sh",{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-product-pulse","Generate a time-windowed pulse report on what users experienced and how the product performed - usage, quality, errors, signals worth investigating. Use when the user says 'run a pulse', 'show me the pulse', 'how are we doing', 'weekly recap', 'launch-day check', or passes a time window like '24h' or '7d'. Configures via .compound-engineering/config.local.yaml and saves reports to docs/pulse-reports/.","ce-product-pulse",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-product-pulse/SKILL.md",[911,912,914],{"path":552,"priority":328},{"path":913,"priority":343},"references/interview.md",{"path":915,"priority":343},"references/report-template.md",{"basePath":917,"description":918,"displayName":919,"installMethods":920,"rationale":921,"selectedPaths":922,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-proof","Run human-in-the-loop review loops over markdown via Proof (proofeditor.ai) — share, view, comment on, edit, and sync collaborative docs. Use when the user says \"view this in proof\", \"share to proof\", \"HITL this doc\", or wants a shared markdown review surface for a spec, plan, or draft, including handoffs from ce-brainstorm, ce-ideate, or ce-plan. Do not trigger on \"proof\" meaning evidence, math proofs, proof-of-concept, or \"proofread this\".","ce-proof",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-proof/SKILL.md",[923,924],{"path":552,"priority":328},{"path":925,"priority":343},"references/hitl-review.md",{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-release-notes","Summarize recent compound-engineering plugin releases, or answer a specific question about a past release with a version citation. Use when the user types `/ce-release-notes` or asks \"what changed in compound-engineering recently?\" or \"what happened to `\u003Cskill-name>`?\".","ce-release-notes",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-release-notes/SKILL.md",[933,934],{"path":552,"priority":328},{"path":935,"priority":555},"scripts/list-plugin-releases.py",{"basePath":937,"description":938,"displayName":939,"installMethods":940,"rationale":941,"selectedPaths":942,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-report-bug","Report a bug in the compound-engineering plugin","ce-report-bug",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-report-bug/SKILL.md",[943],{"path":552,"priority":328},{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-resolve-pr-feedback","Resolve PR review feedback by evaluating validity and fixing issues in parallel. Use when addressing PR review comments, resolving review threads, or fixing code review feedback.","ce-resolve-pr-feedback",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-resolve-pr-feedback/SKILL.md",[951,952,954,956,958,960,962],{"path":552,"priority":328},{"path":953,"priority":343},"references/full-mode.md",{"path":955,"priority":343},"references/targeted-mode.md",{"path":957,"priority":555},"scripts/get-pr-comments",{"path":959,"priority":555},"scripts/get-thread-for-comment",{"path":961,"priority":555},"scripts/reply-to-pr-thread",{"path":963,"priority":555},"scripts/resolve-pr-thread",{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-riffrec-feedback-analysis","Riffrec product-feedback workflow. ALWAYS load when the user posts a `riffrec-*.zip`, a bundle with `session.json` + `events.json` + `recording.webm` + `voice.webm`, a video/audio recording for product feedback, or asks how to capture and share Riffrec sessions. Routes between setup, quick bug report, and extensive analysis.","ce-riffrec-feedback-analysis",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-riffrec-feedback-analysis/SKILL.md",[971,972,974,976,978,980],{"path":552,"priority":328},{"path":973,"priority":343},"references/compound-engineering-feedback-format.md",{"path":975,"priority":343},"references/extensive-analysis.md",{"path":977,"priority":343},"references/install-riffrec.md",{"path":979,"priority":343},"references/quick-bug-report.md",{"path":981,"priority":555},"scripts/analyze_riffrec_zip.py",{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-sessions","Search and ask questions about coding agent session history across Claude Code, Codex, and Cursor. Use when asking what was worked on, what was tried before, how a problem was investigated across sessions, what happened recently, or any question about past agent sessions. Also use when the user references prior sessions, previous attempts, or past investigations — even without saying 'sessions' explicitly.","ce-sessions",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-sessions/SKILL.md",[989,990,992,994,996],{"path":552,"priority":328},{"path":991,"priority":555},"scripts/discover-sessions.sh",{"path":993,"priority":555},"scripts/extract-errors.py",{"path":995,"priority":555},"scripts/extract-metadata.py",{"path":997,"priority":555},"scripts/extract-skeleton.py",{"basePath":999,"description":1000,"displayName":1001,"installMethods":1002,"rationale":1003,"selectedPaths":1004,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-setup","Diagnose and configure compound-engineering environment. Checks CLI dependencies, plugin version, and repo-local config. Offers guided installation for missing tools. Use when troubleshooting missing tools, verifying setup, or before onboarding.","ce-setup",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-setup/SKILL.md",[1005,1006,1008],{"path":552,"priority":328},{"path":1007,"priority":343},"references/config-template.yaml",{"path":1009,"priority":555},"scripts/check-health",{"basePath":1011,"description":1012,"displayName":1013,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-simplify-code","Simplify and refine recently changed code for clarity, reuse, quality, and efficiency while preserving behavior.","ce-simplify-code",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-simplify-code/SKILL.md",[1017],{"path":552,"priority":328},{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-slack-research","Search Slack for interpreted organizational context -- decisions, constraints, and discussion arcs -- and produce a synthesized research digest with cross-cutting analysis. Use when the user says 'search slack for', 'what did we discuss about', 'slack context for', or 'what does the team think about'. Differs from slack:find-discussions, which returns raw message results without synthesis.","ce-slack-research",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-slack-research/SKILL.md",[1025],{"path":552,"priority":328},{"basePath":1027,"description":1028,"displayName":1029,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-strategy","Create or maintain STRATEGY.md - the product's target problem, approach, users, key metrics, and tracks of work. Use when starting a new product, updating direction, or when prompts like 'write our strategy', 'update the roadmap', 'what are we working on', or 'set up the strategy doc' come up. Also triggers when ce-ideate, ce-brainstorm, or ce-plan need upstream grounding and no strategy doc exists yet.","ce-strategy",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-strategy/SKILL.md",[1033,1034,1035],{"path":552,"priority":328},{"path":913,"priority":343},{"path":1036,"priority":343},"references/strategy-template.md",{"basePath":1038,"description":1039,"displayName":1040,"installMethods":1041,"rationale":1042,"selectedPaths":1043,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-test-browser","Run browser tests on pages affected by current PR or branch","ce-test-browser",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-test-browser/SKILL.md",[1044],{"path":552,"priority":328},{"basePath":1046,"description":1047,"displayName":1048,"installMethods":1049,"rationale":1050,"selectedPaths":1051,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-test-xcode","Build and test iOS apps on simulator using XcodeBuildMCP. Use after making iOS code changes, before creating a PR, or when verifying app behavior and checking for crashes on simulator.","ce-test-xcode",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-test-xcode/SKILL.md",[1052],{"path":552,"priority":328},{"basePath":1054,"description":1055,"displayName":1056,"installMethods":1057,"rationale":1058,"selectedPaths":1059,"source":329,"sourceLanguage":18,"type":250},"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",[1060,1061,1063,1065],{"path":552,"priority":328},{"path":1062,"priority":555},"scripts/currently-loaded-version.sh",{"path":1064,"priority":555},"scripts/marketplace-name.sh",{"path":1066,"priority":555},"scripts/upstream-version.sh",{"basePath":1068,"description":1069,"displayName":1070,"installMethods":1071,"rationale":1072,"selectedPaths":1073,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-work","Execute work efficiently while maintaining quality and finishing features","ce-work",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-work/SKILL.md",[1074,1075,1077],{"path":552,"priority":328},{"path":1076,"priority":343},"references/shipping-workflow.md",{"path":657,"priority":343},{"basePath":1079,"description":1080,"displayName":1081,"installMethods":1082,"rationale":1083,"selectedPaths":1084,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-work-beta","[BETA] Execute work with external delegate support. Same as ce-work but includes experimental Codex delegation mode for token-conserving code implementation.","ce-work-beta",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-work-beta/SKILL.md",[1085,1086,1088,1089],{"path":552,"priority":328},{"path":1087,"priority":343},"references/codex-delegation-workflow.md",{"path":1076,"priority":343},{"path":657,"priority":343},{"basePath":1091,"description":1092,"displayName":1093,"installMethods":1094,"rationale":1095,"selectedPaths":1096,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-worktree","Create an isolated git worktree for parallel feature work or PR review. Use when starting work that should not disturb the current checkout, or when `ce-work` or `ce-code-review` offers a worktree option.","ce-worktree",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-worktree/SKILL.md",[1097,1098],{"path":552,"priority":328},{"path":1099,"priority":555},"scripts/worktree-manager.sh",{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"source":329,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/lfg","Run the full autonomous engineering pipeline end-to-end (plan, work, code review, test, commit, push, open PR, watch CI, fix CI failures until green). Use only when the user explicitly requests hands-off execution of a software task and provides a feature description; do not auto-route casual conversation here.","lfg",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/lfg/SKILL.md",[1107,1108],{"path":552,"priority":328},{"path":657,"priority":343},{"basePath":271,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":329,"sourceLanguage":18,"type":217},"Official Compound Engineering plugin for Claude Code, Codex, and more","@every-env/compound-plugin",{"npm":1111},"cli ecosystem detected at /",[1115,1117,1118,1119,1121,1123,1125,1127,1129],{"path":1116,"priority":328},"package.json",{"path":337,"priority":328},{"path":339,"priority":340},{"path":1120,"priority":343},"src/index.ts",{"path":1122,"priority":555},"src/commands/cleanup.ts",{"path":1124,"priority":555},"src/commands/convert.ts",{"path":1126,"priority":555},"src/commands/install.ts",{"path":1128,"priority":555},"src/commands/list.ts",{"path":1130,"priority":555},"src/commands/plugin-path.ts",{"sources":1132},[1133],"manual",{"npmPackage":1111},{"closedIssues90d":233,"description":1136,"forks":234,"homepage":1137,"license":241,"openIssues90d":235,"pushedAt":236,"readmeSize":231,"stars":237,"topics":1138},"Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more","https://every.to/guides/compound-engineering",[1139,1140],"compound","engineering",{"downloads":239},{"classifiedAt":1143,"discoverAt":1144,"extractAt":1145,"githubAt":1145,"npmAt":1146,"updatedAt":1143},1778686639998,1778686632796,1778686635929,1778686638203,[217,214,215,213,216],{"evaluatedAt":245,"extractAt":294,"updatedAt":245},[],[1151,1182,1211,1238,1263,1287],{"_creationTime":1152,"_id":1153,"community":1154,"display":1155,"identity":1161,"providers":1166,"relations":1175,"tags":1178,"workflow":1179},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1156,"installMethods":1157,"name":1159,"sourceUrl":1160},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1158},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1162,"githubOwner":1163,"githubRepo":1164,"locale":18,"slug":1165,"type":250},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1167,"extract":1174},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1168,"tags":1169,"targetMarket":218,"tier":219},100,[213,1170,216,1171,1172,217,1173],"development-environment","tmux","automation","developer-tool",{"commitSha":284,"license":241},{"parentExtensionId":1176,"repoId":1177},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[1172,217,1173,1170,213,1171,216],{"evaluatedAt":1180,"extractAt":1181,"updatedAt":1180},1778699613343,1778699234184,{"_creationTime":1183,"_id":1184,"community":1185,"display":1186,"identity":1192,"providers":1197,"relations":1202,"tags":1206,"workflow":1207},1778695117463.929,"k179c7p8mkd625ax98r4nr18v986m4xj",{"reviewCount":8},{"description":1187,"installMethods":1188,"name":1190,"sourceUrl":1191},"Verwenden Sie dies, wenn Sie mit der Feature-Arbeit beginnen, die eine Isolierung vom aktuellen Arbeitsbereich erfordert, oder bevor Sie Implementierungspläne ausführen – stellt sicher, dass über native Tools oder einen Git-Worktree-Fallback ein isolierter Arbeitsbereich vorhanden ist.",{"claudeCode":1189},"obra/superpowers","using-git-worktrees","https://github.com/obra/superpowers",{"basePath":1193,"githubOwner":1194,"githubRepo":1195,"locale":1196,"slug":1190,"type":250},"skills/using-git-worktrees","obra","superpowers","de",{"evaluate":1198,"extract":1201},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1168,"tags":1199,"targetMarket":218,"tier":219},[213,1200,215,1172,217],"workspace",{"commitSha":284},{"parentExtensionId":1203,"repoId":1204,"translatedFrom":1205},"k173cyjvkcyer717cf1859rka586mrx6","kd78df84w9e6v1ppqnzptt1afd86n9rm","k177cc2csjkdcems8qf39yr5fd86mzrs",[1172,217,215,213,1200],{"evaluatedAt":1208,"extractAt":1209,"updatedAt":1210},1778694972293,1778694781833,1778695117464,{"_creationTime":1212,"_id":1213,"community":1214,"display":1215,"identity":1221,"providers":1225,"relations":1232,"tags":1234,"workflow":1235},1778697652123.8813,"k175pymk0vm7xrcjj2p0jf904186nae7",{"reviewCount":8},{"description":1216,"installMethods":1217,"name":1219,"sourceUrl":1220},"Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.",{"claudeCode":1218},"steipete/clawdis","openclaw-debugging","https://github.com/steipete/clawdis",{"basePath":1222,"githubOwner":1223,"githubRepo":1224,"locale":18,"slug":1219,"type":250},".agents/skills/openclaw-debugging","steipete","clawdis",{"evaluate":1226,"extract":1231},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1168,"tags":1227,"targetMarket":218,"tier":219},[1228,1229,217,1230,215],"debugging","openclaws","troubleshooting",{"commitSha":284},{"repoId":1233},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[217,1228,215,1229,1230],{"evaluatedAt":1236,"extractAt":1237,"updatedAt":1236},1778697754713,1778697652123,{"_creationTime":1239,"_id":1240,"community":1241,"display":1242,"identity":1248,"providers":1252,"relations":1257,"tags":1259,"workflow":1260},1778696505500.006,"k1754f7285hvja3svvh212kj8586maxr",{"reviewCount":8},{"description":1243,"installMethods":1244,"name":1246,"sourceUrl":1247},"Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.",{"claudeCode":1245},"ReScienceLab/opc-skills","add-new-opc-skill","https://github.com/ReScienceLab/opc-skills",{"basePath":1249,"githubOwner":1250,"githubRepo":1251,"locale":18,"slug":1246,"type":250},".factory/skills/add-new-opc-skill","ReScienceLab","opc-skills",{"evaluate":1253,"extract":1256},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1168,"tags":1254,"targetMarket":218,"tier":219},[281,1172,215,1255,216],"checklist",{"commitSha":284},{"repoId":1258},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[1172,1255,215,281,216],{"evaluatedAt":1261,"extractAt":1262,"updatedAt":1261},1778696744286,1778696505500,{"_creationTime":1264,"_id":1265,"community":1266,"display":1267,"identity":1273,"providers":1277,"relations":1281,"tags":1283,"workflow":1284},1778696993586.706,"k1779v5xzekjg54smcwht7v0ys86n8gr",{"reviewCount":8},{"description":1268,"installMethods":1269,"name":1271,"sourceUrl":1272},"Create a git commit with a good message. Use when the user says \"commit\", \"save changes\", \"commit this\", or asks to create a commit after making code changes.",{"claudeCode":1270},"SeifBenayed/claude-code-sdk","Git Commit","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1274,"githubOwner":1275,"githubRepo":1276,"locale":18,"slug":214,"type":250},".claude/skills/commit","SeifBenayed","claude-code-sdk",{"evaluate":1278,"extract":1280},{"promptVersionExtension":206,"promptVersionScoring":207,"score":276,"tags":1279,"targetMarket":218,"tier":219},[213,214,279,299,1172],{"commitSha":284,"license":241},{"repoId":1282},"kd78s53c1852h5p7c3qem663xs86njab",[1172,279,214,299,213],{"evaluatedAt":1285,"extractAt":1286,"updatedAt":1285},1778697041232,1778696993586,{"_creationTime":1288,"_id":1289,"community":1290,"display":1291,"identity":1297,"providers":1301,"relations":1307,"tags":1310,"workflow":1311},1778699018122.7954,"k17572m7jctwrx4hgvea213c3n86mbfx",{"reviewCount":8},{"description":1292,"installMethods":1293,"name":1295,"sourceUrl":1296},"Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.",{"claudeCode":1294},"wshobson/agents","workflow-patterns","https://github.com/wshobson/agents",{"basePath":1298,"githubOwner":1299,"githubRepo":1300,"locale":18,"slug":1295,"type":250},"plugins/conductor/skills/workflow-patterns","wshobson","agents",{"evaluate":1302,"extract":1306},{"promptVersionExtension":206,"promptVersionScoring":207,"score":276,"tags":1303,"targetMarket":218,"tier":219},[1304,216,213,1305,215],"tdd","testing",{"commitSha":284},{"parentExtensionId":1308,"repoId":1309},"k178xd25tz05hn0x5cp9fyqcb986mdeg","kd74de64zj0axtg5b8t7eqqe2x86nske",[215,213,1304,1305,216],{"evaluatedAt":1312,"extractAt":1313,"updatedAt":1312},1778700976868,1778699018122]