By filipexyz
Manage n8n workflows with local-first sync. Pull, push, and manage workflows across n8n instances.
Claude Code plugins by Luis Filipe.
/plugin marketplace add filipexyz/plugins
| Plugin | Description |
|---|---|
flowsfarm | Manage n8n workflows with FlowsFarm CLI |
claude-code-cli | Guide for building AI agents using Claude Code CLI |
claude-code-hooks | Implement Claude Code hooks for agent lifecycle control |
ratatui | Build terminal UIs in Rust with Ratatui |
/plugin install <plugin-name>@filipelabs
Teaches Claude how to use FlowsFarm for n8n workflow management.
/plugin install flowsfarm@filipelabs
Features:
Build AI agents using Claude Code CLI. Headless mode, JSON parsing, multi-agent orchestration.
/plugin install claude-code-cli@filipelabs
Includes reference docs for:
Implement lifecycle hooks for deterministic control over agent behavior.
/plugin install claude-code-hooks@filipelabs
Features:
Build terminal UIs in Rust with immediate-mode rendering.
/plugin install ratatui@filipelabs
Features:
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimRavi system management skills - agents, contacts, triggers, routes, and more
Ravi meta-development skills - architecture docs, prompt system, and internal patterns
Guide for building and running AI agents using Claude Code CLI. Patterns for autonomous agents, multi-agent orchestration, and CI/CD integration.
Build terminal UIs in Rust with Ratatui. Widgets, layouts, async patterns, and best practices.
Guide for implementing Claude Code hooks. Lifecycle events, decision control, auto-formatting, notifications, logging, and permissions.
npx claudepluginhub filipexyz/pluginsClaude Code plugin for building, validating, and deploying n8n workflows. Wraps the n8nac CLI (reference 2.3.6) and delegates schema research to the companion plugin `n8n-as-code` by Etienne Lescot.
Design complex n8n workflows with AI assistance - loops, branching, error handling
n8n workflow automation integration
Use this agent when you need to design, build, or validate n8n automation workflows. This agent specializes in creating efficient n8n workflows using proper validation techniques and MCP tools integration.\n\nExamples:\n- <example>\n Context: User wants to create a Slack notification workflow when a new GitHub issue is created.\n user: "I need to create an n8n workflow that sends a Slack message whenever a new GitHub issue is opened"\n assistant: "I'll use the n8n-workflow-builder agent to design and build this GitHub-to-Slack automation workflow with proper validation."\n <commentary>\n The user needs n8n workflow creation, so use the n8n-workflow-builder agent to handle the complete workflow design, validation, and deployment process.\n </commentary>\n</example>\n- <example>\n Context: User has an existing n8n workflow that needs debugging and optimization.\n user: "My n8n workflow keeps failing at the HTTP Request node, can you help me fix it?"\n assistant: "I'll use the n8n-workflow-builder agent to analyze and debug your workflow, focusing on the HTTP Request node configuration."\n <commentary>\n Since this involves n8n workflow troubleshooting and validation, use the n8n-workflow-builder agent to diagnose and fix the issue.\n </commentary>\n</example>\n- <example>\n Context: User wants to understand n8n best practices and available nodes for a specific use case.\n user: "What are the best n8n nodes for processing CSV data and sending email reports?"\n assistant: "I'll use the n8n-workflow-builder agent to explore the available nodes and recommend the best approach for CSV processing and email automation."\n <commentary>\n This requires n8n expertise and node discovery, so use the n8n-workflow-builder agent to provide comprehensive guidance.\n </commentary>\n</example>
Generate n8n automation workflows from natural language descriptions
Claude Code plugin for n8n-as-code. Adds the n8n-architect skill and uses the n8nac CLI as its local knowledge/runtime bridge.