Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Talon Neely avatar

Neely Brain Dump

  • 1 repo stars
  • Updated July 22, 2026
  • Built-Simple/claude-brain-dump-repo

Personal brain dump: machine profiles, SSH configs, MCP servers, workflow documentation

About

neely-brain-dump is a Claude Code skill in the Documentation category. Personal brain dump: machine profiles, SSH configs, MCP servers, workflow documentation

  • neely-brain-dump
  • Documentation
  • AI-coding skill

Neely Brain Dump by the numbers

  • Data as of Jul 23, 2026 (Skillselion catalog sync)
/plugin marketplace add Built-Simple/claude-brain-dump-repo
/plugin install neely-brain-dump@neely-brain-dump-marketplace

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Last updatedJuly 22, 2026
RepositoryBuilt-Simple/claude-brain-dump-repo

What it does

Personal brain dump: machine profiles, SSH configs, MCP servers, workflow documentation

README.md

CLAUDE BRAIN DUMP SYSTEM

Cross-machine portable configuration for Claude Code. Contains environment docs, plugin configs, MCP servers, and host inventory.

QUICK DEPLOY

Windows

git clone [repo-url]
powershell -ExecutionPolicy Bypass -File scripts/setup-windows.ps1

Unix/Mac

git clone [repo-url]
bash scripts/setup-unix.sh

STRUCTURE

├── HOSTS.md                 # Network hosts, IPs, SSH creds
├── config/
│   ├── mcp-servers/         # MCP server configs
│   └── plugins/             # Plugin settings, marketplaces
├── docs/
│   ├── frameworks/          # AI code documentation system
│   └── guides/              # Brain dump methodology
├── machine-profiles/        # Per-machine environment docs
├── scripts/                 # Setup automation
└── templates/               # CLAUDE.md, solution templates

KEY FILES

File Purpose
HOSTS.md All network hosts, IPs, SSH credentials
config/plugins/settings.json.example Plugin enable/disable
config/plugins/known_marketplaces.json.example Marketplace sources
config/mcp-servers/claude_desktop_config.json.example MCP config
templates/CLAUDE.md.template Brain dump init template

PLUGINS (17 enabled)

Marketplaces

  • anthropics/skills
  • anthropics/claude-code
  • jeremylongshore/claude-code-plugins
  • obra/superpowers-marketplace

Active Plugins

  • superpowers, superpowers-developing-for-claude-code
  • git-commit-smart, project-health-auditor
  • ai-ml-engineering-pack, security-pro-pack
  • devops-automation-pack, fullstack-starter-pack
  • domain-memory-agent, workflow-orchestrator
  • design-to-code, conversational-api-debugger
  • formatter, security-agent, overnight-dev, hello-world

MCP SERVERS

Playwright

{
  "mcpServers": {
    "playwright": {
      "command": "node",
      "args": ["[npm-global]/node_modules/@playwright/mcp/dist/index.js"]
    }
  }
}

PRIMARY SSH TARGET

Host: 192.168.1.115
User: root
Pass: [REDACTED - use SSH keys]

CONFIG LOCATIONS

Platform Claude Code Config Claude Desktop Config
Windows %USERPROFILE%\.claude\ %APPDATA%\Claude\config.json
Mac ~/.claude/ ~/Library/Application Support/Claude/config.json
Linux ~/.claude/ ~/.config/Claude/config.json

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.