← ClaudeAtlas

fabriclisted

240+ prompt patterns for content analysis and transformation. USE WHEN fabric, extract wisdom, summarize, threat model.
Steffen025/pai-opencode · ★ 174 · Data & Documents · score 84
Install: claude install-skill Steffen025/pai-opencode
## Customization **Before executing, check for user customizations at:** `~/.opencode/PAI/USER/SKILLCUSTOMIZATIONS/Fabric/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. ## Voice Notification **When executing a workflow, do BOTH:** 1. **Send voice notification**: ```bash curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the Fabric skill to ACTION"}' \ > /dev/null 2>&1 & ``` 2. **Output text notification**: ``` Running the **WorkflowName** workflow in the **Fabric** skill to ACTION... ``` **Full documentation:** `~/.opencode/PAI/THENOTIFICATIONSYSTEM.md` # Fabric Intelligent prompt pattern system providing 240+ specialized patterns for content analysis, extraction, summarization, threat modeling, and transformation. **Patterns Location:** `~/.opencode/skills/Fabric/Patterns/` --- ## Workflow Routing | Workflow | Trigger | File | |----------|---------|------| | **ExecutePattern** | "use fabric", "run pattern", "apply pattern", "extract wisdom", "summarize", "analyze with fabric" | `Workflows/ExecutePattern.md` | | **UpdatePatterns** | "update fabric", "update patterns", "sync fabric", "pull patterns" | `Workflows/UpdatePatterns.md` | --- ## Examples **Example 1: Extract wisdom from content** `