Skip to content

DamengRandom/agent-skills-maker

Repository files navigation

🤖 Agent Skills Maker

Architect professional code standards and AI agent behaviors for your production teams in seconds. Powered by Nuxt 4, TanStack AI, and Groq.

demo.png

✨ Features

  • 🚀 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 .md files.

Quick demo

🚀 Quick Start

1. Zero-Config Installation

Clone the repository and install dependencies:

pnpm install

2. Environment Setup

Create a .env file in the root directory and add your Groq API Key:

GROK_API_KEY=your_gsk_key_here

Tip

Get your free API key at GroqCloud Console.

3. Local Development

Spin up the development server:

pnpm dev

Open http://localhost:3000 in your browser to start building.


🛠 Tech Stack

  • 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

📖 How it Works

  1. Team Identity: Define who you are (e.g., "Platform Engineering").
  2. Infrastructure: List your stack (e.g., "TypeScript, Nuxt, Docker").
  3. Core Objectives: Set your quality bars (e.g., "Zero-trust security").
  4. Generate: The AI generates a structured Agent Skills document including Philosophy, Architecture Patterns, and PR Checklists.

🏗 Project Structure

├── 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)

📄 License

MIT. Go build something fast.

TODOS

  • 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 ..

About

Making you own agent skills markdown file ~

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published