基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/stubbi/companies --skill intake-triage命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
EU AI Act per-system inventory — track each AI system's role (provider, deployer, importer, distributor, authorized representative, product manufacturer) and risk tier (prohibited, high-risk, limited, minimal, GPAI, GPAI+systemic).
Run an AI impact assessment — structured intake, risk analysis, regulatory classification per regime in scope, policy consistency diff, and recommendation with conditions.
Run the cold-start interview — learns your AI governance practice and writes `~/.claude/plugins/config/claude-for-legal/ai-governance-legal/CLAUDE.md` from your AI policy, a reference impact assessment, and key vendor AI agreements.
| slug | intake-triage |
| name | Intake Triage |
| description | Classify an incoming research request and route to the correct ARS pipeline mode. |
| version | 0.1.0 |
| metadata | {"sources":[{"mode":"port-original","author":"Jannes Stubbemann","added_in":"0.1.0"}]} |
Port-original skill. Hand-authored for this Agent Company; not from upstream
Imbad0202/academic-research-skills. Owned by the CEO role.
The first skill the CEO runs on any new research request. Decides which ARS pipeline mode to invoke and which stage owner picks up first.
A triage decision recorded as a short note on the request:
mode: full | lit-review-only | revision-only | fact-check | format-only | abstract-only
primary_agent: researcher | writer | reviewer | integrity-officer
entry_stage: 1 | 2 | 3 | 4 | 5
boundaries: [<note>, ...] # call out anything that requires human sign-off
literature_corpus_present: true | false # triggers v3.6.5 corpus-first flow if true
target_venue: <ICLR | NeurIPS | Nature | Science | ACL | EMNLP | other | none>
deadline: <ISO date or "best-effort">
mode: full, entry_stage: 1, primary_agent: researcher. Full pipeline (1 → 2 → 2.5 → 3 → 4 → 4.5 → 5 → 6).mode: lit-review-only, entry_stage: 1, primary_agent: researcher. Stops after Stage 1 deliverables.mode: revision-only, entry_stage: 4, primary_agent: writer. Skips Stage 1-3 if RQ + methodology are settled.mode: fact-check, entry_stage: 2.5, primary_agent: integrity-officer. Runs the integrity gate against an existing draft.mode: format-only, entry_stage: 5, primary_agent: writer. Pandoc/tectonic render with venue disclosure.mode: abstract-only, entry_stage: 2, primary_agent: writer. Bilingual-abstract sub-mode.Write the triage decision as a comment / note on the work item, and tag the primary agent for pickup. Then enqueue pipeline-orchestration on yourself before the specialist starts so the stage handoffs are tracked.