Install
$ agentstack add skill-jefferyjob-claude-dev-toolkit-flowprinter ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Mermaid 图表可视化
快速开始: 先确定图表类型(flowchart/sequence/state/class/ER/gantt/mindmap)→ 定义带形状的节点 → 使用箭头连接 → 包裹在 `mermaid 代码块中。默认方向为从上到下(TD),优先使用 flowchart 而不是 graph,支持 Unicode。
关键语法规则
规则 1:列表语法冲突
❌ [1. Item] → 不支持的 Markdown:列表
✅ [1.Item] → 去掉句点后的空格
✅ [① Item] → 使用带圈数字 ①②③④⑤⑥⑦⑧⑨⑩
✅ [(1) Item] → 使用括号
规则 2:子图命名
❌ subgraph AI Agent Core → 含空格但未加引号
✅ subgraph agent["AI Agent Core"] → 使用 ID 和显示名称
✅ subgraph agent → 仅使用简单 ID
规则 3:子图中的节点引用
❌ Title --> AI Agent Core → 引用显示名称
✅ Title --> agent → 引用子图 ID
规则 4:节点文本中的特殊字符
✅ ["Text with spaces"] → 含空格时使用引号
✅ 用 #quot; 代替 " → 避免直接使用双引号
✅ 用 #lpar;#rpar; 表示 () → 避免直接使用括号
规则 5:优先使用 flowchart 而不是 graph
❌ graph TD → 旧写法
✅ flowchart TD → 支持子图方向和更多特性
常见问题
| 问题 | 解决方案 | |------|----------| | 图表无法渲染 | 检查括号或引号是否未配对 | | 列表语法错误 | 使用 [1.Item],不要写成 [1. Item] | | 子图引用失败 | 使用 ID,不要使用显示名称 | | 内容过于拥挤 | 拆分成多个图表 | | 连线交叉过多 | 更换布局方向,或使用不可见边 ~~~ |
输出格式
````markdown
[diagram code]
````
相关文件
> 如需查看特定图表类型的详细语法和高级特性,请参考下面的引用文件:
- [syntax.md](references/syntax.md) — 覆盖 14+ 图表类型的详细语法:流程图形状、时序图参与者、类关系、状态迁移、ER 基数、甘特任务等
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jefferyjob
- Source: jefferyjob/claude-dev-toolkit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.