Skip to content

konciergeMD/bsc-claude-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

messaging-team-claude

Claude Code plugin for the Accolade messaging team.

What's included

Hook: ruff auto-fix on Python edits

Automatically runs ruff check --fix and ruff format on any .py file Claude writes or edits. Requires uvx (comes with uv).

Skill: /commit-and-pr

Stages changes, generates a conventional commit message, and opens a PR via gh. Works in any project.

Skill: /release

Automates the messaging-model release process:

  • Bumps ts/package.json and java/pom.xml versions
  • Commits the version bump
  • Creates the GitHub release + tag via gh release create
  • Prints Jenkins pipeline links for each language

Prerequisites

  • uv installed (brew install uv)
  • gh CLI authenticated
  • jq installed (brew install jq)

Install

/plugin marketplace add konciergeMD/bsc-claude-plugin
/plugin install messaging-team-claude@bsc-claude-plugin

Usage

In any project:

/commit-and-pr

In messaging-model:

/release 1.30.0

Publishing (maintainers)

cd messaging-team-claude-plugin
npm publish --registry https://<artifactory-url>/api/npm/<repo>/

About

Tools and skills for BCS team.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors