home/categories/framework-internals
category focus

Frameworks

Deep dive into framework internals.

1580 スキルall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
framework-internals
20

specialized

Specialized hardware interfaces and system reliability for Zephyr RTOS. Covers LVGL GUI development, Audio I2S/Codecs, Watchdog timers, and Fault Injection. Trigger when building human-machine interfaces (HMI), audio devices, or high-reliability mission-critical systems.

beriberikix
beriberikix
development
open
framework-internals
20

refactor-method-complexity-reduce

Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.

Rykuno
Rykuno
development
open
framework-internals
20

zephyr-foundations

Foundational skills for Zephyr RTOS development. Covers essential Embedded C patterns (BIT, CONTAINER_OF), real-time concurrency primitives (mutexes, semaphores, spinlocks), hardware literacy (datasheet-to-DTS mapping), and defensive programming. Trigger when writing core application logic, drivers, or troubleshooting foundational behavior.

beriberikix
beriberikix
development
open
framework-internals
20

sdk-component-implementation

End-to-end SDK7 component implementation from protocol to C# systems. Use when implementing new SDK components (PB* types, protobuf, CRDT), modifying SDK component systems, or registering in ComponentsContainer.

decentraland
decentraland
development
open
framework-internals
20

hardware-io

Hardware interfacing and peripheral management for Zephyr RTOS. Covers the sensor subsystem (channels, triggers, fetch/get), pin control (Pinctrl) and multiplexing, GPIO management using Devicetree specs, and SoC-level hardware configurations. Trigger when adding new hardware components, configuring pinmux, or developing sensor-based applications.

beriberikix
beriberikix
development
open
framework-internals
20

industrial

Industrial communication protocols for Zephyr RTOS. Covers Modbus RTU (serial), Modbus TCP (Ethernet/Wi-Fi), and CANopen basics. Trigger when building factory automation controllers, industrial sensors, or medical equipment interfaces.

beriberikix
beriberikix
development
open
framework-internals
20

dockerfile-patterns

Core Dockerfile best practices including multi-stage builds, layer caching, security hardening, base image selection, and language-specific patterns for Python, Node, Rust, R, Go, Julia, and C/C++.

uw-ssec
uw-ssec
development
open
framework-internals
20

multicore

Developing for multicore systems in Zephyr RTOS. Covers Symmetric Multiprocessing (SMP), Asymmetric Multiprocessing (AMP) with OpenAMP/RPMsg, inter-processor communication (IPC) patterns, and Linkable Extensions (LLEXT). Trigger when designing for SoCs with multiple homogeneous or heterogeneous cores.

beriberikix
beriberikix
development
open
framework-internals
20

power-performance

Power management and performance optimization for Zephyr RTOS. Covers system power states (Idle, Suspend, Off), device-level power management, residency hooks, and code/data relocation for speed efficiency. Trigger when optimizing battery life, reducing latency, or managing memory constraints.

beriberikix
beriberikix
development
open
framework-internals
20

devicetree

Devicetree management for Zephyr RTOS. Covers syntax, bindings, overlays, Hardware Model v2 (HWMv2), and advanced node/property deletion patterns. Trigger when defining hardware topology, creating overlays, or mapping pins and peripherals.

beriberikix
beriberikix
development
open
framework-internals
20

solana-development

Build Solana programs with Anchor framework or native Rust. Use when developing Solana smart contracts, implementing token operations, testing programs, deploying to networks, or working with Solana development. Covers both high-level Anchor framework (recommended) and low-level native Rust for advanced use cases.

tenequm
tenequm
development
open
framework-internals
20

dev-plan

Planowanie techniczne implementacji z Implementation Units.

AIBiz-Automatyzacje
AIBiz-Automatyzacje
development
open
framework-internals
20

implementation-task-creator

Use when breaking down a component for implementation - creates task file in implementation_process/in_progress/ with TDD steps and acceptance criteria

camoa
camoa
development
open
framework-internals
20

kotlin-in-action

Apply Kotlin In Action practices (Elizarov, Isakova, Aigner, Jemerov, 2nd Ed). Covers Basics (Ch 1-3: functions, extensions, default args), Classes (Ch 4: sealed, data, delegation, companion objects), Lambdas (Ch 5-6: functional APIs, sequences, scope functions), Nullability (Ch 7-8: safe calls, Elvis, platform types, primitives), Conventions (Ch 9: operators, delegated properties), Higher-Order (Ch 10: inline, noinline, crossinline), Generics (Ch 11: variance, reified), Reflection (Ch 12: KClass, KProperty), DSLs (Ch 13: receivers, @DslMarker), Coroutines (Ch 14: structured concurrency, dispatchers, cancellation), Flows (Ch 15: operators, StateFlow, SharedFlow). Trigger on "Kotlin In Action", "Kotlin idiom", "Kotlin coroutine", "Kotlin flow", "Kotlin DSL", "Kotlin generics", "Kotlin null safety", "Kotlin delegation", "Kotlin inline", or "Kotlin extension".

booklib-ai
booklib-ai
development
open
framework-internals
20

tekton-cd-backend-worker

Handle Tekton v1 backend CD work in PingCAP-QE/ci, including delivery and release Tasks, Pipelines, TriggerBindings, TriggerTemplates, and env-gcp/env-prod2 Triggers under tekton/v1. Use when adding or modifying publisher, artifact delivery, Harbor or GitHub event routing, RC-to-GA release flows, or Tekton trigger-to-pipeline wiring.

PingCAP-QE
PingCAP-QE
development
open
framework-internals
20

worca-rc

Cut a release candidate for both worca-cc (Python) and @worca/ui (npm). Triggers on "release candidate", "cut an RC", "bump RC", "new RC", "worca-rc", or any request to create a release candidate. No arguments required — versions are auto-detected and incremented.

SinishaDjukic
SinishaDjukic
development
open
framework-internals
19

pytorch

Building and training neural networks with PyTorch. Use when implementing deep learning models, training loops, data pipelines, model optimization with torch.compile, distributed training, or deploying PyTorch models.

itsmostafa
itsmostafa
development
open
framework-internals
19

umbraco-entity-actions

Implement entity actions in Umbraco backoffice using official docs

umbraco
umbraco
development
open
framework-internals
19

umbraco-modals

Implement modals in Umbraco backoffice using official docs

umbraco
umbraco
development
open
framework-internals
19

mcp-server-instructions

Write effective MCP server instructions for tool compaction support. Use when creating or updating the `instructions` parameter in MaaSProtectedFastMCP server initialization. Helps LLMs understand when to search for tools, workflow patterns, and cross-feature relationships.

adawalli
adawalli
development
open
framework-internals
19

pylops

Linear operators for large-scale inverse problems with matrix-free representations. Use when Claude needs to: (1) Define linear operators for forward/adjoint operations, (2) Solve inverse problems (deconvolution, imaging, tomography), (3) Apply signal processing transforms (FFT, convolution, derivatives), (4) Compose operators for complex workflows, (5) Perform regularized inversion with smoothness or sparsity constraints, (6) Process seismic or image data at scale.

SteadfastAsArt
SteadfastAsArt
development
open
framework-internals
19

error-handling

Implement robust error handling with custom error types, proper propagation, user-friendly messages, and logging. Use when adding error handling to APIs, libraries, or applications.

asgarovf
asgarovf
development
open
framework-internals
19

powershell-module-architect

PowerShell architecture expert specializing in module design, function structure, reusable libraries, profile optimization, and cross-version compatibility across PowerShell 5.1 and PowerShell 7+.

saeed-vayghan
saeed-vayghan
development
open
framework-internals
19

python-pro

Expert Python developer specializing in modern Python 3.11+ development with deep expertise in type safety, async programming, data science, and web frameworks. Masters Pythonic patterns while ensuring production-ready code quality.

saeed-vayghan
saeed-vayghan
development
open
Previous
Page 46 / 66
Next