Kayvan Sylvan
Kayvan Sylvan
@superclarkk I changed the README sections about the command aliases like this: See https://github.com/danielmiessler/Fabric?tab=readme-ov-file#add-aliases-for-all-patterns
This change gives you the ability to prefix all your fabric patterns with "fab_" if you wish, and it's a nonbreaking change.
I'm creating an MCP server for Fabric, but I think it's outside the scope of this project. I'll get back to finishing it in about a week. https://github.com/ksylvan/fabric-mcp
I released https://github.com/ksylvan/fabric-mcp recently, which makes all Fabric tools/patterns available as an MCP server. Does this fix address your issue, @misteral? Can we close this?
I've updated the `suggest_pattern` command with all the latest patterns in the last few days. I believe this will do what you want.
```bash fabric -p suggest_pattern -m claude-opus-4-1-20250805 'I have a youtube video that I just want to get the main how-to steps out of it' ``` # FABRIC PATTERN RECOMMENDATION ##...
@psillypsymun The "pipx" path was the old way for the old Python source code. The new way (and I'm running this on two Apple Silicon Macs and an old Intel...
@jmd1010 See this comment: https://github.com/danielmiessler/fabric/pull/1376#issuecomment-2744672490 @vaygr said: > this is built-in in Homebrew automations, I just wanted to submit the formula first for a thorough review, and once it's accepted,...
@psillypsymun can you close this issue? @chirul0 after installing the `fabric-ai` homebrew formula, just add to your shell startup files: ```bash alias fabric='fabric-ai' ``` See [this note in the README](https://github.com/danielmiessler/fabric?tab=readme-ov-file#using-package-managers).
I can not reproduce this so it must have been fixed somewhere along the way. I think we can close this @eugeis and @mattjoyce