用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Sdinzsh/PowerHou53 --skill sample-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.
Run a decision through 5 independent AI advisors (Contrarian, First Principles, Expansionist, Outsider, Executor) that peer-review anonymously and synthesize a verdict. Trigger on 'council this', 'pressure-test this', 'war room this', or any high-stakes either/or choice. Skip for factual lookups, summaries, or simple creation tasks. Full methodology in body.
Convert multi-format documents (PDF, DOCX, PPTX, XLSX, images, audio, video, HTML, ZIP) into token-efficient Markdown using Microsoft MarkItDown for LLM ingestion and knowledge graph indexing.
正在显示 SKILL.md
| name | sample-skill |
| description | Template procedural skill demonstrating agentskills.io standard and Powerhouse 3 progressive disclosure loading. |
| metadata | {"category":"workflow","tags":"template,powerhouse3,skills","verified":"2026-08-15","provenance":"agent-created"} |
~/.config/opencode/skills/<skill-name>/ (name must match ^[a-z0-9]+(-[a-z0-9]+)*$).SKILL.md with recognized frontmatter (name, description, optional metadata).references/ or scripts/ and read them on demand.improver/skills.md for Curator telemetry tracking.mkdir -p ~/.config/opencode/skills/<skill-name>/references
# then write SKILL.md into that folder with your editor/file tools
name, description, license, compatibility, metadata frontmatter fields — anything else is silently ignored, so keep provenance/status inside metadata.SKILL.md; the body loads fully on demand, so conciseness keeps token cost low.references/ so they load only when explicitly read.<available_skills> and loads cleanly via skill({ name: "<skill-name>" }).