j0ruge/skills_commands_manager
Plugin Claude Code
Plugin marketplace listing 17 plugins: ansible-docker-backup-restore, wsl-windows-onboarding, cicd, deploy, codereview.
Chewiesoft Marketplace — Claude Code plugin marketplace with skills and commands for development workflows
j0ruge/skills_commands_manager
Plugin Claude Code
Plugin marketplace listing 17 plugins: ansible-docker-backup-restore, wsl-windows-onboarding, cicd, deploy, codereview.
j0ruge/skills_commands_manager
Plugin Claude Code
Back up and restore a Linux server's Docker services with Ansible — volume tars, pgdump/mysqldump, snapshot-guarded overwrite, and proof the nightly backup still runs. Catches restores that look green but are broken: 200s serving the wrong page, auth-plugin drift in restored datadirs, silently dead backups. Proves a d.
j0ruge/skills_commands_manager
Plugin Claude Code
GitHub Actions / Docker / GHCR pipeline troubleshooting and config, auto-routed by stack (Node/Prisma, Django/gunicorn, Vite). Self-hosted runner runbook — what breaks when you move a billed job onto one, which runner to trust for production — deploy-time proof (rollback with re-smoke, backup gates that check the…
j0ruge/skills_commands_manager
Plugin Claude Code
Pre-PR review with severity grading and model routing (haiku/sonnet/opus). Detects TOCTOU races, accessibility gaps, hardcoded secrets, docs/OpenAPI drift, contract drift in tests, and dead code via a parallel whole-repo sweep (unused exports, orphaned files, unreachable code). Report carries an Overall Grade table +…
j0ruge/skills_commands_manager
Plugin Claude Code
Diagnostica e configura CORS — o erro que mente sobre a causa. Decide qual portao barrou (CORS x CSP connect-src x mixed content, identicos no JS), le a mensagem literal do Chrome, e da a receita por stack (nginx, Express, Django, Spring, FastAPI, CDN). Preflight, credenciais, Vary: Origin e as misconfigs que viram…
j0ruge/skills_commands_manager
Plugin Claude Code
Domain-Driven Design toolkit — analyzes codebases for DDD violations, guides strategic design (event storming, context mapping), generates legacy→DDD migration specs. Language-agnostic. Synthesizes Evans + Vernon + modular-monolith practice. Triggers — DDD, bounded context, aggregate, event storming, hexagonal, legacy.
j0ruge/skills_commands_manager
Plugin Claude Code
Promote code to staging (and on to production) through the repo's real CD pipeline. Reads each workflow's on.push.branches and runs-on instead of assuming — the wrong branch can deploy production, and a hosted job under a billing block never starts. Waits for CI green on the exact commit, promotes by PR merge commi.
j0ruge/skills_commands_manager
Plugin Claude Code
Generates idempotent dev.sh / dev.ps1 launchers for the current stack — Compose orchestration, healthchecks, two-strategy port handling (find-next-free for foreign-owned ports, kill-and-reclaim for own orphans), HTTPS-on-LAN via mkcert+Caddy, boot-time sanity check, Windows↔WSL migration guards. Triggers — dev script.
j0ruge/skills_commands_manager
Plugin Claude Code
Complete C#/.NET WPF development toolkit — project setup & audit, Fluent Design guide (90+ controls, form spacing recipes, height clipping diagnosis, Grid row separators, multi-column layouts, ContentDialog confirmation pattern for destructive actions), WinForms-to-WPF MVVM migration, and FlaUI E2E testing.
j0ruge/skills_commands_manager
Plugin Claude Code
Metodologia Kaizen (melhoria contínua) para planejar, implementar e manter software — e para ensinar Kaizen ao time. Conduz as três fases pelo ciclo PDCA, verifica pelo artefato e não pelo rótulo da ferramenta, e mapeia os artefatos Kaizen nos que o projeto já tem (ADR, notas, TODO, CHANGELOG), respeitando as…
j0ruge/skills_commands_manager
Plugin Claude Code
PDF generation design toolkit — analyze a reference template, pick the library (pdfmake, pdf-lib, PDFKit, Puppeteer, @react-pdf), and design modular sections with conditional columns, revision control, and visual verification. Carries hard-won pdfmake pitfalls: column widths that silently push the table off the page…
j0ruge/skills_commands_manager
Plugin Claude Code
Automated GitHub Release creation with categorized release notes from git history. Multi-stack (C#/.NET, Node.js, Go, Rust, Python) with --path filter for monorepo component releases. Contributor resolution via org membership cross-reference.
j0ruge/skills_commands_manager
Plugin Claude Code
Apply non-obvious session lessons to a target skill in two modes — full (marketplace skill: bumps version, updates CHANGELOG/marketplace.json/README, commits and pushes) or lean (local skill in another repo: edits files + CHANGELOG and commits there, no bump or marketplace changes). Triggers — retrofit…
j0ruge/skills_commands_manager
Plugin Claude Code
Interactive wizard to configure Claude Code status line — model (+ effort badge), context bar, git branch/PR, cost, and 5h/weekly usage limits. Cross-platform (Bash + PowerShell). Triggers — statusline, status bar, footer, rate limit, usage window, PR state.
j0ruge/skills_commands_manager
Plugin Claude Code
Jira ticket lifecycle for JRC Brasil projects, integrated with Git — create issues/sub-issues and branches, close with an auto-generated summary. Per-repo config via .jira-project; discovers project-specific transitions instead of assuming. Creates issues already in the active sprint, with story points and fixVersion.
j0ruge/skills_commands_manager
Plugin Claude Code
Audio preprocessing and transcription with ffmpeg + OpenAI Whisper, fully offline — extraction, silence removal, voice enhancement, segmentation, then transcription. Handles MKV, MP4, WAV, M4A and other media. Triggers — transcribe audio or video, lecture/meeting/podcast/interview transcript, speech-to-text…
j0ruge/skills_commands_manager
Plugin Claude Code
End-to-end onboarding of a Windows machine to WSL2 — enable WSL, install rtk, migrate dev projects off C:\ into the Linux filesystem with rsync that keeps .git/.env and validates before deleting. Knows the traps from a real migration: rtk missing from PATH, /mnt/c slowness, the whole git tree reading as modified…
j0ruge/skills_commands_manager
Plugin Claude Code
Self-hosted Zitadel v4 OIDC field guide — 47 documented quirks, working docker-compose and an idempotent TypeScript bootstrap. High-friction traps: FirstInstance env placement, JWT/JWKS over self-signed HTTPS, TLS-terminating proxy (--tlsMode external) and the console's mixed-content Failed to fetch, v2.66→v4 upgra.