DEEPX
Official@DEEPX-AI · Korea, South
DEEPX provides engineering discipline skills for planning, reviewing, debugging, and building dx_stream GStreamer pipelines with MQTT/Kafka brokers.
Agent Skills by DEEPX
Showing 17 vetted skills indexed across 1 GitHub repositories.
dx-swe-writing-plans
Generates detailed task-by-task implementation plans with TDD steps from feature specifications.
dx-agent-brainstorm
Plans and validates GStreamer pipeline builds for DX-Stream before code generation.
dx-swe-requesting-review
Dispatches a code-reviewer subagent to evaluate git diffs against requirements before merging.
dx-skill-router
Routes agent tasks to matching dx-* skills before any response or action.
dx-agent-stream-model-management
Query, download, and validate .dxnn models for dx_stream GStreamer pipelines.
dx-swe-subagent-dev
Executes implementation plans by dispatching fresh subagents per task with two-stage review.
dx-swe-parallel-agents
Dispatch parallel agents to investigate independent test failures concurrently.
dx-agent-verify
Validates DX-Stream pipeline builds through a six-step verification gate before completion claims.
dx-agent-tdd
Validates dx_stream pipeline files through a Red-Green-Verify test-driven development cycle.
dx-harness-writing-skills
Create and test agent skills using test-driven development with subagent pressure scenarios.
dx-agent-stream-build-mqtt-kafka
Builds GStreamer pipelines that publish inference results to Kafka or MQTT brokers.
dx-swe-debugging
Diagnose software bugs through a four-phase root cause investigation process.
dx-swe-receiving-review
Guides verification and implementation of code review feedback with technical rigor.
dx-agent-stream-build-pipeline
Generates GStreamer pipeline applications for DEEPX NPU video inference with dx_stream.
dx-agent-stream-validate
Validates dx_stream GStreamer pipelines through static analysis, property checks, and smoke tests.
dx-swe-executing-plans
Executes written implementation plans task-by-task with verification checkpoints and review gates.
dx-codex-identity
Establishes Codex CLI agent identity for session directory naming and artifact generation.
Frequently Asked Questions About DEEPX
FAQPage SchemaWhat tasks can I accomplish using DEEPX's skills?▼
You can write implementation plans from specs, brainstorm before coding, execute plans with subagents, debug failures, request and receive code reviews, apply test-driven development, and build or validate dx_stream GStreamer pipelines plus MQTT/Kafka broker applications.
Who are DEEPX's skills designed for?▼
Software engineers working on dx_stream streaming applications and general development tasks. The skills target developers who need structured planning, parallel task execution, rigorous debugging, code review discipline, and pipeline validation before claiming work is done.
How do DEEPX's skills get invoked during a session?▼
The dx-skill-router skill establishes discovery and invocation of all dx-* skills at conversation start, requiring skill invocation before any response. The dx-codex-identity skill stays always active when running as OpenAI Codex CLI, setting the 'codex' identity for session directories.
What prerequisites do DEEPX's streaming skills require?▼
The dx-agent-stream-build-pipeline and dx-agent-stream-validate skills require the dx_stream environment for GStreamer pipeline work. The dx-agent-stream-build-mqtt-kafka skill targets MQTT/Kafka broker application construction, and dx-agent-stream-model-management handles models for dx_stream pipelines.
How do DEEPX's skills ensure code quality before merging?▼
The dx-swe-requesting-review skill verifies work meets requirements before merging, dx-agent-verify confirms completion claims, dx-agent-tdd enforces test-driven development, and dx-swe-receiving-review demands technical rigor and verification when addressing review feedback.