By manuel71sj
GitLab CLI (glab) reference guide for Self-Managed environments — setup, authentication, merge requests, CI/CD, issues, and more.
npx claudepluginhub manuel71sj/claude-plugins --plugin glab-cliGitLab CI/CD pipeline management guide using glab CLI. Use for viewing pipelines, tracing jobs, managing schedules, and downloading artifacts. Trigger on glab ci, pipeline, CI/CD, glab ci view, glab ci status, glab ci lint, glab job, glab schedule, glab runner.
GitLab CLI (glab) usage guide for GitLab Self-Managed environments. Use this skill for glab setup, authentication, configuration, releases, repository operations, variables, API access, aliases, and troubleshooting. Trigger on glab, gitlab cli, glab auth, glab config, glab release, glab repo, glab variable, glab api, glab alias, glab setup, glab install, glab certificate, x509 error.
GitLab Issue and Incident management guide using glab CLI. Use for creating, tracking, and managing issues and incidents from the terminal. Trigger on glab issue, glab incident, issue create, issue list, issue close, issue tracking.
GitLab Merge Request workflow guide using glab CLI. Use for creating, reviewing, approving, and merging MRs from the terminal. Trigger on glab mr, merge request, MR create, MR review, MR approve, MR merge, glab mr list, glab mr checkout.
GitLab Issue lifecycle workflow — automates start/progress/done stages with label transitions and milestone tracking. Trigger on 작업 시작, 이슈 등록, 구현 진행, 작업 진행, 구현 완료, 작업 완료, issue workflow, work start, work progress, work done.
Claude Code 플러그인을 모아둔 개인 마켓플레이스입니다. Claude Code의 플러그인 시스템을 통해 설치할 수 있습니다.
Claude Code 세션에서 다음 명령어를 실행합니다:
/plugin marketplace add manuel71sj/claude-plugins
원하는 플러그인을 설치합니다:
/plugin install <plugin-name>@manuel71sj-plugins
설치 후 플러그인을 즉시 로드하려면:
/reload-plugins
Telegram 봇을 Claude Code에 연결하는 메시징 브릿지 플러그인입니다. 접근 제어(페어링, 허용 목록, 정책)를 내장하고 있습니다.
원본: anthropics/claude-plugins-official/telegram의 포크입니다. 한글화 및 표시 개선을 적용했습니다.
/plugin install telegram@manuel71sj-plugins
설치 후 설정:
# 봇 토큰 설정 (BotFather에서 발급)
/telegram:configure <bot-token>
# 채널 플래그와 함께 Claude Code 재시작
claude --channels plugin:telegram@manuel71sj-plugins
# Telegram에서 봇에게 DM → 페어링 코드 발급 → 승인
/telegram:access pair <code>
# 보안을 위해 allowlist 정책으로 전환
/telegram:access policy allowlist
주요 기능:
제공 스킬:
| 스킬 | 설명 |
|---|---|
/telegram:configure | 봇 토큰 설정 및 채널 상태 확인 |
/telegram:access | 접근 제어 관리 — 페어링 승인, 허용 목록, DM/그룹 정책 설정 |
제공 도구:
| 도구 | 설명 |
|---|---|
reply | 메시지 전송 (텍스트, 파일 첨부, markdown 자동 변환) |
react | 메시지에 이모지 반응 추가 |
edit_message | 봇이 보낸 메시지 수정 (markdown 지원) |
download_attachment | 첨부 파일 다운로드 |
자세한 내용은 telegram/README.md를 참조하세요.
GitLab Self-Managed 환경을 위한 glab CLI 레퍼런스 가이드 플러그인입니다. 설정, 인증, MR, CI/CD, 이슈 관리 등을 포함합니다. glab v1.91+의 ANSI 오염 버그를 우회하는 --input 기반 ANSI-safe 패턴을 내장하고 있습니다.
/plugin install glab-cli@manuel71sj-plugins
제공 스킬:
| 스킬 | 설명 |
|---|---|
/glab-cli:glab-cli | glab 설치, 인증, 설정, 릴리스, 저장소 운영, 변수, API, 별칭, 문제 해결 |
/glab-cli:mr | Merge Request 워크플로우 — 생성, 리뷰, 승인, 병합 |
/glab-cli:ci | CI/CD 파이프라인 관리 — 조회, 추적, 스케줄, 아티팩트 |
/glab-cli:issue | 이슈 및 인시던트 관리 — 생성, 추적, 종료 |
/glab-cli:work | 이슈 수명주기 워크플로우 — 작업 시작→진행→완료 자동 관리 |
자세한 내용은 glab-cli/README.md를 참조하세요.
Conventional Commits 가이드라인에 맞춘 한글 커밋 메시지를 자동 생성하는 플러그인입니다. ANSI-safe 파이프라인과 --amend 지원을 포함합니다.
/plugin install commit@manuel71sj-plugins
제공 스킬:
| 스킬 | 설명 |
|---|---|
/commit:commit | 코드 수정 완료 후 Conventional Commits(한글, 범위 포함) 커밋 메시지 자동 생성 및 커밋 |
자세한 내용은 commit/README.md를 참조하세요.
# 설치된 플러그인 확인
/plugin
# 플러그인 비활성화
/plugin disable telegram@manuel71sj-plugins
# 플러그인 재활성화
/plugin enable telegram@manuel71sj-plugins
# 플러그인 제거
/plugin uninstall telegram@manuel71sj-plugins
# 마켓플레이스 업데이트 (새 플러그인/버전 반영)
/plugin marketplace update manuel71sj-plugins
플러그인 카탈로그를 웹 브라우저에서 확인할 수 있습니다:
cd web
pnpm install
pnpm dev
http://localhost:3000에서 플러그인 목록과 상세 정보를 확인할 수 있습니다.
.claude-plugin/plugin.json 매니페스트를 작성합니다.claude-plugin/marketplace.json에 플러그인 항목을 등록합니다my-plugin/
├── .claude-plugin/
│ └── plugin.json # 필수: name, description, version
├── skills/ # 선택: 스킬 정의
│ └── my-skill/
│ └── SKILL.md
├── .mcp.json # 선택: MCP 서버 설정
├── hooks/ # 선택: 훅 정의
│ └── hooks.json
├── agents/ # 선택: 에이전트 정의
├── README.md
└── LICENSE
plugin.json){
"name": "my-plugin",
"description": "플러그인 설명",
"version": "1.0.0",
"author": { "name": "Your Name" },
"license": "Apache-2.0",
"keywords": ["keyword1", "keyword2"]
}
자세한 스펙은 Claude Code 플러그인 문서를 참조하세요.
Apache-2.0
GitLab CLI (glab) expertise for managing merge requests, issues, CI/CD pipelines, and repositories from the command line
Share bugs, ideas, or general feedback.
GitLab workflow best practices and glab CLI usage
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
The most comprehensive Claude Code plugin — 48 agents, 182 skills, 68 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning