flowchart-creator by mhattingpete/claude-skills-marketplace
npx skills add https://github.com/mhattingpete/claude-skills-marketplace --skill flowchart-creator创建交互式 HTML 流程图和过程图。
<!DOCTYPE html>
<html>
<head>
<title>[Process] Flowchart</title>
<style>
body { font-family: system-ui; }
svg { max-width: 100%; }
.start-end { fill: #48bb78; }
.process { fill: #4299e1; }
.decision { fill: #f59e0b; }
</style>
</head>
<body>
<h1>[Process Name] Flowchart</h1>
<svg viewBox="0 0 800 600">
<!-- flowchart nodes and connectors -->
</svg>
</body>
</html>
<!-- Start/End (rounded rect) -->
<rect x="350" y="50" width="100" height="50" rx="25" class="start-end"/>
<text x="400" y="80" text-anchor="middle">Start</text>
<!-- Process box -->
<rect x="350" y="150" width="100" height="60" class="process"/>
<text x="400" y="185" text-anchor="middle">Process</text>
<!-- Decision diamond -->
<path d="M400,250 L450,280 L400,310 L350,280 Z" class="decision"/>
<text x="400" y="285" text-anchor="middle">Decision?</text>
<!-- Arrow -->
<path d="M400,100 L400,150" stroke="#666" stroke-width="2" marker-end="url(#arrow)"/>
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
[process]-flowchart.html保持布局简洁,使用一致的间距 (节点之间 100px)。
每周安装量
104
代码仓库
GitHub 星标数
493
首次出现
Jan 24, 2026
安全审计
安装于
opencode86
codex85
gemini-cli84
cursor83
github-copilot82
kimi-cli76
Create interactive HTML flowcharts and process diagrams.
<!DOCTYPE html>
<html>
<head>
<title>[Process] Flowchart</title>
<style>
body { font-family: system-ui; }
svg { max-width: 100%; }
.start-end { fill: #48bb78; }
.process { fill: #4299e1; }
.decision { fill: #f59e0b; }
</style>
</head>
<body>
<h1>[Process Name] Flowchart</h1>
<svg viewBox="0 0 800 600">
<!-- flowchart nodes and connectors -->
</svg>
</body>
</html>
<!-- Start/End (rounded rect) -->
<rect x="350" y="50" width="100" height="50" rx="25" class="start-end"/>
<text x="400" y="80" text-anchor="middle">Start</text>
<!-- Process box -->
<rect x="350" y="150" width="100" height="60" class="process"/>
<text x="400" y="185" text-anchor="middle">Process</text>
<!-- Decision diamond -->
<path d="M400,250 L450,280 L400,310 L350,280 Z" class="decision"/>
<text x="400" y="285" text-anchor="middle">Decision?</text>
<!-- Arrow -->
<path d="M400,100 L400,150" stroke="#666" stroke-width="2" marker-end="url(#arrow)"/>
[process]-flowchart.htmlKeep layout clean, use consistent spacing (100px between nodes).
Weekly Installs
104
Repository
GitHub Stars
493
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode86
codex85
gemini-cli84
cursor83
github-copilot82
kimi-cli76
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
116,600 周安装
BioServices Python包:生物信息学Web服务集成工具,支持UniProt、KEGG、BLAST等40+数据库
193 周安装
演示文稿设计增强器:AI驱动,一键将文字幻灯片转化为视觉化叙事
193 周安装
Chrome浏览器自动化控制工具 - 使用use_browser MCP实现网页浏览与数据提取
191 周安装
Hyvä CMS组件导出工具 - 一键合并Magento模块组件定义JSON
191 周安装
Hummingbot connectors-available: 测试交易所连接器可用性,搜索代币交易规则
191 周安装
Git工作树使用指南:多分支并行开发与隔离工作空间管理
194 周安装