Implement and debug embedded communication protocols including I2C, SPI, UART, CAN, and Ethernet.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 a5c-ai/babysitter에서 2,079개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
a5c-ai/babysitter수집된 skill 2,079개 중 40개를 표시합니다.
Implement and debug embedded communication protocols including I2C, SPI, UART, CAN, and Ethernet.
원문 언어: 영어
Design and execute environmental stress tests for embedded hardware — temperature cycling, vibration, humidity, and EMC validation.
원문 언어: 영어
Unit and integration testing for embedded firmware — mock hardware, HIL testing, and continuous firmware validation pipelines.
원문 언어: 영어
Test hardware interfaces and peripheral drivers including GPIO, ADC, DAC, and communication bus validation.
원문 언어: 영어
Measure and validate power consumption in embedded systems across sleep modes, active states, and peripheral usage.
원문 언어: 영어
Validate protocol conformance for embedded communication stacks — USB, CAN, Modbus, MQTT, and industry-standard protocol compliance.
원문 언어: 영어
Validate real-time behavior in embedded systems — timing constraints, interrupt latency, and RTOS task scheduling verification.
원문 언어: 영어
Implement safety-critical testing for embedded systems per IEC 61508, ISO 26262, or DO-178C standards.
원문 언어: 영어
Integrate and validate sensor libraries for embedded systems including IMUs, temperature, pressure, and proximity sensors.
원문 언어: 영어
Implement UVM-based hardware verification testbenches — stimulus generation, scoreboarding, coverage-driven verification, and assertion-based testing.
원문 언어: 영어
Implement game physics systems — rigid body dynamics, collision detection, constraints, ragdoll, and physics-based gameplay mechanics.
원문 언어: 영어
Design and implement game save and load systems — serialization, versioning, cloud saves, and save-state integrity.
원문 언어: 영어
Automate mobile GUI testing — UI element interaction, gesture simulation, and cross-device visual regression for iOS and Android.
원문 언어: 영어
Integrate mobile device sensors — accelerometer, gyroscope, GPS, camera, and biometric APIs for iOS and Android.
원문 언어: 영어
Test mobile app behavior under various network conditions — 3G, 4G, WiFi, packet loss, high latency, and network switching.
원문 언어: 영어
Test mobile app offline mode functionality — local storage, sync conflict resolution, and graceful degradation without connectivity.
원문 언어: 영어
Integrate mobile payment systems — Apple Pay, Google Pay, Stripe, and in-app purchase flows for iOS and Android.
원문 언어: 영어
Optimize code for branch prediction — branch-free algorithms, likely/unlikely hints, profile-guided optimization, and speculative execution awareness.
원문 언어: 영어
Design and implement lock-free data structures — CAS-based queues, hazard pointers, epoch reclamation, and wait-free algorithms for concurrent systems.
원문 언어: 영어
Optimize network buffer management — socket buffer tuning, zero-copy I/O, DMA buffers, and kernel bypass techniques for high-throughput networking.
원문 언어: 영어
Write SIMD-accelerated code using SSE, AVX, NEON, or intrinsics — vectorization, auto-vectorization hints, and cross-platform SIMD abstraction layers.
원문 언어: 영어
Test database operations — schema migration validation, query correctness, transaction integrity, and data consistency checks.
원문 언어: 영어
Design and execute sanity test suites to verify core system functionality after builds or deployments before broader test runs.
원문 언어: 영어
Implement smoke test suites that rapidly validate the most critical paths in an application after a new build or deployment.
원문 언어: 영어
Exercise technical leadership — driving architectural decisions, mentoring engineers, managing technical debt, and aligning engineering with business goals.
원문 언어: 영어
Automate browser interactions using Playwright, Puppeteer, or Selenium — scraping, testing, and workflow automation for web applications.
원문 언어: 영어
Measure, analyze, and optimize Core Web Vitals — LCP, FID/INP, CLS — for improved web performance and search ranking.
원문 언어: 영어
Design and implement end-to-end frontend testing — user flow automation, cross-browser testing, and visual regression with Playwright or Cypress.
원문 언어: 영어
Implement and optimize server-side rendering hydration strategies — partial hydration, islands architecture, and hydration mismatch debugging.
원문 언어: 영어
Build web applications using progressive enhancement — baseline HTML, layered CSS and JS, graceful degradation, and feature detection.
원문 언어: 영어
Ground natural language instructions to web UI actions — element identification, interaction planning, and action execution for web automation agents.
원문 언어: 영어
Build robust web scrapers — HTML parsing, JavaScript rendering, rate limiting, anti-bot evasion, and structured data extraction.
원문 언어: 영어
Generate visual representations of algorithm execution
원문 언어: 영어
Interface with AtCoder for Japanese competitive programming contests
원문 언어: 영어
Manage and generate competitive programming templates
원문 언어: 영어
Calculate combinatorial values with modular arithmetic
원문 언어: 영어
Automated Big-O complexity analysis of code and algorithms. Performs static analysis of loop structures, recursive call trees, space complexity estimation, and amortized analysis with detailed derivation documents.
원문 언어: 영어
Apply advanced DP optimizations automatically
원문 언어: 영어
Maintain and match against a library of classic dynamic programming patterns. Provides pattern matching, template code generation, variant detection, and problem-to-pattern mapping for DP problems.
원문 언어: 영어
Assist in designing optimal DP states and transitions
원문 언어: 영어