claudeindex
panospro's avatar
Author

pprotops

@panospro
1
Marketplaces
9
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

protops-skills

Personal Claude Code skills — diff review, footgun hunting, rubber-duck debugging, daily standup, bug triage, and a banking-domain glossary.

Plugins:9
Skills:0
0
0

Plugins

Plugin

check-consistency

Review a git diff against inferred repo patterns and universal best practices. Flags inconsistencies, sloppy comments, lazy / over-engineered code, and hardcoded paths before commit.

Plugin

rubber-duck

Structured rubber-duck debugging — forces articulating the problem properly before any solution is proposed.

Plugin

standup

Generate a daily standup summary from git activity. Reads git log over a window and produces a 3-bullet Yesterday / Today / Blockers summary.

Plugin

bank-jargon

Personal banking / software / AI terminology notebook. Auto-triggers on named terms / acronyms / domain concepts and maintains a glossary at ~/.claude/data/bank-jargon/glossary.md.

Plugin

safe-commit

Commit safety layer — secret scanning, identity verification, and commit hygiene enforcement. Blocks commits containing secrets, sensitive files, hardcoded paths, or merge conflict markers. After a clean commit, reminds the user to run /me:check-consistency.

Plugin

alert-sounds

Hook-based audio + visual alerts for Claude Code events — distinct sounds, desktop notifications, taskbar flash, and status line colors. Fully configurable per event via hooks/config.json. Installed separately from the `me` bundle (hooks can't live in a skill bundle).

Plugin

next-step

Tiny UserPromptSubmit hook — injects a `**Next:**` directive into every prompt so Claude ends responses with a copy-pasteable slash command. Standalone alternative to mk-flow's much bigger intent-inject hook. No slash commands of its own.

Plugin

ship-ready

Whole-repo pre-distribution audit + guided cleanup. Scans everything that would be committed for personal identifiers, secrets, dangling references to gitignored paths, workflow/AI leakage, generated-file slop, dead config/code, and PII; stops with a fix-plan checklist you select from; then applies only the chosen fixes and hands over git/rm commands.

Plugin

me

Personal Claude Code skills + matching /me:<name> slash commands. Skills under the `me:` namespace, commands as /me:check-consistency, /me:rubber-duck, /me:standup, /me:bank-jargon, /me:safe-commit, /me:ship-ready.