cr
v0.5.0GitHub workflow commands and audits for cr-calleja-software projects, configured per-project via .claude/project.md
By Clint Calleja0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cr for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cr@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/cr-calleja-software/claude-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cr/.
Plugin files
├── .claude-plugin/plugin.json└── skills/seo-audit/SKILL.md
Included Skills1
Read-only audit of a project's on-site SEO and AI/LLM discoverability. Scans the Next.js codebase for metadata, crawlability (sitemap/robots), schema.org structured data, indexable surface, and LLM-readability, then reports the current state and a prioritised list of improvements. Use this whenever the user asks to audit, review, check, or improve SEO, search ranking, Google discoverability, link previews, structured data, sitemaps, or how findable the site is by search engines or AI assistants (ChatGPT, Perplexity, AI Overviews) — even if they just say "how's our SEO" or "can people find us". Does not edit code or open issues; it reports and recommends.
Plugin manifests1
{
"name": "cr",
"description": "GitHub workflow commands and audits for cr-calleja-software projects, configured per-project via .claude/project.md",
"version": "0.5.0",
"author": {
"name": "Clint Calleja",
"email": "[email protected]"
},
"homepage": "https://github.com/cr-calleja-software/claude-toolkit",
"repository": "https://github.com/cr-calleja-software/claude-toolkit",
"keywords": [
"github",
"code-review",
"seo",
"workflow"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cr on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cr)