Skip to content

Add skill: flobo3/skill-graphify#406

Open
flobo3 wants to merge 2 commits intoVoltAgent:mainfrom
flobo3:add-skill-graphify
Open

Add skill: flobo3/skill-graphify#406
flobo3 wants to merge 2 commits intoVoltAgent:mainfrom
flobo3:add-skill-graphify

Conversation

@flobo3
Copy link
Copy Markdown

@flobo3 flobo3 commented Apr 10, 2026

Add skill: flobo3/skill-graphify

Cross-platform graphify skill wrapper for AI agents. Turns any folder of code, docs, papers, or images into a queryable knowledge graph using graphify. Handles installation, graph building, querying, and report reading — no bash-isms, works on Windows CMD, Linux, macOS.

Added to Coding Agents & IDEs category (alphabetical order).

Summary by CodeRabbit

  • New Features
    • Added "chords-fetcher" (Media & Streaming) and "skill-graphify" (Coding Agents & IDEs) to the skill catalog.
    • Updated category counts to reflect new additions.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 10, 2026

📝 Walkthrough

Walkthrough

Updated skill catalog documentation by adding new entries for "chords-fetcher" and "skill-graphify" while incrementing category counts for "Coding Agents & IDEs" and "Media & Streaming" sections to reflect the additions.

Changes

Cohort / File(s) Summary
Skill Catalog Updates
README.md
Incremented "Coding Agents & IDEs" count (1184→1185), "Media & Streaming" count (85→86), and total skills count (1200→1201). Added new "chords-fetcher" skill entry under Media & Streaming section with description and ClawHub link.
Coding Agents Category
categories/coding-agents-and-ides.md
Added new "skill-graphify" entry with description in sorted catalog list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • update skills cr #304: Modifies the same markdown catalog files (README and categories/coding-agents-and-ides.md) with adjustments to skill counts and catalog entries.

Suggested labels

weekly-merge-queue

Poem

🐰 Hop, hop, new skills appear in line,
Graphify and chords so fine!
Counts climb higher, catalogs grow,
More wonders for the world to know! 🌱

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the primary change: adding a new skill entry (skill-graphify) to the repository.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@categories/coding-agents-and-ides.md`:
- Line 887: Update the category total in categories/coding-agents-and-ides.md:
find the header line that currently reads "**1200 skills**" and increment it to
"**1201 skills**" to reflect the newly added entry "skill-graphify" (referenced
in the diff line with the link text "skill-graphify"). Ensure only the numeric
count in the header is changed.

In `@README.md`:
- Line 184: The README shows inconsistent counts for the "Media & Streaming"
section: update the footer occurrence of "View all 83 skills" to match the table
entry "Media & Streaming (86)" (or vice versa if the table is wrong) so both
references use the same number; locate the "Media & Streaming (86)" table cell
and the footer text "View all 83 skills" and adjust the numeric value to be
identical throughout the file.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 16be2063-a4b7-4308-b335-16d079de330c

📥 Commits

Reviewing files that changed from the base of the PR and between 400ce91 and a632578.

📒 Files selected for processing (2)
  • README.md
  • categories/coding-agents-and-ides.md

- [skill-factory](https://clawskills.sh/skills/jeremysommerfeld8910-cpu-skill-factory) - Create, evaluate, improve, benchmark, and publish OpenClaw skills.
- [skill-factory-pipeline](https://clawskills.sh/skills/martinforsulu-skill-factory-pipeline) - Multi-Agent Pipeline Orchestrator that builds new skills from scratch.
- [skill-father](https://clawskills.sh/skills/moodykong-skill-father) - Authoritative skill-creation standards (Boss)
- [skill-graphify](https://clawskills.sh/skills/flobo3-skill-graphify) - Turn any folder into a queryable knowledge graph via graphify.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Update the category total in this file to match the new entry.

After adding skill-graphify, the header count in this file is now stale (**1200 skills** at Line 5). Please bump it to 1201 so category totals stay consistent across docs.

Suggested patch
-**1200 skills**
+**1201 skills**
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@categories/coding-agents-and-ides.md` at line 887, Update the category total
in categories/coding-agents-and-ides.md: find the header line that currently
reads "**1200 skills**" and increment it to "**1201 skills**" to reflect the
newly added entry "skill-graphify" (referenced in the diff line with the link
text "skill-graphify"). Ensure only the numeric count in the header is changed.

Comment thread README.md
| [Web & Frontend Development](#web--frontend-development) (919) | [Data & Analytics](#data--analytics) (28) | [Shopping & E-commerce](#shopping--e-commerce) (51) |
| [DevOps & Cloud](#devops--cloud) (393) | [Calendar & Scheduling](#calendar--scheduling) (65) | |
| [Image & Video Generation](#image--video-generation) (170) | [Media & Streaming](#media--streaming) (85) | [PDF & Documents](#pdf--documents) (105) |
| [Image & Video Generation](#image--video-generation) (170) | [Media & Streaming](#media--streaming) (86) | [PDF & Documents](#pdf--documents) (105) |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Media & Streaming counts are inconsistent within README.

Line 184 was updated to 86, but the section footer still says View all 83 skills (Line 685). Please sync these values.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 184, The README shows inconsistent counts for the "Media &
Streaming" section: update the footer occurrence of "View all 83 skills" to
match the table entry "Media & Streaming (86)" (or vice versa if the table is
wrong) so both references use the same number; locate the "Media & Streaming
(86)" table cell and the footer text "View all 83 skills" and adjust the numeric
value to be identical throughout the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants