Architect professional code standards and AI agent behaviors for your production teams in seconds. Powered by Nuxt 4, TanStack AI, and Groq.
- 🚀 Real-time AI Streaming: Watch your engineering standards generate live via Groq's high-speed Llama 3 models.
- 🎨 Premium Aesthetics: Sleek dark-mode interface with glassmorphism and smooth micro-animations.
- 🛠 Framework Agnostic: Generates standards for any tech stack (TypeScript, Nuxt, K8s, Terraform, etc.).
- 💾 Root Persistence: Save your generated skills directly to your project root as
.mdfiles.
- Also, please check rontend-engineering-agent-skills.md file for an example check
Clone the repository and install dependencies:
pnpm installCreate a .env file in the root directory and add your Groq API Key:
GROK_API_KEY=your_gsk_key_hereTip
Get your free API key at GroqCloud Console.
Spin up the development server:
pnpm devOpen http://localhost:3000 in your browser to start building.
- Meta-Framework: Nuxt 4 (Future-ready)
- AI Orchestration: TanStack AI
- Model Provider: Groq (LPU™ Inference Engine)
- Styling: Tailwind CSS
- UI Components: Vue 3 with Hybrid Composition API
- Team Identity: Define who you are (e.g., "Platform Engineering").
- Infrastructure: List your stack (e.g., "TypeScript, Nuxt, Docker").
- Core Objectives: Set your quality bars (e.g., "Zero-trust security").
- Generate: The AI generates a structured
Agent Skillsdocument including Philosophy, Architecture Patterns, and PR Checklists.
├── app/
│ └── app.vue # Premium Frontend UI
├── server/
│ └── api/
│ ├── agent.post.ts # TanStack AI Streaming Handler
│ └── save-skills.ts # File System Persistence
├── nuxt.config.ts # Nuxt 4 & Module Config
└── .env # API Keys (Protected)
MIT. Go build something fast.
- This is the version
0.0.1, and this is just a begining of the project, will keep updating based on mood 🧶 ~ - Next step, will do code refactor step by step (Thanks AI tool 💙) ~
- Thinking ..
