Skip to content

Add Skill Dock to Directories#190

Open
yen0304 wants to merge 2 commits intoPatrickJS:mainfrom
yen0304:add-skill-dock
Open

Add Skill Dock to Directories#190
yen0304 wants to merge 2 commits intoPatrickJS:mainfrom
yen0304:add-skill-dock

Conversation

@yen0304
Copy link

@yen0304 yen0304 commented Mar 7, 2026

Adds Skill Dock to the Directories section.

Skill Dock is a VS Code extension for managing agent skills locally. It supports importing skills into Cursor (and 20+ other AI tools) in the correct format, with a built-in marketplace and skills.sh integration.

Summary by CodeRabbit

  • Documentation
    • Added a "Skill Dock" link in the Directories section of the README.
    • Removed the "CursorDirectory" link and ensured "CursorList" remains listed.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 7, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 19199f66-4d91-48ab-bbbb-923722c640fc

📥 Commits

Reviewing files that changed from the base of the PR and between 909b38a and d2d5dd2.

📒 Files selected for processing (1)
  • README.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

📝 Walkthrough

Walkthrough

README.md updated: the Directories section removes the CursorDirectory link, re-lists CursorList, and adds a new Skill Dock link; no code or API declarations changed. Manifest shows +2/-1 line changes.

Changes

Cohort / File(s) Summary
Documentation
README.md
Removed CursorDirectory link, re-listed CursorList, and added a new Skill Dock link entry in the Directories section; net +2/-1 lines in manifest.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰✨ I hopped through README, light and quick,
Found a gap and placed a shiny link,
Skill Dock now sits where pages meet,
CursorList stayed, CursorDirectory beat,
A tiny change — a rabbit's little trick.

🚥 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 reflects the main change: adding Skill Dock to the Directories section of README.md.
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
  • Post copyable unit tests in a comment

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.

Copy link
Contributor

@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 `@README.md`:
- Line 293: The README entry for "Skill Dock" includes an extra descriptive
suffix; update the list item to match the other directory entries by removing
the description so it is only the name and link (i.e., change the line
containing "Skill Dock" to just the markdown link [Skill
Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock)
with no trailing description).
- Line 293: The Directories section entry ordering is out of alphabetical order;
update the README entries so the names appear in alphabetical order by moving
the "Skill Dock" line to be last and reordering the block to "CursorDirectory",
"CursorList", then "Skill Dock" (locate the lines mentioning CursorList, Skill
Dock, and CursorDirectory and adjust their positions accordingly).

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ea6e5605-ea66-4b4d-b508-c3075999cb22

📥 Commits

Reviewing files that changed from the base of the PR and between fc2ce04 and 909b38a.

📒 Files selected for processing (1)
  • README.md

README.md Outdated
## Directories

- [CursorList](https://cursorlist.com)
- [Skill Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock) - VS Code extension to manage, browse, and import agent skills across Cursor and 20+ AI tools.
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Remove description to maintain consistent formatting.

The existing entries in the Directories section follow a simple format of name and link only, without additional descriptions. The new entry includes a description suffix, which breaks this consistency.

As per coding guidelines, use consistent formatting for list items in the README.md file.

📝 Proposed fix to match existing format
-- [Skill Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock) - VS Code extension to manage, browse, and import agent skills across Cursor and 20+ AI tools.
++ [Skill Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [Skill Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock) - VS Code extension to manage, browse, and import agent skills across Cursor and 20+ AI tools.
- [Skill Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 293, The README entry for "Skill Dock" includes an extra
descriptive suffix; update the list item to match the other directory entries by
removing the description so it is only the name and link (i.e., change the line
containing "Skill Dock" to just the markdown link [Skill
Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock)
with no trailing description).

⚠️ Potential issue | 🟡 Minor

Reorder to maintain alphabetical order.

The new entry should be positioned last in the Directories section to maintain alphabetical order. Currently, the order is CursorList, Skill Dock, CursorDirectory, but it should be CursorDirectory, CursorList, Skill Dock.

As per coding guidelines, maintain alphabetical order within each category in the README.md file.

📝 Proposed fix to correct alphabetical ordering
 - [CursorList](https://cursorlist.com)
-- [Skill Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock) - VS Code extension to manage, browse, and import agent skills across Cursor and 20+ AI tools.
 - [CursorDirectory](https://cursor.directory/)
++ [Skill Dock](https://marketplace.visualstudio.com/items?itemName=skill-dock.skill-dock) - VS Code extension to manage, browse, and import agent skills across Cursor and 20+ AI tools.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 293, The Directories section entry ordering is out of
alphabetical order; update the README entries so the names appear in
alphabetical order by moving the "Skill Dock" line to be last and reordering the
block to "CursorDirectory", "CursorList", then "Skill Dock" (locate the lines
mentioning CursorList, Skill Dock, and CursorDirectory and adjust their
positions accordingly).

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant