用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/thiagofernandes1987-create/APEX --skill deal-screening命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Token-aware reasoning workflow with real tools: picks an operating mode to control cost, runs a structured pipeline (decompose → validate → verify → snapshot), and gives Claude Program-of-Thought, RK4/Euler, a code gate, and a safe skill router. Use when: multi-step or high-stakes tasks, real math, precise computation, audits, or the user mentions APEX, PoT, pipeline, or scientific mode.
**v00.33.0**: Ingested from antigravity-awesome-skills community repo
run multiple local CLI agents in parallel (separate tmux sessions)
基于 SOC 职业分类
正在显示 SKILL.md
| name | deal-screening |
| description | Use this skill when the task requires deal screening capabilities. |
| executor | LLM_BEHAVIOR |
| skill_id | finance.private_equity.deal_screening_3 |
| status | ADOPTED |
| security | {"level":"high","pii":true,"approval_required":true} |
| anchors | ["finance","design"] |
| tier | 2 |
| input_schema | [{"name":"code_or_task","type":"string","description":"Code snippet, script, or task description to process","required":true}] |
| output_schema | [{"name":"plan","type":"string","description":"Strategic plan or design document"},{"name":"next_steps","type":"array","description":"List of recommended next steps"}] |
description: "Analyze — Quickly screen inbound deal flow — CIMs, teasers, and broker materials — against the fund's investment criteria. Extracts key deal metrics, runs a pass/fail framework, and outputs "
From the provided CIM, teaser, or description, extract:
Apply the fund's investment criteria (ask user if not known):
| Criterion | Target | Actual | Pass/Fail |
|---|---|---|---|
| Revenue range | |||
| EBITDA range | |||
| EBITDA margin | |||
| Growth profile | |||
| Sector fit | |||
| Geography | |||
| Deal size / EV | |||
| Valuation (x EBITDA) | |||
| Customer concentration | |||
| Management continuity |
Provide a 3-part assessment:
One-page screening memo suitable for sharing with partners or an IC quick screen.
Analyze — Quickly screen inbound deal flow — CIMs, teasers, and broker materials — against the fund
Use this skill when the task requires deal screening capabilities.
If this skill fails to produce the expected output: (1) verify input completeness, (2) retry with more specific context, (3) fall back to the parent workflow without this skill.