{Brief description for Claude Code skill invocation. Include primary triggers and capabilities.}
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
1. {First check}
A. {Condition A}
→ {Action for A}
B. {Condition B}
→ {Action for B}
C. {Condition C}
→ {Action for C}
2. After resolution:
→ {Follow-up}
→ {Validation}
Playbooks
Playbook 1: {Workflow Name}
When to use: {Scenario description}
Prerequisites:
{Prerequisite 1}
{Prerequisite 2}
{Prerequisite 3}
Steps:
Phase 1: {Phase Name}
{Step Name}
{commandif applicable}
Expected result: {What you should see}
If fails: {Troubleshooting}
{Step Name}
{Action to take}
Validation: {How to verify success}
{Step Name}
{Action to take}
Note: {Important information}
Phase 2: {Phase Name}
4. {Step Name}
{commandif applicable}
{Important detail}
{Step Name}
{Action to take}
Why: {Rationale}
Phase 3: {Phase Name}
6. {Step Name}
{Action to take}
Verification: {Validation method}
{Step Name}
{Final action}
Success criteria: {What success looks like}
Post-Workflow:
{Cleanup task 1}
{Documentation task}
{Feedback capture}
Duration: ~{X} minutes
Playbook 2: {Workflow Name}
{Similar structure to Playbook 1}
Playbook 3: {Workflow Name}
{Similar structure to Playbook 1}
Review Capability
IMPORTANT: Review capability is a core feature of every guru. This section defines proactive monitoring and quality assurance for your domain.
Review Scope
This guru proactively reviews the {domain area} for:
Q1 Review: Found {N} instances of {anti-pattern}
Q1 Retrospective: Analyzed why {anti-pattern} occurred
Q1 Action: Created {automation} to detect/prevent
Q2 Review: {Anti-pattern} instances reduced to 0
Q2 Outcome: Pattern successfully eliminated
Review Automation Scripts
Location: .claude/skills/{guru-id}/scripts/
{review-script-1}.fsx
Purpose: {What this review script does}
Triggers: {When it runs}
Output: {What it produces}
Token Savings: ~{N} tokens (vs manual review)
{review-script-2}.fsx
Purpose: {What this review script does}
Triggers: {When it runs}
Output: {What it produces}
Token Savings: ~{N} tokens (vs manual review)
Usage:
# Run {review type 1}
dotnet fsi .claude/skills/{guru-id}/scripts/{review-script-1}.fsx
# Run {review type 2}
dotnet fsi .claude/skills/{guru-id}/scripts/{review-script-2}.fsx
Review Checklist
Before completing a review:
All defined scope areas covered
Findings categorized by severity
Recommendations provided for each finding
Trends analyzed (vs previous review)
Automation opportunities identified
Report generated and saved
Key stakeholders notified (if applicable)
Next review criteria updated
Learnings fed to playbooks/decision trees
Pattern Catalog
Note: This catalog grows over time. Start with 5-10 seed patterns, add more as discovered.
Pattern 1: {Pattern Name}
Category: {Pattern category} Frequency: {How often seen} Complexity: {Low/Medium/High}
Problem:
{What problem does this pattern solve or represent?}
Solution:
{Code example showing the pattern}
When to Use:
{Scenario 1}
{Scenario 2}
{Scenario 3}
When to Avoid:
{Anti-pattern scenario 1}
{Anti-pattern scenario 2}
Related Patterns:
{Related Pattern 1}
{Related Pattern 2}
Pattern 2: {Pattern Name}
{Similar structure to Pattern 1}
Pattern 3: {Pattern Name}
{Similar structure to Pattern 1}
{Continue with more patterns...}
Automation Scripts
Location: .claude/skills/{guru-id}/scripts/
Script 1: {script-name-1}.fsx
Purpose: {What this script does} Token Savings: ~{N} tokens per use (vs {manual alternative})