[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-yamadashy-clawhub-en":3,"guides-for-yamadashy-clawhub":420,"similar-k17922hd7s5dprej8manvncfs586nrq0-en":421},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":233,"parentExtension":250,"providers":251,"relations":256,"repo":258,"tags":416,"workflow":417},1778699200079.102,"k17922hd7s5dprej8manvncfs586nrq0",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Pack and analyze codebases into AI-friendly single files using Repomix.\nUse when the user wants to explore repositories, analyze code structure,\nfind patterns, check token counts, or prepare codebase context for AI analysis.\nSupports both local directories and remote GitHub repositories.\n",{"claudeCode":12},"yamadashy/repomix","repomix","https://github.com/yamadashy/repomix",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":243},1778699276969.4849,"kn73m8r1ga8bpe5p8fvpc02m6s86nt15","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,89,93,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,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 states the problem of packing codebases for AI analysis and provides specific use cases like exploration, pattern finding, and token counting.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","Repomix offers a significant value over simple prompt engineering by intelligently collecting, filtering, and structuring entire codebases into a single AI-friendly file, including features like compression and security checks.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, with comprehensive features for packing local and remote repositories, various output formats, compression, and clear workflow instructions.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","Repomix focuses on the single responsibility of packaging and analyzing codebases for AI consumption, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's capabilities for packing and analyzing codebases, supporting local and remote repositories.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","Tools are scoped to specific actions like packing, compressing, or filtering repositories, with clear input parameters.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All command-line options and configuration parameters are thoroughly documented with descriptions, defaults, and examples.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names and options are descriptive and follow kebab-case conventions (e.g., `--remote-branch`, `--include-logs`).",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are well-defined flags or structured file paths, and output is structured according to the chosen format, not dumping raw diagnostics.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 11, 2026, indicating recent maintenance activity.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses npm and has a lockfile, suggesting good dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Repomix includes a security check feature using Secretlint to detect and exclude sensitive data, and the documentation explicitly states it excludes secrets by default.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The security features and focus on processing files as data rather than instructions suggest a resistance to injection vulnerabilities.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The tool focuses on processing local or cloned repositories and does not appear to fetch or execute arbitrary remote code at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","As a CLI tool processing local or remote repositories, it operates within expected file system boundaries. Remote processing is explicitly for cloning, not arbitrary execution.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The tool's primary function is file processing and packaging, with no indication of detached process spawns or retry loops around denied calls.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The tool's purpose is to package local code and explicitly excludes sensitive data. No outbound calls for telemetry or data submission are mentioned.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be standard code and configuration, with no evidence of hidden text tricks or malicious Unicode characters.",{"category":65,"check":87,"severity":24,"summary":88},"Opaque code execution","The source code appears to be standard TypeScript/JavaScript, with no obfuscation, base64 payloads, or dynamic script fetching.",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","The tool handles file paths and directory structures generally, with options to include/exclude specific patterns, making it adaptable to various project layouts.",{"category":94,"check":95,"severity":96,"summary":97},"Trust","Issues Attention","info","In the last 90 days, 11 issues were opened and 3 were closed. This indicates a closure rate below 50% and a moderate number of open issues, suggesting maintainer engagement could be improved.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","A meaningful version (1.0.0) is declared in SKILL.md frontmatter, and a `package.json` also lists a version.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The CLI options and configuration parameters are likely validated internally, and the focus on file processing suggests robust input handling.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Repomix is primarily a read-only tool for packaging files; it does not perform destructive operations like deletion or modification of user files outside its output.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The CLI commands are expected to provide meaningful error messages on failure, as is typical for well-maintained CLI tools, and the documentation lists common error scenarios.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The `--verbose` flag enables detailed logging, and the tool's output includes status updates on file processing and token counts.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","Repomix processes code files and does not appear to handle personal data directly. Its security checks further mitigate risks related to sensitive information.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension operates on codebases globally and has no regional or jurisdictional limitations.",{"category":90,"check":123,"severity":24,"summary":124},"Runtime stability","The tool is written in TypeScript/JavaScript and is designed to run in Node.js environments, with clear installation instructions for various package managers.",{"category":44,"check":126,"severity":24,"summary":127},"README","A comprehensive README.md file exists, clearly detailing the extension's purpose, features, usage, and configuration.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The CLI offers a rich set of options but maintains a focused scope, not exposing an excessive number of distinct tools.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The available commands and options are distinct and cover specific functionalities, without significant overlap in naming or purpose.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All features advertised in the README and SKILL.md, such as compression, various output formats, and remote repository processing, are implemented and documented.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","Clear installation instructions are provided for npm, yarn, bun, and Homebrew, along with copy-pasteable invocation examples.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The documentation outlines potential error scenarios and suggests remediation steps, indicating that error messages are likely actionable.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The project includes a `package-lock.json` file, ensuring pinned dependencies.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","Repomix is primarily a read-only operation for packaging files, so a dry-run preview is not applicable.",{"category":154,"check":155,"severity":151,"summary":156},"Protocol","Idempotent retry & timeouts","The tool performs local file operations or cloning, which are not typically subject to the same network-based retry/timeout concerns as remote API calls.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension does not appear to collect or transmit telemetry data.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md and displayed description clearly define the purpose (pack and analyze codebases) and use cases (explore, find patterns, prepare for AI), naming the artifact (codebases) and user intent (analyze, explore).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is dense and includes a clear capability summary followed by trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md and README files are detailed but well-structured, delegating extensive material to separate sections and avoiding unnecessary verbosity in core instructions.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The documentation effectively uses sections and links to organize information, providing details on configuration and advanced features without overwhelming the main description.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","Repomix processes and outputs a file; it does not engage in deep exploratory analysis within a conversation that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Extensive and varied examples are provided for CLI usage, remote repositories, file selection, and MCP integration, covering diverse scenarios.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses error handling for command failures, large output, and network issues, with recovery steps suggested.",{"category":103,"check":183,"severity":151,"summary":184},"Tool Fallback","Repomix is a standalone CLI tool and does not rely on external MCP servers or tools that would require fallback mechanisms.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","While not explicitly listed as a checklist item, the tool's CLI nature and focus on processing inputs suggest it would halt and report errors on unexpected states or invalid inputs.",{"category":90,"check":190,"severity":151,"summary":191},"Cross-skill coupling","Repomix is a standalone tool and does not implicitly rely on or interact with other skills.",1778699276409,"Repomix is a command-line interface tool that packs entire local or remote code repositories into a single, AI-friendly file. It supports various output formats (XML, Markdown, JSON, Plain Text), compression, and filtering, making it ideal for preparing code context for LLM analysis. It also includes security checks to exclude sensitive data.",[195,196,197,198,199],"Pack local and remote code repositories","Generate AI-friendly output formats (XML, Markdown, JSON, Plain Text)","Compress codebases to reduce token count (~70%)","Filter files using glob patterns and ignore rules","Includes security checks for sensitive data",[201,202,203],"Executing code within the packed repository","Modifying code in the original repository","Providing real-time code analysis or refactoring suggestions directly","3.0.0","4.4.0","To simplify the process of providing large codebases to AI models by consolidating them into a single, manageable, and AI-optimized file.","The extension is production-ready, with excellent documentation, clear usage, and strong security features. The issues attention finding, while not critical, slightly lowers the score from a perfect 100.",98,"A robust CLI tool for packaging codebases into AI-friendly formats with strong documentation and security.",[211,212,213,214,215],"codebase","repository","analysis","ai-context","cli","global","verified",[219,220,221,222],"Analyze entire codebases with AI models","Explore repository structure and find patterns","Prepare codebase context for code review or refactoring","Estimate token counts for AI context limits",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"popularity":238,"security":240,"testCoverage":242},{"hasLockfile":225},true,1778699262160,{"descriptionLength":228,"readmeSize":229},289,73674,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"manifestVersion":234,"openIssues90d":235,"pushedAt":236,"stars":237},3,1239,false,"1.0.0",11,1778511996000,24661,{"npmDownloads":239},211781,{"hasNpmPackage":225,"license":241,"smitheryVerified":233},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":244},1778699276969,{"basePath":246,"githubOwner":247,"githubRepo":13,"locale":18,"slug":248,"type":249},".agents/clawhub","yamadashy","clawhub","skill",null,{"evaluate":252,"extract":254},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":253,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":255},"HEAD",{"repoId":257},"kd726yk1d724vsa4haafjmekyn86mx6y",{"_creationTime":259,"_id":257,"identity":260,"providers":261,"workflow":411},1778699192105.9749,{"githubOwner":247,"githubRepo":13,"sourceUrl":14},{"classify":262,"discover":383,"extract":386,"github":387,"npm":410},{"commitSha":255,"extensions":263},[264,280,292,304,318,324,337,345,352,360,368],{"basePath":265,"description":266,"displayName":13,"installMethods":267,"rationale":268,"selectedPaths":269,"source":278,"sourceLanguage":18,"type":279},"","Official Repomix plugins for Claude Code",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[270,273,275],{"path":271,"priority":272},".claude-plugin/marketplace.json","mandatory",{"path":274,"priority":272},"README.md",{"path":276,"priority":277},"LICENSE","high","rule","marketplace",{"basePath":281,"description":282,"displayName":283,"installMethods":284,"license":241,"rationale":285,"selectedPaths":286,"source":278,"sourceLanguage":18,"type":291},".claude/plugins/repomix-mcp","Repomix MCP server for AI-powered codebase analysis. Pack local/remote repositories, search outputs, and read files with built-in security scanning. Foundation plugin that enables all Repomix features in Claude Code.","repomix-mcp",{"claudeCode":283},"plugin manifest at .claude/plugins/repomix-mcp/.claude-plugin/plugin.json",[287,289],{"path":288,"priority":272},".claude-plugin/plugin.json",{"path":290,"priority":272},".mcp.json","plugin",{"basePath":293,"description":294,"displayName":295,"installMethods":296,"license":241,"rationale":297,"selectedPaths":298,"source":278,"sourceLanguage":18,"type":291},".claude/plugins/repomix-commands","Slash commands for quick Repomix operations. Pack local and remote repositories with simple commands like /pack-local and /pack-remote.","repomix-commands",{"claudeCode":295},"plugin manifest at .claude/plugins/repomix-commands/.claude-plugin/plugin.json",[299,300,302],{"path":288,"priority":272},{"path":301,"priority":277},"commands/pack-local.md",{"path":303,"priority":277},"commands/pack-remote.md",{"basePath":305,"description":306,"displayName":307,"installMethods":308,"license":241,"rationale":309,"selectedPaths":310,"source":278,"sourceLanguage":18,"type":291},".claude/plugins/repomix-explorer","AI-powered repository analysis agent using Repomix CLI. Analyzes local and remote repositories intelligently by running repomix commands, then reading and searching the generated output files to answer questions about code structure, patterns, and content.","repomix-explorer",{"claudeCode":307},"plugin manifest at .claude/plugins/repomix-explorer/.claude-plugin/plugin.json",[311,312,314,316],{"path":288,"priority":272},{"path":313,"priority":277},"agents/explorer.md",{"path":315,"priority":277},"commands/explore-local.md",{"path":317,"priority":277},"commands/explore-remote.md",{"basePath":246,"description":10,"displayName":13,"installMethods":319,"rationale":320,"selectedPaths":321,"source":278,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at .agents/clawhub/SKILL.md",[322],{"path":323,"priority":272},"SKILL.md",{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":278,"sourceLanguage":18,"type":249},".agents/skills/agent-carnet","Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.","agent-carnet",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-carnet/SKILL.md",[331,332,335],{"path":323,"priority":272},{"path":333,"priority":334},"references/cookbook.md","medium",{"path":336,"priority":334},"references/frontmatter.md",{"basePath":338,"description":339,"displayName":340,"installMethods":341,"rationale":342,"selectedPaths":343,"source":278,"sourceLanguage":18,"type":249},".claude/skills/contextual-commit","Write contextual commits that capture intent, decisions, and constraints alongside code changes. Use when committing code, finishing a task, or when the user asks to commit. Extends Conventional Commits with structured action lines in the commit body that preserve WHY code was written, not just WHAT changed.","contextual-commit",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/contextual-commit/SKILL.md",[344],{"path":323,"priority":272},{"basePath":346,"description":347,"displayName":307,"installMethods":348,"rationale":349,"selectedPaths":350,"source":278,"sourceLanguage":18,"type":249},".claude/skills/repomix-explorer","Use this skill when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. Triggers on: 'analyze this repo', 'explore codebase', 'what's the structure', 'find patterns in repo', 'how many files/tokens'. Runs repomix CLI to pack repositories, then analyzes the output.",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/repomix-explorer/SKILL.md",[351],{"path":323,"priority":272},{"basePath":353,"description":354,"displayName":355,"installMethods":356,"rationale":357,"selectedPaths":358,"source":278,"sourceLanguage":18,"type":249},"browser/.claude/skills/browser-extension-developer","Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.","browser-extension-developer",{"claudeCode":12},"SKILL.md frontmatter at browser/.claude/skills/browser-extension-developer/SKILL.md",[359],{"path":323,"priority":272},{"basePath":361,"description":362,"displayName":363,"installMethods":364,"rationale":365,"selectedPaths":366,"source":278,"sourceLanguage":18,"type":249},"website/.claude/skills/website-maintainer","Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.","website-maintainer",{"claudeCode":12},"SKILL.md frontmatter at website/.claude/skills/website-maintainer/SKILL.md",[367],{"path":323,"priority":272},{"basePath":265,"description":369,"displayName":13,"installMethods":370,"license":241,"rationale":371,"selectedPaths":372,"source":278,"sourceLanguage":18,"type":382},"A tool to pack repository contents to single file for AI consumption",{"npm":13},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[373,375,376,377,379],{"path":374,"priority":272},"package.json",{"path":274,"priority":272},{"path":276,"priority":277},{"path":378,"priority":334},"bin/repomix.cjs",{"path":380,"priority":381},"src/index.ts","low","mcp",{"sources":384},[385],"manual",{"npmPackage":13},{"closedIssues90d":231,"description":388,"forks":232,"homepage":389,"license":241,"openIssues90d":235,"pushedAt":236,"readmeSize":229,"stars":237,"topics":390},"📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.","https://repomix.com",[391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,382],"ai","llm","generative-ai","chatgpt","claude","developer-tools","chatbot","gpt","openai","javascript","nodejs","typescript","anthropic","gemini","language-model","artificial-intelligence","genai","deepseek","llama",{"downloads":239},{"classifiedAt":412,"discoverAt":413,"extractAt":414,"githubAt":414,"npmAt":415,"updatedAt":412},1778699199814,1778699192106,1778699195693,1778699197680,[214,213,215,211,212],{"evaluatedAt":244,"extractAt":418,"updatedAt":419},1778699200079,1778699446044,[],[422,450,478,506,536,564],{"_creationTime":423,"_id":424,"community":425,"display":426,"identity":432,"providers":436,"relations":444,"tags":446,"workflow":447},1778697652123.8975,"k17egwaz31kmprzw1q8m38fv4586mqah",{"reviewCount":8},{"description":427,"installMethods":428,"name":430,"sourceUrl":431},"Search and analyze your own session logs (older/parent conversations) using jq.",{"claudeCode":429},"steipete/clawdis","session-logs","https://github.com/steipete/clawdis",{"basePath":433,"githubOwner":434,"githubRepo":435,"locale":18,"slug":430,"type":249},"skills/session-logs","steipete","clawdis",{"evaluate":437,"extract":443},{"promptVersionExtension":204,"promptVersionScoring":205,"score":438,"tags":439,"targetMarket":216,"tier":217},100,[440,441,442,213,215],"logs","session","jq",{"commitSha":255},{"repoId":445},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[213,215,442,440,441],{"evaluatedAt":448,"extractAt":449,"updatedAt":448},1778698902636,1778697652123,{"_creationTime":451,"_id":452,"community":453,"display":454,"identity":460,"providers":464,"relations":471,"tags":474,"workflow":475},1778695548458.3276,"k1762ymg666r9vvk2gwymn0mbs86nb6x",{"reviewCount":8},{"description":455,"installMethods":456,"name":458,"sourceUrl":459},"Analyze an arbitrary codebase to identify functions, APIs, and data sources suitable for exposure as MCP tools, producing a tool specification document. Use when planning an MCP server for an existing project, auditing a codebase before wrapping it as an AI-accessible tool surface, comparing what a codebase can do versus what is already exposed via MCP, or generating a tool spec to hand off to scaffold-mcp-server.\n",{"claudeCode":457},"pjt222/agent-almanac","analyze-codebase-for-mcp","https://github.com/pjt222/agent-almanac",{"basePath":461,"githubOwner":462,"githubRepo":463,"locale":18,"slug":458,"type":249},"skills/analyze-codebase-for-mcp","pjt222","agent-almanac",{"evaluate":465,"extract":470},{"promptVersionExtension":204,"promptVersionScoring":205,"score":466,"tags":467,"targetMarket":216,"tier":217},99,[382,213,468,211,469],"tool-design","specification",{"commitSha":255},{"parentExtensionId":472,"repoId":473},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[213,211,382,469,468],{"evaluatedAt":476,"extractAt":477,"updatedAt":476},1778695685162,1778695548458,{"_creationTime":479,"_id":480,"community":481,"display":482,"identity":488,"providers":493,"relations":499,"tags":502,"workflow":503},1778683790179.7825,"k17fb5yjsz547kqxvbqy97cw4586nb7f",{"reviewCount":8},{"description":483,"installMethods":484,"name":486,"sourceUrl":487},"Inspects an unfamiliar software repository and produces a concrete orientation report covering structure, tooling, entry points, boundaries, active surfaces, and safe places to start work. Use when a user says `help me understand this repo`, `map this codebase before I edit it`, `where should I start`, or asks for an engineering walkthrough before planning or delegation. Do NOT use when the user already knows the target change and wants implementation, or when they need a specific bug diagnosis rather than repo orientation.",{"claudeCode":485},"ckorhonen/swe-skills","SWE Repo Introspection","https://github.com/ckorhonen/swe-skills",{"basePath":489,"githubOwner":490,"githubRepo":491,"locale":18,"slug":492,"type":249},"skills/repo-introspection","ckorhonen","swe-skills","repo-introspection",{"evaluate":494,"extract":498},{"promptVersionExtension":204,"promptVersionScoring":205,"score":466,"tags":495,"targetMarket":216,"tier":217},[211,212,496,497,213],"structure","documentation",{"commitSha":255,"license":241},{"parentExtensionId":500,"repoId":501},"k17d2yq229g61qvea0x8t60w1h86mgr8","kd7b5kvzw3q7dgvym5bdx3m53986mann",[213,211,497,212,496],{"evaluatedAt":504,"extractAt":505,"updatedAt":504},1778684157056,1778683790179,{"_creationTime":507,"_id":508,"community":509,"display":510,"identity":516,"providers":521,"relations":530,"tags":532,"workflow":533},1778696691708.3035,"k17br1j5s86ae90zqeyd7zcg2586mkwr",{"reviewCount":8},{"description":511,"installMethods":512,"name":514,"sourceUrl":515},"Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n",{"claudeCode":513},"ruvnet/ruflo","Performance Analysis","https://github.com/ruvnet/ruflo",{"basePath":517,"githubOwner":518,"githubRepo":519,"locale":18,"slug":520,"type":249},".claude/skills/performance-analysis","ruvnet","ruflo","performance-analysis",{"evaluate":522,"extract":529},{"promptVersionExtension":204,"promptVersionScoring":205,"score":438,"tags":523,"targetMarket":216,"tier":217},[524,213,525,526,527,528],"performance","optimization","claude-flow","bottleneck-detection","reporting",{"commitSha":255,"license":241},{"repoId":531},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[213,527,526,525,524,528],{"evaluatedAt":534,"extractAt":535,"updatedAt":534},1778699217174,1778696691708,{"_creationTime":537,"_id":538,"community":539,"display":540,"identity":546,"providers":550,"relations":557,"tags":559,"workflow":560},1778698837670.7993,"k17fe7ybjme5s1n10mmg3emmns86nr26",{"reviewCount":8},{"description":541,"installMethods":542,"name":544,"sourceUrl":545},"Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices that matter most.",{"claudeCode":543},"Whatsonyourmind/oraclaw","oraclaw-decide","https://github.com/Whatsonyourmind/oraclaw",{"basePath":547,"githubOwner":548,"githubRepo":549,"locale":18,"slug":544,"type":249},"mission-control/packages/clawhub-skills/oraclaw-decide","Whatsonyourmind","oraclaw",{"evaluate":551,"extract":556},{"promptVersionExtension":204,"promptVersionScoring":205,"score":438,"tags":552,"targetMarket":216,"tier":217},[553,213,525,554,555],"decision-making","graph-theory","ai-agent-tools",{"commitSha":255},{"repoId":558},"kd76fmxm1ng903s4fmj0p7hxxs86ndkg",[555,213,553,554,525],{"evaluatedAt":561,"extractAt":562,"updatedAt":563},1778698934136,1778698837670,1778699187402,{"_creationTime":565,"_id":566,"community":567,"display":568,"identity":574,"providers":579,"relations":585,"tags":587,"workflow":588},1778697205743.8943,"k175cp8c6m1kknsf9yhd75swn586m4hj",{"reviewCount":8},{"description":569,"installMethods":570,"name":572,"sourceUrl":573},"Knowledge about the presentation slide format, weight system, navigation, and section structure",{"claudeCode":571},"shanraisshan/claude-code-best-practice","Presentation Structure","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":575,"githubOwner":576,"githubRepo":577,"locale":18,"slug":578,"type":249},".claude/skills/presentation/presentation-structure","shanraisshan","claude-code-best-practice","presentation-structure",{"evaluate":580,"extract":584},{"promptVersionExtension":204,"promptVersionScoring":205,"score":438,"tags":581,"targetMarket":216,"tier":217},[582,583,497,213],"presentation","html",{"commitSha":255,"license":241},{"repoId":586},"kd74710g49kxgwbfjxeb7s132d86myxr",[213,497,583,582],{"evaluatedAt":589,"extractAt":590,"updatedAt":591},1778697246983,1778697205743,1778697438101]