用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sachio222/based-stack --skill planner命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when the user wants to stand up a multi-agent team operating system — a CoS/PM/Engineer/Product agent org with a build-loop, generational handoffs, and governance docs — inside a project vault, new or existing. Triggers include "init porto vault", "set up the agent team here", "I want the multi-agent team operating system for this project", "spin up a CoS/PM/engineer/product team", "stand up CoS/PM/engineer/product agents".
Render markdown to clean HTML + PDF + DOCX with professional resume/cover-letter CSS. Headless Chrome PDF gives exact browser fidelity (no LaTeX needed). Auto-detects cover-letter styling from filename. Use when the user asks to convert markdown to PDF, make a clean printable version, render for sharing or printing, generate ATS-friendly resume/cover-letter exports, or "press" a markdown doc to publication-ready format.
Write prose in the user's published voice (Jake Krajewski / medium.com/@jakekrajewski) — warm-tutor register, peer-not-authority, goofy-specific asides, personifies tools, acknowledges reader frustration directly. Invoke when the user asks for an essay, article, blog post, long-form note, or rewrite in his voice. Do NOT invoke for code, terse chat replies, or bullet-style reference/cheatsheet docs.
基于 SOC 职业分类
正在显示 SKILL.md
| name | planner |
| description | Interactive planning and execution for complex tasks. IMMEDIATELY invoke when user asks to use planner. |
When this skill activates, IMMEDIATELY invoke the corresponding script. The script IS the workflow.
| Mode | Intent | Command |
|---|---|---|
| planning | "plan", "design", "architect" | <invoke working-dir="~/.claude/skills/scripts" cmd="python3 -m skills.planner.orchestrator.planner --step 1" /> |
| execution | "execute", "implement", "run plan" | <invoke working-dir="~/.claude/skills/scripts" cmd="python3 -m skills.planner.orchestrator.executor --step 1" /> |