evstack
from GitHub
数据与AI
- 📄 block-architecture.md
- 📄 da-sequencing.md
- 📄 SKILL.md
Explains ev-node architecture, components, and internal workings. Use when the user asks how ev-node works, wants to understand the block package, DA layer, sequencing, namespaces, or needs architecture explanations. Covers block production, syncing, DA submission, forced inclusion, single vs based sequencer, and censorship resistance.
Structures Flutter apps using layered architecture (UI / Logic / Data) with feature-first file organization. Use when creating new features, designing the project structure, adding repositories/services/view models (or cubits/providers/notifiers), or wiring dependency injection. State management agnostic.
Architecture Decision Record skill for documenting significant architectural decisions with context, options, and consequences. Use during the Research phase when choosing between approaches, or whenever the user asks to document an architectural decision.
- 📄 plan.example.md
- 📄 SKILL.md
Design the architecture to solve a given task. Propose the solutions to be used to deliver the task following the best practices and standards.
Guides clean, scalable system architecture during the build phase. Use when designing modules, defining boundaries, structuring projects, managing dependencies, or preventing tight coupling and brittleness as systems grow.
Use when reviewing codebase health, finding structural issues, or auditing architecture quality before major changes
- 📁 .github/
- 📁 docs/
- 📁 engine/
- 📄 .gitattributes
- 📄 .gitignore
- 📄 AUDIT.md
5-layer persistent memory and coherence architecture for OpenClaw agents. Solves AI amnesia and within-session drift. Built and validated over 353 sessions on a live business. No CS degree required.
Design system architecture and high-level technical strategy
devswha
from GitHub
数据与AI
- 📁 core/
- 📁 examples/
- 📁 humanizer-max/
- 📄 .gitignore
- 📄 .humanizer.default.yaml
- 📄 CLAUDE.md
AI가 생성한 텍스트에서 AI 특유의 글쓰기 패턴을 제거하여 자연스럽고 사람이 쓴 것처럼 만듭니다. 다국어 지원(한국어 28개, 영어 24개 패턴). 2-Phase 처리 파이프라인(구조→문장/어휘)과 플러그인 기반 구조로 패턴 팩과 프로필을 조합합니다. Based on blader/humanizer, oh-my-zsh inspired plugin architecture.
- 📁 .github/
- 📁 metadata/
- 📁 references/
- 📄 .gitignore
- 📄 SKILL.md
provider configuration, context management, cron automation, sub-agent architecture, skills,
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
Create and manage Architecture Decision Records. Documents significant technical decisions with context, alternatives, and consequences.