CLAUDE CODE MARKETPLACES
Skillsskillkeel-starterSkillkeel Starter

Skillkeel Starter

Guard hooks that stop destructive commands and leaked secrets, plus eight tested repo skills for Claude Code.

/plugin marketplace add skillkeel/skillkeel-starter
SKILL.md

Three PreToolUse hooks and eight tested repo skills for Claude Code, bundled as a single plugin marketplace.

Hooks

  • guard-bash — blocks destructive commands: rm -rf, force pushes without --force-with-lease, git reset --hard, DROP DATABASE, curl | bash, and git config changes that execute commands or write into .git.
  • secret-scan — blocks a file write that contains an AWS, OpenAI, Anthropic, GitHub, or Slack key, a private key, a JWT, or a hard-coded password.
  • session-start — prints the current git state and the skill list at the start of a session.

Skills

changelog, commit-message, pr-description, readme-refresh, claude-md-init, dependency-audit, secret-audit, test-gap-finder.

Testing

64 hook unit tests. Evals in the claude plugin eval format ship in the repo and are rerun on every Claude Code release, with per-version results in docs/compat.md. The hooks are also run against a public tamper-case corpus: skillkeel/tamper-cases.

License: MIT.

Install

/plugin marketplace add skillkeel/skillkeel-starter
/plugin install skillkeel-starter@skillkeel

Links

Installs0
GitHub Stars0
AddedSep 18, 2026
View on GitHub