Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agent-demos

agent-demos 收录了来自 victusfate 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
1
更新
2026-06-21
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

drawio-skill
软件开发工程师

Use when the user requests diagrams, flowcharts, architecture diagrams, ER diagrams, UML / sequence / class diagrams, network topology, ML/DL model figures (Transformer/CNN/LSTM), mind maps, or any visualization. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Best suited when the diagram needs custom styling, rich shape vocabulary, swimlanes, or exportable images (PNG/SVG/PDF/JPG). Generates .drawio XML and exports locally via the native draw.io desktop CLI.

2026-06-21
code-quality-review
软件质量保证分析师与测试员

Review implementation for structural quality — file size, spaghetti, abstraction discipline, type precision, canonical reuse. Auto-fixes when called from the chain; shows diffs for approval when called standalone.

2026-06-11
code-review
软件质量保证分析师与测试员

Review current diff for correctness bugs and quality issues; supports --effort low|medium|high|max, --fix to apply fixes, --comment to post as PR inline comments.

2026-06-11
prune
软件开发工程师

Run all code review skills (code-review, code-quality-review, simplify), aggregate findings into a design doc, then drive the full feature chain (PRD → TDD → PR) to fix them systematically.

2026-06-11
simplify
软件开发工程师

Apply reuse, simplification, efficiency, and altitude cleanups to changed code — finds and fixes quality issues without touching correctness bugs.

2026-06-11