By yjhjstz
macOS utility commands for Claude Code. Requires macOS with Dictation enabled.
npx claudepluginhub yjhjstz/cc-skills --plugin macos-toolsCustom Claude Code plugin marketplace with developer workflow skills.
Step 1 — Add this marketplace:
/plugin marketplace add https://github.com/yjhjstz/cc-skills
Step 2 — Install the plugin:
/plugin install gitlab-skills@cc-skills
gitlab-skillsGitLab workflow slash commands powered by the glab CLI.
Prerequisites: glab installed and authenticated (glab auth login), run from a git repo with a GitLab remote.
| Command | Arguments | Description |
|---|---|---|
/gitlab-ci | [branch | status] | List recent CI/CD pipelines |
/gitlab-ci-log | <pipeline-iid> | Show failed job logs and analyze errors |
/gitlab-ci-run | [branch] | Trigger a new pipeline run |
/gitlab-mr-list | [@me | closed | label:<n> | ...] | List merge requests with filters |
/gitlab-mr-comments | <mr-iid> | View and summarize MR discussions |
/gitlab-review-mr | <mr-iid> | Full code review of a merge request |
/gitlab-fix-issue | <issue-number> | Read issue, implement fix, open MR |
cc-skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── gitlab-skills/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── README.md
│ └── commands/ # Slash commands
│ ├── gitlab-ci.md
│ ├── gitlab-ci-log.md
│ ├── gitlab-ci-run.md
│ ├── gitlab-fix-issue.md
│ ├── gitlab-mr-comments.md
│ ├── gitlab-mr-list.md
│ └── gitlab-review-mr.md
└── README.md
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.