teq-tmpl
A reusable TeqFW plugin that makes plugin-level reuse concrete.
Inspect sourcePlatform composition
Explore TeqFW platform packages, reusable components, host applications, and related work.
Platform foundation
@teqfw/di.The foundational plugin provides namespace-based dependency resolution, runtime composition, and late binding. Around it, @teqfw/log, @teqfw/cfg, @teqfw/cli, @teqfw/db, and @teqfw/web add logging, configuration, lifecycle, persistence, and web-runtime infrastructure.
TeqFW is sufficiently developed for meaningful applications, while remaining a small and evolving platform.
Agent skills
Each TeqFW plugin publishes a version-matched agent skill at skills/<name>/SKILL.md. These machine interfaces describe public contracts, integration patterns, and architectural assumptions; a consuming project can mount them in .agents/skills/.
DI skill · Log skill · Cfg skill · CLI skill · DB skill · Web skill
Progressive reuse
A reusable TeqFW plugin that makes plugin-level reuse concrete.
Inspect sourceA larger reusable product/plugin built from TeqFW infrastructure and teq-tmpl.
Inspect sourceA host application using teq-cms and powering a working website.
Open wiredgeese.comA structurally different database-backed TeqFW application.
Inspect sourceRelated work
ADSM is related background methodology. GitHub Flows is historical work, not a TeqFW platform layer or required workflow.