image
Akan.js
Docs
DocsConventionsReferencesCheatsheet
English
image
Akan.js
Akan.js v2 docs are now available.View the v1 docs
DocsConventionsReferencesCheatsheet
MIT 라이선스 하에 배포되었습니다.
Akan.js 공식 컨설팅 서비스Akansoft
Copyright © 2026 Akan.js 모든 권리 보유.
시스템 관리자bassman
CLI 레퍼런스
• 명령어
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
• Context
• Agent
• Guideline
AkanJS 레퍼런스
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI 레퍼런스
• Overview
• Core
• Display
• Forms
• Overlays
• System
CLI 레퍼런스
• 명령어
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
• Context
• Agent
• Guideline
AkanJS 레퍼런스
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI 레퍼런스
• Overview
• Core
• Display
• Forms
• Overlays
• System
Next
명령어

Agent CLI

Agent command는 coding assistant를 위한 project guidance file을 설치합니다. rule은 지속되는 project instruction이고 MCP는 live read-only context를 제공하므로 둘은 의도적으로 분리되어 있습니다.
workspace 생성 후 또는 Cursor, Claude Code, Codex 스타일 agent 등이 Akan convention을 일관되게 따르도록 만들고 싶을 때 사용합니다.

agent

Install Akan agent rules for editors and coding agents. The generated files summarize workspace shape, module abstract rules, generated file boundaries, validation commands, and the compact framework guideline.
Signature
Arguments
ArgumentTypeRequiredDefaultDescription
targetStringnoallRule target. Use cursor, agents-md, claude, or all.
target
Type
String
Required
no
Default
all
Description
Rule target. Use cursor, agents-md, claude, or all.
Options
OptionTypeDefaultEnum / FlagDescription
--forceBooleanfalse-Overwrite existing rule files. Without this flag, existing files are protected.
--force
Type
Boolean
Default
false
Enum / Flag
-
Description
Overwrite existing rule files. Without this flag, existing files are protected.
Notes
NameDescription
cursorWrites `.cursor/rules/akan.mdc`.
agents-mdWrites `AGENTS.md` for generic agent clients such as Codex-style tools.
claudeWrites `CLAUDE.md` for Claude Code style project guidance.
abstract ruleGenerated rules tell agents to read `*.abstract.md` before module behavior changes and update it when public behavior or workflows change.
cursor
Description
Writes `.cursor/rules/akan.mdc`.
agents-md
Description
Writes `AGENTS.md` for generic agent clients such as Codex-style tools.
claude
Description
Writes `CLAUDE.md` for Claude Code style project guidance.
abstract rule
Description
Generated rules tell agents to read `*.abstract.md` before module behavior changes and update it when public behavior or workflows change.
Examples
Agent CLI
agent