Fabric Integration #37
Closed
builtbyrobben
started this conversation in
General
Replies: 1 comment
-
|
Great question! Answer: Option 1 - Standalone CLI tool that agents call via Bash. I created a Fabric skill that provides intelligent pattern selection:
Implementation: The skill lives at: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/.claude/skills/fabric/SKILL.md The skill handles:
Why CLI vs MCP:
Example usage pattern: # Kai automatically selects pattern based on intent
echo "article content" | fabric --pattern extract_wisdom
# Or for threat modeling
cat design-doc.md | fabric --pattern create_threat_modelThe skill provides the intelligence layer - Kai just needs to know WHAT to analyze, the skill tells it HOW to use Fabric. Let me know if you have questions about the implementation! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Daniel,
I noticed your PAI video mentions Fabric integration. I'm trying to integrate Fabric patterns into my
Claude Code workflow but having trouble getting the agent to use them proactively.
Are you using Fabric as:
If you've got it working as an MCP server, I'd love to see your implementation approach!
Beta Was this translation helpful? Give feedback.
All reactions