Fabric

Installation
SKILL.md

Customization

Before executing, check for user customizations at: ~/.claude/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:
    curl -s -X POST http://localhost:31337/notify \
      -H "Content-Type: application/json" \
      -d '{"message": "Running the WORKFLOWNAME workflow in the Fabric skill to ACTION"}' \
      > /dev/null 2>&1 &
    
Installs
123
GitHub Stars
16.3K
First Seen
Jan 24, 2026
Fabric — danielmiessler/personal_ai_infrastructure