By swannysec
Codebase flow analysis, dependency visualization, and health scoring
A comprehensive collection of Claude Code plugins for research, security, code analysis, and workflow automation.
AI/ML research and verification tools for software development.
Skills:
ai-dev-research - Expert technical research on AI topicsai-twitter-radar - Discover AI trends and news from Twitter/X using Bird CLIresearch-verification - Pre-flight verification checklist for research taskskcap - Capture and distill knowledge from URLs into structured markdown notesstarduster - Catalog GitHub starred repos into a structured Obsidian vaultSecurity investigation and analysis tools.
Skills:
secret-scanning-investigator - Investigate GitHub secret scanning alerts with evidence-based analysissecurity-vuln-analyzer - Multi-agent vulnerability analysis with adversarial verification, ICD 203 analytic standards, CWE-specific procedures, confirmation bias mitigation, and deterministic validationgha-hardening - GitHub Actions security hardening — permissions, secrets, OIDC, attack patterns, supply chain, detection tools, runner security, incident responseCodebase flow analysis, dependency visualization, and health scoring.
Skills:
impact-flow - Dependency graphs, blast radius analysis, health scoring, and dead code detectionDevelopment workflow automation and productivity tools.
Commands:
/dep-check - Check dependency health and security/git-branch-cleanup - Clean up merged/stale branches/git-safe-commit - Safe commit with validation/post-impl-review - Post-implementation review/verify - Full verification suite (typecheck, lint, test, audit)Skills:
open-sourceror - Prepare skills/agents for open-source sharing or marketplace integrationphased-review - Multi-stage implementation review with parallel sub-agents, test gates, and scope modessafe-skill-install - Supply chain security scanning for skill installations via Cisco skill-scannersession-retrospective - Extract learnings from Claude Code sessionsplugin-qa - Validate plugin manifests, READMEs, versions, and cross-references; guided release prep with version bumpinggh-aw-helper - GitHub Agentic Workflows guide — setup, authoring, triggers, safe I/O, security, MCP tools, patterns, troubleshootinganti-laziness-guard - Three-layer Stop hook detecting and blocking work-skipping rationalizations (regex + Haiku intent detection + optional deep verification)Agents:
code-reviewer - Staff-level Rust code review specialistidempotency-tester - Verify operation idempotencyops-docs-generator - Generate operational documentationreview-orchestrator - Coordinate multi-phase code reviews/plugin marketplace add https://github.com/swannysec/robot-tools
/plugin install research-toolkit@robot-tools
/plugin install security-toolkit@robot-tools
/plugin install code-analysis-toolkit@robot-tools
/plugin install workflow-toolkit@robot-tools
/plugin marketplace add https://github.com/swannysec/robot-tools
/plugin install <plugin-name>@robot-tools
git clone https://github.com/swannysec/robot-tools.git
cd robot-tools
cc --plugin-dir ./<plugin-name>
robot-tools/
├── marketplace.json # Marketplace manifest
├── research-toolkit/ # AI/ML research tools
│ ├── plugin.json
│ └── skills/
├── security-toolkit/ # Security investigation tools
│ ├── plugin.json
│ └── skills/
├── code-analysis-toolkit/ # Code analysis tools
│ ├── plugin.json
│ └── skills/
└── workflow-toolkit/ # Workflow automation tools
├── plugin.json
├── commands/
├── skills/
├── agents/
└── hooks/
MIT License with Commercial Restriction
swannysec
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub swannysec/robot-tools --plugin code-analysis-toolkitAI/ML research and verification tools for software development
Security investigation and analysis tools
Development workflow automation, review orchestration, and productivity tools
Smart codebase exploration with dependency mapping and structure analysis
Live codebase visualization and structural quality gate — 14 health dimensions graded A-F, dependency analysis, and architecture governance via MCP
Codebase intelligence for Claude Code. Indexes your codebase into five layers (Graph, Git, Docs, Decisions, Code Health) and exposes them through nine task-shaped MCP tools — so Claude understands architecture, ownership, hotspots, why code is built the way it is, and where the defect risk lives.
Codebase exploration, refactoring, and quality analysis
Local codebase intelligence + change-safety gates for coding agents. Pre-indexes your repo's symbols, call graph, deps, and git history into SQLite (28 languages, 100% local, zero API keys), then exposes a lean 16-tool MCP core preset: graph-precise search, callers/impact blast radius, coupling, dead code, taint reachability, and pre-merge verify/critique gates that catch regressions, broken references, AI-slop duplication, and convention drift before they ship.
Analyze local repos for code health, complexity, test coverage gaps - multi-dimensional health analysis combining complexity + churn + coverage