Skip to main content

이 저장소의 skills

nix-community/nur-combined - 3페이지

SkillsMP는 nix-community/nur-combined에서 238개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

nix-community/nur-combined

수집된 skill 238개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Vite build tool patterns including config, plugins, HMR, env variables, proxy setup, SSR, library mode, dependency pre-bundling, and build optimization. Activate when working with vite.config.ts, Vite plugins, or Vite-based projects.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Comprehensive Clean Code audit across eight rule families (comments C1-C5, environments E1-E2, functions F1-F4, naming N1-N7, architecture G1-G10, hygiene G11-G20, logic G21-G36, tests T1-T9). Partitioned — run all aspects or a chosen subset. Invoked by…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review code for simplification and over-engineering — reduce cyclomatic complexity, deep nesting, and boilerplate; delete reinvented stdlib, unneeded dependencies, and speculative abstractions. Use when code is hard to read, overly complex, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review automated test-suite effectiveness — behavioral correctness, assertion strength, false positives, missing cases, test-level fit, flakiness risk, and meaningful coverage. Use when auditing whether tests actually catch bugs, not just whether they pass.…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run nix-update across all packages in this repo, fix build failures, and land each package's changes as its own separate jj commit. Use when asked to "update all packages", "bump everything", "run nix-update on all packages", or similar bulk-update requests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when users ask how to write, explain, customize, migrate, secure, or troubleshoot GitHub Actions workflows, workflow syntax, triggers, matrices, runners, reusable workflows, artifacts, caching, secrets, OIDC, deployments, custom actions, or Actions Runner…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Practical home and homelab network planning for gateways, switches, access points, IP ranges, DHCP reservations, DNS, cabling, and common beginner mistakes.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home network.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Segmenting home networks into VLANs for IoT, guest, trusted, and server traffic using UniFi, pfSense/OPNsense, and MikroTik — including switch trunk config, firewall rules, and wireless SSID mapping.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

WireGuard VPN server setup, peer configuration, key generation, split tunneling vs full tunnel routing, and remote access to a home network from mobile and laptop clients.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Direct PubMed and NCBI E-utilities search workflows for biomedical literature, MeSH queries, PMID lookup, citation retrieval, and API-backed literature monitoring.

원문 언어: 영어

업데이트
직업 분류
변호사
설명

USPTO patent and trademark data workflow for official record lookup, PatentSearch queries, TSDR checks, assignment data, and reproducible IP research logs.

원문 언어: 영어

업데이트
직업 분류
기타 생물 과학자
설명

gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs.

원문 언어: 영어

업데이트
직업 분류
기타 중등 후 교사
설명

Systematic literature-review workflow for academic, biomedical, technical, and scientific topics, including search planning, source screening, synthesis, citation checks, and evidence logging.

원문 언어: 영어

업데이트
직업 분류
기타 중등 후 교사
설명

Structured scholarly-work evaluation for papers, proposals, literature reviews, methods sections, evidence quality, citation support, and research-writing feedback.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

원문 언어: 영어

업데이트
수집된 skill 238개 중 40개를 표시합니다.