ANALYSIS_AGENTS = { "risk_agent": "风险维度分析", "clause_agent": "条款逐条分析", "missing_agent": "缺失保护分析", "compliance_agent": "合规检查", "negotiate_agent": "谈判策略" }
Scanned 9/12/2026
Install to Claude Code
npx -y skills add clowlove/Hermes-House --skill pattern-parallel-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pattern Parallel Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clowlove-pattern-parallel-agent)More formats (shields.io, HTML) on the badges page.
# Parallel Agent Analysis Pattern
# 参考: zubair-trabzada/ai-legal-claude (1.3k stars)
# 设计模式: 1个主agent协调 + N个并行子agent多维度分析
## 核心模式
```python
# 主agent负责任务分解和结果聚合
# 子agent并行执行各自维度分析
ANALYSIS_AGENTS = {
"risk_agent": "风险维度分析",
"clause_agent": "条款逐条分析",
"missing_agent": "缺失保护分析",
"compliance_agent": "合规检查",
"negotiate_agent": "谈判策略"
}
# 并行执行 + 结果聚合
async def parallel_review(document):
results = await asyncio.gather(
risk_agent.analyze(document),
clause_agent.analyze(document),
missing_agent.analyze(document),
compliance_agent.analyze(document),
negotiate_agent.analyze(document)
)
return aggregate_results(results)
```
## 适用场景
1. **多维度评估任务** - 需要从不同角度分析同一对象
2. **竞品多维度对比** - 价格/质量/服务/物流 等
3. **客户询盘分析** - 需求/预算/信誉/紧迫度 多维
4. **风险评估** - 市场/汇率/物流/政策 风险
## PDF 报告生成参考
```bash
# 工具链: reportlab / weasyprint / pdfkit
# 流程:
# 1. 生成 HTML 报告模板
# 2. 转换为 PDF
# 3. 添加图表/评分卡
```
## 技能分组参考
- **Analysis** - 深度分析类(review, risks, compare)
- **Generation** - 内容生成类(nda, terms, privacy)
- **Compliance** - 合规检查类
## 来源
github.com/zubair-trabzada/ai-legal-claude
- 1.3k stars, Python
- 14 commands, 5 parallel agents
- Contract review, risk analysis, NDA generationIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.
A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling