Skip to main content

Skills dans ce dépôt

aladac/claude-plugins - Page 2

SkillsMP a collecté 81 skills depuis aladac/claude-plugins. Ouvrez un skill pour examiner sa source et ses détails.

aladac/claude-plugins

Affichage de 40 skills collectés sur 81.

métier
Analystes en assurance qualité des logiciels et testeurs
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>…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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>…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Assistants en ressources humaines (sauf paie et pointage)
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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:…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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"…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
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>…

Langue du texte source : anglais

mis à jour
métier
Projectionnistes de cinéma
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"…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
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…

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
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>…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
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…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
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>…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
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…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
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:…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 81.