By AbdouMoumen
Personal Claude Code skills: skill-creator, plugin-creator, forge, mcp-toggle, plugin-updater, fresh-start, dotfiles-sync, devbox-monitor, devbox-report, grill-me, handoff, skill-eval, judgment-evidence.
Compact the current conversation into a handoff document for another agent to pick up. Use when the user says "handoff", "hand off", or wants to pass work to another session.
Capture moments of good user judgment to a personal append-first store. Activates silently mid-session when the user pushes back on the agent with rationale, catches a bug, cuts scope with a reason, or makes a strong original design call. Also runs at end of session when the user says 'capture judgment', 'judgment evidence', 'review judgment from this session', or 'judgment review'.
Toggle MCP servers on/off in .mcp.json and manage git skip-worktree. Use when asked to enable/disable MCP servers, toggle MCP config, or manage .mcp.json ignore state.
Guides through creating Claude Code plugins with slash commands, Skills, agents, hooks, and MCP servers. Use when creating distributable plugin packages.
Detect installed plugins across Claude Code and Copilot CLI, update them, and keep a self-updating platform playbook for plugin list/update flows. Use when asked to list plugins, update plugins, refresh plugin installs, or handle plugin API changes.
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.
A Claude Code plugin containing personal skills for productivity, prompt engineering, and workflow automation.
From inside a Claude Code or Copilot CLI session:
/plugin marketplace add AbdouMoumen/claude-skills-plugin
/plugin install claude-skills@claude-skills
Or from your terminal (outside a session):
claude plugin marketplace add AbdouMoumen/claude-skills-plugin
claude plugin install claude-skills@claude-skills
# Copilot CLI equivalent
copilot plugin marketplace add AbdouMoumen/claude-skills-plugin
copilot plugin install claude-skills@claude-skills
Clone the repo and point your CLI at it:
git clone https://github.com/AbdouMoumen/claude-skills-plugin.git ~/claude-skills-plugin
Then launch with the plugin directory:
claude --plugin-dir ~/claude-skills-plugin
# or
copilot --plugin-dir ~/claude-skills-plugin
Or add a permanent alias to your shell profile:
# ~/.bashrc or ~/.zshrc
alias claude='claude --plugin-dir ~/claude-skills-plugin'
| Skill | Description |
|---|---|
| skill-creator | Guides Claude through creating new skills using a 5-phase process (discovery, scope, design, implement, validate). Model-invoked when you ask to create a skill. |
| plugin-creator | Guides through creating Claude Code plugins with slash commands, skills, hooks, and MCP servers. |
| forge | Craft, optimize, and review AI prompts using proven techniques. Supports create, evaluate, and compare workflows. |
| skill-review | Review a skill against a 9-axis rubric and emit conversational, severity-tagged findings with suggested fixes. Model-invoked when you ask to review, audit, or critique a skill. |
| mcp-toggle | Toggle MCP servers on/off in .mcp.json and manage git skip-worktree. |
| plugin-updater | Detect installed plugins across Claude Code and Copilot CLI, update them, and self-maintain a platform playbook when plugin APIs/commands change. |
| fresh-start | Post-PR cleanup: verify PR merged, switch to main, delete branch, pull latest, install deps. |
| dotfiles-sync | Set up, repair, and git-sync the dotfiles repository for Claude Code and Copilot config. |
| devbox-monitor | Continuously monitor AI agent activity and repo health across configured repos on a timer. Writes JSON snapshots to a shared sync path. |
| devbox-report | Read devbox status snapshots and generate a self-contained dark-mode HTML report, or answer natural-language queries about repo and agent state. |
| grill-me | Interview the user relentlessly about a plan or design until reaching shared understanding. Walks each branch of the decision tree. |
| handoff | Compact the current conversation into a handoff document for another agent to pick up. |
| judgment-evidence | Capture moments of good user judgment to a personal append-only store. Silent live capture during a session + end-of-session review sweep. Main store at ~/.agents/ (shareable), machine-local sidecar at ~/.agents-local/ (verbatim text + paths, kept in a separate directory so it can't be accidentally synced). Per-repo anonymization with deterministic repo hashes; unknown repos default to anonymized. |
Skills are model-invoked — Claude automatically uses them based on context. Just talk naturally:
"Create a skill that validates code before PRs"
→ skill-creator activates
"Write me a system prompt for a code reviewer"
→ forge activates
"Review the X skill" / "Audit this skill"
→ skill-review activates
"Fresh start" / "Next task"
→ fresh-start activates
"Toggle my MCP servers"
→ mcp-toggle activates
"Update my plugins across Claude and Copilot" / "List and update installed plugins"
→ plugin-updater activates
"Sync my dotfiles"
→ dotfiles-sync activates
"Monitor my repos" / "Start devbox monitor"
→ devbox-monitor activates
"Show devbox report" / "Which repos have uncommitted changes?"
→ devbox-report activates
"Grill me on this plan" / "Stress-test my design"
→ grill-me activates
"Handoff" / "Pass this to another session"
→ handoff activates
"Capture judgment" / "Review judgment from this session"
→ judgment-evidence activates (also fires silently when you push back on the agent, catch a bug, or cut scope)
npx claudepluginhub abdoumoumen/claude-skills-plugin --plugin claude-skillsRuntime debugging toolkit for web apps — inject state tracking, function interception, expression polling, and timeline instrumentation into any page via browser automation
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
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.