How does the Fabric work within PAI ? #102
Replies: 4 comments 2 replies
-
|
I asked an llm to possibly explain what's going on here because I had similar questions -- this answer seems plausible, though not necessary a satisfactory answer to your question about maintenance: |
Beta Was this translation helpful? Give feedback.
-
|
I hope @danielmiessler makes new videos about this since things have changed a lot since his last Fabric video. For one thing, Fabric seems to rely on API keys for intelligence. But I'm guessing most people are using PAI with a Claude subscription. It's not clear either if you are supposed to install Fabric to use it with PAI or if it's supposed to just work as a skill. More generally, I hope Daniel makes some tutorials once we get to a version 1.0. |
Beta Was this translation helpful? Give feedback.
-
|
I actually just added new functionality so that you can just use Fabric native as well. So there's actually a Fabric tools directory under core now. And PAI should know how to actually just use it for prompts like super smooth.
Yeah, it's pretty easy to just change some prompting and have this work natively, but now it's built in.
…On Thu, Dec 04, 2025 at 3:17 PM, Timo S. < ***@***.*** > wrote:
You can use fabric with Claude Code. No API key needed. Just select
Antropic within setup process, leave API key empty and select true on
OAUTH.
I used fabric with PAI but had do install CLI anyway. So its not clear to
me why the fabric patterns exists in this repo, too.
—
Reply to this email directly, view it on GitHub (
#102 (reply in thread)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AAAMLXR2C7UEGFJOGEIJ5VD4AC6IZAVCNFSM6AAAAACMLX6ZXGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMJWGYZDGOI
).
You are receiving this because you were mentioned. Message ID: <danielmiessler/Personal_AI_Infrastructure/repo-discussions/102/comments/15166239
@ github. com>
|
Beta Was this translation helpful? Give feedback.
-
|
Please refer to this major change coming to the repo that should address your issues. If it doesn't please resubmit. Thank you for the work! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm confused about the status & workings of the Fabric repo inside of PAI.
Path Questions
From what I understand, Fabric has it hardcoded to look for patterns at
~/.config/fabric/patterns.That's where the setup process places them. Yet here they come in a skill folder here and the SKILL itself instructs:
How do I get PAI to use the patterns inside the PAI repo ?
Update questions
The documentation says:
This seems to imply that fabric-repo is its own separate repo with its remote set to the Fabric repo. But that's not how things are actually set up. So what's the deal ?
I think the logical thing here would be to ship the fabric-repo as its own repo with upstream fetching from https://github.com/danielmiessler/fabric.git and having PAI's gitignore set to ignore skills/fabric/fabric-repo/. Either that or rely on Daniel to keep fabric-repo/ up to date with the actual Fabric repo.
How have people set this up?
Beta Was this translation helpful? Give feedback.
All reactions