project-graph
Extend the Project Graph desktop app with AI-guided workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorscreate-keybind
Guide creating and registering keyboard shortcuts within the Project Graph application.
create-setting-item
Guide creation of setting items in the Project Graph application.
manage-translations
Manage multilingual YAML translation files in the Project Graph locales directory.
ui
Provides promise-based dialog and toast notification components built on shadcn/ui.
shadcn
Manages shadcn/ui components via CLI for adding, searching, styling, and composing React UI.
type-check
Runs TypeScript type checking for the project-graph package via pnpm.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core