Custom Claude Code plugins for codebase analysis, skill generation, and workflow automation
npx claudepluginhub slickage/claude-pluginsAnalyzes codebases to detect tech stacks and generate tailored Claude Code skills. 18 specialized analyzers for React, databases, testing, DevOps, monitoring, AI, and more.
Automates the full lifecycle of working on Linear issues — from planning through PR creation. Integrates Linear, Beads task tracking, and GitHub PRs with Conventional Commits.
Custom Claude Code plugins for codebase analysis, skill generation, and workflow automation.
Run these commands inside a Claude Code session (they start with /):
/plugin marketplace add slickage/claude-plugins
/plugin install stackgen@slickage
Individual plugins may have additional prerequisites that run in your terminal (e.g.,
brew install). See each plugin's README for details.
Analyzes codebases and generates tailored Claude Code skills. 11 specialized agents with optimized context passing.
| Command | Description |
|---|---|
/stackgen:analyze | Full codebase analysis and skill generation |
/stackgen:quick | Quick tech stack overview |
/stackgen:refresh | Update existing skills |
/stackgen:check | Audit skills for issues |
Detection (1):
stack-detector - Comprehensive dependency/config/pattern analysis (Haiku)Core Analyzers (4, always run):
security-analyzer - Security patterns and best practicesarchitecture-analyzer - Code structure and organizationcode-quality-analyzer - Linting, formatting, types, dependenciesperformance-analyzer - Performance optimizationConditional Analyzers (6, gated by detection):
frontend-analyzer - UI framework patterns (React, Vue, Angular)backend-analyzer - Server patterns (APIs, Server Actions)database-analyzer - ORM/database patternstesting-analyzer - Unit, integration, E2E testsdevops-analyzer - CI/CD, Docker, deploymentmonitoring-analyzer - Logging, error tracking, analytics.claude/skills/
├── security/
├── architecture/
├── code-quality/
├── performance/
├── frontend/ (if detected)
├── backend/ (if detected)
├── database/ (if detected)
├── testing/ (if detected)
├── devops/ (if detected)
└── monitoring/ (if detected)
Automates the full lifecycle of working on Linear issues — from planning through PR creation. Integrates Linear, Beads task tracking, and GitHub PRs with Conventional Commits.
bd command available)gh command available)/plugin install issue-lifecycle@slickage
| Command | Description |
|---|---|
/issue-start <ID> | Fetch issue, create plan, Beads tasks, branch, update Linear |
/issue-task [ID] | Work on next unblocked task, present for review |
/commit | Semantic commit + close Beads task |
/issue-finish [ID] | Push, create PR, update Linear, post completion comment |
| Flag | Command | Description |
|---|---|---|
--auto | /issue-task | Loop through all tasks: implement, commit, next — automatically |
--finish | /issue-task | Also push + PR + Linear update after last task. Requires --auto |
--on-failure=stop|skip | /issue-task | Halt on failure (default) or skip and continue. Requires --auto |
--auto | /issue-start | Chain into auto-loop after plan approval and setup |
--no-confirm | /issue-start | Skip plan approval pause. Requires --auto |
--base <branch> | /issue-finish | Target branch for the PR. Auto-detects repo default if omitted |
# Fully autonomous, zero pauses
/issue-start ONC-5 --auto --no-confirm
# Auto-loop tasks only (manual start/finish)
/issue-task --auto
# Auto-loop + auto-finish
/issue-task --auto --finish --on-failure=skip
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories