By panospro
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 for code-quality review.
Personal Claude Code skills marketplace.
| Plugin | What it does |
|---|---|
| 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. |
| rubber-duck | Structured rubber-duck debugging — forces articulating the problem before any solution is proposed. |
| standup | Daily standup summary from git activity — 3-bullet Yesterday / Today / Blockers. |
| bank-jargon | Personal banking / software / AI terminology notebook. Maintains a glossary at ~/.claude/data/bank-jargon/glossary.md. |
| safe-commit | Commit safety layer — secret scanning, identity verification, commit hygiene. Blocks commits with secrets / sensitive files / hardcoded paths / merge markers. After a clean commit, reminds you to run /me:check-consistency. |
me bundle)Hooks can't live inside a skill bundle, so these install on their own.
| Plugin | What it does |
|---|---|
| alert-sounds | UserPromptSubmit / Stop / Notification / PermissionRequest hooks that play distinct sounds, flash the taskbar, and tint the statusline. Per-event config at hooks/config.json. Fork of mk-cc-all:alert-sounds. |
| next-step | Tiny UserPromptSubmit hook that injects a **Next:** directive into every prompt so Claude ends each response with a copy-pasteable slash command. Standalone alternative to mk-flow's much bigger intent-inject.sh. |
Install:
claude plugin install alert-sounds@protops-skills
claude plugin install next-step@protops-skills
All skills install under the me: namespace. The bundle exposes both:
me:check-consistency./-autocomplete) — e.g. /me:check-consistency, /me:rubber-duck, /me:standup, /me:bank-jargon, /me:safe-commit.claude plugin marketplace add github:pprotops/protops-skills
# Recommended: install the bundle (all 5 skills under the `me:` namespace)
claude plugin install me@protops-skills
# Or cherry-pick a single plugin (bare slash command, no `me:` prefix)
claude plugin install check-consistency@protops-skills
claude plugin marketplace add /path/to/protops-skills
claude plugin install me@protops-skills
protops-skills/
├── .claude-plugin/
│ ├── marketplace.json # marketplace metadata + plugin list
│ └── plugin.json # bundle plugin (installs all skills at once)
├── plugins/
│ └── <plugin>/
│ ├── .claude-plugin/plugin.json
│ └── skills/<plugin>/SKILL.md
└── README.md
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 panospro/protops-skills --plugin safe-commitReview a git diff against inferred repo patterns and universal best practices. Flags inconsistencies, sloppy comments, lazy / over-engineered code, and hardcoded paths before commit.
Structured rubber-duck debugging — forces articulating the problem properly before any solution is proposed.
Generate a daily standup summary from git activity. Reads git log over a window and produces a 3-bullet Yesterday / Today / Blockers summary.
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.
Cross-platform alerts for Claude Code events — sound, desktop notifications, status line colors, volume control, and mute/unmute. Fully configurable per event.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use