Skip to main content

Skills in this repository

aladac/claude-plugins - Page 2

SkillsMP has collected 81 skills from aladac/claude-plugins. Open a skill to review its source and details.

aladac/claude-plugins

Showing 40 of 81 collected skills.

occupation
Software Quality Assurance Analysts & Testers
description

Debug Dioxus Desktop apps via dioxus-inspector MCP tools. Query DOM, inspect elements, click, type, take screenshots of running apps. <example> Context: User has a running Dioxus app user: "why isn't this button showing up in my dioxus app" </example>…

updated
occupation
Software Developers
description

Set up dioxus-inspector for MCP-based debugging of Dioxus Desktop apps. Embed bridge, configure MCP, troubleshoot connectivity. <example> Context: User wants to add debugging to a Dioxus app user: "add dioxus-inspector to my desktop app" </example> <example>…

updated
occupation
Software Developers
description

Build Python CLI apps with Typer. Subcommands, options, Rich output, progress bars, config, and testing patterns. <example> Context: User is creating a new Python CLI user: "create a CLI tool for managing backups" </example> <example> Context: User needs CLI…

updated
occupation
Software Developers
description

Build FastAPI apps with Pydantic models, dependency injection, async routes, and testing patterns. <example> Context: User is building an API user: "create a REST API for user management" </example> <example> Context: User needs API patterns user: "add…

updated
occupation
Software Developers
description

Build Python desktop GUI apps with PyWebView. JS API bridge, macOS bundling, Vite frontend, no-TTY constraints. <example> Context: User is building a desktop app user: "create a PyWebView desktop app with a Vue frontend" </example> <example> Context: User has…

updated
occupation
Software Developers
description

Python coding practices and idioms (3.10+). Type hints, dataclasses, Pydantic, pattern matching, async, logging. <example> Context: User is writing Python code user: "implement a data pipeline in Python" </example> <example> Context: User needs Python…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Write Python tests with pytest. Fixtures, parametrize, mocking, async tests, coverage, and CI setup. <example> Context: User needs to add tests user: "write tests for this service class" </example> <example> Context: User needs test patterns user: "how do I…

updated
occupation
Software Developers
description

Python linting (ruff), formatting, type checking (mypy), coverage (pytest-cov), and CI validation. <example> Context: User wants to set up linting user: "configure ruff for this python project" </example> <example> Context: User needs to validate their…

updated
occupation
Software Developers
description

Build Ruby CLI apps with Thor. Subcommands, colorized output, progress bars, config, and interactive prompts. <example> Context: User is creating a Ruby CLI user: "create a CLI tool for managing deployments" </example> <example> Context: User needs CLI…

updated
occupation
Software Developers
description

Create and publish Ruby gems. Gemspec, config pattern, custom exceptions, client classes, release workflow. <example> Context: User is creating a new gem user: "scaffold a new ruby gem for API integration" </example> <example> Context: User needs gem patterns…

updated
occupation
Software Developers
description

Build Rails API apps with RSwag documentation. Controllers, service objects, request specs, factories. <example> Context: User is building a Rails API user: "create a users endpoint with RSwag docs" </example> <example> Context: User needs Rails patterns…

updated
occupation
Software Developers
description

Ruby coding practices and idioms. Service objects, Data classes, pattern matching, dry-rb, memoization. <example> Context: User is writing Ruby code user: "implement a service object for user registration" </example> <example> Context: User needs Ruby…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Write Ruby tests with RSpec. Factories, shared examples, test doubles, request specs, and coverage. <example> Context: User needs to add tests user: "write rspec tests for this service" </example> <example> Context: User needs test patterns user: "how do I…

updated
occupation
Software Developers
description

Ruby linting (standardrb/rubocop), type checking (sorbet), coverage (simplecov), and CI validation. <example> Context: User wants to set up linting user: "configure standardrb for this project" </example> <example> Context: User needs to validate their…

updated
occupation
Software Developers
description

Build Rust CLI apps with Clap derive. Subcommands, colorized output, progress bars, config, error handling. <example> Context: User is creating a Rust CLI user: "create a CLI tool for file processing" </example> <example> Context: User needs CLI patterns…

updated
occupation
Software Developers
description

Build Dioxus desktop GUI apps in Rust. Signals, components, hooks, async patterns, RSX, and state management. <example> Context: User is building a Dioxus app user: "add a search component to this dioxus app" </example> <example> Context: User needs Dioxus…

updated
occupation
Software Developers
description

Rust coding practices and idioms. Error handling (thiserror/anyhow), newtypes, iterators, builders, modules. <example> Context: User is writing Rust code user: "implement a parser for this config format" </example> <example> Context: User needs Rust patterns…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Write Rust tests. Unit tests, integration tests, mockall, proptest, async tests, and coverage. <example> Context: User needs to add tests user: "write tests for this module" </example> <example> Context: User needs test patterns user: "how do I mock a trait…

updated
occupation
Software Developers
description

Rust linting (clippy), formatting (rustfmt), type checking (cargo check), coverage (tarpaulin), and CI validation. <example> Context: User wants to set up linting user: "configure clippy pedantic for this project" </example> <example> Context: User needs to…

updated
occupation
Software Developers
description

Build TypeScript CLI apps with Commander.js. Subcommands, chalk output, spinners, prompts, and config. <example> Context: User is creating a Node.js CLI user: "create a CLI tool for database migrations" </example> <example> Context: User needs CLI features…

updated
occupation
Software Developers
description

TypeScript coding practices and idioms. Strict mode, discriminated unions, Zod validation, type guards, utility types. <example> Context: User is writing TypeScript code user: "implement a type-safe API client" </example> <example> Context: User needs…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Write TypeScript tests with Vitest. Test doubles, parametrized tests, module mocking, and coverage. <example> Context: User needs to add tests user: "write tests for this service" </example> <example> Context: User needs test patterns user: "how do I mock a…

updated
occupation
Software Developers
description

TypeScript linting (ESLint/Biome), formatting (Prettier), type checking (tsc), coverage (Vitest), and CI validation. <example> Context: User wants to set up linting user: "configure eslint for this typescript project" </example> <example> Context: User needs…

updated
occupation
Software Developers
description

Cross-machine RubyGems operations (NOT coding practices). Runs gem on fuji (macOS) or junkpile (Linux) transparently via SSH. Install, update, list gems and run executables via exec. <example> Context: User wants to install a gem user: "install the…

updated
occupation
Human Resources Assistants, Except Payroll & Timekeeping
description

Multi-source job search aggregator. Scans Gmail, NoFluffJobs, Just Join IT, RubyOnRemote, HN Who's Hiring, and more for senior Ruby/Rails roles. Scores matches, tracks pipeline, manages watchlist. <example> Context: User wants to find new jobs user: "scout…

updated
occupation
Software Developers
description

Developer reference for implementing commands with TaskCreate/TaskUpdate spinners. Not user-facing — used when building marauder commands.

updated
occupation
Software Developers
description

Cross-machine Ruby execution (NOT coding practices). Runs ruby on fuji (macOS) or junkpile (Linux) transparently via SSH. Execute scripts, one-liners, and version checks on either machine. <example> Context: User wants to run a Ruby script remotely user: "run…

updated
occupation
Software Developers
description

Multi-display screenshot capture for macOS. Detects all connected displays and captures each separately. Use to verify UI state, check the HUD, debug visual output, or see what's on any screen. <example> Context: User asks to check something visual user:…

updated
occupation
Software Developers
description

Cross-machine uv (Python) package management (NOT coding practices). Runs uv on fuji (macOS) or junkpile (Linux) transparently via SSH. Manage environments, pip installs, and tools. <example> Context: User wants to install a Python package user: "uv pip…

updated
occupation
Software Developers
description

MARAUDER VISOR HTTP API reference — endpoints, payloads, and display commands on port 9876

updated
occupation
Software Developers
description

Capture the EVE Online client window for visual analysis. Takes screenshots of the game window by ID using macOS screencapture, returns path for reading with the Read tool. <example> Context: User wants to see EVE screen user: "what's on my EVE screen"…

updated
occupation
Software Developers
description

This skill should be used when saving or restoring conversation sessions, managing session state, or resuming previous work. Triggers on questions about saving progress, restoring context, or continuing where left off. <example> Context: User is stepping away…

updated
occupation
Software Developers
description

Capture the MARAUDER VISOR TUI state via Kitty remote control. Returns the full text content of the visor pane including identity panel, SERE eye, activity log, and viewport. Use to verify visor state, check what's displayed, or debug rendering. <example>…

updated
occupation
Motion Picture Projectionists
description

Control Apple Music playback via osascript — play, pause, shuffle, search library, playlists, volume. Automatically pauses Spotify when starting Apple Music playback. <example> Context: User wants to play Apple Music user: "play something on Apple Music"…

updated
occupation
Network & Computer Systems Administrators
description

Verify all Protocol 5 backup destinations in a single pass. Checks local storage, Documents, Git LFS, Google Drive (both accounts), Moto G52, 1Password, database health, and size anomalies across fuji and junkpile. <example> Context: User wants to check…

updated
occupation
Technical Writers
description

Build LaTeX CVs, cover letters, and generate skill pill images. Manages Adam's CV at ~/Projects/cv/ with pdflatex, ImageMagick pill generation, and fswatch auto-rebuild. <example> Context: User wants to build the CV user: "build my cv" </example> <example>…

updated
occupation
Network & Computer Systems Administrators
description

Manage Parallels Desktop VMs — list, start, stop, suspend, resume, execute commands inside guests, snapshots, file transfer, and VM configuration. Uses prlctl, prlcopy, and prlsrvctl CLIs. <example> Context: User wants to see VM status user: "what VMs do I…

updated
occupation
Network & Computer Systems Administrators
description

List available GPU types, pricing, and datacenter availability on RunPod. Use before creating pods to find the right GPU at the best price. <example> Context: User wants to know what GPUs are available user: "what GPUs can I get on runpod?" </example>…

updated
occupation
Network & Computer Systems Administrators
description

RunPod account info, balance, and billing. Check spend, balance, and billing history before and after training runs. <example> Context: User wants to check their RunPod balance user: "how much do I have left on runpod?" </example> <example> Context: User…

updated
occupation
Network & Computer Systems Administrators
description

GPU pod lifecycle management on RunPod. Create, list, start, stop, and destroy GPU pods for training workloads (TTS voice training, LLM fine-tuning, image generation). Uses runpodctl CLI. <example> Context: User wants to spin up a GPU pod for training user:…

updated
Showing 40 of 81 collected skills.