By ondrasek
Fail-fast cascade checker — enforces staging, conventional commits, and push via Stop hook
A collection of Claude Code plugins by ondrasek.
Add this marketplace to Claude Code:
/plugin marketplace add ondrasek/cc-plugins
Then install individual plugins:
/plugin install blueprint@cc-plugins
| Plugin | Description |
|---|---|
| blueprint | Quality methodology for Python, .NET, Rust, and Neovim Lua — analyzes your project and configures 9 dimensions of quality tooling (16 skills: 4 languages x setup/audit/update/explain) |
| github-issues | Intelligent GitHub issue management — natural language queries, codebase-aware creation, progressive refinement (epics → user stories) |
| github-releases | Intelligent GitHub release management — version detection, conventional commit analysis, release notes generation |
| git-auto-commit | Fail-fast cascade checker — enforces staging, version bumps, conventional commits, and push via Stop hook |
| auto-release | Automated semantic versioning and GitHub releases from conventional commits |
| obsidian-blueprint | Quality methodology for git-managed Obsidian vaults — analyzes vault structure and configures 7 dimensions of content quality (5 skills: setup/audit/update/explain/calendar) |
| calendar-access | Read-only calendar access — Google Calendar (gcalcli) and Microsoft 365 (Azure CLI + Graph API), with SessionStart hook for today's events (10 skills: setup/view/search/list-calendars + 6 shortcuts) |
| Script | Description |
|---|---|
| python-quality-gate | Fail-fast Python quality gate — 14 checks via Stop hook. Not a plugin due to Claude Code plugin hook bugs. Install as a project-level hook pointing to the canonical gist; the script self-updates via ETag. |
# Test a specific plugin against a target project
cd /path/to/target-project
claude --plugin-dir /path/to/cc-plugins/plugins/blueprint
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 ondrasek/cc-plugins --plugin git-auto-commitIntelligent GitHub release management for Claude Code via gh CLI
Configure review-snapshot hook for detecting test runners and capturing post-session snapshots. Detects technology stacks, finds test runners, writes config, and installs a Stop hook that captures changed files, diff stats, and test results after every Claude Code session.
Quality methodology for Python, .NET, Rust, and Neovim Lua projects
Intelligent GitHub issue management for Claude Code via gh CLI
Read-only calendar access via CLI tools — supports Google Calendar (gcalcli) and Microsoft 365 (Azure CLI + Graph API)
Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects
Smart git commits with security and quality review
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Auto-configure code quality tools and generate custom /fix command for parallel agent-based fixing
Quality gate automation using Claude Code hooks and subagents.
Automates git commit process by selecting the first suggested message, generating structured commits with consistent formatting while skipping manual confirmation and removing Claude co-Contributorship footer