[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-mhattingpete-code-transfer-de":3,"guides-for-mhattingpete-code-transfer":606,"similar-k1734vqr789555cegcq2b73tvn86ngqd-de":607},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":232,"parentExtension":246,"providers":302,"relations":306,"repo":307,"tags":604,"workflow":605},1778693062249.8623,"k1734vqr789555cegcq2b73tvn86ngqd",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"mhattingpete/claude-skills-marketplace","code-transfer","https://github.com/mhattingpete/claude-skills-marketplace",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778693213953.2144,"kn76a89y7yqt7wvgcvxmjvyf7x86n152","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":216,"tier":217,"useCases":218},[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,111,115,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of transferring code between files with line-based precision and provides specific use cases like moving functions or extracting blocks.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers dual-mode operation (basic tools vs. execution mode for bulk operations) and includes a custom script for precise line-based insertion, providing value beyond standard LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides clear instructions for both basic and execution modes, includes a runnable Python script, and details a complete workflow for code transfer operations, indicating it's ready for use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on code transfer operations, including extraction, insertion, and movement, without expanding into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, clearly outlining its purpose and use cases for precise line-based code transfer.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like `batch_copy`, `find_functions`, `Read`, `Edit`, and `Grep`, which are narrowly scoped for code analysis and manipulation tasks.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides clear documentation for its tools and scripts, including parameters for `Read`, `Grep`, and `line_insert.py`, with examples.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools like `batch_copy`, `find_functions`, `Read`, `Edit`, and `Grep` are descriptive and follow a verb-noun pattern relevant to code operations.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tool and script interfaces appear to accept specific parameters (file paths, patterns, line numbers) relevant to their function, and outputs are generally focused on code content or results.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The `LICENSE` file is present and indicates the Apache 2.0 license, 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, which is within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to rely on third-party dependencies beyond standard Python libraries and the Claude execution environment's API.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill primarily operates on code and file paths provided by the user or defined within its own context, and the `line_insert.py` script includes basic path validation. It does not appear to execute arbitrary remote code.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill uses bundled scripts and standard Python libraries. It does not fetch remote code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates on files within the project context and uses standard file operations and API calls, adhering to sandbox principles.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's operations are focused on file manipulation and code analysis within the user's project and do not involve submitting confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled code and markdown appear free of hidden steering tricks, control characters, or unusual Unicode sequences.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled Python script (`line_insert.py`) is written in clear, readable Python and does not involve obfuscation techniques like base64 payloads or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The `line_insert.py` script includes basic path validation to prevent directory traversal, and the skill's overall approach uses relative paths or standard file operations.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","Issues opened in the last 90 days: 6. Issues closed in the last 90 days: 0. While no issues were closed, the number of open issues is low and the closure rate is not applicable, indicating reasonable engagement for a project of this size.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `README.md` indicates a last commit date of 2026-03-06 and the presence of a `CHANGELOG.md` and `LICENSE` file suggests versioning practices are in place.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The `line_insert.py` script includes validation for file paths and line numbers, preventing common errors.",{"category":66,"check":108,"severity":109,"summary":110},"Unguarded Destructive Operations","info","The `line_insert.py` script has an optional `--backup` flag for file modifications, which is a good practice but not a strict confirmation gate for every destructive operation. The core operations are file writes.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The `line_insert.py` script uses try-except blocks to catch exceptions and provides informative error messages to stderr, exiting with a non-zero code on failure.",{"category":112,"check":116,"severity":63,"summary":117},"Logging","The script uses print statements to stderr for informational messages and errors, but does not implement a formal audit log file for actions.",{"category":119,"check":120,"severity":63,"summary":121},"Compliance","GDPR","The skill operates on code files and does not inherently process personal data.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill operates on code files and has no regional or jurisdictional limitations, making it globally applicable.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The script is written in standard Python 3 and uses common libraries, ensuring cross-platform compatibility on systems with Python 3.",{"category":44,"check":129,"severity":24,"summary":130},"README","The `README.md` is comprehensive, detailing the marketplace structure, installation, available plugins, skills, agents, and contribution guidelines.",{"category":33,"check":132,"severity":63,"summary":133},"Tool surface size","This is a single-skill extension, not a plugin with multiple tools.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The tools used (`Read`, `Edit`, `Grep`, `batch_copy`, `find_functions`, `line_insert.py`) have distinct and non-overlapping functionalities.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, including the `line_insert.py` script and dual-mode operation, are implemented and described in the SKILL.md.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The `README.md` provides clear, copy-pasteable installation instructions for adding the marketplace plugin and individual components.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The `line_insert.py` script provides clear error messages indicating what failed (e.g., invalid path, line number) and exits with an error code.",{"category":104,"check":149,"severity":24,"summary":150},"Pinned dependencies","The `line_insert.py` script specifies `#!/usr/bin/env python3` as the shebang, indicating the interpreter. Dependencies are standard Python libraries.",{"category":33,"check":152,"severity":109,"summary":153},"Dry-run preview","The `line_insert.py` script offers an optional `--backup` flag, which is a form of preview/safety measure, but not a full dry-run that shows the exact changes without modification.",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","The script performs local file operations and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":119,"check":159,"severity":63,"summary":160},"Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The `SKILL.md` explicitly states the purpose (transfer code with line-based precision) and provides clear 'When to Use' triggers and 'Core Operations' with examples.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and activation triggers without excessive keywords.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The `SKILL.md` body is well-structured and avoids excessive length, delegating complex details to specific scripts and examples.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The skill defers detailed procedure explanations and examples to specific sections within the `SKILL.md` and the external `line_insert.py` script, rather than embedding large amounts of text.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is not an exploration-heavy skill and does not require forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The `SKILL.md` provides multiple, clear, and ready-to-use examples for various code transfer scenarios, including the `line_insert.py` script usage.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The `line_insert.py` script handles edge cases like inserting at the beginning of a file, creating new files, and includes an optional backup feature. The `SKILL.md` also outlines best practices related to planning, preservation, and validation.",{"category":112,"check":184,"severity":63,"summary":185},"Tool Fallback","This skill primarily uses Python scripts and does not rely on an external MCP server or other skills as a dependency.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The `line_insert.py` script includes validation for file paths and line numbers, and general error handling will halt the workflow on unexpected states.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The `code-transfer` skill is self-contained and does not implicitly rely on other skills, although it mentions integration points like `code-refactor` and `test-fixing` in its documentation.",1778693212260,"This skill enables precise code transfer between files using line-based precision. It supports standard file operations and includes a Python script for exact line number insertion. The skill also highlights dual-mode operation for bulk file handling.",[196,197,198,199,200],"Transfer code with line-based precision","Move functions, classes, or code blocks","Extract code to new files","Insert code at specific line numbers","Supports basic tools and execution mode for bulk operations",[202,203,204],"Performing complex code refactoring beyond simple transfer","Understanding or generating new code logic","Modifying code without explicit user request for transfer","3.0.0","4.4.0","To facilitate accurate and efficient code movement between different files and locations within a project, supporting tasks like refactoring and code organization.","The skill is highly polished, with excellent documentation, a robust implementation including a custom script with error handling and validation, and clear use cases. No critical or warning findings were identified.",98,"A highly capable skill for precise code transfer between files, offering both standard and advanced line-based insertion.",[13,212,213,214,215],"refactoring","code-manipulation","python","file-operations","global","verified",[219,220,221,222],"Copying code from one location to another","Moving functions or classes between files","Extracting code blocks to new files","Inserting code at specific line numbers",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":236,"testCoverage":238},{"hasLockfile":225},false,1778693193497,{"descriptionLength":228,"readmeSize":229},231,20021,{"closedIssues90d":8,"forks":231,"hasChangelog":232,"openIssues90d":233,"pushedAt":234,"stars":235},73,true,6,1772792065000,574,{"hasNpmPackage":225,"license":237,"smitheryVerified":225},"Apache-2.0",{"hasCi":225,"hasTests":225},{"updatedAt":240},1778693213953,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"code-operations-plugin/skills/code-transfer","mhattingpete","claude-skills-marketplace","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":254,"parentExtension":257,"providers":291,"relations":298,"tags":299,"workflow":300},1778693062249.8616,"k179z7pnn30c6r3ybfg1px0x0d86n99j",{"reviewCount":8},{"description":251,"installMethods":252,"name":253,"sourceUrl":14},"Skills for code manipulation operations including line-based code transfer, bulk refactoring, and file analysis - converted from code-copy-mcp",{"claudeCode":253},"code-operations-skills",{"basePath":255,"githubOwner":243,"githubRepo":244,"locale":18,"slug":255,"type":256},"code-operations-plugin","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":268,"relations":285,"tags":287,"workflow":288},1778693062249.8606,"k1717bff9209jd2esh8qdepk3x86mwfm",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Claude Code Skills for software engineering workflows - Git automation, testing, and code review",{"claudeCode":12},"Claude Code Skills Marketplace",{"basePath":266,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":267},"","marketplace",{"evaluate":269,"extract":278},{"promptVersionExtension":270,"promptVersionScoring":206,"score":271,"tags":272,"targetMarket":216,"tier":277},"3.1.0",75,[267,273,274,275,276],"plugins","software-engineering","developer-tools","automation","community",{"commitSha":279,"license":237,"marketplace":280,"plugin":283},"HEAD",{"name":281,"pluginCount":282},"mhattingpete-claude-skills",4,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd75m5vhw2hg0g4maqdhm09cg586nn3p",[276,275,267,273,274],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778693076530,1778693062249,{"evaluate":292,"extract":296},{"promptVersionExtension":205,"promptVersionScoring":206,"score":293,"tags":294,"targetMarket":216,"tier":277},95,[213,212,295,214,276],"file-analysis",{"commitSha":279,"plugin":297},{"mcpCount":8,"provider":284,"skillCount":282},{"parentExtensionId":259,"repoId":286},[276,213,295,214,212],{"evaluatedAt":301,"extractAt":290,"updatedAt":301},1778693149846,{"evaluate":303,"extract":305},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":304,"targetMarket":216,"tier":217},[13,212,213,214,215],{"commitSha":279},{"parentExtensionId":248,"repoId":286},{"_creationTime":308,"_id":286,"identity":309,"providers":310,"workflow":600},1778693055731.8413,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":311,"discover":589,"github":592},{"commitSha":279,"extensions":312},[313,326,353,372,389,403,419,427,434,441,453,463,473,481,489,497,505,515,523,537,552,565,576],{"basePath":266,"displayName":281,"installMethods":314,"rationale":315,"selectedPaths":316,"source":325,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[317,320,322],{"path":318,"priority":319},".claude-plugin/marketplace.json","mandatory",{"path":321,"priority":319},"README.md",{"path":323,"priority":324},"LICENSE","high","rule",{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":325,"sourceLanguage":18,"type":256},"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":329},"plugin manifest at engineering-workflow-plugin/.claude-plugin/plugin.json",[333,335,336,339,341,343,345,347,349,351],{"path":334,"priority":319},".claude-plugin/plugin.json",{"path":321,"priority":319},{"path":337,"priority":338},"skills/ensemble-solving/SKILL.md","medium",{"path":340,"priority":338},"skills/feature-planning/SKILL.md",{"path":342,"priority":338},"skills/git-pushing/SKILL.md",{"path":344,"priority":338},"skills/review-implementing/SKILL.md",{"path":346,"priority":338},"skills/test-fixing/SKILL.md",{"path":348,"priority":324},"agents/ensemble-orchestrator/AGENT.md",{"path":350,"priority":324},"agents/plan-implementer.md",{"path":352,"priority":324},"commands/pr.md",{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":325,"sourceLanguage":18,"type":256},"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":356},"plugin manifest at visual-documentation-plugin/.claude-plugin/plugin.json",[360,361,362,364,366,368,370],{"path":334,"priority":319},{"path":321,"priority":319},{"path":363,"priority":338},"skills/architecture-diagram-creator/SKILL.md",{"path":365,"priority":338},"skills/dashboard-creator/SKILL.md",{"path":367,"priority":338},"skills/flowchart-creator/SKILL.md",{"path":369,"priority":338},"skills/technical-doc-creator/SKILL.md",{"path":371,"priority":338},"skills/timeline-creator/SKILL.md",{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":325,"sourceLanguage":18,"type":256},"productivity-skills-plugin","Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation","productivity-skills",{"claudeCode":375},"plugin manifest at productivity-skills-plugin/.claude-plugin/plugin.json",[379,380,381,383,385,387],{"path":334,"priority":319},{"path":321,"priority":319},{"path":382,"priority":338},"skills/code-auditor/SKILL.md",{"path":384,"priority":338},"skills/codebase-documenter/SKILL.md",{"path":386,"priority":338},"skills/conversation-analyzer/SKILL.md",{"path":388,"priority":338},"skills/project-bootstrapper/SKILL.md",{"basePath":255,"description":251,"displayName":253,"installMethods":390,"rationale":391,"selectedPaths":392,"source":325,"sourceLanguage":18,"type":256},{"claudeCode":253},"plugin manifest at code-operations-plugin/.claude-plugin/plugin.json",[393,394,395,397,399,401],{"path":334,"priority":319},{"path":321,"priority":319},{"path":396,"priority":338},"skills/code-execution/SKILL.md",{"path":398,"priority":338},"skills/code-refactor/SKILL.md",{"path":400,"priority":338},"skills/code-transfer/SKILL.md",{"path":402,"priority":338},"skills/file-operations/SKILL.md",{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":325,"sourceLanguage":18,"type":245},"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",[410,412,415,417],{"path":411,"priority":319},"SKILL.md",{"path":413,"priority":414},"examples/bulk_refactor.py","low",{"path":416,"priority":414},"examples/codebase_audit.py",{"path":418,"priority":414},"examples/extract_functions.py",{"basePath":420,"description":421,"displayName":422,"installMethods":423,"rationale":424,"selectedPaths":425,"source":325,"sourceLanguage":18,"type":245},"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",[426],{"path":411,"priority":319},{"basePath":242,"description":10,"displayName":13,"installMethods":428,"rationale":429,"selectedPaths":430,"source":325,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/code-transfer/SKILL.md",[431,432],{"path":411,"priority":319},{"path":433,"priority":414},"scripts/line_insert.py",{"basePath":435,"description":436,"displayName":215,"installMethods":437,"rationale":438,"selectedPaths":439,"source":325,"sourceLanguage":18,"type":245},"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.",{"claudeCode":12},"SKILL.md frontmatter at code-operations-plugin/skills/file-operations/SKILL.md",[440],{"path":411,"priority":319},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":325,"sourceLanguage":18,"type":245},"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",[448,449,451],{"path":411,"priority":319},{"path":450,"priority":338},"references/diversification-strategies.md",{"path":452,"priority":338},"references/evaluation-rubrics.md",{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":325,"sourceLanguage":18,"type":245},"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",[460,461],{"path":411,"priority":319},{"path":462,"priority":338},"references/planning-best-practices.md",{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":325,"sourceLanguage":18,"type":245},"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",[470,471],{"path":411,"priority":319},{"path":472,"priority":414},"scripts/smart_commit.sh",{"basePath":474,"description":475,"displayName":476,"installMethods":477,"rationale":478,"selectedPaths":479,"source":325,"sourceLanguage":18,"type":245},"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",[480],{"path":411,"priority":319},{"basePath":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":325,"sourceLanguage":18,"type":245},"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",[488],{"path":411,"priority":319},{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":325,"sourceLanguage":18,"type":245},"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",[496],{"path":411,"priority":319},{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":325,"sourceLanguage":18,"type":245},"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",[504],{"path":411,"priority":319},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":325,"sourceLanguage":18,"type":245},"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",[512,513],{"path":411,"priority":319},{"path":514,"priority":414},"scripts/analyze_history.py",{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":325,"sourceLanguage":18,"type":245},"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",[522],{"path":411,"priority":319},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":325,"sourceLanguage":18,"type":245},"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",[530,531,533,535],{"path":411,"priority":319},{"path":532,"priority":414},"assets/templates/architecture_components.html",{"path":534,"priority":414},"assets/templates/base_template.html",{"path":536,"priority":338},"references/example_architecture.html",{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":325,"sourceLanguage":18,"type":245},"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",[544,545,546,548,550],{"path":411,"priority":319},{"path":534,"priority":414},{"path":547,"priority":414},"assets/templates/dashboard_components.html",{"path":549,"priority":338},"references/design_patterns.md",{"path":551,"priority":338},"references/svg_library.md",{"basePath":553,"description":554,"displayName":555,"installMethods":556,"rationale":557,"selectedPaths":558,"source":325,"sourceLanguage":18,"type":245},"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",[559,560,561,563,564],{"path":411,"priority":319},{"path":534,"priority":414},{"path":562,"priority":414},"assets/templates/flowchart_components.html",{"path":549,"priority":338},{"path":551,"priority":338},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":325,"sourceLanguage":18,"type":245},"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",[572,573,574,575],{"path":411,"priority":319},{"path":534,"priority":414},{"path":549,"priority":338},{"path":551,"priority":338},{"basePath":577,"description":578,"displayName":579,"installMethods":580,"rationale":581,"selectedPaths":582,"source":325,"sourceLanguage":18,"type":245},"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",[583,584,585,587,588],{"path":411,"priority":319},{"path":534,"priority":414},{"path":586,"priority":414},"assets/templates/timeline_components.html",{"path":549,"priority":338},{"path":551,"priority":338},{"sources":590},[591],"manual",{"closedIssues90d":8,"description":262,"forks":231,"license":237,"openIssues90d":233,"pushedAt":234,"readmeSize":229,"stars":235,"topics":593},[594,595,276,596,597,275,598,273,599],"ai-agents","anthropic","claude-code","claude-skills","ai-tools","productivity",{"classifiedAt":601,"discoverAt":602,"extractAt":603,"githubAt":603,"updatedAt":601},1778693062028,1778693055731,1778693060469,[213,13,215,214,212],{"evaluatedAt":240,"extractAt":290,"updatedAt":240},[],[608,639,669,702,731,760],{"_creationTime":609,"_id":610,"community":611,"display":612,"identity":618,"providers":622,"relations":633,"tags":635,"workflow":636},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":613,"installMethods":614,"name":616,"sourceUrl":617},"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":615},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":619,"githubOwner":620,"githubRepo":621,"locale":18,"slug":616,"type":245},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":623,"extract":632},{"promptVersionExtension":205,"promptVersionScoring":206,"score":624,"tags":625,"targetMarket":216,"tier":217},100,[626,627,628,214,629,630,631,212],"code-quality","dependencies","javascript","typescript","go","rust",{"commitSha":279},{"repoId":634},"kd78ywakatnz4sjfx781sy14vh86mtty",[626,627,630,628,214,212,631,629],{"evaluatedAt":637,"extractAt":638,"updatedAt":637},1778696977114,1778696052276,{"_creationTime":640,"_id":641,"community":642,"display":643,"identity":649,"providers":653,"relations":662,"tags":665,"workflow":666},1778699018122.8064,"k178yxvt3g9djb8ph907q3tv1186n8ex",{"reviewCount":8},{"description":644,"installMethods":645,"name":647,"sourceUrl":648},"Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.",{"claudeCode":646},"wshobson/agents","embedding-strategies","https://github.com/wshobson/agents",{"basePath":650,"githubOwner":651,"githubRepo":652,"locale":18,"slug":647,"type":245},"plugins/llm-application-dev/skills/embedding-strategies","wshobson","agents",{"evaluate":654,"extract":661},{"promptVersionExtension":205,"promptVersionScoring":206,"score":624,"tags":655,"targetMarket":216,"tier":217},[656,657,658,659,660,214],"embeddings","rag","semantic-search","vector-databases","llm-applications",{"commitSha":279},{"parentExtensionId":663,"repoId":664},"k1719fyk9jrke6aq23wbyf8ej586n3af","kd74de64zj0axtg5b8t7eqqe2x86nske",[656,660,214,657,658,659],{"evaluatedAt":667,"extractAt":668,"updatedAt":667},1778701750946,1778699018122,{"_creationTime":670,"_id":671,"community":672,"display":673,"identity":679,"providers":684,"relations":693,"tags":697,"workflow":698},1778699877608.8755,"k1797ahn9dp86gj0yfve225q2n86mv13",{"reviewCount":8},{"description":674,"installMethods":675,"name":677,"sourceUrl":678},"AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.",{"claudeCode":676},"zxkane/aws-skills","aws-cdk-development","https://github.com/zxkane/aws-skills",{"basePath":680,"githubOwner":681,"githubRepo":682,"locale":683,"slug":677,"type":245},"plugins/aws-cdk/skills/aws-cdk-development","zxkane","aws-skills","de",{"evaluate":685,"extract":692},{"promptVersionExtension":205,"promptVersionScoring":206,"score":624,"tags":686,"targetMarket":216,"tier":217},[687,688,629,214,689,690,691],"aws","cdk","iac","cloudformation","infrastructure",{"commitSha":279},{"parentExtensionId":694,"repoId":695,"translatedFrom":696},"k177paz2fgaa1r1kfhgb2esr1n86my7m","kd7708aervxaq6vqq9tdf93s2586mcqy","k174bzyyax9v1t5bm0m98bfqyh86m8v8",[687,688,690,689,691,214,629],{"evaluatedAt":699,"extractAt":700,"updatedAt":701},1778699774404,1778699647844,1778699877608,{"_creationTime":703,"_id":704,"community":705,"display":706,"identity":712,"providers":716,"relations":724,"tags":727,"workflow":728},1778695548458.3613,"k17dx6tyy2yb3z5pp1vgmg46ad86nm18",{"reviewCount":8},{"description":707,"installMethods":708,"name":710,"sourceUrl":711},"Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.\n",{"claudeCode":709},"pjt222/agent-almanac","fit-drift-diffusion-model","https://github.com/pjt222/agent-almanac",{"basePath":713,"githubOwner":714,"githubRepo":715,"locale":18,"slug":710,"type":245},"skills/fit-drift-diffusion-model","pjt222","agent-almanac",{"evaluate":717,"extract":723},{"promptVersionExtension":205,"promptVersionScoring":206,"score":624,"tags":718,"targetMarket":216,"tier":217},[719,720,721,214,722],"cognitive-science","modeling","statistics","data-analysis",{"commitSha":279},{"parentExtensionId":725,"repoId":726},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[719,722,720,214,721],{"evaluatedAt":729,"extractAt":730,"updatedAt":729},1778698191612,1778695548458,{"_creationTime":732,"_id":733,"community":734,"display":735,"identity":741,"providers":745,"relations":753,"tags":756,"workflow":757},1778697513812.0674,"k174b6b0gkvp2r318akg2twggd86nrwj",{"reviewCount":8},{"description":736,"installMethods":737,"name":739,"sourceUrl":740},"UI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.",{"claudeCode":738},"spartan-stratos/spartan-ai-toolkit","ui-ux-pro-max","https://github.com/spartan-stratos/spartan-ai-toolkit",{"basePath":742,"githubOwner":743,"githubRepo":744,"locale":18,"slug":739,"type":245},"toolkit/skills/ui-ux-pro-max","spartan-stratos","spartan-ai-toolkit",{"evaluate":746,"extract":752},{"promptVersionExtension":205,"promptVersionScoring":206,"score":624,"tags":747,"targetMarket":216,"tier":217},[748,749,750,751,214],"ui-ux","design-system","frontend","documentation",{"commitSha":279},{"parentExtensionId":754,"repoId":755},"k178krwbqrnxn4xscs4htpjvxd86m4kj","kd73rjj0rnrv7y0rz9qc3psn0586n75g",[749,751,750,214,748],{"evaluatedAt":758,"extractAt":759,"updatedAt":758},1778698073321,1778697513812,{"_creationTime":761,"_id":762,"community":763,"display":764,"identity":770,"providers":774,"relations":782,"tags":785,"workflow":786},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":765,"installMethods":766,"name":768,"sourceUrl":769},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":767},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":771,"githubOwner":772,"githubRepo":773,"locale":18,"slug":768,"type":245},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":775,"extract":781},{"promptVersionExtension":205,"promptVersionScoring":206,"score":624,"tags":776,"targetMarket":216,"tier":217},[777,778,779,780,214],"tts","speech","audio","google-cloud",{"commitSha":279},{"parentExtensionId":783,"repoId":784},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[779,780,214,778,777],{"evaluatedAt":787,"extractAt":788,"updatedAt":787},1778697061989,1778696833339]