graph-init

Initialize Graphify in a project to create a persistent code knowledge graph.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/RomainDECOSTER/ironforge --skill graph-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-init
Source: https://github.com/RomainDECOSTER/ironforge/tree/main/copilot/skills/graph-init
Command: npx skills add https://github.com/RomainDECOSTER/ironforge --skill graph-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize Graphify in an existing project to create a persistent code knowledge graph that BMAD agents can query via the graph-explore subagent.

Core Features & Use Cases

  • Initialize Graphify in the current project to generate a persistent code graph that BMAD agents can query.
  • Configure Copilot CLI integration and ensure graphify-out artifacts are produced for exploration.
  • Enable automatic updates through git hooks and keep CLAUDE.md integration up to date.

Quick Start

Run graph-init in your project to enable Graphify and generate the initial graph.

Frequently Asked Questions about graph-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a persistent code knowledge graph for an existing repository?

Graphify works with existing repositories to build a code knowledge graph for Claude Code, solving the problem of agents lacking persistent structural context about your project.

How do I set up git hooks to keep a code graph updated automatically?

Graphify initialization configures git hooks to keep the code knowledge graph current, ensuring Claude Code and BMAD agents always query up-to-date project structural context without manual rebuilds.

Can I generate Obsidian or HTML outputs from a project code graph?

Graphify produces graphify-out artifacts including optional Obsidian and HTML outputs, allowing you to visually explore the persistent code knowledge graph outside of the Claude Code environment.

Does Graphify integration require Copilot CLI setup for Claude Code?

Graphify configures Copilot CLI setup during initialization to ensure the persistent code knowledge graph is fully accessible and queryable by BMAD agents within Claude Code.

What is the best way to let Claude Code agents query my project's codebase structure?

Initializing Graphify generates a persistent code knowledge graph that BMAD agents can query via the graph-explore subagent, giving Claude Code direct access to your codebase structure.