[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-EveryInc-ce-gemini-imagegen-en":3,"guides-for-EveryInc-ce-gemini-imagegen":1153,"similar-k17391jfx9f2mt9yk31ncbfab986ns34-en":1154},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":243,"parentExtension":252,"providers":313,"relations":317,"repo":318,"tags":1151,"workflow":1152},1778686640222.7947,"k17391jfx9f2mt9yk31ncbfab986ns34",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"EveryInc/compound-engineering-plugin","ce-gemini-imagegen","https://github.com/EveryInc/compound-engineering-plugin",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":245},1778687096992.6963,"kn7cyq9x9zad4h88rbwmhcpktd86naxw","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,44,48,51,54,58,62,65,70,73,76,79,82,85,88,92,96,100,104,108,111,115,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the extension should be used for generating and editing images using the Gemini API, and lists specific use cases like text-to-image, editing, style transfer, logos, stickers, and mockups.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension provides a direct interface to the Gemini API for image generation and editing with specific configurations for aspect ratio, resolution, and advanced features like Google Search grounding and multi-reference image composition, offering value beyond a basic API call.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, offering a complete lifecycle for image generation and editing, including clear API usage examples, configuration options, and multi-turn refinement capabilities.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on image generation and editing using the Gemini API, with no unrelated capabilities advertised or implemented.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the capabilities described in the SKILL.md, covering text-to-image, editing, and multi-turn refinement.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a tool-based extension, so the concept of individual scoped tools does not apply.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md clearly documents the default model, resolutions, aspect ratios, and provides code examples for custom configurations.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill, not a tool-based extension, so tool naming conventions do not apply.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This is a skill, not a tool-based extension, so individual tool parameter schemas do not apply.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The LICENSE file is present and indicates an MIT license, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is within the last 3 months.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project uses npm and has a lockfile (`package-lock.json`), indicating that dependencies are managed.",{"category":66,"check":67,"severity":68,"summary":69},"Security","Secret Management","warning","The skill requires a `GEMINI_API_KEY` environment variable, but the documentation does not explicitly detail how to securely manage or set this key, nor does it mention potential risks of exposing it.",{"category":66,"check":71,"severity":24,"summary":72},"Injection","The provided scripts and SKILL.md do not exhibit patterns of loading untrusted third-party data as executable instructions.",{"category":66,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The extension relies on the official Google GenAI library and does not appear to fetch or execute external code at runtime.",{"category":66,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The Python scripts interact with the Gemini API and do not appear to perform file operations outside of saving generated images to specified paths.",{"category":66,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the provided scripts or SKILL.md.",{"category":66,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill interacts with the Gemini API, and there are no indications of confidential data being read or submitted to unauthorized third parties.",{"category":66,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","Bundled content appears free of hidden-steering tricks, and descriptions use clean printable ASCII.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The provided scripts are in plain Python and are not obfuscated.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The scripts primarily interact with the API and local file saving, making no assumptions about user project structure beyond the output path.",{"category":97,"check":98,"severity":68,"summary":99},"Trust","Issues Attention","There are 25 open issues and 115 closed issues in the last 90 days, resulting in a closure rate of approximately 82%, which is good, but the high number of open issues suggests potential maintainer bandwidth issues.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The `pushedAt` date is recent (2026-05-13), and the presence of a `CHANGELOG.md` indicates versioning is managed.",{"category":105,"check":106,"severity":24,"summary":107},"Execution","Validation","The Python scripts appear to validate input paths and configurations, and the Google GenAI library likely handles API-level validation.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill's primary function is image generation and editing, which is not inherently destructive and does not involve operations like file deletion or system modification.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The Python scripts include try-except blocks for API calls and file operations, providing basic error handling and reporting.",{"category":112,"check":116,"severity":42,"summary":117},"Logging","The skill does not perform destructive actions or outbound calls that require local audit logging beyond standard script output.",{"category":119,"check":120,"severity":42,"summary":121},"Compliance","GDPR","The extension operates on user-provided prompts and images for generation via an API; it does not inherently process personal data unless the user explicitly includes it in prompts or images.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension interacts with a global API and has no regional or jurisdictional logic, therefore the target market is global.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The Python scripts are standard and rely on the Google GenAI library, making them portable across POSIX-compliant systems with Python and the library installed.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README.md file is comprehensive, explaining the project's philosophy, workflow, installation, and local development setup.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a skill, not a tool-based extension, so tool surface size does not apply.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","This is a skill, not a tool-based extension, so tool synonym overlap does not apply.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features in the SKILL.md (text-to-image, editing, multi-turn refinement, composition) have corresponding implementations in the provided scripts.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions for multiple platforms (Claude Code, Cursor, Codex, Copilot, etc.) and includes copy-pasteable invocation examples.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The Python scripts provide informative error messages, including file not found, environment variable missing, and API errors, with clear indications of what went wrong.",{"category":105,"check":149,"severity":24,"summary":150},"Pinned dependencies","The project uses npm with a lockfile (`package-lock.json`), ensuring pinned dependencies. The Python scripts are standard and depend on the installed `google-generativeai` library.",{"category":33,"check":152,"severity":42,"summary":153},"Dry-run preview","The skill's actions (generating and editing images) are not state-changing in a way that requires a dry-run preview; the output is a new image file.",{"category":155,"check":156,"severity":42,"summary":157},"Protocol","Idempotent retry & timeouts","The extension relies on the Gemini API, which handles its own retries and timeouts. The local Python scripts do not perform state-changing operations that require explicit idempotency.",{"category":119,"check":159,"severity":42,"summary":160},"Telemetry opt-in","The extension does not appear to emit any telemetry beyond standard API interactions with Google.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The SKILL.md clearly states the purpose of generating and editing images with the Gemini API, lists specific use cases, and implicitly defines non-goals by focusing solely on image generation.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, effectively summarizing the core capability.",{"category":45,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured, under 500 lines, and delegates detailed API patterns to separate script files.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md provides an overview and links to API patterns in code blocks, effectively using progressive disclosure.",{"category":171,"check":175,"severity":42,"summary":176},"Forked exploration","This skill is not an exploration or audit-style skill and does not require forked exploration context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md and the individual script files (`generate_image.py`, `edit_image.py`, etc.) provide numerous ready-to-use examples with clear inputs and expected outputs.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The Python scripts handle common edge cases like missing API keys, file not found, and API errors, providing recovery steps implicitly through error messages.",{"category":112,"check":184,"severity":42,"summary":185},"Tool Fallback","The skill relies on the Gemini API directly and does not depend on external tools like an MCP server that would require fallback mechanisms.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The Python scripts include error handling that halts execution and reports on unexpected states like missing API keys or invalid input files.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focuses on image generation via the Gemini API, with no implicit reliance on other skills.",1778687096873,"This skill enables image generation and editing through the Gemini API. It supports text-to-image, image editing, multi-turn refinement, and composition, with options for custom resolutions, aspect ratios, and Google Search grounding. Requires a GEMINI_API_KEY environment variable.",[196,197,198,199,200,201],"Text-to-image generation","Image editing with text instructions","Multi-turn refinement of generated images","Composition from multiple reference images","Customizable resolution and aspect ratio","Google Search grounding for real-time data integration",[203,204,205],"Replacing dedicated image editing software for complex pixel-level manipulation","Generating images without an API key","Performing operations beyond image generation and editing","3.0.0","4.4.0","To provide a comprehensive interface for creating and manipulating images programmatically using the Gemini API, catering to a wide range of visual content needs.","The extension has a high number of open issues and lacks explicit guidance on secure API key management, warranting a 'warning' severity.",75,"A robust skill for advanced image generation and editing using the Gemini API.",[213,214,215,216,217],"image-generation","gemini-api","image-editing","text-to-image","python","global","community",[221,222,223,224,225],"Creating unique images from text prompts","Editing existing photos to add or modify elements","Generating stylized art or logos","Producing product mockups or stickers","Iteratively refining image concepts through conversation",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":239,"security":241,"testCoverage":244},{"hasLockfile":228},true,1778687074627,{"descriptionLength":231,"readmeSize":232},419,17582,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"openIssues90d":236,"pushedAt":237,"stars":238},115,1300,25,1778686215000,16666,{"npmDownloads":240},12828,{"hasNpmPackage":228,"license":242,"smitheryVerified":243},"MIT",false,{"hasCi":228,"hasTests":228},{"updatedAt":246},1778687096992,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"plugins/compound-engineering/skills/ce-gemini-imagegen","EveryInc","compound-engineering-plugin","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":260,"parentExtension":263,"providers":297,"relations":309,"tags":310,"workflow":311},1778686640222.7903,"k17d893df4em0e3pn8f55h1dxn86n09e",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":14},"AI-powered development tools for code review, research, design, and workflow automation.",{"claudeCode":259},"compound-engineering",{"basePath":261,"githubOwner":249,"githubRepo":250,"locale":18,"slug":259,"type":262},"plugins/compound-engineering","plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":271,"providers":274,"relations":291,"tags":293,"workflow":294},1778686640222.7908,"k17ef8php9wk308mkg59kdp6b186nzhx",{"reviewCount":8},{"description":268,"installMethods":269,"name":270,"sourceUrl":14},"Cursor plugin marketplace for Every Inc plugins",{"claudeCode":12},"Compound Engineering",{"basePath":272,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":273},"","marketplace",{"evaluate":275,"extract":285},{"promptVersionExtension":276,"promptVersionScoring":207,"score":277,"tags":278,"targetMarket":218,"tier":284},"3.1.0",99,[279,280,281,282,283],"development-workflow","code-review","planning","documentation","ai-agents","verified",{"commitSha":286,"license":242,"marketplace":287,"plugin":289},"HEAD",{"name":250,"pluginCount":288},2,{"mcpCount":8,"provider":290,"skillCount":8},"classify",{"repoId":292},"kd7e40my1b5g70tg0f60qg85ch86nn08",[283,280,279,282,281],{"evaluatedAt":295,"extractAt":296,"updatedAt":295},1778686722515,1778686640222,{"evaluate":298,"extract":306},{"promptVersionExtension":206,"promptVersionScoring":207,"score":299,"tags":300,"targetMarket":218,"tier":284},98,[301,302,280,303,282,304,281,305],"ai","developer-tools","research","workflow-automation","ideation",{"commitSha":286,"license":242,"plugin":307},{"mcpCount":8,"provider":290,"skillCount":308},37,{"parentExtensionId":265,"repoId":292},[301,280,302,282,305,281,303,304],{"evaluatedAt":312,"extractAt":296,"updatedAt":312},1778686677611,{"evaluate":314,"extract":316},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":315,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":286},{"parentExtensionId":254,"repoId":292},{"_creationTime":319,"_id":292,"identity":320,"providers":321,"workflow":1146},1778686632796.9226,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":322,"discover":1135,"extract":1138,"github":1139,"npm":1145},{"commitSha":286,"extensions":323},[324,333,521,540,548,565,603,611,629,639,665,673,685,701,715,729,749,769,786,794,809,823,851,869,907,919,929,939,947,967,985,1001,1013,1021,1029,1040,1048,1056,1070,1081,1093,1103,1112],{"basePath":325,"displayName":250,"installMethods":326,"rationale":327,"selectedPaths":328,"source":332,"sourceLanguage":18,"type":273},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[329],{"path":330,"priority":331},"marketplace.json","mandatory","rule",{"basePath":261,"description":257,"displayName":259,"installMethods":334,"license":242,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":262},{"claudeCode":259},"plugin manifest at plugins/compound-engineering/.claude-plugin/plugin.json",[337,339,341,344,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,517,519],{"path":338,"priority":331},".claude-plugin/plugin.json",{"path":340,"priority":331},"README.md",{"path":342,"priority":343},"LICENSE","high",{"path":345,"priority":346},"skills/ce-agent-native-architecture/SKILL.md","medium",{"path":348,"priority":346},"skills/ce-agent-native-audit/SKILL.md",{"path":350,"priority":346},"skills/ce-brainstorm/SKILL.md",{"path":352,"priority":346},"skills/ce-clean-gone-branches/SKILL.md",{"path":354,"priority":346},"skills/ce-code-review/SKILL.md",{"path":356,"priority":346},"skills/ce-commit/SKILL.md",{"path":358,"priority":346},"skills/ce-commit-push-pr/SKILL.md",{"path":360,"priority":346},"skills/ce-compound/SKILL.md",{"path":362,"priority":346},"skills/ce-compound-refresh/SKILL.md",{"path":364,"priority":346},"skills/ce-debug/SKILL.md",{"path":366,"priority":346},"skills/ce-demo-reel/SKILL.md",{"path":368,"priority":346},"skills/ce-dhh-rails-style/SKILL.md",{"path":370,"priority":346},"skills/ce-doc-review/SKILL.md",{"path":372,"priority":346},"skills/ce-frontend-design/SKILL.md",{"path":374,"priority":346},"skills/ce-gemini-imagegen/SKILL.md",{"path":376,"priority":346},"skills/ce-ideate/SKILL.md",{"path":378,"priority":346},"skills/ce-optimize/SKILL.md",{"path":380,"priority":346},"skills/ce-plan/SKILL.md",{"path":382,"priority":346},"skills/ce-polish-beta/SKILL.md",{"path":384,"priority":346},"skills/ce-product-pulse/SKILL.md",{"path":386,"priority":346},"skills/ce-proof/SKILL.md",{"path":388,"priority":346},"skills/ce-release-notes/SKILL.md",{"path":390,"priority":346},"skills/ce-report-bug/SKILL.md",{"path":392,"priority":346},"skills/ce-resolve-pr-feedback/SKILL.md",{"path":394,"priority":346},"skills/ce-riffrec-feedback-analysis/SKILL.md",{"path":396,"priority":346},"skills/ce-sessions/SKILL.md",{"path":398,"priority":346},"skills/ce-setup/SKILL.md",{"path":400,"priority":346},"skills/ce-simplify-code/SKILL.md",{"path":402,"priority":346},"skills/ce-slack-research/SKILL.md",{"path":404,"priority":346},"skills/ce-strategy/SKILL.md",{"path":406,"priority":346},"skills/ce-test-browser/SKILL.md",{"path":408,"priority":346},"skills/ce-test-xcode/SKILL.md",{"path":410,"priority":346},"skills/ce-update/SKILL.md",{"path":412,"priority":346},"skills/ce-work/SKILL.md",{"path":414,"priority":346},"skills/ce-work-beta/SKILL.md",{"path":416,"priority":346},"skills/ce-worktree/SKILL.md",{"path":418,"priority":346},"skills/lfg/SKILL.md",{"path":420,"priority":343},"agents/ce-adversarial-document-reviewer.agent.md",{"path":422,"priority":343},"agents/ce-adversarial-reviewer.agent.md",{"path":424,"priority":343},"agents/ce-agent-native-reviewer.agent.md",{"path":426,"priority":343},"agents/ce-ankane-readme-writer.agent.md",{"path":428,"priority":343},"agents/ce-api-contract-reviewer.agent.md",{"path":430,"priority":343},"agents/ce-architecture-strategist.agent.md",{"path":432,"priority":343},"agents/ce-best-practices-researcher.agent.md",{"path":434,"priority":343},"agents/ce-code-simplicity-reviewer.agent.md",{"path":436,"priority":343},"agents/ce-coherence-reviewer.agent.md",{"path":438,"priority":343},"agents/ce-correctness-reviewer.agent.md",{"path":440,"priority":343},"agents/ce-data-integrity-guardian.agent.md",{"path":442,"priority":343},"agents/ce-data-migration-expert.agent.md",{"path":444,"priority":343},"agents/ce-data-migrations-reviewer.agent.md",{"path":446,"priority":343},"agents/ce-deployment-verification-agent.agent.md",{"path":448,"priority":343},"agents/ce-design-implementation-reviewer.agent.md",{"path":450,"priority":343},"agents/ce-design-iterator.agent.md",{"path":452,"priority":343},"agents/ce-design-lens-reviewer.agent.md",{"path":454,"priority":343},"agents/ce-dhh-rails-reviewer.agent.md",{"path":456,"priority":343},"agents/ce-feasibility-reviewer.agent.md",{"path":458,"priority":343},"agents/ce-figma-design-sync.agent.md",{"path":460,"priority":343},"agents/ce-framework-docs-researcher.agent.md",{"path":462,"priority":343},"agents/ce-git-history-analyzer.agent.md",{"path":464,"priority":343},"agents/ce-issue-intelligence-analyst.agent.md",{"path":466,"priority":343},"agents/ce-julik-frontend-races-reviewer.agent.md",{"path":468,"priority":343},"agents/ce-kieran-python-reviewer.agent.md",{"path":470,"priority":343},"agents/ce-kieran-rails-reviewer.agent.md",{"path":472,"priority":343},"agents/ce-kieran-typescript-reviewer.agent.md",{"path":474,"priority":343},"agents/ce-learnings-researcher.agent.md",{"path":476,"priority":343},"agents/ce-maintainability-reviewer.agent.md",{"path":478,"priority":343},"agents/ce-pattern-recognition-specialist.agent.md",{"path":480,"priority":343},"agents/ce-performance-oracle.agent.md",{"path":482,"priority":343},"agents/ce-performance-reviewer.agent.md",{"path":484,"priority":343},"agents/ce-pr-comment-resolver.agent.md",{"path":486,"priority":343},"agents/ce-previous-comments-reviewer.agent.md",{"path":488,"priority":343},"agents/ce-product-lens-reviewer.agent.md",{"path":490,"priority":343},"agents/ce-project-standards-reviewer.agent.md",{"path":492,"priority":343},"agents/ce-reliability-reviewer.agent.md",{"path":494,"priority":343},"agents/ce-repo-research-analyst.agent.md",{"path":496,"priority":343},"agents/ce-schema-drift-detector.agent.md",{"path":498,"priority":343},"agents/ce-scope-guardian-reviewer.agent.md",{"path":500,"priority":343},"agents/ce-security-lens-reviewer.agent.md",{"path":502,"priority":343},"agents/ce-security-reviewer.agent.md",{"path":504,"priority":343},"agents/ce-security-sentinel.agent.md",{"path":506,"priority":343},"agents/ce-session-historian.agent.md",{"path":508,"priority":343},"agents/ce-slack-researcher.agent.md",{"path":510,"priority":343},"agents/ce-spec-flow-analyzer.agent.md",{"path":512,"priority":343},"agents/ce-swift-ios-reviewer.agent.md",{"path":514,"priority":343},"agents/ce-testing-reviewer.agent.md",{"path":516,"priority":343},"agents/ce-web-researcher.agent.md",{"path":518,"priority":343},".codex-plugin/plugin.json",{"path":520,"priority":343},".cursor-plugin/plugin.json",{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":332,"sourceLanguage":18,"type":262},"plugins/coding-tutor","Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes","coding-tutor",{"claudeCode":524},"plugin manifest at plugins/coding-tutor/.claude-plugin/plugin.json",[528,529,530,532,534,536,538,539],{"path":338,"priority":331},{"path":340,"priority":331},{"path":531,"priority":346},"skills/coding-tutor/SKILL.md",{"path":533,"priority":343},"commands/quiz-me.md",{"path":535,"priority":343},"commands/sync-tutorials.md",{"path":537,"priority":343},"commands/teach-me.md",{"path":518,"priority":343},{"path":520,"priority":343},{"basePath":272,"description":268,"displayName":259,"installMethods":541,"rationale":542,"selectedPaths":543,"source":332,"sourceLanguage":18,"type":273},{"claudeCode":12},"marketplace.json at .cursor-plugin/marketplace.json",[544,546,547],{"path":545,"priority":331},".cursor-plugin/marketplace.json",{"path":340,"priority":331},{"path":342,"priority":343},{"basePath":549,"description":550,"displayName":524,"installMethods":551,"rationale":552,"selectedPaths":553,"source":332,"sourceLanguage":18,"type":251},"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",[554,556,559,561,563],{"path":555,"priority":331},"SKILL.md",{"path":557,"priority":558},"scripts/create_tutorial.py","low",{"path":560,"priority":558},"scripts/index_tutorials.py",{"path":562,"priority":558},"scripts/quiz_priority.py",{"path":564,"priority":558},"scripts/setup_tutorials.py",{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":332,"sourceLanguage":18,"type":251},"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",[572,573,575,577,579,581,583,585,587,589,591,593,595,597,599,601],{"path":555,"priority":331},{"path":574,"priority":346},"references/action-parity-discipline.md",{"path":576,"priority":346},"references/agent-execution-patterns.md",{"path":578,"priority":346},"references/agent-native-testing.md",{"path":580,"priority":346},"references/architecture-patterns.md",{"path":582,"priority":346},"references/checklists.md",{"path":584,"priority":346},"references/dynamic-context-injection.md",{"path":586,"priority":346},"references/files-universal-interface.md",{"path":588,"priority":346},"references/from-primitives-to-domain-tools.md",{"path":590,"priority":346},"references/mcp-tool-design.md",{"path":592,"priority":346},"references/mobile-patterns.md",{"path":594,"priority":346},"references/product-implications.md",{"path":596,"priority":346},"references/refactoring-to-prompt-native.md",{"path":598,"priority":346},"references/self-modification.md",{"path":600,"priority":346},"references/shared-workspace-architecture.md",{"path":602,"priority":346},"references/system-prompt-design.md",{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":332,"sourceLanguage":18,"type":251},"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",[610],{"path":555,"priority":331},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":332,"sourceLanguage":18,"type":251},"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",[618,619,621,623,625,627],{"path":555,"priority":331},{"path":620,"priority":346},"references/handoff.md",{"path":622,"priority":346},"references/requirements-capture.md",{"path":624,"priority":346},"references/synthesis-summary.md",{"path":626,"priority":346},"references/universal-brainstorming.md",{"path":628,"priority":346},"references/visual-communication.md",{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":332,"sourceLanguage":18,"type":251},"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",[636,637],{"path":555,"priority":331},{"path":638,"priority":558},"scripts/clean-gone",{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":332,"sourceLanguage":18,"type":251},"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",[646,647,649,651,653,655,657,659,661,663],{"path":555,"priority":331},{"path":648,"priority":346},"references/bulk-preview.md",{"path":650,"priority":346},"references/diff-scope.md",{"path":652,"priority":346},"references/findings-schema.json",{"path":654,"priority":346},"references/persona-catalog.md",{"path":656,"priority":346},"references/review-output-template.md",{"path":658,"priority":346},"references/subagent-template.md",{"path":660,"priority":346},"references/tracker-defer.md",{"path":662,"priority":346},"references/validator-template.md",{"path":664,"priority":346},"references/walkthrough.md",{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":332,"sourceLanguage":18,"type":251},"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",[672],{"path":555,"priority":331},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":332,"sourceLanguage":18,"type":251},"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",[680,681,683],{"path":555,"priority":331},{"path":682,"priority":346},"references/branch-creation.md",{"path":684,"priority":346},"references/pr-description-writing.md",{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":332,"sourceLanguage":18,"type":251},"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",[692,693,695,697,699],{"path":555,"priority":331},{"path":694,"priority":558},"assets/resolution-template.md",{"path":696,"priority":346},"references/schema.yaml",{"path":698,"priority":346},"references/yaml-schema.md",{"path":700,"priority":558},"scripts/validate-frontmatter.py",{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":332,"sourceLanguage":18,"type":251},"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",[708,709,710,712,713,714],{"path":555,"priority":331},{"path":694,"priority":558},{"path":711,"priority":346},"references/per-action-flows.md",{"path":696,"priority":346},{"path":698,"priority":346},{"path":700,"priority":558},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":332,"sourceLanguage":18,"type":251},"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",[722,723,725,727],{"path":555,"priority":331},{"path":724,"priority":346},"references/anti-patterns.md",{"path":726,"priority":346},"references/defense-in-depth.md",{"path":728,"priority":346},"references/investigation-techniques.md",{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":332,"sourceLanguage":18,"type":251},"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",[736,737,739,741,743,745,747],{"path":555,"priority":331},{"path":738,"priority":346},"references/tier-browser-reel.md",{"path":740,"priority":346},"references/tier-screenshot-reel.md",{"path":742,"priority":346},"references/tier-static-screenshots.md",{"path":744,"priority":346},"references/tier-terminal-recording.md",{"path":746,"priority":346},"references/upload-and-approval.md",{"path":748,"priority":558},"scripts/capture-demo.py",{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":332,"sourceLanguage":18,"type":251},"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",[756,757,759,761,763,765,767],{"path":555,"priority":331},{"path":758,"priority":346},"references/architecture.md",{"path":760,"priority":346},"references/controllers.md",{"path":762,"priority":346},"references/frontend.md",{"path":764,"priority":346},"references/gems.md",{"path":766,"priority":346},"references/models.md",{"path":768,"priority":346},"references/testing.md",{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":332,"sourceLanguage":18,"type":251},"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",[776,777,778,779,781,782,783,785],{"path":555,"priority":331},{"path":648,"priority":346},{"path":652,"priority":346},{"path":780,"priority":346},"references/open-questions-defer.md",{"path":656,"priority":346},{"path":658,"priority":346},{"path":784,"priority":346},"references/synthesis-and-presentation.md",{"path":664,"priority":346},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":332,"sourceLanguage":18,"type":251},"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",[793],{"path":555,"priority":331},{"basePath":248,"description":10,"displayName":13,"installMethods":795,"rationale":796,"selectedPaths":797,"source":332,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at plugins/compound-engineering/skills/ce-gemini-imagegen/SKILL.md",[798,799,801,803,805,807],{"path":555,"priority":331},{"path":800,"priority":558},"scripts/compose_images.py",{"path":802,"priority":558},"scripts/edit_image.py",{"path":804,"priority":558},"scripts/gemini_images.py",{"path":806,"priority":558},"scripts/generate_image.py",{"path":808,"priority":558},"scripts/multi_turn_chat.py",{"basePath":810,"description":811,"displayName":812,"installMethods":813,"rationale":814,"selectedPaths":815,"source":332,"sourceLanguage":18,"type":251},"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",[816,817,819,821],{"path":555,"priority":331},{"path":818,"priority":346},"references/post-ideation-workflow.md",{"path":820,"priority":346},"references/universal-ideation.md",{"path":822,"priority":346},"references/web-research-cache.md",{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":332,"sourceLanguage":18,"type":251},"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",[830,831,833,835,837,839,841,843,845,847,849],{"path":555,"priority":331},{"path":832,"priority":346},"references/example-hard-spec.yaml",{"path":834,"priority":346},"references/example-judge-spec.yaml",{"path":836,"priority":346},"references/experiment-log-schema.yaml",{"path":838,"priority":346},"references/experiment-prompt-template.md",{"path":840,"priority":346},"references/judge-prompt-template.md",{"path":842,"priority":346},"references/optimize-spec-schema.yaml",{"path":844,"priority":346},"references/usage-guide.md",{"path":846,"priority":558},"scripts/experiment-worktree.sh",{"path":848,"priority":558},"scripts/measure.sh",{"path":850,"priority":558},"scripts/parallel-probe.sh",{"basePath":852,"description":853,"displayName":854,"installMethods":855,"rationale":856,"selectedPaths":857,"source":332,"sourceLanguage":18,"type":251},"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",[858,859,861,863,865,866,868],{"path":555,"priority":331},{"path":860,"priority":346},"references/deepening-workflow.md",{"path":862,"priority":346},"references/plan-handoff.md",{"path":864,"priority":346},"references/plan-template.md",{"path":624,"priority":346},{"path":867,"priority":346},"references/universal-planning.md",{"path":628,"priority":346},{"basePath":870,"description":871,"displayName":872,"installMethods":873,"rationale":874,"selectedPaths":875,"source":332,"sourceLanguage":18,"type":251},"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",[876,877,879,881,883,885,887,889,891,893,895,897,899,901,903,905],{"path":555,"priority":331},{"path":878,"priority":346},"references/dev-server-astro.md",{"path":880,"priority":346},"references/dev-server-detection.md",{"path":882,"priority":346},"references/dev-server-next.md",{"path":884,"priority":346},"references/dev-server-nuxt.md",{"path":886,"priority":346},"references/dev-server-procfile.md",{"path":888,"priority":346},"references/dev-server-rails.md",{"path":890,"priority":346},"references/dev-server-remix.md",{"path":892,"priority":346},"references/dev-server-sveltekit.md",{"path":894,"priority":346},"references/dev-server-vite.md",{"path":896,"priority":346},"references/ide-detection.md",{"path":898,"priority":346},"references/launch-json-schema.md",{"path":900,"priority":558},"scripts/detect-project-type.sh",{"path":902,"priority":558},"scripts/read-launch-json.sh",{"path":904,"priority":558},"scripts/resolve-package-manager.sh",{"path":906,"priority":558},"scripts/resolve-port.sh",{"basePath":908,"description":909,"displayName":910,"installMethods":911,"rationale":912,"selectedPaths":913,"source":332,"sourceLanguage":18,"type":251},"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",[914,915,917],{"path":555,"priority":331},{"path":916,"priority":346},"references/interview.md",{"path":918,"priority":346},"references/report-template.md",{"basePath":920,"description":921,"displayName":922,"installMethods":923,"rationale":924,"selectedPaths":925,"source":332,"sourceLanguage":18,"type":251},"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",[926,927],{"path":555,"priority":331},{"path":928,"priority":346},"references/hitl-review.md",{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":332,"sourceLanguage":18,"type":251},"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",[936,937],{"path":555,"priority":331},{"path":938,"priority":558},"scripts/list-plugin-releases.py",{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":332,"sourceLanguage":18,"type":251},"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",[946],{"path":555,"priority":331},{"basePath":948,"description":949,"displayName":950,"installMethods":951,"rationale":952,"selectedPaths":953,"source":332,"sourceLanguage":18,"type":251},"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",[954,955,957,959,961,963,965],{"path":555,"priority":331},{"path":956,"priority":346},"references/full-mode.md",{"path":958,"priority":346},"references/targeted-mode.md",{"path":960,"priority":558},"scripts/get-pr-comments",{"path":962,"priority":558},"scripts/get-thread-for-comment",{"path":964,"priority":558},"scripts/reply-to-pr-thread",{"path":966,"priority":558},"scripts/resolve-pr-thread",{"basePath":968,"description":969,"displayName":970,"installMethods":971,"rationale":972,"selectedPaths":973,"source":332,"sourceLanguage":18,"type":251},"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",[974,975,977,979,981,983],{"path":555,"priority":331},{"path":976,"priority":346},"references/compound-engineering-feedback-format.md",{"path":978,"priority":346},"references/extensive-analysis.md",{"path":980,"priority":346},"references/install-riffrec.md",{"path":982,"priority":346},"references/quick-bug-report.md",{"path":984,"priority":558},"scripts/analyze_riffrec_zip.py",{"basePath":986,"description":987,"displayName":988,"installMethods":989,"rationale":990,"selectedPaths":991,"source":332,"sourceLanguage":18,"type":251},"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",[992,993,995,997,999],{"path":555,"priority":331},{"path":994,"priority":558},"scripts/discover-sessions.sh",{"path":996,"priority":558},"scripts/extract-errors.py",{"path":998,"priority":558},"scripts/extract-metadata.py",{"path":1000,"priority":558},"scripts/extract-skeleton.py",{"basePath":1002,"description":1003,"displayName":1004,"installMethods":1005,"rationale":1006,"selectedPaths":1007,"source":332,"sourceLanguage":18,"type":251},"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",[1008,1009,1011],{"path":555,"priority":331},{"path":1010,"priority":346},"references/config-template.yaml",{"path":1012,"priority":558},"scripts/check-health",{"basePath":1014,"description":1015,"displayName":1016,"installMethods":1017,"rationale":1018,"selectedPaths":1019,"source":332,"sourceLanguage":18,"type":251},"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",[1020],{"path":555,"priority":331},{"basePath":1022,"description":1023,"displayName":1024,"installMethods":1025,"rationale":1026,"selectedPaths":1027,"source":332,"sourceLanguage":18,"type":251},"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",[1028],{"path":555,"priority":331},{"basePath":1030,"description":1031,"displayName":1032,"installMethods":1033,"rationale":1034,"selectedPaths":1035,"source":332,"sourceLanguage":18,"type":251},"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",[1036,1037,1038],{"path":555,"priority":331},{"path":916,"priority":346},{"path":1039,"priority":346},"references/strategy-template.md",{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":332,"sourceLanguage":18,"type":251},"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",[1047],{"path":555,"priority":331},{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":332,"sourceLanguage":18,"type":251},"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",[1055],{"path":555,"priority":331},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":332,"sourceLanguage":18,"type":251},"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",[1063,1064,1066,1068],{"path":555,"priority":331},{"path":1065,"priority":558},"scripts/currently-loaded-version.sh",{"path":1067,"priority":558},"scripts/marketplace-name.sh",{"path":1069,"priority":558},"scripts/upstream-version.sh",{"basePath":1071,"description":1072,"displayName":1073,"installMethods":1074,"rationale":1075,"selectedPaths":1076,"source":332,"sourceLanguage":18,"type":251},"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",[1077,1078,1080],{"path":555,"priority":331},{"path":1079,"priority":346},"references/shipping-workflow.md",{"path":660,"priority":346},{"basePath":1082,"description":1083,"displayName":1084,"installMethods":1085,"rationale":1086,"selectedPaths":1087,"source":332,"sourceLanguage":18,"type":251},"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",[1088,1089,1091,1092],{"path":555,"priority":331},{"path":1090,"priority":346},"references/codex-delegation-workflow.md",{"path":1079,"priority":346},{"path":660,"priority":346},{"basePath":1094,"description":1095,"displayName":1096,"installMethods":1097,"rationale":1098,"selectedPaths":1099,"source":332,"sourceLanguage":18,"type":251},"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",[1100,1101],{"path":555,"priority":331},{"path":1102,"priority":558},"scripts/worktree-manager.sh",{"basePath":1104,"description":1105,"displayName":1106,"installMethods":1107,"rationale":1108,"selectedPaths":1109,"source":332,"sourceLanguage":18,"type":251},"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",[1110,1111],{"path":555,"priority":331},{"path":660,"priority":346},{"basePath":272,"description":1113,"displayName":1114,"installMethods":1115,"rationale":1116,"selectedPaths":1117,"source":332,"sourceLanguage":18,"type":1134},"Official Compound Engineering plugin for Claude Code, Codex, and more","@every-env/compound-plugin",{"npm":1114},"cli ecosystem detected at /",[1118,1120,1121,1122,1124,1126,1128,1130,1132],{"path":1119,"priority":331},"package.json",{"path":340,"priority":331},{"path":342,"priority":343},{"path":1123,"priority":346},"src/index.ts",{"path":1125,"priority":558},"src/commands/cleanup.ts",{"path":1127,"priority":558},"src/commands/convert.ts",{"path":1129,"priority":558},"src/commands/install.ts",{"path":1131,"priority":558},"src/commands/list.ts",{"path":1133,"priority":558},"src/commands/plugin-path.ts","cli",{"sources":1136},[1137],"manual",{"npmPackage":1114},{"closedIssues90d":234,"description":1140,"forks":235,"homepage":1141,"license":242,"openIssues90d":236,"pushedAt":237,"readmeSize":232,"stars":238,"topics":1142},"Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more","https://every.to/guides/compound-engineering",[1143,1144],"compound","engineering",{"downloads":240},{"classifiedAt":1147,"discoverAt":1148,"extractAt":1149,"githubAt":1149,"npmAt":1150,"updatedAt":1147},1778686639998,1778686632796,1778686635929,1778686638203,[214,215,213,217,216],{"evaluatedAt":246,"extractAt":296,"updatedAt":246},[],[1155,1183,1212,1232,1261,1292],{"_creationTime":1156,"_id":1157,"community":1158,"display":1159,"identity":1165,"providers":1169,"relations":1176,"tags":1178,"workflow":1179},1778686219732.872,"k175r6z7jxdyenwqxp499wmqzh86mmrj",{"reviewCount":8},{"description":1160,"installMethods":1161,"name":1163,"sourceUrl":1164},"AI image editing prompting patterns for Qwen-Image-Edit. Use when editing photos while preserving identity, reframing cropped images, changing clothing or accessories, adjusting poses, applying style transfers, or character transformations. Provides prompt patterns, parameter tuning, and examples.",{"claudeCode":1162},"digitalsamba/claude-code-video-toolkit","qwen-edit","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":1166,"githubOwner":1167,"githubRepo":1168,"locale":18,"slug":1163,"type":251},".claude/skills/qwen-edit","digitalsamba","claude-code-video-toolkit",{"evaluate":1170,"extract":1175},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1171,"tags":1172,"targetMarket":218,"tier":284},100,[215,301,1173,1174,217],"qwen","prompting",{"commitSha":286},{"repoId":1177},"kd70r97eght58pp9f1x8scdagd86n32q",[301,215,1174,217,1173],{"evaluatedAt":1180,"extractAt":1181,"updatedAt":1182},1778686435222,1778686219732,1778686649691,{"_creationTime":1184,"_id":1185,"community":1186,"display":1187,"identity":1193,"providers":1197,"relations":1205,"tags":1208,"workflow":1209},1778691104676.0024,"k1774xvkdd90hm8spynfw373tn86nkme",{"reviewCount":8},{"description":1188,"installMethods":1189,"name":1191,"sourceUrl":1192},"Generate a vertical story image for TikTok or Instagram book promotion with cover art, hook text, and author branding.",{"claudeCode":1190},"iterationlayer/skills","generate-social-media-book-promo","https://github.com/iterationlayer/skills",{"basePath":1194,"githubOwner":1195,"githubRepo":1196,"locale":18,"slug":1191,"type":251},"skills/generate-social-media-book-promo","iterationlayer","skills",{"evaluate":1198,"extract":1204},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1171,"tags":1199,"targetMarket":218,"tier":284},[213,1200,1201,1202,1203],"marketing","social-media","book-promotion","api",{"commitSha":286},{"parentExtensionId":1206,"repoId":1207},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[1203,1202,213,1200,1201],{"evaluatedAt":1210,"extractAt":1211,"updatedAt":1210},1778693472094,1778691104676,{"_creationTime":1213,"_id":1214,"community":1215,"display":1216,"identity":1220,"providers":1222,"relations":1228,"tags":1229,"workflow":1230},1778691104676.0005,"k17dah8crr3q6zkvn3xmm4k31586mtjq",{"reviewCount":8},{"description":1217,"installMethods":1218,"name":1219,"sourceUrl":1192},"Generate a branded property listing graphic with a property photo, status badge, price, address, and key stats.",{"claudeCode":1190},"generate-real-estate-listing-graphic",{"basePath":1221,"githubOwner":1195,"githubRepo":1196,"locale":18,"slug":1219,"type":251},"skills/generate-real-estate-listing-graphic",{"evaluate":1223,"extract":1227},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1171,"tags":1224,"targetMarket":218,"tier":284},[213,1225,1200,1203,1226],"real-estate","automation",{"commitSha":286},{"parentExtensionId":1206,"repoId":1207},[1203,1226,213,1200,1225],{"evaluatedAt":1231,"extractAt":1211,"updatedAt":1231},1778693314450,{"_creationTime":1233,"_id":1234,"community":1235,"display":1236,"identity":1242,"providers":1246,"relations":1254,"tags":1257,"workflow":1258},1778691497595.9663,"k17792mnz95ac4y4t8gsxermb586nbbz",{"reviewCount":8},{"description":1237,"installMethods":1238,"name":1240,"sourceUrl":1241},"Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create \"知识漫画\", \"教育漫画\", \"biography comic\", \"tutorial comic\", or \"Logicomix-style comic\".",{"claudeCode":1239},"jimliu/baoyu-skills","baoyu-comic","https://github.com/jimliu/baoyu-skills",{"basePath":1243,"githubOwner":1244,"githubRepo":1245,"locale":18,"slug":1240,"type":251},"skills/baoyu-comic","jimliu","baoyu-skills",{"evaluate":1247,"extract":1253},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1171,"tags":1248,"targetMarket":218,"tier":284},[1249,213,1250,1251,1252],"comic-creation","storytelling","manga","educational",{"commitSha":286},{"parentExtensionId":1255,"repoId":1256},"k172q4hxm2acmg5ree5aeemx1x86m6hx","kd718jn448p61w289hzf15tecd86n3a4",[1249,1252,213,1251,1250],{"evaluatedAt":1259,"extractAt":1260,"updatedAt":1259},1778691600935,1778691497596,{"_creationTime":1262,"_id":1263,"community":1264,"display":1265,"identity":1271,"providers":1276,"relations":1284,"tags":1287,"workflow":1288},1778691316210.0051,"k1780hwy17wcqjq51m8b4hy5t986mbb5",{"reviewCount":8},{"description":1266,"installMethods":1267,"name":1269,"sourceUrl":1270},"Multi-angle product imagery workflow. Use when the user wants to \"shoot a product\", \"make e-commerce product images\", \"product photography set\", \"电商产品图\", \"产品多角度图\", \"brand product visuals\", or provides a single product photo and asks for marketing-ready variations. Produces 4 distinct directions (lifestyle scene, macro detail, scale/context, marketing layout) from one reference image. NOT for: portraits, generic illustration, logo design, video creation — use other skills or generate_image directly.",{"claudeCode":1268},"jau123/MeiGen-AI-Design-MCP","Product Photoshoot Workflow","https://github.com/jau123/MeiGen-AI-Design-MCP",{"basePath":1272,"githubOwner":1273,"githubRepo":1274,"locale":18,"slug":1275,"type":251},"plugin/skills/product-photoshoot","jau123","MeiGen-AI-Design-MCP","product-photoshoot",{"evaluate":1277,"extract":1283},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1171,"tags":1278,"targetMarket":218,"tier":284},[213,1279,1280,1281,1282],"product-photography","e-commerce","design-assistant","mcp",{"commitSha":286,"license":242},{"parentExtensionId":1285,"repoId":1286},"k174xmztzvdeaswqgaycam7ktx86n4ye","kd7b1trrphkh2efj71w89w7qzh86nh22",[1281,1280,213,1282,1279],{"evaluatedAt":1289,"extractAt":1290,"updatedAt":1291},1778691437434,1778691316210,1778691569802,{"_creationTime":1293,"_id":1294,"community":1295,"display":1296,"identity":1300,"providers":1301,"relations":1309,"tags":1310,"workflow":1311},1778691316210.005,"k175txezbab4wcy00m9gcdq8qx86mz9k",{"reviewCount":8},{"description":1297,"installMethods":1298,"name":1299,"sourceUrl":1270},"Generate images and videos from text with multi-provider routing — supports GPT Image 2.0 (near-perfect text rendering), Nanobanana 2, Seedream 5.0, Midjourney V8.1 (unified photorealistic + anime), Flux 2 Klein (cheap drafts), Seedance 2.0 / Happyhorse 1.0 / Veo 3.1 video, and local ComfyUI workflows. Includes 1,446 curated prompts and style-aware prompt enhancement. Use when users want to create images/videos, design assets, animate photos, enhance prompts, or manage AI art workflows. NOT for: generic chat, code generation, document writing, video editing of existing footage, audio/TTS, or any task unrelated to AI image/video creation.",{"claudeCode":1268},"openclaw",{"basePath":1299,"githubOwner":1273,"githubRepo":1274,"locale":18,"slug":1299,"type":251},{"evaluate":1302,"extract":1308},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1171,"tags":1303,"targetMarket":218,"tier":284},[213,1304,1305,1306,1307,1281],"video-generation","ai-art","comfyui","prompt-engineering",{"commitSha":286},{"repoId":1286},[1305,1306,1281,213,1307,1304],{"evaluatedAt":1312,"extractAt":1290,"updatedAt":1313},1778691399174,1778691569625]