graphify-setup

Install graphify and wire its rules into project context files.

5|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/russosalv/NONoise --skill graphify-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphify-setup
Source: https://github.com/russosalv/NONoise/tree/main/packages/skills/graphify-setup
Command: npx skills add https://github.com/russosalv/NONoise --skill graphify-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Installs the graphify knowledge-graph tool and wires its usage rules into every AI-tool context in the project, ensuring the first graph is not built automatically.

Core Features & Use Cases

  • Package install (idempotent): checks Python ≥ 3.10, installs graphifyy if needed.
  • Global wiring (idempotent): runs graphify install to write per-user SKILL.md and update CLAUDE.md.
  • Project-level rules: writes the same rules into each tool's context file (CLAUDE.md, .github/copilot-instructions.md, GEMINI.md, .cursor/rules.md, AGENTS.md).
  • .gitignore block management: ensures a root gitignore block for graphify is present.
  • Reporting & safety: reports Python version, installation success, and which context files were updated.
  • Does not auto-build the first graph; orchestrator or user may trigger it later.

Quick Start

Run the graphify-setup skill to install graphify and apply usage rules across your project.

Frequently Asked Questions about graphify-setup

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

FAQPage Schema
How do I install graphify and wire its rules into my project's AI tool contexts?

To install graphify, run the setup process which checks for Python 3.10+, installs the graphifyy package idempotently, and writes usage rules into context files like CLAUDE.md and .github/copilot-instructions.md. This ensures graphify is installed and project-wide rules are wired.

What context files does graphify setup update for AI tools?

Graphify setup updates CLAUDE.md, .github/copilot-instructions.md, GEMINI.md, .cursor/rules.md, and AGENTS.md. It writes project-level rules into each tool's context file to ensure consistent graphify usage guidelines across different AI assistants.

Do I need Python 3.10 to set up the graphify tool?

Yes, you need Python 3.10 or higher to install the graphify tool. The setup process checks your Python version and reports installation success, ensuring the graphifyy package is installed correctly before wiring project files.

Does graphify setup automatically build the first knowledge graph?

No, graphify setup does not auto-build the first knowledge graph. It only installs the package and wires usage rules into context files, leaving the orchestrator or user to trigger the initial graph build later.

Can I run graphify installation on an existing brownfield software project?

Yes, you can apply graphify setup to both greenfield and brownfield software projects. The installation is idempotent, safely adding the graphifyy package and wiring rules without breaking existing context files or overwriting root .gitignore configurations.

How does graphify manage the root .gitignore block during setup?

Graphify setup manages a root .gitignore block to ensure graphify-specific entries are present. This prevents graphify files from being committed accidentally, keeping your repository clean while maintaining the necessary project-wide configuration.