npx claudepluginhub streckercm/claude-skillsTechnology-aware persona review system. Auto-detects project stack and runs tailored code reviews through specialized sub-agent personas.
A collection of custom Claude Code skills for AI-assisted software development.
Technology-aware rotating persona review system. Auto-detects your project's technology stack and runs tailored code reviews through specialized sub-agent personas (Implementer, Reviewer, Tester, UI/UX Designer, Security Auditor, Project Manager).
Supported stacks:
Usage:
/persona-review feature/123-feature-name # auto-detect stack
/persona-review feature/123-feature-name --stack dotnet-desktop # explicit stack
/persona-review feature/123-feature-name --overlay scientific-computing
Load a skill directly without installing, for testing or development:
claude --plugin-dir "C:/GitHub/claude-skills/persona-review"
Register this repo as a local marketplace, then install skills from it:
/plugin marketplace add C:/GitHub/claude-skills
/plugin install persona-review@strecker-skills
Add the marketplace from GitHub in your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"strecker-skills": {
"source": {
"source": "github",
"repo": "StreckerCM/claude-skills"
}
}
},
"enabledPlugins": {
"persona-review@strecker-skills": true
}
}
Or interactively:
/plugin marketplace add StreckerCM/claude-skills
/plugin install persona-review@strecker-skills
Create a new directory at the repo root with:
<skill-name>/
.claude-plugin/plugin.json
commands/<skill-name>.md
README.md
See persona-review/ for a complete example.
MIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search