一键导入
plagueho.learn
plagueho.learn 收录了来自 PlagueHO 的 31 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
{what this skill teaches agents}
{what this skill teaches agents}
**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: "run sensei", "sensei help", "improve skill", "fix frontmatter", "skill compliance", "frontmatter audit", "score skill", "check skill tokens". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts/checks.
**WORKFLOW SKILL** — Research, outline, and scaffold a Slidev presentation. Phase 1 researches the topic and generates a detailed OUTLINE.md via runSubagent research and user guidance. Phase 2 generates slides.md, style.css, and images/ from the approved outline. WHEN: "create presentation", "new presentation", "scaffold presentation", "new Slidev deck", "new talk", "create slides", "start a presentation", "presentation about". INVOKES: runSubagent (web search, Microsoft Learn, WorkIQ), vscode_askQuestions, file-system tools. FOR SINGLE OPERATIONS: copy template folder manually.
**WORKFLOW SKILL** — Query WorkIQ for recent activity signals, identify patterns in conversations and meetings, cross-reference with latest tech announcements, and propose aligned demos as GitHub issues. WHEN: "intelligence scan", "what demos to build", "scan recent activity", "WorkIQ scan", "demo proposals from conversations", "identify demo opportunities", "what should I demo next". INVOKES: WorkIQ MCP, web search, GitHub issue tools. FOR SINGLE OPERATIONS: Query WorkIQ MCP directly.
Build an n-layer dependency graph from .NET upgrade assessment data and generate a phased modernization plan. Parses assessment.json from the .NET upgrade tools, extracts project dependency hierarchy via breadth-first layering, splits thick layers to cap projects per sub-layer, and produces a phased upgrade plan with Mermaid diagrams. Each phase targets PR-reviewable scope. SDK-style conversion is Phase 0, then layer-by-layer bottom-up modernization. WHEN: "plan appmod phases", "generate upgrade layers", "dependency layer plan", "phased migration plan", "break down dotnet upgrade", "layer extraction", "modernization phases", "upgrade dependency graph", "PR-sized migration plan", "appmod phasing strategy".
Shared hard rules enforced across all squad agents
How to write comprehensive architectural proposals that drive alignment before code is written
Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22
Platform detection and adaptive spawning for CLI vs VS Code vs other surfaces
Coordinating work across multiple Squad instances
How to coordinate with squads on different machines using git as transport
Microsoft Style Guide + Squad-specific documentation patterns
Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
PAO workflow for scanning, drafting, and presenting community responses with human review gate
Safely manage multiple GitHub identities (EMU + personal) in agent workflows
Detect and set up account-locked gh aliases for multi-account GitHub. The AI reads this skill, detects accounts, asks the user which is personal/work, and runs the setup automatically.
Record final outcomes to history.md, not intermediate requests or reversed decisions
Team initialization flow (Phase 1 proposal + Phase 2 creation)
Step-by-step release checklist for Squad — prevents v0.8.22-style disasters
Team-wide charter and history optimization through skill extraction
Cross-platform path handling and command patterns
**WORKFLOW SKILL** — Convert PowerPoint (.pptx) to Slidev Markdown with maximum visual fidelity. Extracts theme colors, fonts, layouts, images, tables, and formatting via python-pptx; generates slides.md, style.css, and images/. WHEN: "convert PowerPoint to Slidev", "pptx to slides", "convert pptx to markdown presentation", "import PowerPoint", "migrate PowerPoint to Slidev". INVOKES: run_in_terminal for extraction, file-system tools. FOR SINGLE OPERATIONS: extract_pptx.py directly.
{what this skill teaches agents}
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication
Squad branching model: dev-first workflow with insiders preview channel
Reviewer rejection workflow and strict lockout semantics
Never read .env files or write secrets to .squad/ committed files
Find and resume interrupted Copilot CLI sessions using session_store queries
Core conventions and patterns used in the Squad codebase
Update tests when changing APIs — no exceptions