Skip to content

Claude plugin#10

Merged
SamHatoum merged 6 commits intomainfrom
claude-plugin
Mar 21, 2026
Merged

Claude plugin#10
SamHatoum merged 6 commits intomainfrom
claude-plugin

Conversation

@iksinski
Copy link
Copy Markdown
Collaborator

  1. GitHub Marketplace (easiest)

Create a marketplace repo (e.g. BeOnAuto/claude-plugins) with a marketplace.json:

  {
    "name": "beon-auto",
    "owner": { "name": "BeOnAuto" },
    "plugins": [
      {
        "name": "claude-auto",
        "description": "Husky-style hooks and skills management for Claude Code",
        "version": "0.16.0",
        "author": { "name": "Sam Hatoum" },
        "source": { "source": "github", "repo": "BeOnAuto/claude-auto" }
      }
    ]
  }

Users then:

  /plugin marketplace add BeOnAuto/claude-plugins
  /plugin install claude-auto@beon-auto
  1. Direct GitHub install (no marketplace needed)

Since the plugin is already on GitHub, users may be able to install directly:

  /plugin marketplace add BeOnAuto/claude-auto
  1. Official Anthropic marketplace

Submit at https://platform.claude.com/plugins/submit for claude plugin install claude-auto to just work.

iksinski and others added 6 commits March 18, 2026 16:43
Support both legacy install and native Claude Code plugin mode.
Runtime detection via CLAUDE_PLUGIN_ROOT determines active mode.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add runtime config management for validators and reminders
via overrides in hook state and /claude-auto:config skill.
Add first-setup guidance on initial plugin use. Document
custom validators and reminders in README.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Skip commit validation when validateCommit.mode is set to
off in hook state. Previously the mode was ignored and
validators always ran.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@SamHatoum SamHatoum merged commit 96ae09f into main Mar 21, 2026
4 checks passed
@SamHatoum SamHatoum deleted the claude-plugin branch March 21, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants