[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-mhattingpete-code-execution-en":3,"guides-for-mhattingpete-code-execution":605,"similar-k170df9yfq1t69jx928k76m9a186n1kx-en":606},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":224,"parentExtension":245,"providers":300,"relations":304,"repo":305,"tags":603,"workflow":604},1778693062249.8618,"k170df9yfq1t69jx928k76m9a186n1kx",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Execute Python code locally with marketplace API access for 90%+ token savings on bulk operations. Activates when user requests bulk operations (10+ files), complex multi-step workflows, iterative processing, or mentions efficiency/performance.",{"claudeCode":12},"mhattingpete/claude-skills-marketplace","code-execution","https://github.com/mhattingpete/claude-skills-marketplace",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":238},1778693172432.9385,"kn7fj4vxfwreyq4150r8vzm7px86njqk","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":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,90,94,98,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of high token usage for bulk operations and positions the skill as a solution for efficiency and performance.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant token savings (90%+) and faster operations by executing Python code locally, which is a substantial improvement over traditional context-based processing.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete workflow for local Python execution, including setup scripts, API access, and clear examples, making it ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The 'code-execution' skill focuses on executing Python code locally for bulk operations and transformations, adhering to a single, well-defined responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality, highlighting token savings and activation triggers for bulk operations and complex workflows.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrow, verb-noun specialized tools like `fs.copy_lines`, `code.find_functions`, and `transform.rename_identifier`, facilitating precise agent selection.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The skill's documentation clearly outlines available APIs and provides examples with explicit parameters, including patterns for file operations and transformations.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names such as `copy_lines`, `find_functions`, and `rename_identifier` are descriptive and follow a consistent verb-noun pattern.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's tools request minimal input parameters and return structured summary results, avoiding unnecessary data dumps or internal details.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The repository includes an Apache 2.0 license file, indicating a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on March 6, 2026, which is recent.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill appears to bundle its own execution environment and does not rely on external third-party dependencies that would require explicit management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill executes code locally and uses APIs that are documented to return metadata only, not secrets. There is no indication of secrets being handled or exposed.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's execution environment is designed for Python code and its APIs focus on code analysis and transformation, implying data is treated as code rather than instructions to follow.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill executes locally bundled Python code and utilizes documented APIs, with no indication of runtime downloads or remote code execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The `setup.sh` script implies a local execution environment, and the skill's purpose focuses on code operations within a project, suggesting adherence to sandbox isolation.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There is no evidence of detached process spawns or retry loops around denied tool calls in the provided code snippets or documentation.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's APIs are designed to return metadata or summaries, and the documentation explicitly advises against returning full code or data, mitigating exfiltration risks.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled code and documentation appear to be free of hidden text tricks or obfuscation.",{"category":66,"check":88,"severity":24,"summary":89},"Opaque code execution","The provided Python examples are clear and readable, with no evidence of base64 encoding, obfuscation, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill uses relative paths and glob patterns like `**/*.py`, and the `setup.sh` script aims for broad compatibility, indicating it avoids rigid structural assumptions.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 6 open issues and 0 closed in the last 90 days, the issue closure rate is 0%, but the number of open issues is relatively low, indicating active development or a recent surge in issues.",{"category":99,"check":100,"severity":101,"summary":102},"Versioning","Release Management","warning","The `SKILL.md` frontmatter does not explicitly declare a version, and installation instructions point to `main`, making version pinning difficult.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The Python examples demonstrate structured input and output handling, with APIs like `analyze_dependencies` and `rename_identifier` returning summarized, validated results.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's operations are primarily code analysis and transformation, with clear documentation advising against destructive actions and promoting summary returns, not direct modification.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The Python examples show structured return values and print statements for reporting, indicating an intent for clear error reporting and summary generation.",{"category":111,"check":115,"severity":24,"summary":116},"Logging","The Python examples use `print` statements to provide feedback and summaries, aligning with the goal of returning summarized outcomes rather than full data.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill operates on code and metadata, not personal data, and its design emphasizes returning summaries, thus avoiding GDPR concerns.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates on code and is language-agnostic, with no regional or jurisdictional limitations detected.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is designed to execute Python code locally, and the setup script suggests it aims for broad compatibility, with no obvious assumptions of specific OS or shell environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the marketplace, its plugins, and detailed information about the 'code-execution' skill, including benefits and setup.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The 'code-execution' skill exposes a focused set of tools related to file operations, code analysis, transformations, and git, numbering around 10 distinct API calls.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools provided (`fs`, `code`, `transform`, `git`) cover distinct functionalities, and within each module, the commands are specific (e.g., `copy_lines`, `find_functions`), avoiding near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as bulk operations and token savings, are directly supported by the documented APIs and examples within the skill.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README clearly provides a copy-pasteable command for installing the entire marketplace plugin and specific commands for individual plugins, including the 'code-execution' skill.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The provided Python examples include print statements that summarize the outcome and potential issues, indicating a focus on actionable results rather than opaque errors.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill appears to bundle its required Python environment, and the `setup.sh` script suggests it manages its own dependencies, thus ensuring predictable execution.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The skill's design emphasizes returning summaries and metadata rather than performing destructive operations, and the examples show operations like `rename_identifier` return counts, implying a preview-like outcome.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally and uses documented APIs that return structured summaries, suggesting operations are designed to be idempotent where applicable and not reliant on long-running external calls.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no mention of telemetry collection in the documentation or code snippets; the focus is on local execution and returning summaries.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the skill executes Python locally for token savings on bulk operations, detailing activation triggers like '10+ files' and 'complex multi-step workflows'.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The `SKILL.md` frontmatter is concise, with a clear name and description that effectively summarize the core capability and activation triggers.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The `SKILL.md` is concise, relying on imports and clear instructions, with detailed API usage shown in examples and external documentation implicitly referenced.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The `SKILL.md` provides clear instructions and examples, with the expectation that underlying Python libraries handle the detailed implementation, offering progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is focused on executing specific code operations and transformations rather than deep exploration or code review, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Sufficient end-to-end examples are provided for bulk refactoring, function extraction, and code auditing, demonstrating input, invocation, and expected summary outputs.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation and examples imply handling of various file patterns and the Python libraries likely manage typical file operation edge cases. The 'Best Practices' section implicitly guides towards robust error handling.",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill is designed for local Python execution and does not rely on an external MCP server as a primary tool, making fallback not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The Python examples and documentation focus on returning summaries and handling specific operations, implying that unexpected states would result in a reported summary of issues rather than proceeding unsafely.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The 'code-execution' skill is self-contained, performing local Python operations without relying on other specific skills being loaded.",1778693172045,"This skill allows for local execution of Python code using a set of provided APIs for file operations, code analysis, transformations, and Git commands. It aims to significantly reduce token consumption for bulk operations by processing code locally and returning summaries instead of full code content.",[195,196,197,198,199],"Execute Python code locally","90%+ token savings on bulk operations","API access for filesystem, code analysis, transformations, and Git","Local execution for complex multi-step workflows","Return summaries, not raw data",[201,202,203],"Returning all code to context","Reading full source when only metadata is needed","Processing files one by one for bulk operations","3.0.0","4.4.0","To enable efficient and cost-effective bulk code operations by executing Python scripts locally, reducing token usage and improving performance.","The skill is well-documented, has clear usage examples, and adheres to security and scope best practices. The only minor finding is the lack of explicit versioning in the SKILL.md frontmatter.",98,"Highly polished skill for efficient local Python code execution, offering substantial token savings for bulk operations.",[211,13,212,213,214],"python","refactoring","code-analysis","automation","global","community",[218,219,220,221],"Bulk refactoring across many files","Extracting functions or classes to new files","Performing codebase-wide code audits","Automating Git operations like commit and push",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":235,"testCoverage":237},{"hasLockfile":224},false,1778693150115,{"descriptionLength":227,"readmeSize":228},244,20021,{"closedIssues90d":8,"forks":230,"hasChangelog":231,"openIssues90d":232,"pushedAt":233,"stars":234},73,true,6,1772792065000,574,{"hasNpmPackage":224,"license":236,"smitheryVerified":224},"Apache-2.0",{"hasCi":224,"hasTests":224},{"updatedAt":239},1778693172433,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"code-operations-plugin/skills/code-execution","mhattingpete","claude-skills-marketplace","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":253,"parentExtension":256,"providers":288,"relations":296,"tags":297,"workflow":298},1778693062249.8616,"k179z7pnn30c6r3ybfg1px0x0d86n99j",{"reviewCount":8},{"description":250,"installMethods":251,"name":252,"sourceUrl":14},"Skills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp",{"claudeCode":252},"code-operations-skills",{"basePath":254,"githubOwner":242,"githubRepo":243,"locale":18,"slug":254,"type":255},"code-operations-plugin","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":264,"providers":267,"relations":282,"tags":284,"workflow":285},1778693062249.8606,"k1717bff9209jd2esh8qdepk3x86mwfm",{"reviewCount":8},{"description":261,"installMethods":262,"name":263,"sourceUrl":14},"Claude Code Skills for software engineering workflows - Git automation, testing, and code review",{"claudeCode":12},"Claude Code Skills Marketplace",{"basePath":265,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":266},"","marketplace",{"evaluate":268,"extract":275},{"promptVersionExtension":269,"promptVersionScoring":205,"score":270,"tags":271,"targetMarket":215,"tier":216},"3.1.0",75,[266,272,273,274,214],"plugins","software-engineering","developer-tools",{"commitSha":276,"license":236,"marketplace":277,"plugin":280},"HEAD",{"name":278,"pluginCount":279},"mhattingpete-claude-skills",4,{"mcpCount":8,"provider":281,"skillCount":8},"classify",{"repoId":283},"kd75m5vhw2hg0g4maqdhm09cg586nn3p",[214,274,266,272,273],{"evaluatedAt":286,"extractAt":287,"updatedAt":286},1778693076530,1778693062249,{"evaluate":289,"extract":294},{"promptVersionExtension":204,"promptVersionScoring":205,"score":290,"tags":291,"targetMarket":215,"tier":216},95,[292,212,293,211,214],"code-manipulation","file-analysis",{"commitSha":276,"plugin":295},{"mcpCount":8,"provider":281,"skillCount":279},{"parentExtensionId":258,"repoId":283},[214,292,293,211,212],{"evaluatedAt":299,"extractAt":287,"updatedAt":299},1778693149846,{"evaluate":301,"extract":303},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":302,"targetMarket":215,"tier":216},[211,13,212,213,214],{"commitSha":276},{"parentExtensionId":247,"repoId":283},{"_creationTime":306,"_id":283,"identity":307,"providers":308,"workflow":599},1778693055731.8413,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":309,"discover":588,"github":591},{"commitSha":276,"extensions":310},[311,324,351,370,387,401,414,422,432,440,452,462,472,480,488,496,504,514,522,536,551,564,575],{"basePath":265,"displayName":278,"installMethods":312,"rationale":313,"selectedPaths":314,"source":323,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[315,318,320],{"path":316,"priority":317},".claude-plugin/marketplace.json","mandatory",{"path":319,"priority":317},"README.md",{"path":321,"priority":322},"LICENSE","high","rule",{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":323,"sourceLanguage":18,"type":255},"engineering-workflow-plugin","Skills for software engineering workflows: git operations, test fixing, code review, feature planning, and ensemble problem solving (generates multiple solutions in parallel and selects the best)","engineering-workflow-skills",{"claudeCode":327},"plugin manifest at engineering-workflow-plugin/.claude-plugin/plugin.json",[331,333,334,337,339,341,343,345,347,349],{"path":332,"priority":317},".claude-plugin/plugin.json",{"path":319,"priority":317},{"path":335,"priority":336},"skills/ensemble-solving/SKILL.md","medium",{"path":338,"priority":336},"skills/feature-planning/SKILL.md",{"path":340,"priority":336},"skills/git-pushing/SKILL.md",{"path":342,"priority":336},"skills/review-implementing/SKILL.md",{"path":344,"priority":336},"skills/test-fixing/SKILL.md",{"path":346,"priority":322},"agents/ensemble-orchestrator/AGENT.md",{"path":348,"priority":322},"agents/plan-implementer.md",{"path":350,"priority":322},"commands/pr.md",{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":323,"sourceLanguage":18,"type":255},"visual-documentation-plugin","Skills for creating stunning visual HTML documentation with modern UI design, SVG diagrams, flowcharts, dashboards, timelines, technical documentation, and comprehensive project architecture diagrams","visual-documentation-skills",{"claudeCode":354},"plugin manifest at visual-documentation-plugin/.claude-plugin/plugin.json",[358,359,360,362,364,366,368],{"path":332,"priority":317},{"path":319,"priority":317},{"path":361,"priority":336},"skills/architecture-diagram-creator/SKILL.md",{"path":363,"priority":336},"skills/dashboard-creator/SKILL.md",{"path":365,"priority":336},"skills/flowchart-creator/SKILL.md",{"path":367,"priority":336},"skills/technical-doc-creator/SKILL.md",{"path":369,"priority":336},"skills/timeline-creator/SKILL.md",{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":323,"sourceLanguage":18,"type":255},"productivity-skills-plugin","Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation","productivity-skills",{"claudeCode":373},"plugin manifest at productivity-skills-plugin/.claude-plugin/plugin.json",[377,378,379,381,383,385],{"path":332,"priority":317},{"path":319,"priority":317},{"path":380,"priority":336},"skills/code-auditor/SKILL.md",{"path":382,"priority":336},"skills/codebase-documenter/SKILL.md",{"path":384,"priority":336},"skills/conversation-analyzer/SKILL.md",{"path":386,"priority":336},"skills/project-bootstrapper/SKILL.md",{"basePath":254,"description":250,"displayName":252,"installMethods":388,"rationale":389,"selectedPaths":390,"source":323,"sourceLanguage":18,"type":255},{"claudeCode":252},"plugin manifest at code-operations-plugin/.claude-plugin/plugin.json",[391,392,393,395,397,399],{"path":332,"priority":317},{"path":319,"priority":317},{"path":394,"priority":336},"skills/code-execution/SKILL.md",{"path":396,"priority":336},"skills/code-refactor/SKILL.md",{"path":398,"priority":336},"skills/code-transfer/SKILL.md",{"path":400,"priority":336},"skills/file-operations/SKILL.md",{"basePath":241,"description":10,"displayName":13,"installMethods":402,"rationale":403,"selectedPaths":404,"source":323,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-execution/SKILL.md",[405,407,410,412],{"path":406,"priority":317},"SKILL.md",{"path":408,"priority":409},"examples/bulk_refactor.py","low",{"path":411,"priority":409},"examples/codebase_audit.py",{"path":413,"priority":409},"examples/extract_functions.py",{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":323,"sourceLanguage":18,"type":244},"code-operations-plugin/skills/code-refactor","Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.","code-refactor",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-refactor/SKILL.md",[421],{"path":406,"priority":317},{"basePath":423,"description":424,"displayName":425,"installMethods":426,"rationale":427,"selectedPaths":428,"source":323,"sourceLanguage":18,"type":244},"code-operations-plugin/skills/code-transfer","Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code blocks, or inserting code at specific line numbers.","code-transfer",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-transfer/SKILL.md",[429,430],{"path":406,"priority":317},{"path":431,"priority":409},"scripts/line_insert.py",{"basePath":433,"description":434,"displayName":435,"installMethods":436,"rationale":437,"selectedPaths":438,"source":323,"sourceLanguage":18,"type":244},"code-operations-plugin/skills/file-operations","Analyze files and get detailed metadata including size, line counts, modification times, and content statistics. Use when users request file information, statistics, or analysis without modifying files.","file-operations",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/file-operations/SKILL.md",[439],{"path":406,"priority":317},{"basePath":441,"description":442,"displayName":443,"installMethods":444,"rationale":445,"selectedPaths":446,"source":323,"sourceLanguage":18,"type":244},"engineering-workflow-plugin/skills/ensemble-solving","Generate multiple diverse solutions in parallel and select the best. Use for architecture decisions, code generation with multiple valid approaches, or creative tasks where exploring alternatives improves quality.","ensemble-solving",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/ensemble-solving/SKILL.md",[447,448,450],{"path":406,"priority":317},{"path":449,"priority":336},"references/diversification-strategies.md",{"path":451,"priority":336},"references/evaluation-rubrics.md",{"basePath":453,"description":454,"displayName":455,"installMethods":456,"rationale":457,"selectedPaths":458,"source":323,"sourceLanguage":18,"type":244},"engineering-workflow-plugin/skills/feature-planning","Break down feature requests into detailed, implementable plans with clear tasks. Use when user requests a new feature, enhancement, or complex change.","feature-planning",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/feature-planning/SKILL.md",[459,460],{"path":406,"priority":317},{"path":461,"priority":336},"references/planning-best-practices.md",{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":323,"sourceLanguage":18,"type":244},"engineering-workflow-plugin/skills/git-pushing","Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says \"push changes\", \"commit and push\", \"push this\", \"push to github\", or similar git workflow requests.","git-pushing",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/git-pushing/SKILL.md",[469,470],{"path":406,"priority":317},{"path":471,"priority":409},"scripts/smart_commit.sh",{"basePath":473,"description":474,"displayName":475,"installMethods":476,"rationale":477,"selectedPaths":478,"source":323,"sourceLanguage":18,"type":244},"engineering-workflow-plugin/skills/review-implementing","Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews.","review-implementing",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/review-implementing/SKILL.md",[479],{"path":406,"priority":317},{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":323,"sourceLanguage":18,"type":244},"engineering-workflow-plugin/skills/test-fixing","Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.","test-fixing",{"claudeCode":12},"SKILL.md frontmatter at engineering-workflow-plugin/skills/test-fixing/SKILL.md",[487],{"path":406,"priority":317},{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":323,"sourceLanguage":18,"type":244},"productivity-skills-plugin/skills/code-auditor","Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.","code-auditor",{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/code-auditor/SKILL.md",[495],{"path":406,"priority":317},{"basePath":497,"description":498,"displayName":499,"installMethods":500,"rationale":501,"selectedPaths":502,"source":323,"sourceLanguage":18,"type":244},"productivity-skills-plugin/skills/codebase-documenter","Generates comprehensive documentation explaining how a codebase works, including architecture, key components, data flow, and development guidelines. Use when user wants to understand unfamiliar code, create onboarding docs, document architecture, or explain how the system works.","codebase-documenter",{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/codebase-documenter/SKILL.md",[503],{"path":406,"priority":317},{"basePath":505,"description":506,"displayName":507,"installMethods":508,"rationale":509,"selectedPaths":510,"source":323,"sourceLanguage":18,"type":244},"productivity-skills-plugin/skills/conversation-analyzer","Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.","conversation-analyzer",{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/conversation-analyzer/SKILL.md",[511,512],{"path":406,"priority":317},{"path":513,"priority":409},"scripts/analyze_history.py",{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":323,"sourceLanguage":18,"type":244},"productivity-skills-plugin/skills/project-bootstrapper","Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.","project-bootstrapper",{"claudeCode":12},"SKILL.md frontmatter at productivity-skills-plugin/skills/project-bootstrapper/SKILL.md",[521],{"path":406,"priority":317},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":323,"sourceLanguage":18,"type":244},"visual-documentation-plugin/skills/architecture-diagram-creator","Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.","architecture-diagram-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/architecture-diagram-creator/SKILL.md",[529,530,532,534],{"path":406,"priority":317},{"path":531,"priority":409},"assets/templates/architecture_components.html",{"path":533,"priority":409},"assets/templates/base_template.html",{"path":535,"priority":336},"references/example_architecture.html",{"basePath":537,"description":538,"displayName":539,"installMethods":540,"rationale":541,"selectedPaths":542,"source":323,"sourceLanguage":18,"type":244},"visual-documentation-plugin/skills/dashboard-creator","Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.","dashboard-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/dashboard-creator/SKILL.md",[543,544,545,547,549],{"path":406,"priority":317},{"path":533,"priority":409},{"path":546,"priority":409},"assets/templates/dashboard_components.html",{"path":548,"priority":336},"references/design_patterns.md",{"path":550,"priority":336},"references/svg_library.md",{"basePath":552,"description":553,"displayName":554,"installMethods":555,"rationale":556,"selectedPaths":557,"source":323,"sourceLanguage":18,"type":244},"visual-documentation-plugin/skills/flowchart-creator","Create HTML flowcharts and process diagrams with decision trees, color-coded stages, arrows, and swimlanes. Use when users request flowcharts, process diagrams, workflow visualizations, or decision trees.","flowchart-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/flowchart-creator/SKILL.md",[558,559,560,562,563],{"path":406,"priority":317},{"path":533,"priority":409},{"path":561,"priority":409},"assets/templates/flowchart_components.html",{"path":548,"priority":336},{"path":550,"priority":336},{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":323,"sourceLanguage":18,"type":244},"visual-documentation-plugin/skills/technical-doc-creator","Create HTML technical documentation with code blocks, API workflows, system architecture diagrams, and syntax highlighting. Use when users request technical documentation, API docs, API references, code examples, or developer documentation.","technical-doc-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/technical-doc-creator/SKILL.md",[571,572,573,574],{"path":406,"priority":317},{"path":533,"priority":409},{"path":548,"priority":336},{"path":550,"priority":336},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":323,"sourceLanguage":18,"type":244},"visual-documentation-plugin/skills/timeline-creator","Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.","timeline-creator",{"claudeCode":12},"SKILL.md frontmatter at visual-documentation-plugin/skills/timeline-creator/SKILL.md",[582,583,584,586,587],{"path":406,"priority":317},{"path":533,"priority":409},{"path":585,"priority":409},"assets/templates/timeline_components.html",{"path":548,"priority":336},{"path":550,"priority":336},{"sources":589},[590],"manual",{"closedIssues90d":8,"description":261,"forks":230,"license":236,"openIssues90d":232,"pushedAt":233,"readmeSize":228,"stars":234,"topics":592},[593,594,214,595,596,274,597,272,598],"ai-agents","anthropic","claude-code","claude-skills","ai-tools","productivity",{"classifiedAt":600,"discoverAt":601,"extractAt":602,"githubAt":602,"updatedAt":600},1778693062028,1778693055731,1778693060469,[214,213,13,211,212],{"evaluatedAt":239,"extractAt":287,"updatedAt":239},[],[607,638,668,701,727,749],{"_creationTime":608,"_id":609,"community":610,"display":611,"identity":617,"providers":622,"relations":631,"tags":633,"workflow":634},1778698056313.1528,"k176pxdjxvnyex7jv6abt3myd586n5vv",{"reviewCount":8},{"description":612,"installMethods":613,"name":615,"sourceUrl":616},"Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to \"find the ideal path,\" unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.",{"claudeCode":614},"thedotmack/claude-mem","Pathfinder","https://github.com/thedotmack/claude-mem",{"basePath":618,"githubOwner":619,"githubRepo":620,"locale":18,"slug":621,"type":244},"plugin/skills/pathfinder","thedotmack","claude-mem","pathfinder",{"evaluate":623,"extract":630},{"promptVersionExtension":204,"promptVersionScoring":205,"score":624,"tags":625,"targetMarket":215,"tier":629},100,[213,626,627,212,628],"architecture","documentation","flowchart","verified",{"commitSha":276,"license":236},{"repoId":632},"kd70jnxgm695az2wtf37zbqdj986mp7k",[626,213,627,628,212],{"evaluatedAt":635,"extractAt":636,"updatedAt":637},1778698228002,1778698056313,1778698443446,{"_creationTime":639,"_id":640,"community":641,"display":642,"identity":648,"providers":652,"relations":662,"tags":664,"workflow":665},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":643,"installMethods":644,"name":646,"sourceUrl":647},"Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — \"find circular imports\", \"fix dependency cycles\", \"untangle our module graph\", \"why is madge complaining\".",{"claudeCode":645},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":649,"githubOwner":650,"githubRepo":651,"locale":18,"slug":646,"type":244},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":653,"extract":661},{"promptVersionExtension":204,"promptVersionScoring":205,"score":624,"tags":654,"targetMarket":215,"tier":629},[655,656,657,211,658,659,660,212],"code-quality","dependencies","javascript","typescript","go","rust",{"commitSha":276},{"repoId":663},"kd78ywakatnz4sjfx781sy14vh86mtty",[655,656,659,657,211,212,660,658],{"evaluatedAt":666,"extractAt":667,"updatedAt":666},1778696977114,1778696052276,{"_creationTime":669,"_id":670,"community":671,"display":672,"identity":678,"providers":683,"relations":694,"tags":697,"workflow":698},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":673,"installMethods":674,"name":676,"sourceUrl":677},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":675},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":679,"githubOwner":680,"githubRepo":681,"locale":18,"slug":682,"type":244},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":684,"extract":692},{"promptVersionExtension":204,"promptVersionScoring":205,"score":624,"tags":685,"targetMarket":215,"tier":629},[686,687,688,689,214,690,691],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":276,"license":693},"MIT",{"parentExtensionId":695,"repoId":696},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,690,691,687,686,689,688],{"evaluatedAt":699,"extractAt":700,"updatedAt":699},1778699613343,1778699234184,{"_creationTime":702,"_id":703,"community":704,"display":705,"identity":711,"providers":713,"relations":720,"tags":722,"workflow":723},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":706,"installMethods":707,"name":709,"sourceUrl":710},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":708},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":265,"githubOwner":712,"githubRepo":709,"locale":18,"slug":709,"type":244},"zagmoai",{"evaluate":714,"extract":719},{"promptVersionExtension":204,"promptVersionScoring":205,"score":624,"tags":715,"targetMarket":215,"tier":629},[716,717,598,214,718],"google-docs","google-sheets","api-client",{"commitSha":276},{"repoId":721},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[718,214,716,717,598],{"evaluatedAt":724,"extractAt":725,"updatedAt":726},1778699485884,1778699468747,1778699509178,{"_creationTime":728,"_id":729,"community":730,"display":731,"identity":734,"providers":737,"relations":745,"tags":746,"workflow":747},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":732,"installMethods":733,"name":681,"sourceUrl":677},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":675},{"basePath":735,"githubOwner":680,"githubRepo":681,"locale":18,"slug":736,"type":244},"skills/ask","ask",{"evaluate":738,"extract":744},{"promptVersionExtension":204,"promptVersionScoring":205,"score":624,"tags":739,"targetMarket":215,"tier":629},[690,214,740,741,742,743],"llm","prompting","code-review","artifact-generation",{"commitSha":276,"license":693},{"parentExtensionId":695,"repoId":696},[743,214,690,742,740,741],{"evaluatedAt":748,"extractAt":700,"updatedAt":748},1778699303045,{"_creationTime":750,"_id":751,"community":752,"display":753,"identity":759,"providers":764,"relations":771,"tags":773,"workflow":774},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":754,"installMethods":755,"name":757,"sourceUrl":758},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":756},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":760,"githubOwner":761,"githubRepo":762,"locale":18,"slug":763,"type":244},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":765,"extract":770},{"promptVersionExtension":204,"promptVersionScoring":205,"score":624,"tags":766,"targetMarket":215,"tier":629},[767,768,214,769,274],"browser","debugging","ux",{"commitSha":276,"license":693},{"repoId":772},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[214,767,768,274,769],{"evaluatedAt":775,"extractAt":776,"updatedAt":777},1778699261239,1778699106670,1778699384978]