Skip to main content
Run any Skill in Manus
with one click
GitHub repository

cc-plugins

cc-plugins contains 46 collected skills from ondrasek, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
46
Stars
2
updated
2026-05-01
Forks
1
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

copilot-loop
software-quality-assurance-analysts-and-testers

Iterate a feature branch to a clean Copilot review — stage/commit/push, open or update the PR, request a GitHub Copilot code review, wait for the review to land, address each comment with a code fix, push, re-request, and loop until Copilot returns no new comments. Use when user says "copilot review loop", "iterate with copilot", "copilot loop", "merge with copilot", "ship with copilot review", "auto-fix copilot comments", "loop until copilot is happy", or wants automated PR iteration driven by Copilot's feedback.

2026-05-01
vault-setup
software-developers

Analyzes a git-managed Obsidian vault and configures 7-dimension quality methodology including hooks, quality gate, CLAUDE.md, and GitHub Actions workflows. Use when user says "set up vault quality", "configure obsidian", "vault setup", "obsidian quality", or wants to apply quality standards to an Obsidian vault.

2026-04-05
develop
software-developers

Bridge GitHub issues to development workflow — create branches, start work, check status. Use when user says "start working on issue

2026-03-19
dotnet-setup
software-developers

Analyzes a .NET/C# project and configures 9-dimension quality methodology including hooks, CI, and tool configs. Use when user says "set up quality tools", "configure analyzers", "add CI pipeline", "dotnet quality", or wants to apply coding standards to a .NET project.

2026-03-02
nvim-lua-setup
software-developers

Analyzes a Neovim Lua plugin and configures 9-dimension quality methodology including hooks, CI, and tool configs. Use when user says "set up quality tools", "configure linting", "add CI pipeline", "neovim lua quality", or wants to apply coding standards to a Neovim Lua plugin.

2026-03-02
python-setup
software-developers

Analyzes a Python project and configures 9-dimension quality methodology including hooks, CI, and tool configs. Use when user says "set up quality tools", "configure linting", "add CI pipeline", "python quality", or wants to apply coding standards to a Python project.

2026-03-02
rust-setup
software-developers

Analyzes a Rust project and configures 9-dimension quality methodology including hooks, CI, and tool configs. Use when user says "set up quality tools", "configure linting", "add CI pipeline", "rust quality", or wants to apply coding standards to a Rust project.

2026-03-02
review-pr
software-developers

Shepherd a pull request through CI checks and code review to merge — poll checks, fix failures, address review feedback, resolve threads, push updates. Use when user says "review my PR", "get this PR merged", "fix CI", "address review comments", "check PR status", "what's blocking my PR", "resolve review threads", or wants to iterate a PR to green.

2026-03-01
last-month
secretaries-and-administrative-assistants-except-legal-medical-and-executive

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.

2026-03-01
last-week
software-developers

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.

2026-03-01
list-calendars
software-developers

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.

2026-03-01
next-month
software-developers

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.

2026-03-01
next-week
software-developers

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.

2026-03-01
search
software-developers

Search calendar events by keyword, attendee, or calendar name. Use when user says "find meeting with Alice", "when is the next standup", "meetings about project X", "search calendar for budget", or wants to find specific events across their calendar.

2026-03-01
setup
software-developers

Guide authentication setup for Google Calendar and Microsoft 365 calendar access. Use when user says "setup calendar", "configure calendar", "connect calendar", "calendar auth", "calendar login", or wants to connect their calendar to Claude Code.

2026-03-01
today
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Show today's calendar events. Use when user says "today's calendar", "today's meetings", "what's on today", "today's schedule", "what do I have today", or wants to see today's events.

2026-03-01
tomorrow
software-developers

Show tomorrow's calendar events. Use when user says "tomorrow's calendar", "what's tomorrow", "meetings tomorrow", "tomorrow's schedule", "what do I have tomorrow", or wants to see tomorrow's events.

2026-03-01
view
executive-secretaries-and-executive-administrative-assistants

Show calendar events for a specific date or date range. Use when user says "show calendar", "events for March 5", "calendar for next Tuesday", "show me my schedule", "what meetings do I have on Friday", or wants to view events for any date or date range.

2026-03-01
vault-audit
software-developers

Read-only gap analysis comparing an Obsidian vault's current quality setup against the 7-dimension methodology. Use when user says "audit vault", "check vault quality", "what's missing", "vault gaps", or wants to see how their vault measures up before running setup.

2026-03-01
vault-calendar
software-developers

Pull events from Google Calendar or Microsoft 365 into Obsidian daily notes. Use when user says "import calendar", "add today's events", "calendar to daily note", "sync calendar", or wants to populate daily notes with scheduled events.

2026-03-01
vault-explain
software-developers

Answers questions about the Obsidian vault quality methodology — why dimensions exist, how hooks work, what each check covers, and how workflows are configured. Use when user asks "why frontmatter", "what does the quality gate check", "how do vault hooks work", or any vault methodology question.

2026-03-01
vault-update
software-developers

Applies incremental methodology updates to an Obsidian vault previously configured with obsidian-blueprint plugin. Use when user says "update vault tools", "upgrade methodology", "sync with latest obsidian-blueprint", or after updating the plugin to get new recommendations.

2026-03-01
dotnet-audit
software-quality-assurance-analysts-and-testers

Read-only gap analysis comparing a .NET project's current quality setup against the 9-dimension methodology. Use when user says "audit quality", "check coverage gaps", "what's missing", or wants to see how their .NET project measures up before running setup.

2026-02-27
dotnet-explain
software-developers

Answers questions about the .NET quality methodology — why tools are chosen, how thresholds work, what each dimension covers, and how hooks interact. Use when user asks "why this tool", "what does the quality gate do", "how are thresholds set", or any .NET methodology question.

2026-02-27
dotnet-update
software-developers

Applies incremental methodology updates to a .NET project previously configured with blueprint. Use when user says "update quality tools", "upgrade methodology", "sync with latest blueprint", or after updating the plugin to get new tool recommendations and configs.

2026-02-27
nvim-lua-audit
software-developers

Read-only gap analysis comparing a Neovim Lua plugin's current quality setup against the 9-dimension methodology. Use when user says "audit quality", "check coverage gaps", "what's missing", or wants to see how their Neovim plugin measures up before running setup.

2026-02-27
nvim-lua-explain
software-developers

Answers questions about the Neovim Lua quality methodology — why tools are chosen, how thresholds work, what each dimension covers, and how hooks interact. Use when user asks "why selene", "what does the quality gate do", "how are thresholds set", or any Neovim Lua methodology question.

2026-02-27
nvim-lua-update
software-developers

Applies incremental methodology updates to a Neovim Lua plugin previously configured with blueprint. Use when user says "update quality tools", "upgrade methodology", "sync with latest blueprint", or after updating the plugin to get new tool recommendations and configs.

2026-02-27
python-audit
software-quality-assurance-analysts-and-testers

Read-only gap analysis comparing a Python project's current quality setup against the 9-dimension methodology. Use when user says "audit quality", "check coverage gaps", "what's missing", or wants to see how their project measures up before running setup.

2026-02-27
python-explain
software-developers

Answers questions about the Python quality methodology — why tools are chosen, how thresholds work, what each dimension covers, and how hooks interact. Use when user asks "why this tool", "what does the quality gate do", "how are thresholds set", or any Python methodology question.

2026-02-27
python-update
software-developers

Applies incremental methodology updates to a Python project previously configured with blueprint. Use when user says "update quality tools", "upgrade methodology", "sync with latest blueprint", or after updating the plugin to get new tool recommendations and configs.

2026-02-27
rust-audit
software-quality-assurance-analysts-and-testers

Read-only gap analysis comparing a Rust project's current quality setup against the 9-dimension methodology. Use when user says "audit quality", "check coverage gaps", "what's missing", or wants to see how their Rust project measures up before running setup.

2026-02-27
rust-explain
software-developers

Answers questions about the Rust quality methodology — why tools are chosen, how thresholds work, what each dimension covers, and how hooks interact. Use when user asks "why this tool", "what does the quality gate do", "how are thresholds set", or any Rust methodology question.

2026-02-27
rust-update
software-developers

Applies incremental methodology updates to a Rust project previously configured with blueprint. Use when user says "update quality tools", "upgrade methodology", "sync with latest blueprint", or after updating the plugin to get new tool recommendations and configs.

2026-02-27
recommend
software-developers

Analyze open issues against codebase activity, severity, and project trends to recommend what to work on next. Use when user says "what should I work on", "recommend an issue", "pick my next task", "what's most impactful", "suggest something to work on", or wants an opinionated recommendation of which issues to tackle.

2026-02-26
create
software-developers

Create well-researched GitHub issues with immediate refinement. Use when user says "create issue", "new issue", "file a bug", "open an issue", "report a problem", "request a feature", or wants to create a GitHub issue from a rough idea.

2026-02-24
manage
software-developers

Edit, close, reopen, delete, and manage GitHub issues and labels. Use when user says "close issue

2026-02-24
refine
project-management-specialists

Progressively refine GitHub issues from rough ideas into well-structured epics and user stories. Use when user says "refine issue

2026-02-24
triage
software-developers

Query and inspect GitHub issues with natural language. Use when user says "show my issues", "what's assigned to me", "list open bugs", "summarize issue

2026-02-24
setup
software-developers

Install automated release workflow and commit validation in a repository. Use when user says "set up releases", "add auto-release", "configure CI releases", "install release workflow", or wants automated semantic versioning with conventional commits.

2026-02-22
Showing top 40 of 46 collected skills in this repository.