[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-mhattingpete-code-refactor-de":3,"guides-for-mhattingpete-code-refactor":604,"similar-k17aphbwbr63as30mqxdk1vn0d86nsq4-de":605},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":229,"parentExtension":243,"providers":299,"relations":303,"repo":304,"tags":602,"workflow":603},1778693062249.862,"k17aphbwbr63as30mqxdk1vn0d86nsq4",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"mhattingpete/claude-skills-marketplace","code-refactor","https://github.com/mhattingpete/claude-skills-marketplace",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":220,"workflow":236},1778693193228.0344,"kn766qknbpkvk0qzx7kc9jcpk186n8rw","en",{"checks":20,"evaluatedAt":189,"extensionSummary":190,"features":191,"nonGoals":197,"promptVersionExtension":201,"promptVersionScoring":202,"purpose":203,"rationale":204,"score":205,"summary":206,"tags":207,"targetMarket":213,"tier":214,"useCases":215},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,154,157,160,163,166,170,173,176,179,182,186],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of performing bulk code refactoring operations and provides specific use cases like renaming identifiers and updating API calls.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over basic prompting by introducing an execution mode that drastically reduces token usage for bulk operations, providing faster and more stateful workflows.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, covering the complete lifecycle of code refactoring operations through its native and execution modes, with clear examples and best practices.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on code refactoring operations, including renaming, replacing patterns, and updating API calls, which are all related to code manipulation and adhere to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities and use cases, detailing both its native and execution modes for bulk refactoring.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, scoped tools like `rename_identifier`, `replace_all`, and `Grep`/`Edit` for focused operations, rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md file clearly documents parameters for tools like `Edit` and `Grep`, including options like `replace_all` and output modes, with examples demonstrating their usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools like `Grep`, `Edit`, and the conceptual `rename_identifier` are descriptive and align with the code refactoring domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters are specific (e.g., `file_path`, `old_string`, `new_string`) and the output schema in the example provides concise summaries like `files_modified` and `total_replacements`.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the Apache 2.0 license, as indicated by the bundled LICENSE file and the trust signals, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on March 6, 2026, indicating recent maintenance within the last 90 days.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use third-party dependencies that would require explicit management or vulnerability checks.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill operates on code files and refactoring operations, and there is no indication it handles or exposes secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill processes code and text inputs, but the SKILL.md indicates a focus on treating inputs as data for refactoring and uses specific tools, not general execution, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill operates on local files and uses provided tools without fetching external code or data at runtime, preventing transitive supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates on project files and uses provided tools, and the execution mode implies sandboxed Python execution, preventing changes outside the project folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's documented workflow and tools do not involve detached process spawning or retry loops around denied tool calls, thus avoiding sandbox escape primitives.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill focuses on local code refactoring and does not submit any data to third parties; outbound calls are not part of its functionality.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks, control characters, or unusual Unicode sequences.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation relies on clear, readable Python scripts and native tools, avoiding obfuscated code, base64 payloads, or eval statements.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill uses relative paths and tool arguments (e.g., glob patterns like '**/*.py') which are adaptable to different project structures, rather than relying on fixed absolute paths.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","Open issues (6) and closed issues (0) in the last 90 days are low, suggesting active or recent maintenance and responsiveness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `pushedAt` timestamp indicates recent activity, and the presence of a LICENSE file and clear README structure suggests a managed release process, even without explicit versioning in frontmatter.",{"category":104,"check":105,"severity":63,"summary":106},"Execution","Pinned dependencies","The skill does not appear to use third-party dependencies that would require pinning or lockfiles. It relies on native tools and the execution environment.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Destructive operations are guarded by a confirmation gate (explicit tool calls like `Edit` with `replace_all=true` are reviewed and verified) and the use of a dry-run-like flow with `Grep` before `Edit`.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The `SKILL.md` outlines a clear error handling process with steps to identify, analyze, and inform the user about issues, suggesting robust error handling.",{"category":111,"check":115,"severity":24,"summary":116},"Logging","The workflow includes verification steps using `Grep` after `Edit` operations, which implicitly logs the outcome of changes by confirming or denying their presence, serving as an audit trail.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill operates on code files and does not handle personal data, thus avoiding GDPR concerns.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is designed for general code refactoring and has no regional or jurisdictional limitations, making it globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill uses standard tools like `Grep` and `Edit`, and its execution mode relies on a Python environment, ensuring broad compatibility across POSIX-compliant systems.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README.md file clearly describes the purpose and structure of the marketplace and its plugins, including the code-operations-plugin.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill primarily uses `Grep` and `Edit` for native mode and the `code-execution` skill for bulk operations, keeping the direct tool surface small and focused.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools used (`Grep`, `Edit`, `rename_identifier`, `replace_all`) have distinct functions and do not present near-synonym overlaps.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the SKILL.md and README, such as bulk refactoring and execution mode, have corresponding implementations and are verifiable.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README.md provides clear, copy-pasteable installation instructions for the marketplace and individual plugins, along with an example invocation in the SKILL.md.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The `SKILL.md` outlines a process for informing the user about scope, context, and potential issues (like case sensitivity or breaking changes), implying actionable error reporting.",{"category":104,"check":148,"severity":24,"summary":149},"Dry-run preview","The workflow explicitly includes a 'Find All Occurrences' step using `Grep` before performing replacements, effectively acting as a dry-run preview.",{"category":151,"check":152,"severity":24,"summary":153},"Protocol","Idempotent retry & timeouts","The skill's operations are file-based and primarily use `Edit` and `Grep`, which are inherently idempotent when used with specific targets. The execution mode implies standard timeouts.",{"category":118,"check":155,"severity":24,"summary":156},"Telemetry opt-in","There is no mention of telemetry collection in the skill's documentation, and its focus on local code operations suggests no outbound telemetry is emitted.",{"category":40,"check":158,"severity":24,"summary":159},"Precise Purpose","The description clearly states the skill performs bulk code refactoring and specifies when to use it (renaming, replacing patterns, updating calls) and when not to (less than 10 files natively).",{"category":40,"check":161,"severity":24,"summary":162},"Concise Frontmatter","The frontmatter is concise and clearly defines the skill's name, description, and primary use cases, aiding precise routing.",{"category":44,"check":164,"severity":24,"summary":165},"Concise Body","The SKILL.md is well-structured with clear sections and examples, staying well under typical length limits and deferring detailed implementation to tool references.",{"category":167,"check":168,"severity":24,"summary":169},"Context","Progressive Disclosure","The skill's SKILL.md provides a high-level workflow and usage instructions, with detailed tool references and examples available within the same file, demonstrating good progressive disclosure.",{"category":167,"check":171,"severity":63,"summary":172},"Forked exploration","This skill is not an exploration-focused skill that requires forked context; it performs direct code manipulation.",{"category":22,"check":174,"severity":24,"summary":175},"Usage examples","The SKILL.md provides concrete examples for renaming functions, replacing patterns, and updating API calls, showing the tools and expected outcomes.",{"category":22,"check":177,"severity":24,"summary":178},"Edge cases","The SKILL.md documents edge cases such as strings/comments, exported APIs, and case sensitivity, and outlines a safe process including verification and testing.",{"category":111,"check":180,"severity":63,"summary":181},"Tool Fallback","This skill does not rely on external MCP servers or custom tools beyond standard utilities and its own execution environment.",{"category":183,"check":184,"severity":24,"summary":185},"Safety","Halt on unexpected state","The skill's workflow emphasizes finding all instances first and verifying changes, implying a halt on unexpected states before destructive operations, and the 'Best Practices' section advises user notification.",{"category":92,"check":187,"severity":24,"summary":188},"Cross-skill coupling","The `code-refactor` skill is self-contained and does not appear to implicitly rely on other skills. Integration points are clearly defined (e.g., `test-fixing`).",1778693193106,"This skill performs bulk code refactoring, including renaming identifiers, replacing patterns, and updating API calls. It intelligently switches between native tools (Grep, Edit) for smaller operations and a Python execution mode for larger tasks involving 10+ files, significantly reducing token usage and improving performance.",[192,193,194,195,196],"Bulk renaming of variables and functions","Replacing code patterns and deprecated syntax","Updating API calls across a codebase","Intelligent mode switching for efficiency (native vs. execution)","Detailed workflow examples and best practices",[198,199,200],"Performing complex architectural changes beyond simple pattern replacements.","Writing entirely new code or features from scratch.","Analyzing code quality or security vulnerabilities (dedicated skills exist for these).","3.0.0","4.4.0","To automate and streamline repetitive code modification tasks across multiple files, saving developer time and reducing errors.","The skill is exceptionally well-documented and implemented, with a clear focus on its responsibilities and robust error handling. The adoption of an execution mode for bulk operations is a significant enhancement for efficiency and token savings.",98,"A highly polished and effective skill for performing bulk code refactoring with advanced efficiency features.",[208,209,210,211,212],"refactoring","code-transformation","automation","development-tools","python","global","verified",[216,217,218,219],"When users request renaming identifiers across files.","When users need to replace deprecated code patterns.","When users need to update method calls consistently.","When users need to make identical changes across many locations.",{"codeQuality":221,"collectedAt":223,"documentation":224,"maintenance":227,"security":233,"testCoverage":235},{"hasLockfile":222},false,1778693172707,{"descriptionLength":225,"readmeSize":226},292,20021,{"closedIssues90d":8,"forks":228,"hasChangelog":229,"openIssues90d":230,"pushedAt":231,"stars":232},73,true,6,1772792065000,574,{"hasNpmPackage":222,"license":234,"smitheryVerified":222},"Apache-2.0",{"hasCi":222,"hasTests":222},{"updatedAt":237},1778693193228,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":13,"type":242},"code-operations-plugin/skills/code-refactor","mhattingpete","claude-skills-marketplace","skill",{"_creationTime":244,"_id":245,"community":246,"display":247,"identity":251,"parentExtension":254,"providers":287,"relations":295,"tags":296,"workflow":297},1778693062249.8616,"k179z7pnn30c6r3ybfg1px0x0d86n99j",{"reviewCount":8},{"description":248,"installMethods":249,"name":250,"sourceUrl":14},"Skills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp",{"claudeCode":250},"code-operations-skills",{"basePath":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":252,"type":253},"code-operations-plugin","plugin",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":262,"providers":265,"relations":281,"tags":283,"workflow":284},1778693062249.8606,"k1717bff9209jd2esh8qdepk3x86mwfm",{"reviewCount":8},{"description":259,"installMethods":260,"name":261,"sourceUrl":14},"Claude Code Skills for software engineering workflows - Git automation, testing, and code review",{"claudeCode":12},"Claude Code Skills Marketplace",{"basePath":263,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":264},"","marketplace",{"evaluate":266,"extract":274},{"promptVersionExtension":267,"promptVersionScoring":202,"score":268,"tags":269,"targetMarket":213,"tier":273},"3.1.0",75,[264,270,271,272,210],"plugins","software-engineering","developer-tools","community",{"commitSha":275,"license":234,"marketplace":276,"plugin":279},"HEAD",{"name":277,"pluginCount":278},"mhattingpete-claude-skills",4,{"mcpCount":8,"provider":280,"skillCount":8},"classify",{"repoId":282},"kd75m5vhw2hg0g4maqdhm09cg586nn3p",[210,272,264,270,271],{"evaluatedAt":285,"extractAt":286,"updatedAt":285},1778693076530,1778693062249,{"evaluate":288,"extract":293},{"promptVersionExtension":201,"promptVersionScoring":202,"score":289,"tags":290,"targetMarket":213,"tier":273},95,[291,208,292,212,210],"code-manipulation","file-analysis",{"commitSha":275,"plugin":294},{"mcpCount":8,"provider":280,"skillCount":278},{"parentExtensionId":256,"repoId":282},[210,291,292,212,208],{"evaluatedAt":298,"extractAt":286,"updatedAt":298},1778693149846,{"evaluate":300,"extract":302},{"promptVersionExtension":201,"promptVersionScoring":202,"score":205,"tags":301,"targetMarket":213,"tier":214},[208,209,210,211,212],{"commitSha":275},{"parentExtensionId":245,"repoId":282},{"_creationTime":305,"_id":282,"identity":306,"providers":307,"workflow":598},1778693055731.8413,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":308,"discover":587,"github":590},{"commitSha":275,"extensions":309},[310,323,350,369,386,400,416,421,431,439,451,461,471,479,487,495,503,513,521,535,550,563,574],{"basePath":263,"displayName":277,"installMethods":311,"rationale":312,"selectedPaths":313,"source":322,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[314,317,319],{"path":315,"priority":316},".claude-plugin/marketplace.json","mandatory",{"path":318,"priority":316},"README.md",{"path":320,"priority":321},"LICENSE","high","rule",{"basePath":324,"description":325,"displayName":326,"installMethods":327,"rationale":328,"selectedPaths":329,"source":322,"sourceLanguage":18,"type":253},"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":326},"plugin manifest at engineering-workflow-plugin/.claude-plugin/plugin.json",[330,332,333,336,338,340,342,344,346,348],{"path":331,"priority":316},".claude-plugin/plugin.json",{"path":318,"priority":316},{"path":334,"priority":335},"skills/ensemble-solving/SKILL.md","medium",{"path":337,"priority":335},"skills/feature-planning/SKILL.md",{"path":339,"priority":335},"skills/git-pushing/SKILL.md",{"path":341,"priority":335},"skills/review-implementing/SKILL.md",{"path":343,"priority":335},"skills/test-fixing/SKILL.md",{"path":345,"priority":321},"agents/ensemble-orchestrator/AGENT.md",{"path":347,"priority":321},"agents/plan-implementer.md",{"path":349,"priority":321},"commands/pr.md",{"basePath":351,"description":352,"displayName":353,"installMethods":354,"rationale":355,"selectedPaths":356,"source":322,"sourceLanguage":18,"type":253},"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":353},"plugin manifest at visual-documentation-plugin/.claude-plugin/plugin.json",[357,358,359,361,363,365,367],{"path":331,"priority":316},{"path":318,"priority":316},{"path":360,"priority":335},"skills/architecture-diagram-creator/SKILL.md",{"path":362,"priority":335},"skills/dashboard-creator/SKILL.md",{"path":364,"priority":335},"skills/flowchart-creator/SKILL.md",{"path":366,"priority":335},"skills/technical-doc-creator/SKILL.md",{"path":368,"priority":335},"skills/timeline-creator/SKILL.md",{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":322,"sourceLanguage":18,"type":253},"productivity-skills-plugin","Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation","productivity-skills",{"claudeCode":372},"plugin manifest at productivity-skills-plugin/.claude-plugin/plugin.json",[376,377,378,380,382,384],{"path":331,"priority":316},{"path":318,"priority":316},{"path":379,"priority":335},"skills/code-auditor/SKILL.md",{"path":381,"priority":335},"skills/codebase-documenter/SKILL.md",{"path":383,"priority":335},"skills/conversation-analyzer/SKILL.md",{"path":385,"priority":335},"skills/project-bootstrapper/SKILL.md",{"basePath":252,"description":248,"displayName":250,"installMethods":387,"rationale":388,"selectedPaths":389,"source":322,"sourceLanguage":18,"type":253},{"claudeCode":250},"plugin manifest at code-operations-plugin/.claude-plugin/plugin.json",[390,391,392,394,396,398],{"path":331,"priority":316},{"path":318,"priority":316},{"path":393,"priority":335},"skills/code-execution/SKILL.md",{"path":395,"priority":335},"skills/code-refactor/SKILL.md",{"path":397,"priority":335},"skills/code-transfer/SKILL.md",{"path":399,"priority":335},"skills/file-operations/SKILL.md",{"basePath":401,"description":402,"displayName":403,"installMethods":404,"rationale":405,"selectedPaths":406,"source":322,"sourceLanguage":18,"type":242},"code-operations-plugin/skills/code-execution","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.","code-execution",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-execution/SKILL.md",[407,409,412,414],{"path":408,"priority":316},"SKILL.md",{"path":410,"priority":411},"examples/bulk_refactor.py","low",{"path":413,"priority":411},"examples/codebase_audit.py",{"path":415,"priority":411},"examples/extract_functions.py",{"basePath":239,"description":10,"displayName":13,"installMethods":417,"rationale":418,"selectedPaths":419,"source":322,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-refactor/SKILL.md",[420],{"path":408,"priority":316},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":322,"sourceLanguage":18,"type":242},"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",[428,429],{"path":408,"priority":316},{"path":430,"priority":411},"scripts/line_insert.py",{"basePath":432,"description":433,"displayName":434,"installMethods":435,"rationale":436,"selectedPaths":437,"source":322,"sourceLanguage":18,"type":242},"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",[438],{"path":408,"priority":316},{"basePath":440,"description":441,"displayName":442,"installMethods":443,"rationale":444,"selectedPaths":445,"source":322,"sourceLanguage":18,"type":242},"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",[446,447,449],{"path":408,"priority":316},{"path":448,"priority":335},"references/diversification-strategies.md",{"path":450,"priority":335},"references/evaluation-rubrics.md",{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":322,"sourceLanguage":18,"type":242},"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",[458,459],{"path":408,"priority":316},{"path":460,"priority":335},"references/planning-best-practices.md",{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":322,"sourceLanguage":18,"type":242},"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",[468,469],{"path":408,"priority":316},{"path":470,"priority":411},"scripts/smart_commit.sh",{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":322,"sourceLanguage":18,"type":242},"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",[478],{"path":408,"priority":316},{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":322,"sourceLanguage":18,"type":242},"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",[486],{"path":408,"priority":316},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":322,"sourceLanguage":18,"type":242},"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",[494],{"path":408,"priority":316},{"basePath":496,"description":497,"displayName":498,"installMethods":499,"rationale":500,"selectedPaths":501,"source":322,"sourceLanguage":18,"type":242},"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",[502],{"path":408,"priority":316},{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":322,"sourceLanguage":18,"type":242},"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",[510,511],{"path":408,"priority":316},{"path":512,"priority":411},"scripts/analyze_history.py",{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":322,"sourceLanguage":18,"type":242},"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",[520],{"path":408,"priority":316},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":322,"sourceLanguage":18,"type":242},"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",[528,529,531,533],{"path":408,"priority":316},{"path":530,"priority":411},"assets/templates/architecture_components.html",{"path":532,"priority":411},"assets/templates/base_template.html",{"path":534,"priority":335},"references/example_architecture.html",{"basePath":536,"description":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":322,"sourceLanguage":18,"type":242},"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",[542,543,544,546,548],{"path":408,"priority":316},{"path":532,"priority":411},{"path":545,"priority":411},"assets/templates/dashboard_components.html",{"path":547,"priority":335},"references/design_patterns.md",{"path":549,"priority":335},"references/svg_library.md",{"basePath":551,"description":552,"displayName":553,"installMethods":554,"rationale":555,"selectedPaths":556,"source":322,"sourceLanguage":18,"type":242},"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",[557,558,559,561,562],{"path":408,"priority":316},{"path":532,"priority":411},{"path":560,"priority":411},"assets/templates/flowchart_components.html",{"path":547,"priority":335},{"path":549,"priority":335},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":322,"sourceLanguage":18,"type":242},"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",[570,571,572,573],{"path":408,"priority":316},{"path":532,"priority":411},{"path":547,"priority":335},{"path":549,"priority":335},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":322,"sourceLanguage":18,"type":242},"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",[581,582,583,585,586],{"path":408,"priority":316},{"path":532,"priority":411},{"path":584,"priority":411},"assets/templates/timeline_components.html",{"path":547,"priority":335},{"path":549,"priority":335},{"sources":588},[589],"manual",{"closedIssues90d":8,"description":259,"forks":228,"license":234,"openIssues90d":230,"pushedAt":231,"readmeSize":226,"stars":232,"topics":591},[592,593,210,594,595,272,596,270,597],"ai-agents","anthropic","claude-code","claude-skills","ai-tools","productivity",{"classifiedAt":599,"discoverAt":600,"extractAt":601,"githubAt":601,"updatedAt":599},1778693062028,1778693055731,1778693060469,[210,209,211,212,208],{"evaluatedAt":237,"extractAt":286,"updatedAt":237},[],[606,637,670,698,720,750],{"_creationTime":607,"_id":608,"community":609,"display":610,"identity":616,"providers":620,"relations":631,"tags":633,"workflow":634},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":611,"installMethods":612,"name":614,"sourceUrl":615},"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":613},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":617,"githubOwner":618,"githubRepo":619,"locale":18,"slug":614,"type":242},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":621,"extract":630},{"promptVersionExtension":201,"promptVersionScoring":202,"score":622,"tags":623,"targetMarket":213,"tier":214},100,[624,625,626,212,627,628,629,208],"code-quality","dependencies","javascript","typescript","go","rust",{"commitSha":275},{"repoId":632},"kd78ywakatnz4sjfx781sy14vh86mtty",[624,625,628,626,212,208,629,627],{"evaluatedAt":635,"extractAt":636,"updatedAt":635},1778696977114,1778696052276,{"_creationTime":638,"_id":639,"community":640,"display":641,"identity":647,"providers":652,"relations":663,"tags":666,"workflow":667},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":642,"installMethods":643,"name":645,"sourceUrl":646},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":644},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":648,"githubOwner":649,"githubRepo":650,"locale":18,"slug":651,"type":242},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":653,"extract":661},{"promptVersionExtension":201,"promptVersionScoring":202,"score":622,"tags":654,"targetMarket":213,"tier":214},[655,656,657,658,210,659,660],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":275,"license":662},"MIT",{"parentExtensionId":664,"repoId":665},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[210,659,660,656,655,658,657],{"evaluatedAt":668,"extractAt":669,"updatedAt":668},1778699613343,1778699234184,{"_creationTime":671,"_id":672,"community":673,"display":674,"identity":680,"providers":683,"relations":690,"tags":693,"workflow":694},1778699508743.0002,"k17aya9dv3e3bxv473f1f2r52186ndp5",{"reviewCount":8},{"description":675,"installMethods":676,"name":678,"sourceUrl":679},"Erstellen Sie öffentliche Google Docs- oder Google Sheet-Dateien, ohne OAuth zu benötigen. Verwenden Sie diese Fähigkeit, um Google Docs und Sheets zu erstellen und zu bearbeiten, keine Google-Anmeldung erforderlich. Dokumente sind unter teilbaren Links sichtbar. Die Registrierung erfolgt automatisch bei der ersten Verwendung.",{"claudeCode":677},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":263,"githubOwner":681,"githubRepo":678,"locale":682,"slug":678,"type":242},"zagmoai","de",{"evaluate":684,"extract":689},{"promptVersionExtension":201,"promptVersionScoring":202,"score":622,"tags":685,"targetMarket":213,"tier":214},[686,687,597,210,688],"google-docs","google-sheets","api-client",{"commitSha":275},{"repoId":691,"translatedFrom":692},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[688,210,686,687,597],{"evaluatedAt":695,"extractAt":696,"updatedAt":697},1778699485884,1778699468747,1778699508743,{"_creationTime":699,"_id":700,"community":701,"display":702,"identity":705,"providers":708,"relations":716,"tags":717,"workflow":718},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":703,"installMethods":704,"name":650,"sourceUrl":646},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":644},{"basePath":706,"githubOwner":649,"githubRepo":650,"locale":18,"slug":707,"type":242},"skills/ask","ask",{"evaluate":709,"extract":715},{"promptVersionExtension":201,"promptVersionScoring":202,"score":622,"tags":710,"targetMarket":213,"tier":214},[659,210,711,712,713,714],"llm","prompting","code-review","artifact-generation",{"commitSha":275,"license":662},{"parentExtensionId":664,"repoId":665},[714,210,659,713,711,712],{"evaluatedAt":719,"extractAt":669,"updatedAt":719},1778699303045,{"_creationTime":721,"_id":722,"community":723,"display":724,"identity":730,"providers":735,"relations":742,"tags":745,"workflow":746},1778699368519.5344,"k17ab0jk30pqm4zejpk383w4dn86mj8t",{"reviewCount":8},{"description":725,"installMethods":726,"name":728,"sourceUrl":729},"Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.",{"claudeCode":727},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":731,"githubOwner":732,"githubRepo":733,"locale":682,"slug":734,"type":242},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":736,"extract":741},{"promptVersionExtension":201,"promptVersionScoring":202,"score":622,"tags":737,"targetMarket":213,"tier":214},[738,739,210,740,272],"browser","debugging","ux",{"commitSha":275,"license":662},{"repoId":743,"translatedFrom":744},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[210,738,739,272,740],{"evaluatedAt":747,"extractAt":748,"updatedAt":749},1778699261239,1778699106670,1778699368519,{"_creationTime":751,"_id":752,"community":753,"display":754,"identity":760,"providers":763,"relations":773,"tags":777,"workflow":778},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":755,"installMethods":756,"name":758,"sourceUrl":759},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":757},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":761,"githubOwner":762,"githubRepo":758,"locale":682,"slug":758,"type":242},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":764,"extract":772},{"promptVersionExtension":201,"promptVersionScoring":202,"score":622,"tags":765,"targetMarket":213,"tier":214},[766,767,768,769,210,770,771],"twitter","x","api","data-retrieval","mcp","sdk",{"commitSha":275},{"parentExtensionId":774,"repoId":775,"translatedFrom":776},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[768,210,769,770,771,766,767],{"evaluatedAt":779,"extractAt":780,"updatedAt":781},1778699230863,1778699170774,1778699276507]