embedded-architecture-skill
v0.1.1
Published
Model-agnostic embedded architecture skill with a Codex installer and project analyzer.
Maintainers
Readme
Embedded Architecture Skill
embedded-architecture-skill packages a model-agnostic embedded C/C++ architecture skill. It helps agents design, review, and refactor codebases with clear domain, driver, service, controller, and UI boundaries.
Install for Codex
npx embedded-architecture-skill installThe installer copies the skill to ${CODEX_HOME:-$HOME/.codex}/skills/embedded-system-architecture.
npx embedded-architecture-skill install --destination /path/to/skills/embedded-system-architecture
npx embedded-architecture-skill install --forceFor another agent runtime, obtain the canonical instruction file with:
npx embedded-architecture-skill pathInspect a project
npx embedded-architecture-skill analyze --root /path/to/project --format text
npx embedded-architecture-skill analyze --root /path/to/project --format jsonThe analyzer is read-only and heuristic. It inventories C/C++ files, local include edges, inferred layers, and common dependency violations; it is not a replacement for a compiler or static analyzer.
Develop and release
npm test
npm run validate
npm run pack:check
npm publish --access publicPublishing requires an authenticated npm account.
