Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ Thirty-five curated skill modules included in this repo, with access to **400,00
| [BlogBurst](https://github.com/shensi8312/blogburst-claude-skill) | `git clone https://github.com/shensi8312/blogburst-claude-skill ~/.claude/skills/blogburst` | Autonomous social media manager for Twitter/Bluesky/Telegram/Discord — writes posts, replies, learns what works. Replaces a $500-1,500/mo freelance SMM for $29-99/mo. Public endpoints demo content before signup. |
| [Gear Foundation Skills](https://github.com/gear-foundation/vara-skills) | [Repo](https://github.com/gear-foundation/vara-skills) | 21 skills teaching AI coding agents to build and ship Rust smart contracts on Vara Network with Gear/Sails. Covers planning, implementation, testing, frontend, indexing, on-chain deployment, and safe program evolution. MIT. |
| [Superpower Builder](https://github.com/redhuntlabs/superpower-builder) | `/plugin marketplace add redhuntlabs/superpower-builder` then `/plugin install superpower-builder@superpower-builder` | Interview-driven meta-builder that turns recurring tasks into reusable `SKILL.md` files. Routes by workflow/discipline/content/subagent kind, then pressure-tests baseline-without-skill vs. with-skill before saving. MIT, no telemetry. |
| [aidex](https://github.com/yacb2/aidex) | `git clone https://github.com/yacb2/aidex && cd aidex && ./install.sh` | Organizes a Claude Code setup: a single symlinked skill store, a `.context/` convention for project knowledge, and 16 skills covering plans, decisions, audits, backlog, and durable multi-phase agent execution, plus an auditor for context bloat, broken symlinks, and stale docs. MIT. |

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Fix the skill count in the description.

aidex's upstream README currently says ### 14 skills, so this row's "16 skills" claim is out of sync with the repository it links to. (github.com)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 678, The aidex table entry has an inaccurate skill count
in its description. Update the README row for aidex so the wording matches the
upstream repository’s current README and does not claim “16 skills”; use the
correct count and keep the rest of the summary consistent with the linked
project.

Source: MCP tools


### Installing Skills

Expand Down