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개를 표시합니다.