architecture
Clean architecture patterns for the 3SC widget host. Defines layer boundaries, dependency rules, composition root patterns, and abstraction strategies.
Installation
SKILL.md
3SC follows Clean Architecture principles adapted for a WPF desktop application. This ensures testability, maintainability, and clear separation of concerns.
| Domain | Nothing | Everything else | | Application | Domain | Infrastructure, UI | | Infrastructure | Domain, Application | UI | | UI | All layers | - |
| External dependencies | ✅ Yes | File system, HTTP, time | | Infrastructure concerns | ✅ Yes | Database, caching | | Cross-cutting concerns | ✅ Yes | Logging, telemetry | | Simple utilities | ❌ No | String helpers, math | | Framework types | ❌ No | List , Dictionary |
Clean architecture patterns for the 3SC widget host. Defines layer boundaries, dependency rules, composition root patterns, and abstraction strategies. Source: yosrbennagra/3sc.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yosrbennagra/3sc --skill architecture- Source
- yosrbennagra/3sc
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is architecture?
Clean architecture patterns for the 3SC widget host. Defines layer boundaries, dependency rules, composition root patterns, and abstraction strategies. Source: yosrbennagra/3sc.
How do I install architecture?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yosrbennagra/3sc --skill architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yosrbennagra/3sc
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01