Automate safe, conventional Git commits after task completion: detects tickets from GitHub, GitLab, or Jira; generates semantic messages; runs branch protection checks; requires user confirmation before local commit—never pushes to remote.
Personal plugin marketplace for Claude Code — skills, hooks, and agents for workflow automation and development toolkits.
Marketplace ID: bershadsky-claude-tools
# Add marketplace
/plugin marketplace add sergio-bershadsky/ai
# Install a plugin (e.g., git)
/plugin install git@bershadsky-claude-tools
| Plugin | Description | Skills | Hooks |
|---|---|---|---|
| git | Git workflow automation: conventional commits, auto-staging, uncommitted changes protection | /commit, /version | auto-stage, pre-stop-commit |
| settings-sync | Sync Claude settings across ephemeral VMs via Git backup | — | backup-settings |
| Plugin | Description | Skills | Agents |
|---|---|---|---|
| django-dev | Opinionated Django toolkit with Ninja API, Unfold admin, pytest, Dynaconf | 4 skills | django-review |
| frappe-dev | Frappe Framework v15 toolkit with multi-layer architecture | 5 skills | — |
| Plugin | Description | Skills | Hooks |
|---|---|---|---|
| secondbrain | Knowledge base scaffolding with microdatabases, VitePress portal, semantic search, review stamps, meeting transcription | 11 skills | freshness, sidebar, search-index, session-context, transcription-check |
| replit-prompts | Optimized prompts, PRDs, and task plans for Replit Agent | 3 skills | — |
| Plugin | Description |
|---|---|
| marketplace-validator | Validates marketplace.json schema after every edit |
Knowledge base scaffolding with YAML microdatabases, configurable entity types (ADRs, Notes, Tasks, Discussions, custom), dual semantic search (qmd for CLI, Orama for browser), review stamps with staleness badges, and meeting transcription. 11 skills, 2 agents, 5 automation hooks. See the full documentation.
/plugin install secondbrain@bershadsky-claude-tools
Conventional commits with branch safety checks and ticket detection (GitHub, GitLab, Jira, Linear). Semantic version bumping with git tags. Auto-stages files after edits. Blocks session exit if uncommitted changes exist.
/plugin install git@bershadsky-claude-tools
Skills: /commit, /version | Hooks: auto-stage, pre-stop-commit
Backs up ~/.claude/ to the repo before session ends, excluding sensitive files. Bootstrap script restores settings on new VMs (Codespaces, Gitpod, cloud).
/plugin install settings-sync@bershadsky-claude-tools
Bootstrap: curl -fsSL https://raw.githubusercontent.com/sergio-bershadsky/ai/main/plugins/settings-sync/scripts/bootstrap.sh | bash
Opinionated Django patterns: 1-file-per-model, UUID PKs, soft delete, Dynaconf config, Django Ninja APIs (1-endpoint-per-file, Pydantic schemas), Unfold admin with HTMX, pytest + factory_boy testing. Code review agent for convention compliance.
/plugin install django-dev@bershadsky-claude-tools
Skills: django-dev, django-dev-ninja, django-dev-unfold, django-dev-test | Agent: django-review
Frappe Framework v15 with multi-layer architecture (Controller → Service → Repository → DB). DocType scaffolding, REST API endpoints, service layer patterns, app bootstrapping, pytest integration tests.
/plugin install frappe-dev@bershadsky-claude-tools
Skills: frappe-doctype, frappe-api, frappe-service, frappe-app, frappe-test
Structured prompts for Replit Agent based on Replit's 10 official guidelines. Generates optimized prompts, PRDs, and phased development plans that minimize iteration.
/plugin install replit-prompts@bershadsky-claude-tools
Skills: replit-prompt, replit-prd, replit-plan
Internal. Validates marketplace.json schema after every Write/Edit. Blocks the session if validation fails.
Run documentation site locally:
npm install
npm run docs:dev
Visit: http://localhost:5173
Public domain (Unlicense)
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 sergio-bershadsky/ai --plugin gitFlexible knowledge base scaffolding: personal KB, project docs, team collaboration with configurable entities, microdatabases, and VitePress portal
Professional Frappe Framework v15 development toolkit with multi-layer architecture patterns, DocType scaffolding, REST API v2 development, and comprehensive testing
Opinionated Django development toolkit with Ninja API, Unfold admin, pytest, and Dynaconf patterns
Generate optimized prompts, PRDs, and task plans for Replit Agent that maximize AI understanding and minimize iterations
Semantic version bumping for plugins with git tags and commits
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Commands for Git operations, commits, and PRs
Semantic version bumping for plugins with git tags and commits
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Conventional Git automation and advanced repository management
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup