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
原文の言語: 英語