Skip to main content
damionrashford
GitHub 제작자 프로필

damionrashford

10개 GitHub 저장소에서 수집된 168개 skills를 저장소 단위로 보여줍니다.

수집된 skills
168
저장소
10
업데이트
2026년 7월 16일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

ffmpeg-cut-concat
소프트웨어 개발자

Trim, cut, split, segment, and concatenate media with ffmpeg (stream copy when possible, re-encode across cut boundaries). Use when the user asks to trim a video, cut a clip, extract a segment by timestamps, remove a section, split into parts, join/merge…

2026년 5월 17일
obs-config
소프트웨어 개발자

Install and configure OBS Studio programmatically: install via brew cask / winget / Flatpak / apt, author profiles (basic.ini, streamEncoder.json, recordEncoder.json), author scene collections (scenes JSON), manage global.ini, set defaults for encoder /…

2026년 5월 17일
workflow-analysis-quality
소프트웨어 개발자

Deep media inspection + automated QC — ffprobe stream details, MediaInfo diagnostics, VMAF/PSNR/SSIM quality metrics, PySceneDetect scene cuts, crop/silence/black-frame/interlacing detection, ffplay scope debugging, NAL/SEI bitstream forensics, metadata…

2026년 5월 17일
media-pipeline-router
오디오 및 비디오 기술자

Routes media production requests to the right Media OS specialist subagent. ALWAYS use this skill when the user expresses ANY media production intent — "go live", "start streaming", "OBS broadcast", "wire up live rig", "NDI to stream", "PTZ camera setup",…

2026년 5월 17일
workflow-acquisition-archive
소프트웨어 개발자

Ingest from every source — web (yt-dlp), screen / webcam / mic capture, SDI (DeckLink), DSLR tether (gphoto2), NDI network sources, RTSP / IP cameras via MediaMTX, PTZ — then verify integrity (SHA-256 + full-decode pass), preserve metadata (EXIF / XMP /…

2026년 4월 18일
workflow-ai-enhancement
영화·비디오 편집자음향 기술자

Restore, upscale, and enhance existing footage using 2026 open-source AI models — Real-ESRGAN/SwinIR/HAT super-resolution, RIFE/FILM interpolation, DeepFilterNet/RNNoise audio denoise, rembg/BiRefNet/RVM matting, Depth-Anything v2 depth — with strict OSI-open…

2026년 4월 18일
workflow-ai-generation
소프트웨어 개발자

Generate media from scratch with 2026 open-source AI — TTS voiceover (Kokoro / OpenVoice / Piper), image gen (FLUX-schnell / Kolors / Sana / ComfyUI), video gen (LTX-Video / CogVideoX / Mochi / Wan), music (Riffusion / YuE), lipsync talking heads…

2026년 4월 18일
workflow-audio-production
음향 기술자

Full-stack audio routing across macOS / Linux / Windows, MIDI + OSC control surfaces, DAW integration over JACK, DSP (EQ / compression / loudness / spatial / binaural HRTF), AI denoise (DeepFilterNet / RNNoise / Resemble Enhance), stem separation (Demucs),…

2026년 4월 18일
수집된 skill 121개 중 8개를 표시합니다.
claude-code
소프트웨어 개발자

Comprehensive Claude Code knowledge base — plugins, hooks, skills, agents, MCP, channels, headless mode, permissions, settings, and all extensibility features. Use when building, configuring, debugging, or extending Claude Code.

2026년 4월 9일
skill-creator
소프트웨어 개발자

Use when building a skill, creating a SKILL.md, packaging a workflow, making a slash command, or asked "how do I make a skill". Scaffolds the folder, generates SKILL.md from a template, validates against spec. Produces a complete ready-to-deploy skill folder:…

2026년 4월 9일
analyze
데이터 과학자

Statistical analysis, hypothesis testing, A/B testing, cohort analysis, segmentation, trend detection, business metrics, pre-delivery validation, and data visualization. Use when the user asks to "analyze this data", "run a statistical test", "compare…

2026년 4월 9일
autoexperiment
데이터 과학자

Autonomous time-budget experiment loop. Modify a training script, train for a fixed wall-clock budget, evaluate, record, repeat. Inspired by karpathy/autoresearch. Use for overnight architecture search, systematic hyperparameter sweeps, or any iterative model…

2026년 4월 9일
context-engineering
소프트웨어 개발자

Context engineering for building production LLM applications: context window management, degradation patterns, optimization strategies, memory system selection, multi-agent architecture, filesystem context patterns, and tool design principles. Use when…

2026년 4월 9일
data-prep
데이터 과학자

Explore, clean, and engineer datasets end-to-end: statistical profiling, distribution checks, missing value analysis, duplicate detection, outlier removal, type fixing, encoding, create features, encode categories, transform columns, add rolling windows,…

2026년 4월 9일
drift-detect
데이터 과학자

Detect data drift, concept drift, and model performance degradation in production. Uses PSI, KS-test, and chi-squared for statistical drift, plus evidently and nannyml for automated reports. Use when monitoring a deployed model or comparing training vs…

2026년 4월 9일
evaluate
데이터 과학자

Systematic evaluation of ML models, experiments, and AI system outputs. Multi-dimensional rubrics, LLM-as-judge, bias detection, and structured comparison frameworks. Use when the user asks to "evaluate model performance", "compare models", "build evaluation…

2026년 4월 9일
수집된 skill 18개 중 8개를 표시합니다.
osascript-apps
소프트웨어 개발자

Script macOS apps via AppleScript/JXA: Mail, Calendar (EventKit attendees), Notes, Reminders, Finder (disk/file info), and Spotlight/mdfind (full-text and metadata search across the file system).

2026년 3월 31일
osascript-audio
소프트웨어 개발자

Control macOS system audio via osascript. Use when getting or setting system volume, toggling mute, listing audio input/output devices, or checking which device is the default output.

2026년 3월 31일
osascript-chrome
소프트웨어 개발자

Automate Google Chrome with osascript/JXA. Use when listing/focusing/closing/navigating/reloading tabs, muting tabs, managing windows, executing JavaScript, scraping page content, extracting links, filling forms, reading localStorage/cookies/audio state, or…

2026년 3월 31일
osascript-clipboard
소프트웨어 개발자

Read and write the macOS clipboard with full type support. Use when reading clipboard text, HTML, RTF, images, or file paths (Finder copy); writing rich content; detecting clipboard changes via changeCount; or intercepting content between copy and paste.

2026년 3월 31일
osascript-data
소프트웨어 개발자

Read macOS app SQLite databases directly. Use when reading iMessage chat history, Chrome browsing history, Safari history, or any local app SQLite DB. Always copy the DB before querying — most apps lock the file while running.

2026년 3월 31일
osascript-launchd
소프트웨어 개발자

Create and manage macOS LaunchAgents and LaunchDaemons. Use when setting up background automation, scheduled tasks, file watchers (WatchPaths), interval polling, or persistent daemons that survive logout or reboot.

2026년 3월 31일
osascript-network
네트워크·컴퓨터 시스템 관리자

Inspect macOS network state. Use when getting current WiFi SSID, signal strength, and channel; listing all network interfaces with IP/MAC addresses; or watching for network connect/disconnect events via Darwin notifications.

2026년 3월 31일
osascript-notify
소프트웨어 개발자

macOS notifications and system event watching. Use when sending notifications, creating actionable notifications with buttons, watching for screen lock/unlock, detecting network changes, or listening to Darwin/NSDistributedNotification system events.

2026년 3월 31일
수집된 skill 12개 중 8개를 표시합니다.
competitive-intel
시장조사 분석가·마케팅 전문가

Competitive intelligence for companies, products, markets, or websites. Maps sites, analyzes products and pricing, tracks news and sentiment, profiles the competitive landscape, and produces SWOT analysis. Use when analyzing competitors, evaluating markets,…

2026년 2월 21일
due-diligence
재무 및 투자 분석가

Comprehensive due diligence on companies or individuals. Investigates background, product, financials, leadership, technology, risks, competitive position, and public reputation. Use when evaluating companies for investment, researching people, or making…

2026년 2월 21일
fact-check
시장조사 분석가·마케팅 전문가

Verify claims, statements, or assertions by cross-referencing web, news, academic, and social sources. Produces a confidence-scored verdict with full evidence chain. Use when verifying claims, checking facts, or validating statements.

2026년 2월 21일
research
데이터 과학자

Comprehensive multi-source research with academic depth. Searches web, social platforms, news, academic databases, and GitHub. Discovers papers, datasets, and open source implementations. Use when conducting research, literature reviews, or investigating any…

2026년 2월 21일
trend-intel
소프트웨어 개발자

Track and analyze trends, breaking news, and market shifts. Measures velocity across web, social, news, GitHub, and academic signals. Produces news digests and trend trajectory reports. Use when tracking news, identifying trends, or monitoring developments.

2026년 2월 21일
저장소 10개 중 10개 표시
모든 저장소를 표시했습니다