Agent Skills › mhattingpete/claude-skills-marketplace

mhattingpete/claude-skills-marketplace

GitHub

提供本地 Python 代码执行环境,支持批量文件操作、代码分析及转换,通过返回元数据而非源码实现显著 Token 节省。

18 skills 660

Install All Skills

npx skills add mhattingpete/claude-skills-marketplace --all -g -y
More Options

List skills in collection

npx skills add mhattingpete/claude-skills-marketplace --list

Skills in Collection (18)

提供本地 Python 代码执行环境,支持批量文件操作、代码分析及转换,通过返回元数据而非源码实现显著 Token 节省。
批量处理10个以上文件 复杂多步工作流 跨文件迭代处理 提及效率或性能优化
code-operations-plugin/skills/code-execution/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill code-execution -g -y
执行批量代码重构操作,包括跨文件重命名标识符、替换代码模式和更新 API 调用。支持小范围原生工具和大规模自动化执行,确保变更安全并验证结果。
请求重命名变量或函数 要求替换废弃代码模式 需要统一更新多处 API 调用 进行跨文件的一致性代码修改
code-operations-plugin/skills/code-refactor/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill code-refactor -g -y
用于在文件间精确转移代码,支持复制、移动、提取代码块或按行号插入。提供基础模式和批量执行模式,通过读取、搜索和编辑操作实现代码重构与重组。
将代码从一个位置复制到另一个位置 将函数或类移动到不同文件 提取代码块到新文件 在指定行号插入代码
code-operations-plugin/skills/code-transfer/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill code-transfer -g -y
提供文件元数据查询、统计分析(如行数、大小)及内容模式搜索能力,支持代码质量评估与文件对比,全程只读不修改。
用户请求获取文件信息或统计 需要分析代码结构或查找特定模式
code-operations-plugin/skills/file-operations/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill file-operations -g -y
通过并行生成多种解决方案并评估选择最佳方案,辅助架构决策、代码生成及创意任务。
Give me options for... What's the best way to... Explore different approaches...
engineering-workflow-plugin/skills/ensemble-solving/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill ensemble-solving -g -y
将功能需求拆解为详细、可执行的实施计划。通过分析代码库和架构,生成包含具体任务、文件路径及测试策略的结构化方案,并协调后续实现。
请求新功能或增强 描述复杂的多步变更 明确要求制定实施计划
engineering-workflow-plugin/skills/feature-planning/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill feature-planning -g -y
自动化Git代码提交与推送流程,通过执行脚本完成文件暂存、规范化提交及远程推送。适用于用户明确要求保存或推送代码变更的场景。
用户要求推送代码变更 提及将工作保存到远程仓库 完成功能后希望分享代码
engineering-workflow-plugin/skills/git-pushing/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill git-pushing -g -y
系统化处理代码审查反馈,解析评论并生成待办事项,逐步实施修改、验证并提交结果。
用户提供审查意见或PR反馈 要求实现审查建议 提到解决评论
engineering-workflow-plugin/skills/review-implementing/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill review-implementing -g -y
系统化修复测试失败。通过运行测试套件识别错误,按类型和模块智能分组,遵循基础设施优先策略逐一修复并验证,最终确保全量测试通过且无回归。
用户明确要求修复失败的测试 报告测试套件错误或CI/CD因测试失败 实现功能后要求使测试通过
engineering-workflow-plugin/skills/test-fixing/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill test-fixing -g -y
执行全面的代码库审计,涵盖架构、质量、安全、性能、测试及可维护性。用于识别技术债务、发现安全隐患、评估测试覆盖率或进行代码健康检查。
audit the code analyze code quality security audit
productivity-skills-plugin/skills/code-auditor/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill code-auditor -g -y
自动分析代码库并生成全面文档,涵盖架构、组件、数据流及开发指南。适用于理解陌生代码、创建入职文档或解释系统工作原理,提升团队知识沉淀效率。
explain this codebase document the architecture create developer documentation
productivity-skills-plugin/skills/codebase-documenter/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill codebase-documenter -g -y
分析 Claude Code 对话历史,识别使用模式、常见错误及工作流改进机会。用于优化效率、发现自动化潜力和检查最佳实践遵循情况。
analyze my conversations review my Claude Code history what patterns do you see in my usage how can I improve my workflow
productivity-skills-plugin/skills/conversation-analyzer/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill conversation-analyzer -g -y
用于初始化新项目或优化现有项目,配置标准目录结构、Git规范、文档、测试框架、代码质量工具及CI/CD流水线,建立专业开发工作流。
set up a new project bootstrap this project add best practices improve project structure set up development tooling initialize project properly
productivity-skills-plugin/skills/project-bootstrapper/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill project-bootstrapper -g -y
用于生成包含业务上下文、数据流、系统架构及部署信息的综合HTML架构文档。适用于项目概览、技术规格说明及系统架构图创建场景。
用户请求创建系统架构图 需要生成项目高层概览 要求文档化系统架构 展示数据处理流水线
visual-documentation-plugin/skills/architecture-diagram-creator/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill architecture-diagram-creator -g -y
用于生成包含KPI卡片、图表和数据可视化的交互式HTML仪表盘,适用于展示指标、监控界面及数据分析场景。
创建仪表盘 显示KPI可视化 生成性能仪表盘 制作带图表的分析仪表盘
visual-documentation-plugin/skills/dashboard-creator/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill dashboard-creator -g -y
根据用户描述生成包含决策树、泳道和颜色编码的交互式HTML流程图。适用于流程可视化、工作流展示及决策分析场景,通过SVG绘制节点与连线并输出为独立HTML文件。
创建特定流程的流程图 生成过程流程图 制作工作流的决策树 显示工作流程可视化
visual-documentation-plugin/skills/flowchart-creator/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill flowchart-creator -g -y
生成包含代码块、API参考和架构图的HTML技术文档。适用于创建API文档、系统说明及开发者指南,提供标准化的HTML结构和样式模板。
用户请求创建API文档 需要生成系统技术文档 要求编写开发者指南
visual-documentation-plugin/skills/technical-doc-creator/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill technical-doc-creator -g -y
生成包含甘特图、里程碑和进度指示器的交互式HTML项目时间线与路线图。适用于创建项目计划、季度路线图及关键节点可视化,支持自定义阶段分组与状态颜色标识。
创建项目时间线 生成季度路线图 制作甘特图 展示项目里程碑
visual-documentation-plugin/skills/timeline-creator/SKILL.md
npx skills add mhattingpete/claude-skills-marketplace --skill timeline-creator -g -y

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-24 21:38
浙ICP备14020137号-1 $방문자$