Skip to main content

このリポジトリの skills

aladac/claude-plugins - 2ページ

SkillsMP は aladac/claude-plugins から 81 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

aladac/claude-plugins

収集済み skill 81 件中 40 件を表示しています。

職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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>…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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>…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
人事アシスタント(給与・勤怠管理除く)
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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:…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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"…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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>…

原文の言語: 英語

更新
職業分類
映画映写技師
説明

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"…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

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>…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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>…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

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:…

原文の言語: 英語

更新
収集済み skill 81 件中 40 件を表示しています。