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
14 changes: 14 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,20 @@
"author": {
"name": "Nelson Love"
}
},
{
"name": "toprank",
"source": {
"source": "git-subdir",
"url": "https://github.com/nowork-studio/toprank.git",
"path": ".",
"ref": "main"
Comment on lines +223 to +225
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Action required

1. Git-subdir path mismatch 🐞 Bug ≡ Correctness

The new toprank entry uses git-subdir with path: ".", but this repo documents that external
plugins should live under plugin/claude-code/ and all other git-subdir entries follow that
convention. If toprank follows the documented layout, this entry will fetch the wrong subdirectory
and fail to install expected plugin components.
Agent Prompt
### Issue description
`toprank` is configured with `git-subdir` but uses `path: "."`, which conflicts with this repo’s documented convention for external plugin repos (`plugin/claude-code/`). This can make installs pull the wrong directory.

### Issue Context
The README explicitly documents the expected external repo layout, and all other `git-subdir` entries use `path: "plugin/claude-code"`.

### Fix
- Verify the actual directory in `nowork-studio/toprank` that contains the Claude Code plugin content.
- Update `.claude-plugin/marketplace.json` to set `source.path` to that directory (likely `plugin/claude-code`).
- If `toprank` is intentionally root-based, update the README to document this exception.

### Fix Focus Areas
- .claude-plugin/marketplace.json[219-226]
- README.md[86-87]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

},
"description": "Open-source MIT Claude Code plugin with 9 SEO and Google Ads skills. Connects Google Search Console, PageSpeed Insights, and the Google Ads API, then ships fixes including meta tag rewrites, JSON-LD schema generation, keyword bid adjustments, and CMS content pushes.",
"version": "0.11.0",
"author": {
"name": "nowork-studio"
}
}
]
}