graphifgraphifOfficialยท6 Agent Skills Included

project-graph

Extend the Project Graph desktop app with AI-guided workflows

Guides AI agents through extending Project Graph, a desktop node-graph tool for brainstorming and visual planning. Adds new keyboard shortcuts, settings options, UI components, and translations without digging through the codebase manually. Enforces project conventions like type-checking instead of building, so changes stay safe and consistent.
npx skills add graphif/project-graph --all -g -y
Available:

Tells the AI agent how the Project Graph codebase is structured, which skills to use for tasks like keybinds and settings, and enforces rules such as never running builds and always verifying changes with type-check.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Project Graph skills?โ–ผ

Run `npx skills add graphif/project-graph --all -g -y` in your terminal to install all skills in this suite globally.

What is Project Graph used for?โ–ผ

Project Graph is a desktop node-graph drawing app for brainstorming, knowledge mapping, and visual project planning. These skills help AI agents extend and maintain the app itself.

How to add a keyboard shortcut with AI?โ–ผ

The create-keybind skill walks your agent through registering the shortcut, grouping it in settings, and adding translations in all supported languages.

Can AI add new settings options safely?โ–ผ

Yes. The create-setting-item skill defines the schema, icon, translations, and grouping so new options appear automatically in the settings page.

Does this work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’