Skill

plugin-guide

Guide to all installed Claude Code plugins and skills. Use when asking about available skills, what plugins do, or how to invoke them.

From neely-brain-dump
Install
1
Run in your terminal
$
npx claudepluginhub built-simple/claude-brain-dump-repo --plugin neely-brain-dump
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Claude Code Plugins & Skills Guide

Comprehensive guide to installed plugins and skills on the cluster.

Last Updated: December 5, 2025


Overview

4 plugin marketplaces with dozens of skills:

MarketplaceFocusKey Plugins
neely-brain-dump-marketplaceInfrastructure & contextDatabase queries, SSH, machine profiles
anthropic-agent-skillsDocument processingPDF, XLSX, DOCX, PPTX, frontend design
superpowers-marketplaceDevelopment disciplineTDD, debugging, brainstorming, planning
claude-code-plugins-plusFull-stack development254 plugins, generators, overnight dev

Tier 1: Best-in-Class (Highly Recommended)

neely-brain-dump Skills

Your infrastructure context - always accurate.

SkillUse When
neely-brain-dump:machine-contextNeed hardware/software specs for any cluster node
neely-brain-dump:ssh-managementNeed SSH access, container IPs, tunnel info
neely-brain-dump:databasesQuery PubMed (4.5M), Legal (9.2M), StackOverflow (18.5M), ArXiv (2.8M)
neely-brain-dump:file-searchSearch files across cluster via Elasticsearch
neely-brain-dump:plugin-guideThis guide - what skills exist and when to use them

superpowers Skills

Enforce disciplined development workflows. Opinionated but effective.

SkillUse When
superpowers:brainstormingPlanning a new feature - forces one question at a time
superpowers:test-driven-developmentWriting any new code - enforces RED-GREEN-REFACTOR
superpowers:systematic-debuggingAny bug - 4-phase process prevents random fixes
superpowers:writing-plansNeed implementation roadmap
superpowers:verification-before-completionBefore marking anything done

Key insight: These are "opinionated by design" - they force discipline. The TDD skill literally says "delete code written before tests."

example-skills (Anthropic Official)

Professional document creation and processing.

SkillUse When
example-skills:pdfRead, create, merge, split, OCR PDFs
example-skills:xlsxExcel/spreadsheet work with formulas
example-skills:docxWord documents with formatting
example-skills:pptxPowerPoint presentations
example-skills:frontend-designBuilding UIs - anti "AI slop" aesthetics

Tier 2: Useful Specialists

fullstack-starter-pack

Generate boilerplate for full-stack apps. 15 plugins.

CommandUse When
/project-scaffoldStart a new full-stack project
/express-api-scaffoldGenerate Express.js API
/fastapi-scaffoldGenerate FastAPI backend
/prisma-schema-genCreate database schemas
/component-generatorGenerate React components
/auth-setupAdd JWT/OAuth authentication

overnight-dev

Git hooks that block commits until tests pass - Claude works autonomously overnight.

Use when: Well-defined, testable task and want Claude to iterate until green.

Other Useful Skills

SkillUse When
example-skills:mcp-builderCreating new MCP servers
example-skills:skill-creatorCreating new skills
example-skills:webapp-testingTesting web apps with Playwright
example-skills:canvas-designCreating visual art/posters
example-skills:algorithmic-artGenerative art with p5.js

Tier 3: Specialized / Situational

Document Skills

SkillNotes
example-skills:doc-coauthoringStructured workflow for writing docs
example-skills:internal-commsTemplates for status reports, updates
example-skills:brand-guidelinesAnthropic brand colors/fonts
example-skills:theme-factory10 pre-set themes for artifacts

claude-code-plugins-plus Categories

254 plugins across:

  • productivity/ - Taskwarrior, YAML tools, content validators
  • devops/ - CI/CD, Docker, deployment
  • security/ - Security scanning, auditing
  • database/ - Schema tools, query builders
  • ai-ml/ - ML experiment logging, model tools

Known Issues

Broken Plugins (Don't Use)

PluginIssue
formatter@claude-code-plugins-plusDuplicate hooks file error
security-agent@claude-code-plugins-plusInvalid manifest
design-to-code@claude-code-plugins-plusInvalid manifest

Recommendations by Task

Infrastructure Work

neely-brain-dump:machine-context  (hardware/software context)
neely-brain-dump:ssh-management   (access and IPs)
neely-brain-dump:file-search      (find files across cluster)
neely-brain-dump:databases        (query 377GB of data)

Development Work

superpowers:brainstorming         (design before code)
superpowers:test-driven-development (write tests first)
superpowers:systematic-debugging  (debug methodically)

Document Work

example-skills:pdf                (PDF manipulation)
example-skills:xlsx               (spreadsheets with formulas)
example-skills:docx               (Word documents)

Building Apps

fullstack-starter-pack commands   (scaffolding)
example-skills:frontend-design    (creative UIs)
overnight-dev                     (autonomous TDD)

Quick Reference: Invoking Skills

# Invoke a skill (loads the full documentation)
Skill("neely-brain-dump:databases")
Skill("superpowers:brainstorming")
Skill("example-skills:pdf")

# Run slash commands
/superpowers:brainstorm      # Interactive design session
/superpowers:write-plan      # Create implementation plan
/overnight-setup             # Set up overnight dev hooks
/project-scaffold            # Generate full-stack project

Skill Philosophy Summary

MarketplacePhilosophy
neely-brain-dump"Know your infrastructure" - rich context about YOUR setup
superpowers"Discipline beats talent" - rigid workflows that prevent mistakes
example-skills"Do it right" - professional-grade document/code handling
plugins-plus"Don't reinvent" - generators and boilerplate for common tasks

Maintenance Notes

  • Skills load from markdown files - can be updated without reinstalling
  • neely-brain-dump skills reference YOUR actual infrastructure - keep current
  • superpowers skills evolve - always run current version
  • Some plugins in claude-code-plugins-plus have manifest errors
Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitDec 5, 2025