DunCanYounG-1

16 mods across 1 repository, 216 stars between them.

DunCanYounG-1/auto-embedded

Instructions file

Repository maintenance rules for auto-embedded, a TypeScript and Python framework that installs reusable agent workflows and tools across coding platforms.

216 1mo ago A 1,675 tokens original MIT

auto-embedded

02

DunCanYounG-1/auto-embedded

Skill Claude CodeCodex

A project-level framework for developing embedded firmware with AI coding tools. It adds staged planning, shared project specifications, role-based work, architecture and hardware checks, reusable tool skills, and records of lessons learned.

216 1mo ago A 261 tokens original MIT

aemb-builder

03

DunCanYounG-1/auto-embedded

Agent

A builder role for embedded-software projects that follows a written implementation plan. It edits the specified files while respecting layer boundaries, fixed hardware assignments, naming rules, interrupt-service routines, and shared-data safeguards.

216 1mo ago A 58 tokens original MIT

aemb-scout

04

DunCanYounG-1/auto-embedded

Agent

A read-only research role for embedded-device projects, guided by project specifications. It identifies the chip platform, firmware libraries, existing drivers, and official examples.

216 1mo ago A 58 tokens original MIT

aemb-verifier

05

DunCanYounG-1/auto-embedded

Agent

A read-only software review role for checking whether an implementation meets written requirements and hardware rules.

216 1mo ago A 67 tokens original MIT

embedded-alg

06

DunCanYounG-1/auto-embedded

Agent

Use when implementing application-layer logic for embedded competition: state machines, CLI command parsers, control laws, signal codecs, file system service modules. Consumes drivers from embedded-drv and gain/coefficient .h files from embedded-matlab. Never touches hardware registers directly.

216 1mo ago A 59 tokens original MIT

embedded-arch

07

DunCanYounG-1/auto-embedded

Agent

Use when starting any embedded competition project. Reads contest problem, routes to task type (MAIN+TAGS), dispatches 4-6 specialist subagents, writes hardware/interface contracts, manages decision gates, and integrates final deliverables. Vision tasks are handed off to the separate auto-vision skill. Always the…

216 1mo ago A 74 tokens original MIT

embedded-drv

08

DunCanYounG-1/auto-embedded

Agent

Use when implementing low-level peripheral drivers (GPIO/UART/SPI/I2C/ADC/RTC/DMA/PWM) for embedded competition projects. Strictly follows hardware contract from embedded-arch, writes Driver/BSP/HAL Port layers, never touches application logic.

216 1mo ago A 58 tokens original MIT

embedded-matlab

09

DunCanYounG-1/auto-embedded

Agent

Use when designing algorithms for embedded competition: LQR/PID controllers, IIR/FIR filters, FFT analysis, Kalman observers, DDS LUTs, system identification. Runs MATLAB via mcpmatlab tools, exports .h via . Skipped for SYSTEM-type problems with no algorithm TAGS.

216 1mo ago A 68 tokens original MIT

embedded-qa

10

DunCanYounG-1/auto-embedded

Agent

Use when verifying embedded competition project at CP-3: static analysis, MIL/SIL/PIL three-tier validation, 5-tuple scoring checklist verification, and one-click firmware pipeline. Independent verifier — never implements code, only audits.

216 1mo ago A 51 tokens original MIT

embedded-report

11

DunCanYounG-1/auto-embedded

Agent

Use when preparing competition report, presentation slides, and defense rehearsal. Reads all other subagents' artifacts and produces LaTeX/Word report, PowerPoint, and 10-why defense Q&A with evidence chains. Mandatory CP-4/CP-5 subagent.

216 1mo ago A 58 tokens original MIT

continue

12

DunCanYounG-1/auto-embedded

Command

A command for resuming an unfinished auto-embedded development task. It reloads the project context and identifies the current stage, recent changes, hardware-resource state, research findings, and next action.

216 1mo ago A 0 tokens original MIT

finish-work

13

DunCanYounG-1/auto-embedded

Command

A project wrap-up command for the auto-embedded framework, which supports structured embedded-software development. It runs automated checks, guides a three-part review, records reusable lessons and session notes, and archives the finished task.

216 1mo ago A 0 tokens original MIT

journal

14

DunCanYounG-1/auto-embedded

Command

A command that appends a short session summary to workspace/journal.md, a file used to keep notes between coding-agent sessions. New sessions can use recent entries to understand what happened previously.

216 1mo ago A 0 tokens original MIT

start

15

DunCanYounG-1/auto-embedded

Command

A command for creating a task and starting its RESEARCH stage in a defined five-step workflow.

216 1mo ago A 0 tokens original MIT

status

16

DunCanYounG-1/auto-embedded

Command

A command that prints the current state of an auto-embedded project, including its active task, development phase, specification layer, hardware lock, and developer.

216 1mo ago A 0 tokens original MIT