[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-proof-de":3,"guides-for-EveryInc-ce-proof":1149,"similar-k17ebch2bpmbc6angw0rasycw986n90t-de":1150},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":227,"parentExtension":251,"providers":309,"relations":313,"repo":314,"tags":1147,"workflow":1148},1778686640222.7961,"k17ebch2bpmbc6angw0rasycw986n90t",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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\".",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-proof","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":244},1778687250903.2356,"kn79m0grn0r649s4y2a569266s86mn84","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of managing human-in-the-loop review for markdown documents and specifies the target user and scenario, including triggers and non-goals.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond a default LLM by integrating with the Proof.ai service for collaborative editing, managing document state, handling complex edits, and providing a structured review workflow.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for collaborative markdown review, from creation and sharing to editing, feedback ingestion, and local sync, with detailed API usage and error handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on interacting with the Proof.ai collaborative markdown editor, covering creation, editing, and review workflows without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, clearly outlines its purpose, and specifies precise triggers and non-goals.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, narrow tools like `Bash`, `Read`, `Write`, and `WebFetch` without exposing a generalist 'execute' or 'run' command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed API endpoints, request/response formats, headers, authentication methods, and retry logic, effectively documenting parameters and operational details.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill utilizes underlying system tools (`Bash`, `Read`, `Write`, `WebFetch`) which are descriptive and standard.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's interactions with the Proof.ai API are specific, requesting only necessary data for document operations and returning structured results without unnecessary telemetry.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is permissive and widely usable.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","No third-party dependencies are explicitly managed or mentioned as being used by the skill itself, only by the underlying Proof.ai service.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill handles API tokens securely by passing them via headers or request bodies and does not echo them to stdout or debug logs.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's documented API interactions are structured and do not appear to execute arbitrary commands or instructions from loaded data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on established API endpoints and does not fetch or execute external code or instructions at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill primarily interacts with a remote API and local file I/O is confined to the provided path, with no indication of attempts to modify system files outside its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached process spawns or retry loops around denied tool calls within the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's documented API calls are to the proofeditor.ai domain for document management and do not appear to exfiltrate confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled SKILL.md and README.md files appear to be free of hidden text tricks or obfuscation characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is described via API interactions and shell commands, with no evidence of obfuscated or base64-encoded payloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill handles file paths passed to it and the API interactions are not dependent on specific project structures beyond file system access.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository shows a healthy ratio of closed to open issues, indicating active maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has clear versioning indicated by npm badges and changelogs, with recent updates.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill's interactions with the Proof.ai API are described with specific payloads and expected responses, implying validation is handled by the API and the skill constructs valid requests.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","File writes are confirmed with the user before proceeding, and API mutations are designed to be idempotent or retried with verification.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md meticulously documents error codes, retry logic, and conditions for retrying mutations, including verification steps.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill's primary function is API interaction and local file handling; explicit audit logging within the skill's code is not applicable or detectable from the provided context.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill operates on markdown documents and user review feedback, not explicitly on personal data requiring GDPR sanitization.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is global in scope and not tied to any specific geography or legal jurisdiction.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard tools like `curl` and `jq`, and API interactions, making it portable across POSIX-compliant environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the Compound Engineering philosophy, workflow, and installation instructions, including detailed setup for various platforms.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This skill primarily orchestrates calls to external services and uses a few fundamental system tools; it does not expose a large number of distinct tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill utilizes core system commands and API interactions, not a broad set of overlapping user-facing tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features described in the SKILL.md and README, such as document sharing, editing, and review loop, have corresponding API interactions or shell command implementations.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Comprehensive installation instructions are provided for multiple platforms (Claude Code, Cursor, Codex, Copilot, Droid, Qwen, etc.), including necessary commands and explanations.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md provides detailed documentation on API error codes, their causes, and specific retry or resolution steps.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill does not manage external dependencies directly; it relies on system tools and the Proof.ai API.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill's primary destructive operations involve writing to local files after user confirmation and interacting with a remote API; a specific dry-run flag for these actions isn't exposed but user confirmation serves a similar gatekeeping purpose.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The SKILL.md details retry strategies for API errors and emphasizes verification before retries, alongside the use of Idempotency-Keys and handling of base token staleness.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill's functionality does not involve emitting telemetry data.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md provides a precise definition of the skill's purpose, including target artifacts (markdown files), actions (review, share, edit), triggers, and explicit non-goals.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and triggers for routing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, delegates detailed procedures to `references/` files, and avoids unnecessary verbosity.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill uses `references/` files for detailed workflows like HITL review, demonstrating good progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","The skill is task-oriented and does not involve deep exploration or code review requiring forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md includes multiple end-to-end examples for creating, sharing, and editing documents, demonstrating concrete inputs and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents various error conditions, API specific failures, and retry mechanisms, providing clear symptoms and recovery steps.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill does not appear to rely on external MCP servers or custom tooling that would require fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The documentation emphasizes reading state before mutation and handling errors, implying a halt on unexpected states.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses on Proof.ai integration, with clear documentation and no implicit reliance on other skills.",1778687250784,"This skill integrates with Proof.ai to enable collaborative human-in-the-loop review of markdown documents. It handles document creation, sharing, editing, feedback ingestion, and syncing changes back to local files, interacting via Proof's web API and local bridge.",[195,196,197,198,199],"Run human-in-the-loop review loops over markdown via Proof.ai","Share, view, comment on, edit, and sync collaborative documents","Create new shared documents via API","Ingest user feedback as in-thread replies and tracked edits","Sync reviewed documents back to local files",[201,202,203,204],"Trigger on 'proof' meaning evidence, math proofs, or proof-of-concept.","Trigger on 'proofread this' when the user intends simple grammatical correction.","Create new documents from scratch without a user request to share/view in Proof.","Provide proofreading services beyond collaborative editing and feedback.","3.0.0","4.4.0","To facilitate collaborative review and editing of markdown documents, allowing users to share, comment on, and revise content through Proof.ai.","The skill is exceptionally well-documented, covering API interactions, error handling, and workflows in detail. It exhibits high production readiness and security practices. The only minor area not applicable is dependency management due to its API-centric nature.",99,"A robust and well-documented skill for collaborative markdown document review via Proof.ai.",[212,213,214,215,216,217],"collaboration","markdown","documentation","editing","review","api","global","verified",[221,222,223,224],"Use when the user requests to view or share a markdown document in Proof for collaborative review.","Use for handling handoffs from brainstorming or planning skills that require human review of generated drafts.","Use when a shared markdown review surface is needed for specs, plans, or drafts.","Use to iterate on local markdown files with collaborators via Proof.ai.",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"popularity":238,"security":240,"testCoverage":243},{"hasLockfile":227},true,1778687223905,{"descriptionLength":230,"readmeSize":231},445,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},1778687250903,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"plugins/compound-engineering/skills/ce-proof","EveryInc","compound-engineering-plugin","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":259,"parentExtension":262,"providers":293,"relations":305,"tags":306,"workflow":307},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":287,"tags":289,"workflow":290},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":281},{"promptVersionExtension":275,"promptVersionScoring":206,"score":209,"tags":276,"targetMarket":218,"tier":219},"3.1.0",[277,278,279,214,280],"development-workflow","code-review","planning","ai-agents",{"commitSha":282,"license":241,"marketplace":283,"plugin":285},"HEAD",{"name":249,"pluginCount":284},2,{"mcpCount":8,"provider":286,"skillCount":8},"classify",{"repoId":288},"kd7e40my1b5g70tg0f60qg85ch86nn08",[280,278,277,214,279],{"evaluatedAt":291,"extractAt":292,"updatedAt":291},1778686722515,1778686640222,{"evaluate":294,"extract":302},{"promptVersionExtension":205,"promptVersionScoring":206,"score":295,"tags":296,"targetMarket":218,"tier":219},98,[297,298,278,299,214,300,279,301],"ai","developer-tools","research","workflow-automation","ideation",{"commitSha":282,"license":241,"plugin":303},{"mcpCount":8,"provider":286,"skillCount":304},37,{"parentExtensionId":264,"repoId":288},[297,278,298,214,301,279,299,300],{"evaluatedAt":308,"extractAt":292,"updatedAt":308},1778686677611,{"evaluate":310,"extract":312},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":311,"targetMarket":218,"tier":219},[212,213,214,215,216,217],{"commitSha":282},{"parentExtensionId":253,"repoId":288},{"_creationTime":315,"_id":288,"identity":316,"providers":317,"workflow":1142},1778686632796.9226,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":318,"discover":1131,"extract":1134,"github":1135,"npm":1141},{"commitSha":282,"extensions":319},[320,329,517,536,544,561,599,607,625,635,661,669,681,697,711,725,745,765,782,790,808,822,850,868,906,918,925,935,943,963,981,997,1009,1017,1025,1036,1044,1052,1066,1077,1089,1099,1108],{"basePath":321,"displayName":249,"installMethods":322,"rationale":323,"selectedPaths":324,"source":328,"sourceLanguage":18,"type":272},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[325],{"path":326,"priority":327},"marketplace.json","mandatory","rule",{"basePath":260,"description":256,"displayName":258,"installMethods":330,"license":241,"rationale":331,"selectedPaths":332,"source":328,"sourceLanguage":18,"type":261},{"claudeCode":258},"plugin manifest at plugins/compound-engineering/.claude-plugin/plugin.json",[333,335,337,340,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515],{"path":334,"priority":327},".claude-plugin/plugin.json",{"path":336,"priority":327},"README.md",{"path":338,"priority":339},"LICENSE","high",{"path":341,"priority":342},"skills/ce-agent-native-architecture/SKILL.md","medium",{"path":344,"priority":342},"skills/ce-agent-native-audit/SKILL.md",{"path":346,"priority":342},"skills/ce-brainstorm/SKILL.md",{"path":348,"priority":342},"skills/ce-clean-gone-branches/SKILL.md",{"path":350,"priority":342},"skills/ce-code-review/SKILL.md",{"path":352,"priority":342},"skills/ce-commit/SKILL.md",{"path":354,"priority":342},"skills/ce-commit-push-pr/SKILL.md",{"path":356,"priority":342},"skills/ce-compound/SKILL.md",{"path":358,"priority":342},"skills/ce-compound-refresh/SKILL.md",{"path":360,"priority":342},"skills/ce-debug/SKILL.md",{"path":362,"priority":342},"skills/ce-demo-reel/SKILL.md",{"path":364,"priority":342},"skills/ce-dhh-rails-style/SKILL.md",{"path":366,"priority":342},"skills/ce-doc-review/SKILL.md",{"path":368,"priority":342},"skills/ce-frontend-design/SKILL.md",{"path":370,"priority":342},"skills/ce-gemini-imagegen/SKILL.md",{"path":372,"priority":342},"skills/ce-ideate/SKILL.md",{"path":374,"priority":342},"skills/ce-optimize/SKILL.md",{"path":376,"priority":342},"skills/ce-plan/SKILL.md",{"path":378,"priority":342},"skills/ce-polish-beta/SKILL.md",{"path":380,"priority":342},"skills/ce-product-pulse/SKILL.md",{"path":382,"priority":342},"skills/ce-proof/SKILL.md",{"path":384,"priority":342},"skills/ce-release-notes/SKILL.md",{"path":386,"priority":342},"skills/ce-report-bug/SKILL.md",{"path":388,"priority":342},"skills/ce-resolve-pr-feedback/SKILL.md",{"path":390,"priority":342},"skills/ce-riffrec-feedback-analysis/SKILL.md",{"path":392,"priority":342},"skills/ce-sessions/SKILL.md",{"path":394,"priority":342},"skills/ce-setup/SKILL.md",{"path":396,"priority":342},"skills/ce-simplify-code/SKILL.md",{"path":398,"priority":342},"skills/ce-slack-research/SKILL.md",{"path":400,"priority":342},"skills/ce-strategy/SKILL.md",{"path":402,"priority":342},"skills/ce-test-browser/SKILL.md",{"path":404,"priority":342},"skills/ce-test-xcode/SKILL.md",{"path":406,"priority":342},"skills/ce-update/SKILL.md",{"path":408,"priority":342},"skills/ce-work/SKILL.md",{"path":410,"priority":342},"skills/ce-work-beta/SKILL.md",{"path":412,"priority":342},"skills/ce-worktree/SKILL.md",{"path":414,"priority":342},"skills/lfg/SKILL.md",{"path":416,"priority":339},"agents/ce-adversarial-document-reviewer.agent.md",{"path":418,"priority":339},"agents/ce-adversarial-reviewer.agent.md",{"path":420,"priority":339},"agents/ce-agent-native-reviewer.agent.md",{"path":422,"priority":339},"agents/ce-ankane-readme-writer.agent.md",{"path":424,"priority":339},"agents/ce-api-contract-reviewer.agent.md",{"path":426,"priority":339},"agents/ce-architecture-strategist.agent.md",{"path":428,"priority":339},"agents/ce-best-practices-researcher.agent.md",{"path":430,"priority":339},"agents/ce-code-simplicity-reviewer.agent.md",{"path":432,"priority":339},"agents/ce-coherence-reviewer.agent.md",{"path":434,"priority":339},"agents/ce-correctness-reviewer.agent.md",{"path":436,"priority":339},"agents/ce-data-integrity-guardian.agent.md",{"path":438,"priority":339},"agents/ce-data-migration-expert.agent.md",{"path":440,"priority":339},"agents/ce-data-migrations-reviewer.agent.md",{"path":442,"priority":339},"agents/ce-deployment-verification-agent.agent.md",{"path":444,"priority":339},"agents/ce-design-implementation-reviewer.agent.md",{"path":446,"priority":339},"agents/ce-design-iterator.agent.md",{"path":448,"priority":339},"agents/ce-design-lens-reviewer.agent.md",{"path":450,"priority":339},"agents/ce-dhh-rails-reviewer.agent.md",{"path":452,"priority":339},"agents/ce-feasibility-reviewer.agent.md",{"path":454,"priority":339},"agents/ce-figma-design-sync.agent.md",{"path":456,"priority":339},"agents/ce-framework-docs-researcher.agent.md",{"path":458,"priority":339},"agents/ce-git-history-analyzer.agent.md",{"path":460,"priority":339},"agents/ce-issue-intelligence-analyst.agent.md",{"path":462,"priority":339},"agents/ce-julik-frontend-races-reviewer.agent.md",{"path":464,"priority":339},"agents/ce-kieran-python-reviewer.agent.md",{"path":466,"priority":339},"agents/ce-kieran-rails-reviewer.agent.md",{"path":468,"priority":339},"agents/ce-kieran-typescript-reviewer.agent.md",{"path":470,"priority":339},"agents/ce-learnings-researcher.agent.md",{"path":472,"priority":339},"agents/ce-maintainability-reviewer.agent.md",{"path":474,"priority":339},"agents/ce-pattern-recognition-specialist.agent.md",{"path":476,"priority":339},"agents/ce-performance-oracle.agent.md",{"path":478,"priority":339},"agents/ce-performance-reviewer.agent.md",{"path":480,"priority":339},"agents/ce-pr-comment-resolver.agent.md",{"path":482,"priority":339},"agents/ce-previous-comments-reviewer.agent.md",{"path":484,"priority":339},"agents/ce-product-lens-reviewer.agent.md",{"path":486,"priority":339},"agents/ce-project-standards-reviewer.agent.md",{"path":488,"priority":339},"agents/ce-reliability-reviewer.agent.md",{"path":490,"priority":339},"agents/ce-repo-research-analyst.agent.md",{"path":492,"priority":339},"agents/ce-schema-drift-detector.agent.md",{"path":494,"priority":339},"agents/ce-scope-guardian-reviewer.agent.md",{"path":496,"priority":339},"agents/ce-security-lens-reviewer.agent.md",{"path":498,"priority":339},"agents/ce-security-reviewer.agent.md",{"path":500,"priority":339},"agents/ce-security-sentinel.agent.md",{"path":502,"priority":339},"agents/ce-session-historian.agent.md",{"path":504,"priority":339},"agents/ce-slack-researcher.agent.md",{"path":506,"priority":339},"agents/ce-spec-flow-analyzer.agent.md",{"path":508,"priority":339},"agents/ce-swift-ios-reviewer.agent.md",{"path":510,"priority":339},"agents/ce-testing-reviewer.agent.md",{"path":512,"priority":339},"agents/ce-web-researcher.agent.md",{"path":514,"priority":339},".codex-plugin/plugin.json",{"path":516,"priority":339},".cursor-plugin/plugin.json",{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":328,"sourceLanguage":18,"type":261},"plugins/coding-tutor","Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes","coding-tutor",{"claudeCode":520},"plugin manifest at plugins/coding-tutor/.claude-plugin/plugin.json",[524,525,526,528,530,532,534,535],{"path":334,"priority":327},{"path":336,"priority":327},{"path":527,"priority":342},"skills/coding-tutor/SKILL.md",{"path":529,"priority":339},"commands/quiz-me.md",{"path":531,"priority":339},"commands/sync-tutorials.md",{"path":533,"priority":339},"commands/teach-me.md",{"path":514,"priority":339},{"path":516,"priority":339},{"basePath":271,"description":267,"displayName":258,"installMethods":537,"rationale":538,"selectedPaths":539,"source":328,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .cursor-plugin/marketplace.json",[540,542,543],{"path":541,"priority":327},".cursor-plugin/marketplace.json",{"path":336,"priority":327},{"path":338,"priority":339},{"basePath":545,"description":546,"displayName":520,"installMethods":547,"rationale":548,"selectedPaths":549,"source":328,"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",[550,552,555,557,559],{"path":551,"priority":327},"SKILL.md",{"path":553,"priority":554},"scripts/create_tutorial.py","low",{"path":556,"priority":554},"scripts/index_tutorials.py",{"path":558,"priority":554},"scripts/quiz_priority.py",{"path":560,"priority":554},"scripts/setup_tutorials.py",{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":328,"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",[568,569,571,573,575,577,579,581,583,585,587,589,591,593,595,597],{"path":551,"priority":327},{"path":570,"priority":342},"references/action-parity-discipline.md",{"path":572,"priority":342},"references/agent-execution-patterns.md",{"path":574,"priority":342},"references/agent-native-testing.md",{"path":576,"priority":342},"references/architecture-patterns.md",{"path":578,"priority":342},"references/checklists.md",{"path":580,"priority":342},"references/dynamic-context-injection.md",{"path":582,"priority":342},"references/files-universal-interface.md",{"path":584,"priority":342},"references/from-primitives-to-domain-tools.md",{"path":586,"priority":342},"references/mcp-tool-design.md",{"path":588,"priority":342},"references/mobile-patterns.md",{"path":590,"priority":342},"references/product-implications.md",{"path":592,"priority":342},"references/refactoring-to-prompt-native.md",{"path":594,"priority":342},"references/self-modification.md",{"path":596,"priority":342},"references/shared-workspace-architecture.md",{"path":598,"priority":342},"references/system-prompt-design.md",{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":328,"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",[606],{"path":551,"priority":327},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":328,"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",[614,615,617,619,621,623],{"path":551,"priority":327},{"path":616,"priority":342},"references/handoff.md",{"path":618,"priority":342},"references/requirements-capture.md",{"path":620,"priority":342},"references/synthesis-summary.md",{"path":622,"priority":342},"references/universal-brainstorming.md",{"path":624,"priority":342},"references/visual-communication.md",{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":328,"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",[632,633],{"path":551,"priority":327},{"path":634,"priority":554},"scripts/clean-gone",{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":328,"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",[642,643,645,647,649,651,653,655,657,659],{"path":551,"priority":327},{"path":644,"priority":342},"references/bulk-preview.md",{"path":646,"priority":342},"references/diff-scope.md",{"path":648,"priority":342},"references/findings-schema.json",{"path":650,"priority":342},"references/persona-catalog.md",{"path":652,"priority":342},"references/review-output-template.md",{"path":654,"priority":342},"references/subagent-template.md",{"path":656,"priority":342},"references/tracker-defer.md",{"path":658,"priority":342},"references/validator-template.md",{"path":660,"priority":342},"references/walkthrough.md",{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":328,"sourceLanguage":18,"type":250},"plugins/compound-engineering/skills/ce-commit","Create a git commit with a clear, value-communicating message. Use when the user says \"commit\", \"commit this\", \"save my changes\", \"create a commit\", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.","ce-commit",{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-commit/SKILL.md",[668],{"path":551,"priority":327},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":328,"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",[676,677,679],{"path":551,"priority":327},{"path":678,"priority":342},"references/branch-creation.md",{"path":680,"priority":342},"references/pr-description-writing.md",{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":328,"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",[688,689,691,693,695],{"path":551,"priority":327},{"path":690,"priority":554},"assets/resolution-template.md",{"path":692,"priority":342},"references/schema.yaml",{"path":694,"priority":342},"references/yaml-schema.md",{"path":696,"priority":554},"scripts/validate-frontmatter.py",{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":328,"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",[704,705,706,708,709,710],{"path":551,"priority":327},{"path":690,"priority":554},{"path":707,"priority":342},"references/per-action-flows.md",{"path":692,"priority":342},{"path":694,"priority":342},{"path":696,"priority":554},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":328,"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",[718,719,721,723],{"path":551,"priority":327},{"path":720,"priority":342},"references/anti-patterns.md",{"path":722,"priority":342},"references/defense-in-depth.md",{"path":724,"priority":342},"references/investigation-techniques.md",{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":328,"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",[732,733,735,737,739,741,743],{"path":551,"priority":327},{"path":734,"priority":342},"references/tier-browser-reel.md",{"path":736,"priority":342},"references/tier-screenshot-reel.md",{"path":738,"priority":342},"references/tier-static-screenshots.md",{"path":740,"priority":342},"references/tier-terminal-recording.md",{"path":742,"priority":342},"references/upload-and-approval.md",{"path":744,"priority":554},"scripts/capture-demo.py",{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":328,"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",[752,753,755,757,759,761,763],{"path":551,"priority":327},{"path":754,"priority":342},"references/architecture.md",{"path":756,"priority":342},"references/controllers.md",{"path":758,"priority":342},"references/frontend.md",{"path":760,"priority":342},"references/gems.md",{"path":762,"priority":342},"references/models.md",{"path":764,"priority":342},"references/testing.md",{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":328,"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",[772,773,774,775,777,778,779,781],{"path":551,"priority":327},{"path":644,"priority":342},{"path":648,"priority":342},{"path":776,"priority":342},"references/open-questions-defer.md",{"path":652,"priority":342},{"path":654,"priority":342},{"path":780,"priority":342},"references/synthesis-and-presentation.md",{"path":660,"priority":342},{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":328,"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",[789],{"path":551,"priority":327},{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":328,"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",[797,798,800,802,804,806],{"path":551,"priority":327},{"path":799,"priority":554},"scripts/compose_images.py",{"path":801,"priority":554},"scripts/edit_image.py",{"path":803,"priority":554},"scripts/gemini_images.py",{"path":805,"priority":554},"scripts/generate_image.py",{"path":807,"priority":554},"scripts/multi_turn_chat.py",{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":328,"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",[815,816,818,820],{"path":551,"priority":327},{"path":817,"priority":342},"references/post-ideation-workflow.md",{"path":819,"priority":342},"references/universal-ideation.md",{"path":821,"priority":342},"references/web-research-cache.md",{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":328,"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",[829,830,832,834,836,838,840,842,844,846,848],{"path":551,"priority":327},{"path":831,"priority":342},"references/example-hard-spec.yaml",{"path":833,"priority":342},"references/example-judge-spec.yaml",{"path":835,"priority":342},"references/experiment-log-schema.yaml",{"path":837,"priority":342},"references/experiment-prompt-template.md",{"path":839,"priority":342},"references/judge-prompt-template.md",{"path":841,"priority":342},"references/optimize-spec-schema.yaml",{"path":843,"priority":342},"references/usage-guide.md",{"path":845,"priority":554},"scripts/experiment-worktree.sh",{"path":847,"priority":554},"scripts/measure.sh",{"path":849,"priority":554},"scripts/parallel-probe.sh",{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":328,"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",[857,858,860,862,864,865,867],{"path":551,"priority":327},{"path":859,"priority":342},"references/deepening-workflow.md",{"path":861,"priority":342},"references/plan-handoff.md",{"path":863,"priority":342},"references/plan-template.md",{"path":620,"priority":342},{"path":866,"priority":342},"references/universal-planning.md",{"path":624,"priority":342},{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":328,"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",[875,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904],{"path":551,"priority":327},{"path":877,"priority":342},"references/dev-server-astro.md",{"path":879,"priority":342},"references/dev-server-detection.md",{"path":881,"priority":342},"references/dev-server-next.md",{"path":883,"priority":342},"references/dev-server-nuxt.md",{"path":885,"priority":342},"references/dev-server-procfile.md",{"path":887,"priority":342},"references/dev-server-rails.md",{"path":889,"priority":342},"references/dev-server-remix.md",{"path":891,"priority":342},"references/dev-server-sveltekit.md",{"path":893,"priority":342},"references/dev-server-vite.md",{"path":895,"priority":342},"references/ide-detection.md",{"path":897,"priority":342},"references/launch-json-schema.md",{"path":899,"priority":554},"scripts/detect-project-type.sh",{"path":901,"priority":554},"scripts/read-launch-json.sh",{"path":903,"priority":554},"scripts/resolve-package-manager.sh",{"path":905,"priority":554},"scripts/resolve-port.sh",{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":328,"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",[913,914,916],{"path":551,"priority":327},{"path":915,"priority":342},"references/interview.md",{"path":917,"priority":342},"references/report-template.md",{"basePath":247,"description":10,"displayName":13,"installMethods":919,"rationale":920,"selectedPaths":921,"source":328,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-proof/SKILL.md",[922,923],{"path":551,"priority":327},{"path":924,"priority":342},"references/hitl-review.md",{"basePath":926,"description":927,"displayName":928,"installMethods":929,"rationale":930,"selectedPaths":931,"source":328,"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",[932,933],{"path":551,"priority":327},{"path":934,"priority":554},"scripts/list-plugin-releases.py",{"basePath":936,"description":937,"displayName":938,"installMethods":939,"rationale":940,"selectedPaths":941,"source":328,"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",[942],{"path":551,"priority":327},{"basePath":944,"description":945,"displayName":946,"installMethods":947,"rationale":948,"selectedPaths":949,"source":328,"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",[950,951,953,955,957,959,961],{"path":551,"priority":327},{"path":952,"priority":342},"references/full-mode.md",{"path":954,"priority":342},"references/targeted-mode.md",{"path":956,"priority":554},"scripts/get-pr-comments",{"path":958,"priority":554},"scripts/get-thread-for-comment",{"path":960,"priority":554},"scripts/reply-to-pr-thread",{"path":962,"priority":554},"scripts/resolve-pr-thread",{"basePath":964,"description":965,"displayName":966,"installMethods":967,"rationale":968,"selectedPaths":969,"source":328,"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",[970,971,973,975,977,979],{"path":551,"priority":327},{"path":972,"priority":342},"references/compound-engineering-feedback-format.md",{"path":974,"priority":342},"references/extensive-analysis.md",{"path":976,"priority":342},"references/install-riffrec.md",{"path":978,"priority":342},"references/quick-bug-report.md",{"path":980,"priority":554},"scripts/analyze_riffrec_zip.py",{"basePath":982,"description":983,"displayName":984,"installMethods":985,"rationale":986,"selectedPaths":987,"source":328,"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",[988,989,991,993,995],{"path":551,"priority":327},{"path":990,"priority":554},"scripts/discover-sessions.sh",{"path":992,"priority":554},"scripts/extract-errors.py",{"path":994,"priority":554},"scripts/extract-metadata.py",{"path":996,"priority":554},"scripts/extract-skeleton.py",{"basePath":998,"description":999,"displayName":1000,"installMethods":1001,"rationale":1002,"selectedPaths":1003,"source":328,"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",[1004,1005,1007],{"path":551,"priority":327},{"path":1006,"priority":342},"references/config-template.yaml",{"path":1008,"priority":554},"scripts/check-health",{"basePath":1010,"description":1011,"displayName":1012,"installMethods":1013,"rationale":1014,"selectedPaths":1015,"source":328,"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",[1016],{"path":551,"priority":327},{"basePath":1018,"description":1019,"displayName":1020,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":328,"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",[1024],{"path":551,"priority":327},{"basePath":1026,"description":1027,"displayName":1028,"installMethods":1029,"rationale":1030,"selectedPaths":1031,"source":328,"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",[1032,1033,1034],{"path":551,"priority":327},{"path":915,"priority":342},{"path":1035,"priority":342},"references/strategy-template.md",{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":328,"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",[1043],{"path":551,"priority":327},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":328,"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",[1051],{"path":551,"priority":327},{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":328,"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",[1059,1060,1062,1064],{"path":551,"priority":327},{"path":1061,"priority":554},"scripts/currently-loaded-version.sh",{"path":1063,"priority":554},"scripts/marketplace-name.sh",{"path":1065,"priority":554},"scripts/upstream-version.sh",{"basePath":1067,"description":1068,"displayName":1069,"installMethods":1070,"rationale":1071,"selectedPaths":1072,"source":328,"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",[1073,1074,1076],{"path":551,"priority":327},{"path":1075,"priority":342},"references/shipping-workflow.md",{"path":656,"priority":342},{"basePath":1078,"description":1079,"displayName":1080,"installMethods":1081,"rationale":1082,"selectedPaths":1083,"source":328,"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",[1084,1085,1087,1088],{"path":551,"priority":327},{"path":1086,"priority":342},"references/codex-delegation-workflow.md",{"path":1075,"priority":342},{"path":656,"priority":342},{"basePath":1090,"description":1091,"displayName":1092,"installMethods":1093,"rationale":1094,"selectedPaths":1095,"source":328,"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",[1096,1097],{"path":551,"priority":327},{"path":1098,"priority":554},"scripts/worktree-manager.sh",{"basePath":1100,"description":1101,"displayName":1102,"installMethods":1103,"rationale":1104,"selectedPaths":1105,"source":328,"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",[1106,1107],{"path":551,"priority":327},{"path":656,"priority":342},{"basePath":271,"description":1109,"displayName":1110,"installMethods":1111,"rationale":1112,"selectedPaths":1113,"source":328,"sourceLanguage":18,"type":1130},"Official Compound Engineering plugin for Claude Code, Codex, and more","@every-env/compound-plugin",{"npm":1110},"cli ecosystem detected at /",[1114,1116,1117,1118,1120,1122,1124,1126,1128],{"path":1115,"priority":327},"package.json",{"path":336,"priority":327},{"path":338,"priority":339},{"path":1119,"priority":342},"src/index.ts",{"path":1121,"priority":554},"src/commands/cleanup.ts",{"path":1123,"priority":554},"src/commands/convert.ts",{"path":1125,"priority":554},"src/commands/install.ts",{"path":1127,"priority":554},"src/commands/list.ts",{"path":1129,"priority":554},"src/commands/plugin-path.ts","cli",{"sources":1132},[1133],"manual",{"npmPackage":1110},{"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,212,214,215,213,216],{"evaluatedAt":245,"extractAt":292,"updatedAt":245},[],[1151,1180,1207,1235,1264,1292],{"_creationTime":1152,"_id":1153,"community":1154,"display":1155,"identity":1161,"providers":1165,"relations":1174,"tags":1176,"workflow":1177},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":1156,"installMethods":1157,"name":1159,"sourceUrl":1160},"Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.",{"claudeCode":1158},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1162,"githubOwner":1163,"githubRepo":1164,"locale":18,"slug":1159,"type":250},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":1166,"extract":1173},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1167,"tags":1168,"targetMarket":218,"tier":219},100,[1169,214,1170,217,1171,1172],"anthropic","claude","sdk","knowledge-base",{"commitSha":282},{"repoId":1175},"kd78s53c1852h5p7c3qem663xs86njab",[1169,217,1170,214,1172,1171],{"evaluatedAt":1178,"extractAt":1179,"updatedAt":1178},1778697182451,1778696993586,{"_creationTime":1181,"_id":1182,"community":1183,"display":1184,"identity":1190,"providers":1194,"relations":1200,"tags":1203,"workflow":1204},1778696833339.6226,"k17ckxne6mhyf23n1jfyqktpqd86nfz4",{"reviewCount":8},{"description":1185,"installMethods":1186,"name":1188,"sourceUrl":1189},"Interact with Google Docs - create documents, search by title, read content, and edit text.\nUse when user asks to: create a Google Doc, find a document, read doc content, add text to a doc,\nor replace text in a document. Lightweight alternative to full Google Workspace MCP server with\nstandalone OAuth authentication.\n",{"claudeCode":1187},"sanjay3290/ai-skills","google-docs","https://github.com/sanjay3290/ai-skills",{"basePath":1191,"githubOwner":1192,"githubRepo":1193,"locale":18,"slug":1188,"type":250},"skills/google-docs","sanjay3290","ai-skills",{"evaluate":1195,"extract":1199},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1167,"tags":1196,"targetMarket":218,"tier":219},[1188,217,214,1197,1198],"oauth","python",{"commitSha":282},{"parentExtensionId":1201,"repoId":1202},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[217,214,1188,1197,1198],{"evaluatedAt":1205,"extractAt":1206,"updatedAt":1205},1778696994497,1778696833339,{"_creationTime":1208,"_id":1209,"community":1210,"display":1211,"identity":1217,"providers":1222,"relations":1228,"tags":1231,"workflow":1232},1778691104676.0042,"k17c25w174y6873nhdh566etts86mv7m",{"reviewCount":8},{"description":1212,"installMethods":1213,"name":1215,"sourceUrl":1216},"Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.",{"claudeCode":1214},"iterationlayer/skills","Image Transformation API","https://github.com/iterationlayer/skills",{"basePath":1218,"githubOwner":1219,"githubRepo":1220,"locale":18,"slug":1221,"type":250},"skills/image-transformation-api","iterationlayer","skills","image-transformation-api",{"evaluate":1223,"extract":1227},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1167,"tags":1224,"targetMarket":218,"tier":219},[1225,1226,215,217,297],"image","transformation",{"commitSha":282,"license":241},{"parentExtensionId":1229,"repoId":1230},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[297,217,215,1225,1226],{"evaluatedAt":1233,"extractAt":1234,"updatedAt":1233},1778693613399,1778691104676,{"_creationTime":1236,"_id":1237,"community":1238,"display":1239,"identity":1245,"providers":1249,"relations":1256,"tags":1259,"workflow":1260},1778699328001.0105,"k17e2h7ptrey632b63a9phc4sn86m79w",{"reviewCount":8},{"description":1240,"installMethods":1241,"name":1243,"sourceUrl":1244},"Nutzen Sie dies, wenn der Benutzer eine Repository-README übersetzen, ein Repository mehrsprachig machen, Dokumentationen lokalisieren, einen Sprachumschalter hinzufügen, die README internationalisieren oder lokalisierte README-Varianten in einem GitHub-ähnlichen Repository aktualisieren möchte.",{"claudeCode":1242},"xixu-me/skills","readme-i18n","https://github.com/xixu-me/skills",{"basePath":1246,"githubOwner":1247,"githubRepo":1220,"locale":1248,"slug":1243,"type":250},"skills/readme-i18n","xixu-me","de",{"evaluate":1250,"extract":1255},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1167,"tags":1251,"targetMarket":218,"tier":219},[1252,214,1253,213,1254],"localization","internationalization","github",{"commitSha":282},{"repoId":1257,"translatedFrom":1258},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k173sze6h2kdjhyfbveynf98t586n5wt",[214,1254,1253,1252,213],{"evaluatedAt":1261,"extractAt":1262,"updatedAt":1263},1778699174967,1778699106670,1778699328001,{"_creationTime":1265,"_id":1266,"community":1267,"display":1268,"identity":1274,"providers":1278,"relations":1285,"tags":1288,"workflow":1289},1778675056600.2576,"k17cxcqfb2ke2yw74mspp23x8x86mzy0",{"reviewCount":8},{"description":1269,"installMethods":1270,"name":1272,"sourceUrl":1273},"When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' or 'copy sweep.' This skill provides a systematic approach to editing marketing copy through multiple focused passes.",{"claudeCode":1271},"alirezarezvani/claude-skills","copy-editing","https://github.com/alirezarezvani/claude-skills",{"basePath":1275,"githubOwner":1276,"githubRepo":1277,"locale":18,"slug":1272,"type":250},"marketing-skill/skills/copy-editing","alirezarezvani","claude-skills",{"evaluate":1279,"extract":1284},{"promptVersionExtension":205,"promptVersionScoring":206,"score":295,"tags":1280,"targetMarket":218,"tier":219},[1281,1282,215,216,1283],"marketing","copywriting","writing-assistant",{"commitSha":282},{"parentExtensionId":1286,"repoId":1287},"k170sws65f0ebecn36z3q8c2z186m477","kd7ff9s1w43mfyy1n7hf87816186m6px",[1282,215,1281,216,1283],{"evaluatedAt":1290,"extractAt":1291,"updatedAt":1290},1778684404979,1778675056600,{"_creationTime":1293,"_id":1294,"community":1295,"display":1296,"identity":1302,"providers":1305,"relations":1314,"tags":1318,"workflow":1319},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":1297,"installMethods":1298,"name":1300,"sourceUrl":1301},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":1299},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1303,"githubOwner":1304,"githubRepo":1300,"locale":1248,"slug":1300,"type":250},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":1306,"extract":1313},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1167,"tags":1307,"targetMarket":218,"tier":219},[1308,1309,217,1310,1311,1312,1171],"twitter","x","data-retrieval","automation","mcp",{"commitSha":282},{"parentExtensionId":1315,"repoId":1316,"translatedFrom":1317},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[217,1311,1310,1312,1171,1308,1309],{"evaluatedAt":1320,"extractAt":1321,"updatedAt":1322},1778699230863,1778699170774,1778699276507]