se-skills
01Plugin Claude Code
Plugin marketplace listing 1 plugin: se-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: se-skills.
Plugin Claude Code
Chip vendor SE (System Engineer / Application Architect) workflow skills — 16 skills, 6 commands, 3 MCP servers, SessionStart hook. Full lifecycle: requirements decomposition → architecture design (system/SW/HW) → specification authoring → cross-department review (6 types) → traceability validation. Plus document…
Command Claude Code
Start architecture design — decompose system requirements into modules, define every interface, analyze cross-cutting constraints, and document trade-off decisions.
Command Claude Code
Autonomous goal-driven SE workflow — give a clear end-goal and the AI runs the full Define → Design → Document → Verify → Validate chain without per-phase prompts. Self-corrects on review failures. Escalates only when genuinely stuck.
Command Claude Code
Start requirements decomposition — transform raw requirements (PRD, datasheet, standards, customer specs) into a structured, traceable system requirements document.
Command Claude Code
Run adversarial cross-department design review — four parallel fresh-context reviewers (HW, SW, Test, System lenses) examine an SE artifact for gaps, inconsistencies, and unstated assumptions.
Command Claude Code
Author formal specifications — Software Outline Design (软件概要设计), HW-SW Interface Spec (软硬件接口规格), and Test Plan (测试方案) — from architecture and requirements.
Command Claude Code
Build and validate the traceability chain across all SE artifacts — Raw Requirements → System Reqs → Design Elements → Test Cases — identifying gaps, orphans, and over-coverage.
MCP server Claude CodeCodexCursor +2
Official draw.io MCP server for LLMs - Open diagrams in draw.io editor. Runs locally from the @drawio/mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server "visio" as configured in ddddjaak/se-skills. Runs from visio_mcp_server.visio_server import main; main() with python.
MCP server Claude CodeCodexCursor +2
A small MCP server for the boring-but-essential utilities: dates, calendars, arithmetic, unit conversion. Runs locally from the gnomon-mcp Python package.
Instructions file CodexOpenCode
Instructions for ddddjaak/se-skills, covering agents.md, repository overview, project structure, how to work in this repository and adding or modifying skills.
Instructions file
Instructions for ddddjaak/se-skills, covering se skills, project structure, se pipeline mode — automatic (critical), trigger keywords and phase detection (scan docs/ before responding).
Agent
Compliance and safety reviewer that audits SE artifacts against regulatory standards, safety requirements, and security controls. Use for reviewing requirements, architecture, and specifications for compliance with FCC, CE, UL, ISO 26262, IEC 61508, and security best practices.
Agent
Firmware domain expert that reviews SE artifacts from the firmware perspective — driver interfaces, RTOS integration, memory maps, boot flow, interrupt handling, and concurrency models. Use for reviewing requirements, architecture, and specifications for firmware correctness and implementability.
Agent
Hardware domain expert that reviews SE artifacts from the hardware perspective — pin assignments, power domains, clock trees, signal integrity, PCB constraints, and electrical compliance. Use for reviewing requirements, architecture, and specifications for hardware correctness and feasibility.
Agent
Senior System Architect that reviews SE artifacts for architecture consistency, constraint satisfaction, and cross-domain integration. Use for reviewing architecture designs, requirements documents, specifications, and design decisions from a whole-system perspective.
Agent
Verification quality engineer that reviews SE artifacts for testability, test coverage, traceability completeness, and verification methodology. Use for reviewing test plans, assessing requirement testability, identifying coverage gaps, and validating traceability matrices.
Hook
Runs when a session starts, executing session-start.sh via bash. From ddddjaak/se-skills.
Skill Claude CodeCodex
A method for designing the mathematics inside computing modules such as signal filters, control loops, calibration routines, and data transformations. It links each setting and precision choice to a system requirement.
Skill Claude CodeCodex
系统级架构设计:将结构化需求分解为模块、定义接口、分析约束、记录权衡决策。System-level architecture design — decomposes system requirements into modules, defines every interface, analyzes cross-cutting constraints, and documents trade-off decisions. Use when the user says 系统架构, 架构设计, 模块划分, system architecture, module decomposition, or when you need to…
Skill Claude CodeCodex
A source-code review against an organisation’s coding checklist, covering structure, formatting, comments, names, design patterns, and register definitions. A register is a hardware control or status field accessed by software.
Skill Claude CodeCodex
四视角对抗式设计审查:以HW/SW/Test/System四个部门视角对SE产物进行独立审查,发现跨领域不一致、未声明假设和遗漏。Four-lens adversarial design review — runs fresh-context reviewers through HW, SW, Test, and System department lenses to catch gaps, inconsistencies, and unstated assumptions in any SE artifact (requirements, architecture, or specification). Use when the…
Skill Claude CodeCodex
硬件板级架构设计:引脚分配、电压域、电源树、PCB叠层约束、信号完整性、器件选型。Hardware board-level architecture — pin assignments, voltage domains, power tree, PCB stack-up constraints, signal integrity analysis, and component selection criteria. Use when the user says 硬件架构, 引脚分配, 电源树, PCB约束, hardware architecture, pin assignment, power tree, or when…