AkiClaudeDoc — Claude Code Rule & Skill Pack

AkiClaudeDoc

Open Source

Reusable Claude Code baseline for the Aki ecosystem

github.com/lacvietanh/AkiClaudeDoc  ·  Markdown · MIT

Install — one command

curl -fsSL https://raw.githubusercontent.com/lacvietanh/AkiClaudeDoc/main/install.sh | bash
6RULE/METHOD files
MITOpen source
Claude CodeCLI

What problem does AkiClaudeDoc solve?

When working with Claude Code across multiple machines and projects, a common problem is: each new context requires re-explaining desired behavior, coding standards, and the right approach for the ecosystem. AkiClaudeDoc solves this by packaging all baseline knowledge into a package installable with a single command.

Result: Claude Code on any machine or project receives the same consistent baseline — no manual copying, no reconfiguration from scratch. This is how Lạc Việt Anh maintains consistent AI behavior across the entire Aki ecosystem.

What's included

AI Behavior Rules

Rules governing Claude Code behavior: no autonomous commits, no unnecessary file creation, prefer edit over write, and dozens of specific behavioral rules.

Coding Standards

Code standards for the Aki ecosystem: TypeScript strict, Vue 3 Composition API, Nuxt 4 patterns, naming conventions, and consistent file structure.

Nuxt/Cloudflare Stack

Specialized rules for the Nuxt 4 + Vue 3 + Cloudflare Pages stack: useSchemaOrg, SEO patterns, composable conventions, and Cloudflare Worker guidelines.

Content & i18n

Rules for UI content, Vietnamese/English i18n, SEO meta, JSON-LD, copywriting. Ensures consistency from UI labels to FAQPage schema.

Analysis Methods

METHOD-flow-audit.md and METHOD-techbiz-optimizer.md: frameworks for analyzing complex code flows and evaluating effort/value for new features.

Skills & Slash Commands

Skills invocable via /slash-command in Claude Code: akirule (context-aware rule loading), akigitcommit (smart grouped commits), and more.

Who should use AkiClaudeDoc?

Aki Ecosystem Dev

Install immediately to have full Aki-standard rules and skills on every project and machine.

Claude Code Users

Reference the rule/skill architecture to build your own Claude Code baseline.

AI-Assisted Dev Learners

Read the code to understand how to design effective AI behavior rules in real projects.

Developer

Lạc Việt Anh  —  Self-taught and self-driven, he builds the Aki ecosystem's projects himself. AkiClaudeDoc distills his entire experience of AI-assisted development across the Aki ecosystem — open-sourced so the community can learn from and reuse it.

AkiDEV Ecosystem Context

AkiClaudeDoc is part of AkiDEV — Lạc Việt Anh's technical documentation system. Together with AkiTao (main platform), AkiApp, and AkiCloud, AkiClaudeDoc represents the AI tooling layer of the ecosystem.

Frequently Asked Questions

What is AkiClaudeDoc?

AkiClaudeDoc is an open-source baseline package that bundles all of Lạc Việt Anh's AI behavior rules, coding standards, docs, content, and Nuxt/Cloudflare stack rules into a single install command. Once installed, Claude Code on any machine or project receives the same consistent baseline.

How do I install AkiClaudeDoc?

Run: curl -fsSL https://raw.githubusercontent.com/lacvietanh/AkiClaudeDoc/main/install.sh | bash — The script automatically downloads and sets up all rules and skills to the correct Claude Code directories. No manual file copying required.

What does AkiClaudeDoc contain?

AkiClaudeDoc includes: RULE-coding.md (coding standards), RULE-stack-akiNuxtCf.md (Nuxt 4/Cloudflare), RULE-content-write.md (content/i18n), RULE-docs.md (documentation), METHOD-flow-audit.md and METHOD-techbiz-optimizer.md (analysis methods), plus skills invocable via slash commands.

Who is AkiClaudeDoc for?

AkiClaudeDoc is built primarily for the Aki ecosystem — but any developer using Claude Code who wants consistent AI behavior baseline across multiple projects can reference and reuse it. Open source, MIT license.

How does AkiClaudeDoc relate to AkiDEV?

AkiDEV (dev.akitao.com) is Lạc Việt Anh's technical documentation and learning system. AkiClaudeDoc is one of the tools taught and used within AkiDEV — specifically in the AI-assisted development with Claude Code section.

Open source — MIT License — One-command install.

View on GitHub