[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-commit-push-pr-en":3,"guides-for-EveryInc-ce-commit-push-pr":1167,"similar-k17fp5t68et608f9vm4tppj0d986nvk0-en":1168},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":264,"isFallback":260,"parentExtension":269,"providers":328,"relations":332,"repo":333,"tags":1165,"workflow":1166},1778686640222.7927,"k17fp5t68et608f9vm4tppj0d986nvk0",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-commit-push-pr","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":243,"workflow":262},1778686883025.4927,"kn77hjm0kwa3sgsf8pbr15ckhx86mpwz","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":209,"promptVersionExtension":214,"promptVersionScoring":215,"purpose":216,"rationale":217,"score":218,"summary":219,"tags":220,"targetMarket":227,"tier":228,"useCases":229,"workflow":234},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,118,122,125,128,131,134,137,140,144,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the user problem of creating commit/push/PR workflows and handling PR descriptions, and names specific triggers.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides an adaptive, value-first description generation that scales with change depth, and handles multiple modes (description-only, update, full workflow), offering more than default behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of commit, push, and PR creation/update, including branch handling, commit staging, description generation with evidence capture, and applying changes via `gh` CLI.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the Git commit, push, and PR workflow, including description generation, without expanding into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities as described in the SKILL.md file.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, narrow tools like `git` and `gh` commands for distinct operations (e.g., `git status`, `git diff`, `gh pr create`), avoiding a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All necessary parameters and context resolutions (like default branches and PR states) are handled within the SKILL.md and its references, with clear logic.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used (e.g., `git`, `gh`) are standard and descriptive within their domains.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's interactions with `git` and `gh` are focused on the necessary data for its tasks, and outputs are structured for use by the agent.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is permissive and indicated by a LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits (pushedAt: 2026-05-13), indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The extension uses standard Git and GH CLI tools, with `bun` for local development, and lockfiles are present for development dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill relies on external `gh` CLI authentication, which is managed by the user's environment, and does not handle secrets directly.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill uses standard Git and `gh` commands, and its inputs are managed through these tools' interfaces, mitigating injection risks.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on local `git` and `gh` commands, with no runtime fetching of external scripts or data beyond committed code.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the context of Git and GitHub CLI commands, which are themselves sandboxed environments, and does not attempt to modify files outside the project scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The skill uses standard `git` and `gh` commands; no detached processes or retry loops around denied calls are apparent.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill uses `git` and `gh` commands to interact with local repositories and GitHub, and does not exhibit patterns of exfiltrating confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled markdown files do not contain hidden steering tricks, invisible characters, or suspicious formatting.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's logic is implemented in plain markdown and shell commands, with no obfuscation, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill relies on standard Git commands and repository structure, and provides clear error messages if prerequisites like a default branch are not met.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository has a high ratio of closed to open issues (115 closed, 25 open in 90 days), suggesting active maintenance and responsiveness.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a `CHANGELOG.md` and recent GitHub releases, clearly indicating versioning and release history.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","Input validation is handled by `git` and `gh` CLI commands themselves, ensuring proper command structure and argument handling.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Destructive operations like `git push` and `gh pr create/edit` are guarded by user prompts and clear decision flows, and potential stashes are handled with user confirmation.",{"category":110,"check":111,"severity":24,"summary":112},"Errors","Error Handling","The skill has detailed error handling logic, particularly for branch resolution and commit staging, with clear user prompts and informative messages for failures.",{"category":114,"check":115,"severity":116,"summary":117},"Code Execution","Logging","not_applicable","The skill relies on Git and GitHub CLI output for its audit trail, and does not implement its own separate logging file.",{"category":119,"check":120,"severity":116,"summary":121},"Compliance","GDPR","The skill operates on Git repository metadata and PR information, not personal user data.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension operates on standard Git and GitHub functionality, with no regional or jurisdictional logic detected.",{"category":91,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard Git and `gh` CLI commands, which are widely available on POSIX systems, ensuring broad runtime stability.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README provides a comprehensive overview of the plugin's philosophy, workflow, installation, and limitations.",{"category":33,"check":132,"severity":116,"summary":133},"Tool surface size","This is a single-tool skill focused on the commit-push-PR workflow.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The skill uses specific `git` and `gh` commands, with no overlapping near-synonym tools for similar operations.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All features described in the README and SKILL.md are implemented through `git` and `gh` commands.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for multiple environments (Claude Code, Codex, Copilot, etc.) and detailed setup for authentication.",{"category":110,"check":145,"severity":24,"summary":146},"Actionable error messages","The skill provides clear error messages for various failure paths, including branch issues and conflicts, with guidance on next steps.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill relies on system-installed Git and `gh` CLI, with development dependencies managed via `bun` and lockfiles.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The skill explicitly prompts the user for confirmation before applying changes like pushes and PR creations/edits, effectively serving as a dry-run preview.",{"category":154,"check":155,"severity":116,"summary":156},"Protocol","Idempotent retry & timeouts","The skill relies on Git and `gh` CLI for operations; these tools manage their own timeouts and idempotency where applicable. The skill itself doesn't introduce remote calls requiring explicit retry logic.",{"category":119,"check":158,"severity":116,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the skill's purpose (commit, push, PR with adaptive description) and provides explicit trigger phrases and usage scenarios.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and provides trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md file is well-structured and delegates detailed procedures to referenced markdown files, keeping the main skill concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed procedures for PR description writing and branch creation are properly separated into referenced markdown files.",{"category":170,"check":174,"severity":116,"summary":175},"Forked exploration","This skill is workflow-oriented and does not involve deep exploration or code review requiring context: fork.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear examples of how to invoke the skill for various workflows, including code snippets.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill explicitly documents and handles edge cases like detached HEAD, unpushed commits, fetch failures, and stash conflicts, providing recovery steps.",{"category":114,"check":183,"severity":116,"summary":184},"Tool Fallback","The skill relies on core Git and GitHub CLI tools and does not have external tool fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill halts on unexpected states like detached HEAD or unpushed commits on the base branch, prompting the user for clear decisions.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses on Git/GitHub operations, without implicit reliance on other skills.",1778686882903,"This skill automates the process of committing code, pushing to a remote, and opening a pull request with an adaptive and value-first description. It supports multiple modes, including description-only generation and updating existing PRs, and handles complex scenarios like branch creation and conflict resolution.",[195,196,197,198,199],"Automated commit, push, and PR creation","Adaptive PR description generation","Support for description-only and update modes","Intelligent branch handling and conflict resolution","Integration with Git and GitHub CLI",[201,202,203,204],"Performing code reviews or deep code analysis.","Managing repository settings or user permissions.","Automating deployment or CI/CD pipelines.","Handling tasks outside the scope of Git and GitHub PR workflows.",[206,207,208],"Git Workflow","Pull Request Management","Code Review Preparation",[210,211,212,213],"Git installed and configured","GitHub CLI (`gh`) installed and authenticated","Access to a Git repository with a remote configured","A default branch resolution mechanism (e.g., `origin/main` or `origin/master`)","3.0.0","4.4.0","Streamline the Git commit, push, and pull request workflow by automating description generation and managing repository state.","The skill demonstrates excellent adherence to best practices across documentation, security, and functionality. Findings are minor and mostly informational or not applicable.",95,"A highly polished and robust skill for managing Git commits, pushes, and pull requests.",[221,222,223,224,225,226],"git","github","cli","pull-request","automation","developer-tools","global","verified",[230,231,232,233],"When you need to quickly commit and open a PR with a well-crafted description.","When you want to rewrite or update an existing PR's description.","When you need a description for a PR without committing or pushing code.","When dealing with complex branch states or unpushed commits.",[235,236,237,238,239,240,241,242],"Resolve Git status and existing PR state","Determine conventions for commit messages and PR titles","Create feature branch if necessary, handling unpushed commits","Stage and commit changes","Push commits to origin","Compose PR title and body, including evidence capture","Apply changes via `gh pr create` or `gh pr edit`","Report result to user",{"codeQuality":244,"collectedAt":246,"documentation":247,"maintenance":250,"popularity":256,"security":258,"testCoverage":261},{"hasLockfile":245},true,1778686858606,{"descriptionLength":248,"readmeSize":249},338,17582,{"closedIssues90d":251,"forks":252,"hasChangelog":245,"openIssues90d":253,"pushedAt":254,"stars":255},115,1300,25,1778686215000,16666,{"npmDownloads":257},12828,{"hasNpmPackage":245,"license":259,"smitheryVerified":260},"MIT",false,{"hasCi":245,"hasTests":245},{"updatedAt":263},1778686883025,{"basePath":265,"githubOwner":266,"githubRepo":267,"locale":18,"slug":13,"type":268},"plugins/compound-engineering/skills/ce-commit-push-pr","EveryInc","compound-engineering-plugin","skill",{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":277,"parentExtension":280,"providers":313,"relations":324,"tags":325,"workflow":326},1778686640222.7903,"k17d893df4em0e3pn8f55h1dxn86n09e",{"reviewCount":8},{"description":274,"installMethods":275,"name":276,"sourceUrl":14},"AI-powered development tools for code review, research, design, and workflow automation.",{"claudeCode":276},"compound-engineering",{"basePath":278,"githubOwner":266,"githubRepo":267,"locale":18,"slug":276,"type":279},"plugins/compound-engineering","plugin",{"_creationTime":281,"_id":282,"community":283,"display":284,"identity":288,"providers":291,"relations":307,"tags":309,"workflow":310},1778686640222.7908,"k17ef8php9wk308mkg59kdp6b186nzhx",{"reviewCount":8},{"description":285,"installMethods":286,"name":287,"sourceUrl":14},"Cursor plugin marketplace for Every Inc plugins",{"claudeCode":12},"Compound Engineering",{"basePath":289,"githubOwner":266,"githubRepo":267,"locale":18,"slug":267,"type":290},"","marketplace",{"evaluate":292,"extract":301},{"promptVersionExtension":293,"promptVersionScoring":215,"score":294,"tags":295,"targetMarket":227,"tier":228},"3.1.0",99,[296,297,298,299,300],"development-workflow","code-review","planning","documentation","ai-agents",{"commitSha":302,"license":259,"marketplace":303,"plugin":305},"HEAD",{"name":267,"pluginCount":304},2,{"mcpCount":8,"provider":306,"skillCount":8},"classify",{"repoId":308},"kd7e40my1b5g70tg0f60qg85ch86nn08",[300,297,296,299,298],{"evaluatedAt":311,"extractAt":312,"updatedAt":311},1778686722515,1778686640222,{"evaluate":314,"extract":321},{"promptVersionExtension":214,"promptVersionScoring":215,"score":315,"tags":316,"targetMarket":227,"tier":228},98,[317,226,297,318,299,319,298,320],"ai","research","workflow-automation","ideation",{"commitSha":302,"license":259,"plugin":322},{"mcpCount":8,"provider":306,"skillCount":323},37,{"parentExtensionId":282,"repoId":308},[317,297,226,299,320,298,318,319],{"evaluatedAt":327,"extractAt":312,"updatedAt":327},1778686677611,{"evaluate":329,"extract":331},{"promptVersionExtension":214,"promptVersionScoring":215,"score":218,"tags":330,"targetMarket":227,"tier":228},[221,222,223,224,225,226],{"commitSha":302,"license":259},{"parentExtensionId":271,"repoId":308},{"_creationTime":334,"_id":308,"identity":335,"providers":336,"workflow":1160},1778686632796.9226,{"githubOwner":266,"githubRepo":267,"sourceUrl":14},{"classify":337,"discover":1149,"extract":1152,"github":1153,"npm":1159},{"commitSha":302,"extensions":338},[339,348,536,555,563,580,618,626,644,654,680,688,697,713,727,741,761,781,798,806,824,838,866,884,922,934,944,954,962,982,1000,1016,1028,1036,1044,1055,1063,1071,1085,1096,1108,1118,1127],{"basePath":340,"displayName":267,"installMethods":341,"rationale":342,"selectedPaths":343,"source":347,"sourceLanguage":18,"type":290},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[344],{"path":345,"priority":346},"marketplace.json","mandatory","rule",{"basePath":278,"description":274,"displayName":276,"installMethods":349,"license":259,"rationale":350,"selectedPaths":351,"source":347,"sourceLanguage":18,"type":279},{"claudeCode":276},"plugin manifest at plugins/compound-engineering/.claude-plugin/plugin.json",[352,354,356,359,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,518,520,522,524,526,528,530,532,534],{"path":353,"priority":346},".claude-plugin/plugin.json",{"path":355,"priority":346},"README.md",{"path":357,"priority":358},"LICENSE","high",{"path":360,"priority":361},"skills/ce-agent-native-architecture/SKILL.md","medium",{"path":363,"priority":361},"skills/ce-agent-native-audit/SKILL.md",{"path":365,"priority":361},"skills/ce-brainstorm/SKILL.md",{"path":367,"priority":361},"skills/ce-clean-gone-branches/SKILL.md",{"path":369,"priority":361},"skills/ce-code-review/SKILL.md",{"path":371,"priority":361},"skills/ce-commit/SKILL.md",{"path":373,"priority":361},"skills/ce-commit-push-pr/SKILL.md",{"path":375,"priority":361},"skills/ce-compound/SKILL.md",{"path":377,"priority":361},"skills/ce-compound-refresh/SKILL.md",{"path":379,"priority":361},"skills/ce-debug/SKILL.md",{"path":381,"priority":361},"skills/ce-demo-reel/SKILL.md",{"path":383,"priority":361},"skills/ce-dhh-rails-style/SKILL.md",{"path":385,"priority":361},"skills/ce-doc-review/SKILL.md",{"path":387,"priority":361},"skills/ce-frontend-design/SKILL.md",{"path":389,"priority":361},"skills/ce-gemini-imagegen/SKILL.md",{"path":391,"priority":361},"skills/ce-ideate/SKILL.md",{"path":393,"priority":361},"skills/ce-optimize/SKILL.md",{"path":395,"priority":361},"skills/ce-plan/SKILL.md",{"path":397,"priority":361},"skills/ce-polish-beta/SKILL.md",{"path":399,"priority":361},"skills/ce-product-pulse/SKILL.md",{"path":401,"priority":361},"skills/ce-proof/SKILL.md",{"path":403,"priority":361},"skills/ce-release-notes/SKILL.md",{"path":405,"priority":361},"skills/ce-report-bug/SKILL.md",{"path":407,"priority":361},"skills/ce-resolve-pr-feedback/SKILL.md",{"path":409,"priority":361},"skills/ce-riffrec-feedback-analysis/SKILL.md",{"path":411,"priority":361},"skills/ce-sessions/SKILL.md",{"path":413,"priority":361},"skills/ce-setup/SKILL.md",{"path":415,"priority":361},"skills/ce-simplify-code/SKILL.md",{"path":417,"priority":361},"skills/ce-slack-research/SKILL.md",{"path":419,"priority":361},"skills/ce-strategy/SKILL.md",{"path":421,"priority":361},"skills/ce-test-browser/SKILL.md",{"path":423,"priority":361},"skills/ce-test-xcode/SKILL.md",{"path":425,"priority":361},"skills/ce-update/SKILL.md",{"path":427,"priority":361},"skills/ce-work/SKILL.md",{"path":429,"priority":361},"skills/ce-work-beta/SKILL.md",{"path":431,"priority":361},"skills/ce-worktree/SKILL.md",{"path":433,"priority":361},"skills/lfg/SKILL.md",{"path":435,"priority":358},"agents/ce-adversarial-document-reviewer.agent.md",{"path":437,"priority":358},"agents/ce-adversarial-reviewer.agent.md",{"path":439,"priority":358},"agents/ce-agent-native-reviewer.agent.md",{"path":441,"priority":358},"agents/ce-ankane-readme-writer.agent.md",{"path":443,"priority":358},"agents/ce-api-contract-reviewer.agent.md",{"path":445,"priority":358},"agents/ce-architecture-strategist.agent.md",{"path":447,"priority":358},"agents/ce-best-practices-researcher.agent.md",{"path":449,"priority":358},"agents/ce-code-simplicity-reviewer.agent.md",{"path":451,"priority":358},"agents/ce-coherence-reviewer.agent.md",{"path":453,"priority":358},"agents/ce-correctness-reviewer.agent.md",{"path":455,"priority":358},"agents/ce-data-integrity-guardian.agent.md",{"path":457,"priority":358},"agents/ce-data-migration-expert.agent.md",{"path":459,"priority":358},"agents/ce-data-migrations-reviewer.agent.md",{"path":461,"priority":358},"agents/ce-deployment-verification-agent.agent.md",{"path":463,"priority":358},"agents/ce-design-implementation-reviewer.agent.md",{"path":465,"priority":358},"agents/ce-design-iterator.agent.md",{"path":467,"priority":358},"agents/ce-design-lens-reviewer.agent.md",{"path":469,"priority":358},"agents/ce-dhh-rails-reviewer.agent.md",{"path":471,"priority":358},"agents/ce-feasibility-reviewer.agent.md",{"path":473,"priority":358},"agents/ce-figma-design-sync.agent.md",{"path":475,"priority":358},"agents/ce-framework-docs-researcher.agent.md",{"path":477,"priority":358},"agents/ce-git-history-analyzer.agent.md",{"path":479,"priority":358},"agents/ce-issue-intelligence-analyst.agent.md",{"path":481,"priority":358},"agents/ce-julik-frontend-races-reviewer.agent.md",{"path":483,"priority":358},"agents/ce-kieran-python-reviewer.agent.md",{"path":485,"priority":358},"agents/ce-kieran-rails-reviewer.agent.md",{"path":487,"priority":358},"agents/ce-kieran-typescript-reviewer.agent.md",{"path":489,"priority":358},"agents/ce-learnings-researcher.agent.md",{"path":491,"priority":358},"agents/ce-maintainability-reviewer.agent.md",{"path":493,"priority":358},"agents/ce-pattern-recognition-specialist.agent.md",{"path":495,"priority":358},"agents/ce-performance-oracle.agent.md",{"path":497,"priority":358},"agents/ce-performance-reviewer.agent.md",{"path":499,"priority":358},"agents/ce-pr-comment-resolver.agent.md",{"path":501,"priority":358},"agents/ce-previous-comments-reviewer.agent.md",{"path":503,"priority":358},"agents/ce-product-lens-reviewer.agent.md",{"path":505,"priority":358},"agents/ce-project-standards-reviewer.agent.md",{"path":507,"priority":358},"agents/ce-reliability-reviewer.agent.md",{"path":509,"priority":358},"agents/ce-repo-research-analyst.agent.md",{"path":511,"priority":358},"agents/ce-schema-drift-detector.agent.md",{"path":513,"priority":358},"agents/ce-scope-guardian-reviewer.agent.md",{"path":515,"priority":358},"agents/ce-security-lens-reviewer.agent.md",{"path":517,"priority":358},"agents/ce-security-reviewer.agent.md",{"path":519,"priority":358},"agents/ce-security-sentinel.agent.md",{"path":521,"priority":358},"agents/ce-session-historian.agent.md",{"path":523,"priority":358},"agents/ce-slack-researcher.agent.md",{"path":525,"priority":358},"agents/ce-spec-flow-analyzer.agent.md",{"path":527,"priority":358},"agents/ce-swift-ios-reviewer.agent.md",{"path":529,"priority":358},"agents/ce-testing-reviewer.agent.md",{"path":531,"priority":358},"agents/ce-web-researcher.agent.md",{"path":533,"priority":358},".codex-plugin/plugin.json",{"path":535,"priority":358},".cursor-plugin/plugin.json",{"basePath":537,"description":538,"displayName":539,"installMethods":540,"rationale":541,"selectedPaths":542,"source":347,"sourceLanguage":18,"type":279},"plugins/coding-tutor","Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes","coding-tutor",{"claudeCode":539},"plugin manifest at plugins/coding-tutor/.claude-plugin/plugin.json",[543,544,545,547,549,551,553,554],{"path":353,"priority":346},{"path":355,"priority":346},{"path":546,"priority":361},"skills/coding-tutor/SKILL.md",{"path":548,"priority":358},"commands/quiz-me.md",{"path":550,"priority":358},"commands/sync-tutorials.md",{"path":552,"priority":358},"commands/teach-me.md",{"path":533,"priority":358},{"path":535,"priority":358},{"basePath":289,"description":285,"displayName":276,"installMethods":556,"rationale":557,"selectedPaths":558,"source":347,"sourceLanguage":18,"type":290},{"claudeCode":12},"marketplace.json at .cursor-plugin/marketplace.json",[559,561,562],{"path":560,"priority":346},".cursor-plugin/marketplace.json",{"path":355,"priority":346},{"path":357,"priority":358},{"basePath":564,"description":565,"displayName":539,"installMethods":566,"rationale":567,"selectedPaths":568,"source":347,"sourceLanguage":18,"type":268},"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",[569,571,574,576,578],{"path":570,"priority":346},"SKILL.md",{"path":572,"priority":573},"scripts/create_tutorial.py","low",{"path":575,"priority":573},"scripts/index_tutorials.py",{"path":577,"priority":573},"scripts/quiz_priority.py",{"path":579,"priority":573},"scripts/setup_tutorials.py",{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":347,"sourceLanguage":18,"type":268},"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",[587,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616],{"path":570,"priority":346},{"path":589,"priority":361},"references/action-parity-discipline.md",{"path":591,"priority":361},"references/agent-execution-patterns.md",{"path":593,"priority":361},"references/agent-native-testing.md",{"path":595,"priority":361},"references/architecture-patterns.md",{"path":597,"priority":361},"references/checklists.md",{"path":599,"priority":361},"references/dynamic-context-injection.md",{"path":601,"priority":361},"references/files-universal-interface.md",{"path":603,"priority":361},"references/from-primitives-to-domain-tools.md",{"path":605,"priority":361},"references/mcp-tool-design.md",{"path":607,"priority":361},"references/mobile-patterns.md",{"path":609,"priority":361},"references/product-implications.md",{"path":611,"priority":361},"references/refactoring-to-prompt-native.md",{"path":613,"priority":361},"references/self-modification.md",{"path":615,"priority":361},"references/shared-workspace-architecture.md",{"path":617,"priority":361},"references/system-prompt-design.md",{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":347,"sourceLanguage":18,"type":268},"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",[625],{"path":570,"priority":346},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":347,"sourceLanguage":18,"type":268},"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",[633,634,636,638,640,642],{"path":570,"priority":346},{"path":635,"priority":361},"references/handoff.md",{"path":637,"priority":361},"references/requirements-capture.md",{"path":639,"priority":361},"references/synthesis-summary.md",{"path":641,"priority":361},"references/universal-brainstorming.md",{"path":643,"priority":361},"references/visual-communication.md",{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":347,"sourceLanguage":18,"type":268},"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",[651,652],{"path":570,"priority":346},{"path":653,"priority":573},"scripts/clean-gone",{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":347,"sourceLanguage":18,"type":268},"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",[661,662,664,666,668,670,672,674,676,678],{"path":570,"priority":346},{"path":663,"priority":361},"references/bulk-preview.md",{"path":665,"priority":361},"references/diff-scope.md",{"path":667,"priority":361},"references/findings-schema.json",{"path":669,"priority":361},"references/persona-catalog.md",{"path":671,"priority":361},"references/review-output-template.md",{"path":673,"priority":361},"references/subagent-template.md",{"path":675,"priority":361},"references/tracker-defer.md",{"path":677,"priority":361},"references/validator-template.md",{"path":679,"priority":361},"references/walkthrough.md",{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":347,"sourceLanguage":18,"type":268},"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",[687],{"path":570,"priority":346},{"basePath":265,"description":10,"displayName":13,"installMethods":689,"rationale":690,"selectedPaths":691,"source":347,"sourceLanguage":18,"type":268},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-commit-push-pr/SKILL.md",[692,693,695],{"path":570,"priority":346},{"path":694,"priority":361},"references/branch-creation.md",{"path":696,"priority":361},"references/pr-description-writing.md",{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":347,"sourceLanguage":18,"type":268},"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",[704,705,707,709,711],{"path":570,"priority":346},{"path":706,"priority":573},"assets/resolution-template.md",{"path":708,"priority":361},"references/schema.yaml",{"path":710,"priority":361},"references/yaml-schema.md",{"path":712,"priority":573},"scripts/validate-frontmatter.py",{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":347,"sourceLanguage":18,"type":268},"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",[720,721,722,724,725,726],{"path":570,"priority":346},{"path":706,"priority":573},{"path":723,"priority":361},"references/per-action-flows.md",{"path":708,"priority":361},{"path":710,"priority":361},{"path":712,"priority":573},{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":347,"sourceLanguage":18,"type":268},"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",[734,735,737,739],{"path":570,"priority":346},{"path":736,"priority":361},"references/anti-patterns.md",{"path":738,"priority":361},"references/defense-in-depth.md",{"path":740,"priority":361},"references/investigation-techniques.md",{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":347,"sourceLanguage":18,"type":268},"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",[748,749,751,753,755,757,759],{"path":570,"priority":346},{"path":750,"priority":361},"references/tier-browser-reel.md",{"path":752,"priority":361},"references/tier-screenshot-reel.md",{"path":754,"priority":361},"references/tier-static-screenshots.md",{"path":756,"priority":361},"references/tier-terminal-recording.md",{"path":758,"priority":361},"references/upload-and-approval.md",{"path":760,"priority":573},"scripts/capture-demo.py",{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":347,"sourceLanguage":18,"type":268},"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",[768,769,771,773,775,777,779],{"path":570,"priority":346},{"path":770,"priority":361},"references/architecture.md",{"path":772,"priority":361},"references/controllers.md",{"path":774,"priority":361},"references/frontend.md",{"path":776,"priority":361},"references/gems.md",{"path":778,"priority":361},"references/models.md",{"path":780,"priority":361},"references/testing.md",{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":347,"sourceLanguage":18,"type":268},"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",[788,789,790,791,793,794,795,797],{"path":570,"priority":346},{"path":663,"priority":361},{"path":667,"priority":361},{"path":792,"priority":361},"references/open-questions-defer.md",{"path":671,"priority":361},{"path":673,"priority":361},{"path":796,"priority":361},"references/synthesis-and-presentation.md",{"path":679,"priority":361},{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":347,"sourceLanguage":18,"type":268},"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",[805],{"path":570,"priority":346},{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":347,"sourceLanguage":18,"type":268},"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",[813,814,816,818,820,822],{"path":570,"priority":346},{"path":815,"priority":573},"scripts/compose_images.py",{"path":817,"priority":573},"scripts/edit_image.py",{"path":819,"priority":573},"scripts/gemini_images.py",{"path":821,"priority":573},"scripts/generate_image.py",{"path":823,"priority":573},"scripts/multi_turn_chat.py",{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":347,"sourceLanguage":18,"type":268},"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",[831,832,834,836],{"path":570,"priority":346},{"path":833,"priority":361},"references/post-ideation-workflow.md",{"path":835,"priority":361},"references/universal-ideation.md",{"path":837,"priority":361},"references/web-research-cache.md",{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":347,"sourceLanguage":18,"type":268},"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",[845,846,848,850,852,854,856,858,860,862,864],{"path":570,"priority":346},{"path":847,"priority":361},"references/example-hard-spec.yaml",{"path":849,"priority":361},"references/example-judge-spec.yaml",{"path":851,"priority":361},"references/experiment-log-schema.yaml",{"path":853,"priority":361},"references/experiment-prompt-template.md",{"path":855,"priority":361},"references/judge-prompt-template.md",{"path":857,"priority":361},"references/optimize-spec-schema.yaml",{"path":859,"priority":361},"references/usage-guide.md",{"path":861,"priority":573},"scripts/experiment-worktree.sh",{"path":863,"priority":573},"scripts/measure.sh",{"path":865,"priority":573},"scripts/parallel-probe.sh",{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":347,"sourceLanguage":18,"type":268},"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",[873,874,876,878,880,881,883],{"path":570,"priority":346},{"path":875,"priority":361},"references/deepening-workflow.md",{"path":877,"priority":361},"references/plan-handoff.md",{"path":879,"priority":361},"references/plan-template.md",{"path":639,"priority":361},{"path":882,"priority":361},"references/universal-planning.md",{"path":643,"priority":361},{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":347,"sourceLanguage":18,"type":268},"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",[891,892,894,896,898,900,902,904,906,908,910,912,914,916,918,920],{"path":570,"priority":346},{"path":893,"priority":361},"references/dev-server-astro.md",{"path":895,"priority":361},"references/dev-server-detection.md",{"path":897,"priority":361},"references/dev-server-next.md",{"path":899,"priority":361},"references/dev-server-nuxt.md",{"path":901,"priority":361},"references/dev-server-procfile.md",{"path":903,"priority":361},"references/dev-server-rails.md",{"path":905,"priority":361},"references/dev-server-remix.md",{"path":907,"priority":361},"references/dev-server-sveltekit.md",{"path":909,"priority":361},"references/dev-server-vite.md",{"path":911,"priority":361},"references/ide-detection.md",{"path":913,"priority":361},"references/launch-json-schema.md",{"path":915,"priority":573},"scripts/detect-project-type.sh",{"path":917,"priority":573},"scripts/read-launch-json.sh",{"path":919,"priority":573},"scripts/resolve-package-manager.sh",{"path":921,"priority":573},"scripts/resolve-port.sh",{"basePath":923,"description":924,"displayName":925,"installMethods":926,"rationale":927,"selectedPaths":928,"source":347,"sourceLanguage":18,"type":268},"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",[929,930,932],{"path":570,"priority":346},{"path":931,"priority":361},"references/interview.md",{"path":933,"priority":361},"references/report-template.md",{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":347,"sourceLanguage":18,"type":268},"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",[941,942],{"path":570,"priority":346},{"path":943,"priority":361},"references/hitl-review.md",{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":347,"sourceLanguage":18,"type":268},"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",[951,952],{"path":570,"priority":346},{"path":953,"priority":573},"scripts/list-plugin-releases.py",{"basePath":955,"description":956,"displayName":957,"installMethods":958,"rationale":959,"selectedPaths":960,"source":347,"sourceLanguage":18,"type":268},"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",[961],{"path":570,"priority":346},{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":347,"sourceLanguage":18,"type":268},"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",[969,970,972,974,976,978,980],{"path":570,"priority":346},{"path":971,"priority":361},"references/full-mode.md",{"path":973,"priority":361},"references/targeted-mode.md",{"path":975,"priority":573},"scripts/get-pr-comments",{"path":977,"priority":573},"scripts/get-thread-for-comment",{"path":979,"priority":573},"scripts/reply-to-pr-thread",{"path":981,"priority":573},"scripts/resolve-pr-thread",{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":347,"sourceLanguage":18,"type":268},"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",[989,990,992,994,996,998],{"path":570,"priority":346},{"path":991,"priority":361},"references/compound-engineering-feedback-format.md",{"path":993,"priority":361},"references/extensive-analysis.md",{"path":995,"priority":361},"references/install-riffrec.md",{"path":997,"priority":361},"references/quick-bug-report.md",{"path":999,"priority":573},"scripts/analyze_riffrec_zip.py",{"basePath":1001,"description":1002,"displayName":1003,"installMethods":1004,"rationale":1005,"selectedPaths":1006,"source":347,"sourceLanguage":18,"type":268},"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",[1007,1008,1010,1012,1014],{"path":570,"priority":346},{"path":1009,"priority":573},"scripts/discover-sessions.sh",{"path":1011,"priority":573},"scripts/extract-errors.py",{"path":1013,"priority":573},"scripts/extract-metadata.py",{"path":1015,"priority":573},"scripts/extract-skeleton.py",{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":347,"sourceLanguage":18,"type":268},"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",[1023,1024,1026],{"path":570,"priority":346},{"path":1025,"priority":361},"references/config-template.yaml",{"path":1027,"priority":573},"scripts/check-health",{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":347,"sourceLanguage":18,"type":268},"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",[1035],{"path":570,"priority":346},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":347,"sourceLanguage":18,"type":268},"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",[1043],{"path":570,"priority":346},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":347,"sourceLanguage":18,"type":268},"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",[1051,1052,1053],{"path":570,"priority":346},{"path":931,"priority":361},{"path":1054,"priority":361},"references/strategy-template.md",{"basePath":1056,"description":1057,"displayName":1058,"installMethods":1059,"rationale":1060,"selectedPaths":1061,"source":347,"sourceLanguage":18,"type":268},"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",[1062],{"path":570,"priority":346},{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":347,"sourceLanguage":18,"type":268},"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",[1070],{"path":570,"priority":346},{"basePath":1072,"description":1073,"displayName":1074,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":347,"sourceLanguage":18,"type":268},"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",[1078,1079,1081,1083],{"path":570,"priority":346},{"path":1080,"priority":573},"scripts/currently-loaded-version.sh",{"path":1082,"priority":573},"scripts/marketplace-name.sh",{"path":1084,"priority":573},"scripts/upstream-version.sh",{"basePath":1086,"description":1087,"displayName":1088,"installMethods":1089,"rationale":1090,"selectedPaths":1091,"source":347,"sourceLanguage":18,"type":268},"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",[1092,1093,1095],{"path":570,"priority":346},{"path":1094,"priority":361},"references/shipping-workflow.md",{"path":675,"priority":361},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":347,"sourceLanguage":18,"type":268},"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",[1103,1104,1106,1107],{"path":570,"priority":346},{"path":1105,"priority":361},"references/codex-delegation-workflow.md",{"path":1094,"priority":361},{"path":675,"priority":361},{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":347,"sourceLanguage":18,"type":268},"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",[1115,1116],{"path":570,"priority":346},{"path":1117,"priority":573},"scripts/worktree-manager.sh",{"basePath":1119,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":347,"sourceLanguage":18,"type":268},"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",[1125,1126],{"path":570,"priority":346},{"path":675,"priority":361},{"basePath":289,"description":1128,"displayName":1129,"installMethods":1130,"rationale":1131,"selectedPaths":1132,"source":347,"sourceLanguage":18,"type":223},"Official Compound Engineering plugin for Claude Code, Codex, and more","@every-env/compound-plugin",{"npm":1129},"cli ecosystem detected at /",[1133,1135,1136,1137,1139,1141,1143,1145,1147],{"path":1134,"priority":346},"package.json",{"path":355,"priority":346},{"path":357,"priority":358},{"path":1138,"priority":361},"src/index.ts",{"path":1140,"priority":573},"src/commands/cleanup.ts",{"path":1142,"priority":573},"src/commands/convert.ts",{"path":1144,"priority":573},"src/commands/install.ts",{"path":1146,"priority":573},"src/commands/list.ts",{"path":1148,"priority":573},"src/commands/plugin-path.ts",{"sources":1150},[1151],"manual",{"npmPackage":1129},{"closedIssues90d":251,"description":1154,"forks":252,"homepage":1155,"license":259,"openIssues90d":253,"pushedAt":254,"readmeSize":249,"stars":255,"topics":1156},"Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more","https://every.to/guides/compound-engineering",[1157,1158],"compound","engineering",{"downloads":257},{"classifiedAt":1161,"discoverAt":1162,"extractAt":1163,"githubAt":1163,"npmAt":1164,"updatedAt":1161},1778686639998,1778686632796,1778686635929,1778686638203,[225,223,226,221,222,224],{"evaluatedAt":263,"extractAt":312,"updatedAt":263},[],[1169,1194,1224,1250,1271,1300],{"_creationTime":1170,"_id":1171,"community":1172,"display":1173,"identity":1178,"providers":1182,"relations":1188,"tags":1190,"workflow":1191},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1174,"installMethods":1175,"name":222,"sourceUrl":1177},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1176},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":1179,"githubOwner":1180,"githubRepo":1181,"locale":18,"slug":222,"type":268},"skills/github","steipete","clawdis",{"evaluate":1183,"extract":1187},{"promptVersionExtension":214,"promptVersionScoring":215,"score":1184,"tags":1185,"targetMarket":227,"tier":228},100,[222,223,1186,226,225],"api",{"commitSha":302},{"repoId":1189},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1186,225,223,226,222],{"evaluatedAt":1192,"extractAt":1193,"updatedAt":1192},1778698569289,1778697652123,{"_creationTime":1195,"_id":1196,"community":1197,"display":1198,"identity":1204,"providers":1209,"relations":1217,"tags":1220,"workflow":1221},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1199,"installMethods":1200,"name":1202,"sourceUrl":1203},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1201},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1205,"githubOwner":1206,"githubRepo":1207,"locale":18,"slug":1208,"type":268},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1210,"extract":1216},{"promptVersionExtension":214,"promptVersionScoring":215,"score":1184,"tags":1211,"targetMarket":227,"tier":228},[221,1212,1213,1214,225,223,1215],"development-environment","workflow","tmux","developer-tool",{"commitSha":302,"license":259},{"parentExtensionId":1218,"repoId":1219},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[225,223,1215,1212,221,1214,1213],{"evaluatedAt":1222,"extractAt":1223,"updatedAt":1222},1778699613343,1778699234184,{"_creationTime":1225,"_id":1226,"community":1227,"display":1228,"identity":1234,"providers":1238,"relations":1243,"tags":1246,"workflow":1247},1778695548458.3474,"k1730fbw3hyx274fzsesckx2bs86nqph",{"reviewCount":8},{"description":1229,"installMethods":1230,"name":1232,"sourceUrl":1233},"Create and manage pull requests using GitHub CLI. Covers branch preparation, writing PR titles and descriptions, creating PRs, handling review feedback, and merge/cleanup workflows. Use when proposing changes from a feature or fix branch for review, merging completed work into the main branch, requesting code review from collaborators, or documenting the purpose and scope of a set of changes.\n",{"claudeCode":1231},"pjt222/agent-almanac","create-pull-request","https://github.com/pjt222/agent-almanac",{"basePath":1235,"githubOwner":1236,"githubRepo":1237,"locale":18,"slug":1232,"type":268},"skills/create-pull-request","pjt222","agent-almanac",{"evaluate":1239,"extract":1242},{"promptVersionExtension":214,"promptVersionScoring":215,"score":294,"tags":1240,"targetMarket":227,"tier":228},[222,224,221,1241,297,225],"collaboration",{"commitSha":302},{"parentExtensionId":1244,"repoId":1245},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[225,297,1241,221,222,224],{"evaluatedAt":1248,"extractAt":1249,"updatedAt":1248},1778697203799,1778695548458,{"_creationTime":1251,"_id":1252,"community":1253,"display":1254,"identity":1257,"providers":1260,"relations":1267,"tags":1268,"workflow":1269},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1255,"installMethods":1256,"name":1207,"sourceUrl":1203},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1201},{"basePath":1258,"githubOwner":1206,"githubRepo":1207,"locale":18,"slug":1259,"type":268},"skills/ask","ask",{"evaluate":1261,"extract":1266},{"promptVersionExtension":214,"promptVersionScoring":215,"score":1184,"tags":1262,"targetMarket":227,"tier":228},[223,225,1263,1264,297,1265],"llm","prompting","artifact-generation",{"commitSha":302,"license":259},{"parentExtensionId":1218,"repoId":1219},[1265,225,223,297,1263,1264],{"evaluatedAt":1270,"extractAt":1223,"updatedAt":1270},1778699303045,{"_creationTime":1272,"_id":1273,"community":1274,"display":1275,"identity":1281,"providers":1286,"relations":1293,"tags":1295,"workflow":1296},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":1276,"installMethods":1277,"name":1279,"sourceUrl":1280},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":1278},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":1282,"githubOwner":1283,"githubRepo":1284,"locale":18,"slug":1285,"type":268},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":1287,"extract":1292},{"promptVersionExtension":214,"promptVersionScoring":215,"score":1184,"tags":1288,"targetMarket":227,"tier":228},[1289,1290,225,1291,226],"browser","debugging","ux",{"commitSha":302,"license":259},{"repoId":1294},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[225,1289,1290,226,1291],{"evaluatedAt":1297,"extractAt":1298,"updatedAt":1299},1778699261239,1778699106670,1778699384978,{"_creationTime":1301,"_id":1302,"community":1303,"display":1304,"identity":1308,"providers":1310,"relations":1317,"tags":1318,"workflow":1319},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":1305,"installMethods":1306,"name":1307,"sourceUrl":1177},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":1176},"telegram-crabbox-e2e-proof",{"basePath":1309,"githubOwner":1180,"githubRepo":1181,"locale":18,"slug":1307,"type":268},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":1311,"extract":1316},{"promptVersionExtension":214,"promptVersionScoring":215,"score":1184,"tags":1312,"targetMarket":227,"tier":228},[1313,1314,225,1315,223],"testing","telegram","qa",{"commitSha":302},{"repoId":1189},[225,223,1315,1314,1313],{"evaluatedAt":1320,"extractAt":1193,"updatedAt":1320},1778698038113]