Code Analysis — Git skill for Claude Code
by kingler - Provides a menu of advanced code analysis commands for deep inspection, including knowledge graph generation, optimization suggestions, and quality evaluation.
How to install Code Analysis
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open kingler/n8n_agent and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Code Analysis does
This project provides tools for analyzing, categorizing, and storing n8n workflows across multiple database types:
Alternatives in Git
- Analysis Claude Code — GitHub Repo stars Complete reverse engineering research and analysis of Claude Code v1.0.33 Reverse engineerin 35k ★
- Gh Fix CI — Debug and fix failing GitHub Actions PR checks using log inspection 14.6k ★
- Bulletproof Quick Start Guide — Target Audience: Complete beginners Never used Python/git before 11.1k ★
README
n8n Workflow Vectorization and Knowledge Graph
This project provides tools for analyzing, categorizing, and storing n8n workflows across multiple database types:
- Vector Database (QDRANT): For semantic search and similarity matching
- Graph Database (Neo4j): For relationship mapping and ontological representation
- Relational Database (Supabase): For structured metadata storage
MCP Integrations
This project now includes Model Context Protocol (MCP) integrations for:
- n8n: Import and manage workflows directly with n8n's API
- QDRANT: Vector search and similarity matching for workflows
- Supabase: Structured data storage for workflow metadata
- Workflow Validation: Validate workflows against best practices
Project Structure
workflow-parser.js: Processes n8n workflow JSON files, extracts metadata, and generates descriptionsvectorize-workflows.js: Demonstrates how to use the QDRANT MCP server to vectorize workflowsn8n-mcp-client.js: Client for interacting with the n8n MCP servern8n-workflow-validator.js: Validator for n8n workflows against best practicesvalidate-workflow.js: CLI tool for validating workflowsimport-to-n8n.js: Tool for importing workflows to n8nprocessed-workflows/: Contains the processed workflow data with enriched metadataworkflows/: Directory containing original n8n workflow files- MCP Servers located in
/Users/kinglerbercy/MCP/:
Setup and Installation
1. Process Workflows
The `workflow-parser.js` script processes n8n workflow files, extracting metadata and generating descriptions:
npm run parse
# or
node workflow-parser.js
This creates enriched workflow data in the `processed-workflows/` directory.
2. Configure Environment Variables
Copy the example environment file and update with your settings:
cp .env.example .env
# Edit .env with your configuration
3. MCP Integrations
QDRANT MCP Integration
...
Related Skills
Knowledge Graph
Built on Anthropic internal engineering practices and Karpathy's AutoResearch methodology. A zero-dependency,
Novgraph
A live knowledge graph of your codebase for coding agents: commit intent, co-change coupling, ranked blast rad
Twin Sparrow Apps
Use installed Codex app connectors for Twin Sparrow-focused work. Trigger when the user asks to use Codex Apps
Deep Research
Execute autonomous multi-step research using Gemini Deep Research Agent for market analysis, competitive lands
Gemini Claude Code Review Bugfix Comparison Evaluation
Claude and Gemini Code Review and Bugfix Competition Evaluation on 1.4 million token repo https://github.com/j
Terminal
You can use local terminal tools when the user asks for codebase work, filesystem inspection, command executio
Related Agents
Realestate Buyers Agent
Champions the buyer through every step of finding, evaluating, and securing their ideal property. Expert in ne
Test Results Analyzer
Expert test analysis specialist focused on comprehensive test result evaluation, quality metrics analysis, and
Module Reviewer
Use this agent to review a module's code quality, architecture compliance, and completeness against CRM/Starte