By ondrasek
Read-only calendar access via CLI tools — supports Google Calendar (gcalcli) and Microsoft 365 (Azure CLI + Graph API)
Show calendar events from the past 30 days. Use when user says "last month's events", "past month", "what happened last month", "last month's meetings", "previous month's schedule", or wants to review the past 30 days of events.
Show calendar events from the past 7 days. Use when user says "last week's events", "past week", "what happened last week", "last week's meetings", "previous week's schedule", or wants to review the past 7 days of events.
List all available calendars from configured providers. Use when user says "list my calendars", "which calendars do I have", "show calendars", "what calendars are available", or wants to see which calendars they can access.
Show calendar events for the next 30 days. Use when user says "next month's calendar", "upcoming month", "what's coming up this month", "monthly schedule", or wants to see the next 30 days of events.
Show calendar events for the next 7 days. Use when user says "next week's calendar", "upcoming week", "this week's meetings", "what's coming up this week", "weekly schedule", or wants to see the next 7 days of events.
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.
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
npx claudepluginhub ondrasek/cc-plugins --plugin calendar-accessIntelligent 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
Fail-fast cascade checker — enforces staging, conventional commits, and push via Stop hook
Enhances calendar Skills by automating meeting prep, standup notes, and workflow triggers
Reading and managing macOS Calendar events
Google Workspace CLI — Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more
Google Workspace CLI (gws) skill — unified command-line access to Gmail, Drive, Sheets, Docs, Calendar, Chat, Admin, and 40+ Google APIs. Includes MCP server setup, authentication workflows, and agent-optimized usage patterns.
Multi-account Google Calendar integration with parallel querying and conflict detection
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques