klytos-core-development

Installation
SKILL.md

Klytos Core Development Guide

Foundational Principles

  1. AI-First: MCP tools are the PRIMARY interface. Admin UI is secondary.
  2. Privacy by Design: GDPR/RGPD compliant from line 1. No cookies, no tracking, no PII.
  3. Security by Default: AES-256-GCM encryption, bcrypt passwords, CSRF, rate limiting.
  4. Plugin Extensibility: Every feature must fire hooks so plugins can extend it.
  5. Dual Storage: All code must work with both FileStorage AND DatabaseStorage.

Architecture

Installs
1
GitHub Stars
9
First Seen
5 days ago
klytos-core-development — joseconti/klytos