用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill wolf命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
正在显示 SKILL.md
基于 SOC 职业分类
| name | wolf |
| description | Master skill for Wolf Agents institutional knowledge and behavioral patterns (v1.1.0 with skill-chaining) |
| version | 1.1.0 |
| triggers | ["wolf","agent","archetype","principles","governance","behavioral profile","wolf framework"] |
This is the master skill that provides access to Wolf Agents' institutional knowledge accumulated over 50+ phases of development. Enhanced with Superpowers Skill-Chaining patterns (Phase 1 & 2) for dramatically improved agent compliance.
Phase 1 & 2 Enhancements (November 2025):
Expected Impact: Agent compliance rates improved from 30-50% to 90-95% across all governance requirements.
Master initialization skill with mandatory 4-step protocol
Use when:
Provides:
MCP Tool: Start with this skill, then follow its chain
Wolf's 10 core principles guiding system design and agent behavior
Use when:
Enhancements:
MCP Tool: mcp__wolf-knowledge__query_principles({ principle_id: 1-10 })
Behavioral archetype selection with overlay lenses
Use when:
Enhancements:
MCP Tool: mcp__wolf-knowledge__find_archetype({ labels: [...], description: "..." })
Compliance rules, quality gates, and process standards
Use when:
Enhancements:
MCP Tool: mcp__wolf-knowledge__search_governance({ query: "quality gates" })
Guidance for 50+ specialized agent roles with responsibilities
Use when:
Enhancements:
MCP Tool: mcp__wolf-knowledge__get_role_guidance({ role_name: "agent-role" })
Three-layer verification (CoVe, HSP, RAG) for continuous validation
Use when:
Enhancements:
MCP Tool: mcp__wolf-core-ip__check_confidence({ model_confidence, evidence_count, ... })
Core automation for archetype selection, evidence validation, quality scoring
Use when:
Enhancements:
Scripts: select-archetype.mjs, evidence-validator.mjs, curator-rubric.mjs, bash-validator.mjs
Agent coordination, orchestration, and multi-agent workflow management
Use when:
Enhancements:
Scripts: orchestrate-workflow.mjs, validate-agent-changes.mjs, agent-executor.mjs
Four-level instruction cascading (Global → Domain → Project → Role)
Use when:
Architecture Decision Records system
Use when:
SESSION START
|
v
[wolf-session-init] - MANDATORY ENTRY POINT
| Step 1: Query principles (BLOCKING)
| Step 2: Find archetype (BLOCKING)
| Step 3: Load governance (BLOCKING)
| Step 4: Load role (BLOCKING)
v
PRIMARY SKILL CHAIN (Sequential - DO NOT skip)
|
v
[wolf-principles] (v1.1.0)
| → Strategic guidance and decision framework
| → REQUIRED NEXT: wolf-archetypes
v
[wolf-archetypes] (v1.2.0)
| → Behavioral profile and evidence requirements
| → Apply lenses if needed (performance, security, accessibility, observability)
| → REQUIRED NEXT: wolf-governance
v
[wolf-governance] (v1.2.0)
| → Definition of Done, quality gates, compliance
| → REQUIRED NEXT: wolf-roles
| → REQUIRED ALWAYS: wolf-verification
v
[wolf-roles] (v1.2.0)
| → Role responsibilities, collaboration patterns
| → Use subagent templates for delegation
| → PRIMARY CHAIN COMPLETE ✅
v
IMPLEMENTATION BEGINS
|
v
[wolf-verification] (v1.1.0) - Called DURING work at checkpoints
| → Three-layer validation (CoVe, HSP, RAG)
| → Evidence collection
| → Confidence scoring
v
COMPLETION ✅
START: Are you beginning new work or recovering context?
│
├─ YES → Use wolf-session-init (MANDATORY)
│ └─ Follow its 4-step blocking protocol
│
└─ NO: What do you need?
│
├─ "Strategic guidance / decision framework"
│ └─ Use wolf-principles
│ └─ MCP: mcp__wolf-knowledge__query_principles
│
├─ "What archetype for this work type?"
│ └─ Use wolf-archetypes
│ └─ MCP: mcp__wolf-knowledge__find_archetype
│ └─ OR Script: select-archetype.mjs
│
├─ "What are quality gates / Definition of Done?"
│ └─ Use wolf-governance
│ └─ MCP: mcp__wolf-knowledge__search_governance
│
├─ "What are my role responsibilities?"
│ └─ Use wolf-roles
│ └─ MCP: mcp__wolf-knowledge__get_role_guidance
│ └─ Use templates for subagent delegation
│
├─ "How do I validate evidence / check confidence?"
│ └─ Use wolf-verification
│ └─ MCP: mcp__wolf-core-ip__check_confidence
│
├─ "Need to automate archetype selection or evidence validation?"
│ └─ Use wolf-scripts-core
│ └─ Scripts: select-archetype.mjs, evidence-validator.mjs
│
├─ "Need to coordinate multiple agents?"
│ └─ Use wolf-scripts-agents
│ └─ Scripts: orchestrate-workflow.mjs, validate-agent-changes.mjs
│
├─ "Need to understand instruction priority?"
│ └─ Use wolf-instructions
│
└─ "Need to create ADR?"
└─ Use wolf-adr
If you catch yourself thinking:
STOP. Use the complete skill chain starting with wolf-session-init.
REQUIRED NEXT STEPS:
Master skill is a reference - not part of workflow chain
If starting new work: Use wolf-session-init as entry point
If looking for specific guidance: Use decision tree above
Return to this skill: When you need skill discovery or decision tree
1. Use wolf-session-init (MANDATORY)
2. Follow blocking gates: principles → archetype → governance → role
3. Begin implementation with complete context
4. Use wolf-verification at checkpoints
1. Use decision tree above to find relevant skill
2. Read that skill for detailed guidance
3. Follow its "After Using This Skill" chain if applicable
1. Load wolf-roles for role guidance
2. Select appropriate role template (coder, pm, security, code-reviewer)
3. Fill placeholders with task details
4. Use Task tool to dispatch subagent with template
Wolf skills integrate with:
Compared to MCP servers:
Last Updated: 2025-11-14 Phase: Superpowers Skill-Chaining Enhancement v2.0.0 (Phase 3 in progress) Master Skill: Coordinates access to Wolf institutional knowledge