moai-adk 0.5.4__py3-none-any.whl → 0.5.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of moai-adk might be problematic. Click here for more details.
- moai_adk/__init__.py +1 -1
- moai_adk/cli/commands/init.py +4 -2
- moai_adk/cli/commands/status.py +4 -2
- moai_adk/cli/commands/update.py +4 -5
- moai_adk/core/project/initializer.py +13 -11
- moai_adk/core/project/phase_executor.py +7 -3
- moai_adk/core/template/processor.py +60 -1
- moai_adk/templates/.claude/agents/alfred/cc-manager.md +8 -0
- moai_adk/templates/.claude/agents/alfred/debug-helper.md +18 -0
- moai_adk/templates/.claude/agents/alfred/doc-syncer.md +18 -0
- moai_adk/templates/.claude/agents/alfred/git-manager.md +38 -2
- moai_adk/templates/.claude/agents/alfred/implementation-planner.md +18 -0
- moai_adk/templates/.claude/agents/alfred/project-manager.md +6 -0
- moai_adk/templates/.claude/agents/alfred/quality-gate.md +6 -0
- moai_adk/templates/.claude/agents/alfred/skill-factory.md +8 -0
- moai_adk/templates/.claude/agents/alfred/spec-builder.md +17 -0
- moai_adk/templates/.claude/agents/alfred/tag-agent.md +7 -1
- moai_adk/templates/.claude/agents/alfred/tdd-implementer.md +18 -0
- moai_adk/templates/.claude/agents/alfred/trust-checker.md +6 -0
- moai_adk/templates/.claude/commands/alfred/0-project.md +5 -1
- moai_adk/templates/.claude/commands/alfred/1-plan.md +5 -1
- moai_adk/templates/.claude/commands/alfred/2-run.md +6 -2
- moai_adk/templates/.claude/commands/alfred/3-sync.md +5 -1
- moai_adk/templates/.claude/hooks/alfred/alfred_hooks.py +5 -1
- moai_adk/templates/.claude/output-styles/alfred/agentic-coding.md +5 -1
- moai_adk/templates/.claude/output-styles/alfred/moai-adk-learning.md +5 -1
- moai_adk/templates/.claude/output-styles/alfred/study-with-alfred.md +5 -1
- moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/SKILL.md +30 -273
- moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/examples.md +487 -129
- moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/reference.md +603 -70
- moai_adk/templates/.claude/skills/moai-cc-agents/SKILL.md +22 -2
- moai_adk/templates/.claude/skills/moai-cc-claude-md/SKILL.md +22 -2
- moai_adk/templates/.claude/skills/moai-cc-commands/SKILL.md +22 -2
- moai_adk/templates/.claude/skills/moai-cc-hooks/SKILL.md +22 -2
- moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/SKILL.md +22 -2
- moai_adk/templates/.claude/skills/moai-cc-memory/SKILL.md +22 -2
- moai_adk/templates/.claude/skills/moai-cc-settings/SKILL.md +22 -2
- moai_adk/templates/.claude/skills/moai-cc-skills/SKILL.md +25 -5
- moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +152 -547
- moai_adk/templates/.claude/skills/moai-essentials-debug/examples.md +835 -878
- moai_adk/templates/.claude/skills/moai-essentials-debug/reference.md +665 -1151
- moai_adk/templates/.claude/skills/moai-skill-factory/SKILL.md +138 -427
- moai_adk/templates/.claude/skills/moai-spec-authoring/README.md +61 -53
- moai_adk/templates/.claude/skills/moai-spec-authoring/SKILL.md +99 -1181
- moai_adk/templates/.claude/skills/moai-spec-authoring/examples.md +541 -0
- moai_adk/templates/.claude/skills/moai-spec-authoring/reference.md +622 -0
- moai_adk/templates/.moai/config.json +5 -5
- moai_adk/templates/.moai/memory/CLAUDE-AGENTS-GUIDE.md +208 -0
- moai_adk/templates/.moai/memory/CLAUDE-PRACTICES.md +369 -0
- moai_adk/templates/.moai/memory/CLAUDE-RULES.md +539 -0
- moai_adk/templates/.moai/memory/{development-guide.md → DEVELOPMENT-GUIDE.md} +3 -3
- moai_adk/templates/.moai/memory/SKILLS-DESCRIPTION-POLICY.md +218 -0
- moai_adk/templates/.moai/memory/config-schema.md +444 -0
- moai_adk/templates/CLAUDE.md +149 -845
- {moai_adk-0.5.4.dist-info → moai_adk-0.5.6.dist-info}/METADATA +293 -335
- {moai_adk-0.5.4.dist-info → moai_adk-0.5.6.dist-info}/RECORD +61 -54
- /moai_adk/templates/.moai/memory/{gitflow-protection-policy.md → GITFLOW-PROTECTION-POLICY.md} +0 -0
- /moai_adk/templates/.moai/memory/{spec-metadata.md → SPEC-METADATA.md} +0 -0
- {moai_adk-0.5.4.dist-info → moai_adk-0.5.6.dist-info}/WHEEL +0 -0
- {moai_adk-0.5.4.dist-info → moai_adk-0.5.6.dist-info}/entry_points.txt +0 -0
- {moai_adk-0.5.4.dist-info → moai_adk-0.5.6.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "Design agent personas, define proactive triggers, set tool permissions, structure agent files. Use when building specialized agents for code review, debugging, architecture, or domain-specific tasks."
|
|
2
|
+
name: moai-cc-agents
|
|
3
|
+
description: "Creating and Managing Sub-agents in Claude Code. Design agent personas, define proactive triggers, set tool permissions, structure agent files. Use when building specialized agents for code review, debugging, architecture, or domain-specific tasks."
|
|
4
4
|
allowed-tools: "Read, Write, Edit, Glob, Bash"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Skill Metadata
|
|
8
|
+
|
|
9
|
+
| Field | Value |
|
|
10
|
+
| ----- | ----- |
|
|
11
|
+
| Version | 1.0.0 |
|
|
12
|
+
| Tier | Ops |
|
|
13
|
+
| Auto-load | When creating or managing sub-agents |
|
|
14
|
+
|
|
15
|
+
## What It Does
|
|
16
|
+
|
|
17
|
+
Sub-agent 생성 및 관리를 위한 전체 가이드를 제공합니다. Agent persona 설계, proactive trigger 정의, tool 권한 설정, agent 파일 구조화 방법을 다룹니다.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
- Sub-agent를 새로 생성할 때
|
|
22
|
+
- 기존 agent의 권한이나 trigger 조건을 수정할 때
|
|
23
|
+
- Agent 간 협업 패턴을 설계할 때
|
|
24
|
+
- Tool access 최소화 원칙을 적용할 때
|
|
25
|
+
|
|
26
|
+
|
|
7
27
|
# Creating and Managing Sub-agents
|
|
8
28
|
|
|
9
29
|
Sub-agents are specialized Claude instances with independent context, custom prompts, and restricted tool access. They handle deep analysis, parallel work, and autonomous tasks.
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "Design project-specific AI guidance, document workflows, define architecture patterns. Use when creating CLAUDE.md files for projects, documenting team standards, or establishing AI collaboration guidelines."
|
|
2
|
+
name: moai-cc-claude-md
|
|
3
|
+
description: "Authoring CLAUDE.md Project Instructions. Design project-specific AI guidance, document workflows, define architecture patterns. Use when creating CLAUDE.md files for projects, documenting team standards, or establishing AI collaboration guidelines."
|
|
4
4
|
allowed-tools: "Read, Write, Edit, Glob"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Skill Metadata
|
|
8
|
+
|
|
9
|
+
| Field | Value |
|
|
10
|
+
| ----- | ----- |
|
|
11
|
+
| Version | 1.0.0 |
|
|
12
|
+
| Tier | Ops |
|
|
13
|
+
| Auto-load | When authoring CLAUDE.md files |
|
|
14
|
+
|
|
15
|
+
## What It Does
|
|
16
|
+
|
|
17
|
+
프로젝트별 CLAUDE.md 파일 작성을 위한 표준 구조와 패턴을 제공합니다. AI 협업 가이드라인, 워크플로우 문서화, 아키텍처 패턴 정의 방법을 다룹니다.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
- 새 프로젝트의 CLAUDE.md 파일을 생성할 때
|
|
22
|
+
- 기존 CLAUDE.md를 업데이트하거나 개선할 때
|
|
23
|
+
- 팀 표준 및 개발 워크플로우를 문서화할 때
|
|
24
|
+
- AI 협업 패턴을 정의할 때
|
|
25
|
+
|
|
26
|
+
|
|
7
27
|
# Authoring CLAUDE.md Project Instructions
|
|
8
28
|
|
|
9
29
|
CLAUDE.md is a Markdown file that provides Claude with project-specific context, workflows, standards, and guidance. It acts as a living document for AI collaboration patterns.
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "Create and optimize slash commands with proper argument parsing, tool permissions, and agent orchestration. Use when building workflow entry points, automation commands, or user-facing shortcuts."
|
|
2
|
+
name: moai-cc-commands
|
|
3
|
+
description: "Designing Slash Commands for Claude Code. Create and optimize slash commands with proper argument parsing, tool permissions, and agent orchestration. Use when building workflow entry points, automation commands, or user-facing shortcuts."
|
|
4
4
|
allowed-tools: "Read, Write, Edit, Glob, Bash"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Skill Metadata
|
|
8
|
+
|
|
9
|
+
| Field | Value |
|
|
10
|
+
| ----- | ----- |
|
|
11
|
+
| Version | 1.0.0 |
|
|
12
|
+
| Tier | Ops |
|
|
13
|
+
| Auto-load | When designing slash commands |
|
|
14
|
+
|
|
15
|
+
## What It Does
|
|
16
|
+
|
|
17
|
+
Slash command 설계 및 최적화 방법을 제공합니다. Argument parsing, tool permissions, agent orchestration을 포함한 command 구조를 다룹니다.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
- 새로운 slash command를 생성할 때
|
|
22
|
+
- 기존 command를 최적화하거나 리팩토링할 때
|
|
23
|
+
- Workflow entry point를 설계할 때
|
|
24
|
+
- User-facing automation을 구축할 때
|
|
25
|
+
|
|
26
|
+
|
|
7
27
|
# Designing Slash Commands
|
|
8
28
|
|
|
9
29
|
Slash commands are user-facing entry points that orchestrate sub-agents, manage approvals, and coordinate multi-step workflows. They follow the Plan → Execute → Sync cadence.
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "Design, implement, and manage PreToolUse/PostToolUse/SessionStart/Notification/Stop hooks. Use when enforcing safety checks, auto-formatting, running linters, or triggering automated workflows based on development events."
|
|
2
|
+
name: moai-cc-hooks
|
|
3
|
+
description: "Configuring Claude Code Hooks System. Design, implement, and manage PreToolUse/PostToolUse/SessionStart/Notification/Stop hooks. Use when enforcing safety checks, auto-formatting, running linters, or triggering automated workflows based on development events."
|
|
4
4
|
allowed-tools: "Read, Write, Edit, Glob, Bash"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Skill Metadata
|
|
8
|
+
|
|
9
|
+
| Field | Value |
|
|
10
|
+
| ----- | ----- |
|
|
11
|
+
| Version | 1.0.0 |
|
|
12
|
+
| Tier | Ops |
|
|
13
|
+
| Auto-load | When configuring hook system |
|
|
14
|
+
|
|
15
|
+
## What It Does
|
|
16
|
+
|
|
17
|
+
Hook system 설정 및 관리를 위한 전체 가이드를 제공합니다. PreToolUse, PostToolUse, SessionStart 등 다양한 hook type의 설계와 구현 방법을 다룹니다.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
- Safety check나 validation hook을 추가할 때
|
|
22
|
+
- Auto-formatting이나 linting을 자동화할 때
|
|
23
|
+
- Session lifecycle event에 응답하는 로직을 작성할 때
|
|
24
|
+
- 개발 이벤트 기반 workflow를 트리거할 때
|
|
25
|
+
|
|
26
|
+
|
|
7
27
|
# Configuring Claude Code Hooks System
|
|
8
28
|
|
|
9
29
|
Hooks are lightweight (<100ms) automated scripts triggered by Claude Code lifecycle events. They enforce guardrails, run quality checks, and seed context without blocking user workflow.
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "Set up Model Context Protocol servers (GitHub, Filesystem, Brave Search, SQLite). Configure OAuth, manage permissions, validate MCP structure. Use when integrating external tools, APIs, or expanding Claude Code capabilities."
|
|
2
|
+
name: moai-cc-mcp-plugins
|
|
3
|
+
description: "Configuring MCP Servers & Plugins for Claude Code. Set up Model Context Protocol servers (GitHub, Filesystem, Brave Search, SQLite). Configure OAuth, manage permissions, validate MCP structure. Use when integrating external tools, APIs, or expanding Claude Code capabilities."
|
|
4
4
|
allowed-tools: "Read, Write, Edit, Bash, Glob"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Skill Metadata
|
|
8
|
+
|
|
9
|
+
| Field | Value |
|
|
10
|
+
| ----- | ----- |
|
|
11
|
+
| Version | 1.0.0 |
|
|
12
|
+
| Tier | Ops |
|
|
13
|
+
| Auto-load | When setting up MCP servers |
|
|
14
|
+
|
|
15
|
+
## What It Does
|
|
16
|
+
|
|
17
|
+
MCP (Model Context Protocol) server 및 plugin 설정을 위한 전체 가이드를 제공합니다. GitHub, Filesystem, SQLite 등 다양한 MCP server의 OAuth 설정, 권한 관리, 구조 검증 방법을 다룹니다.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
- 새로운 MCP server를 설정할 때
|
|
22
|
+
- OAuth 인증을 구성할 때
|
|
23
|
+
- External tool이나 API를 통합할 때
|
|
24
|
+
- MCP plugin의 permissions이나 구조를 검증할 때
|
|
25
|
+
|
|
26
|
+
|
|
7
27
|
# Configuring MCP Servers & Plugins
|
|
8
28
|
|
|
9
29
|
MCP servers extend Claude Code with external tool integrations. Each server provides tools that Claude can invoke directly.
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "Understand session context limits, use just-in-time retrieval, cache insights, manage memory files. Use when optimizing context usage, handling large projects, or implementing efficient workflows."
|
|
2
|
+
name: moai-cc-memory
|
|
3
|
+
description: "Managing Claude Code Session Memory & Context. Understand session context limits, use just-in-time retrieval, cache insights, manage memory files. Use when optimizing context usage, handling large projects, or implementing efficient workflows."
|
|
4
4
|
allowed-tools: "Read, Write, Glob, Bash"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Skill Metadata
|
|
8
|
+
|
|
9
|
+
| Field | Value |
|
|
10
|
+
| ----- | ----- |
|
|
11
|
+
| Version | 1.0.0 |
|
|
12
|
+
| Tier | Ops |
|
|
13
|
+
| Auto-load | When optimizing context usage |
|
|
14
|
+
|
|
15
|
+
## What It Does
|
|
16
|
+
|
|
17
|
+
Session memory 및 context 관리 전략을 제공합니다. Just-in-time retrieval, insight caching, memory file 관리를 통해 context window를 효율적으로 사용하는 방법을 다룹니다.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
- Context limit에 도달할 위험이 있을 때
|
|
22
|
+
- 대규모 프로젝트에서 효율적인 context 관리가 필요할 때
|
|
23
|
+
- Session handoff를 준비할 때
|
|
24
|
+
- Memory file 구조를 설계하거나 정리할 때
|
|
25
|
+
|
|
26
|
+
|
|
7
27
|
# Managing Claude Code Session Memory & Context
|
|
8
28
|
|
|
9
29
|
Claude Code operates within context windows (~100K-200K tokens). Effective memory management ensures productive sessions without hitting limits.
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "Set up permissions (allow/deny), permission modes, environment variables, tool restrictions. Use when securing Claude Code, restricting tool access, or optimizing session settings."
|
|
2
|
+
name: moai-cc-settings
|
|
3
|
+
description: "Configuring Claude Code settings.json & Security. Set up permissions (allow/deny), permission modes, environment variables, tool restrictions. Use when securing Claude Code, restricting tool access, or optimizing session settings."
|
|
4
4
|
allowed-tools: "Read, Write, Edit, Bash"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Skill Metadata
|
|
8
|
+
|
|
9
|
+
| Field | Value |
|
|
10
|
+
| ----- | ----- |
|
|
11
|
+
| Version | 1.0.0 |
|
|
12
|
+
| Tier | Ops |
|
|
13
|
+
| Auto-load | When configuring security & permissions |
|
|
14
|
+
|
|
15
|
+
## What It Does
|
|
16
|
+
|
|
17
|
+
settings.json 설정 및 보안 구성을 위한 전체 가이드를 제공합니다. Permissions (allow/deny), permission modes, environment variables, tool restrictions 설정 방법을 다룹니다.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
- 새 프로젝트의 settings.json을 설정할 때
|
|
22
|
+
- Tool access를 제한하거나 보안을 강화할 때
|
|
23
|
+
- Environment variables를 구성할 때
|
|
24
|
+
- Permission mode (ask/allow/deny)를 변경할 때
|
|
25
|
+
|
|
26
|
+
|
|
7
27
|
# Configuring Claude Code settings.json
|
|
8
28
|
|
|
9
29
|
`settings.json` centralizes all Claude Code configuration: permissions, tool access, environment variables, and session behavior.
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "Design reusable knowledge capsules with progressive disclosure (metadata → content → resources). Apply freedom levels (high/medium/low), create examples, validate YAML. Use when building domain-specific guidance or automating recurring patterns."
|
|
2
|
+
name: moai-cc-skills
|
|
3
|
+
description: "Creating and Optimizing Claude Code Skills. Design reusable knowledge capsules with progressive disclosure (metadata → content → resources). Apply freedom levels (high/medium/low), create examples, validate YAML. Use when building domain-specific guidance or automating recurring patterns."
|
|
4
4
|
allowed-tools: "Read, Write, Edit, Glob, Bash"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## Skill Metadata
|
|
8
|
+
|
|
9
|
+
| Field | Value |
|
|
10
|
+
| ----- | ----- |
|
|
11
|
+
| Version | 1.0.0 |
|
|
12
|
+
| Tier | Ops |
|
|
13
|
+
| Auto-load | When creating or updating Skills |
|
|
14
|
+
|
|
15
|
+
## What It Does
|
|
16
|
+
|
|
17
|
+
Claude Code Skill 생성 및 최적화를 위한 전체 가이드를 제공합니다. Progressive disclosure 패턴, freedom level framework, YAML metadata 작성, 예제 구성 방법을 다룹니다.
|
|
18
|
+
|
|
19
|
+
## When to Use
|
|
20
|
+
|
|
21
|
+
- 새로운 Skill을 생성할 때
|
|
22
|
+
- 기존 Skill을 최적화하거나 리팩토링할 때
|
|
23
|
+
- Freedom level (high/medium/low) 균형을 조정할 때
|
|
24
|
+
- Skill metadata나 구조를 검증할 때
|
|
25
|
+
|
|
26
|
+
|
|
7
27
|
# Creating and Optimizing Claude Code Skills
|
|
8
28
|
|
|
9
29
|
Skills are modular, reusable knowledge capsules that load via Progressive Disclosure. They combine templates, patterns, and best practices without blocking user workflow.
|
|
@@ -31,7 +51,7 @@ skill-name/
|
|
|
31
51
|
```yaml
|
|
32
52
|
---
|
|
33
53
|
name: "Skill Name (Gerund + Domain)"
|
|
34
|
-
description: "[Capability]. Use when [trigger 1], [trigger 2], [trigger 3]."
|
|
54
|
+
description: "Creating and Optimizing Claude Code Skills. [Capability]. Use when [trigger 1], [trigger 2], [trigger 3]."
|
|
35
55
|
allowed-tools: "Read, Write, Bash(python:*)"
|
|
36
56
|
---
|
|
37
57
|
```
|
|
@@ -129,7 +149,7 @@ if __name__ == "__main__":
|
|
|
129
149
|
**Level 1**: Metadata (always loaded)
|
|
130
150
|
```yaml
|
|
131
151
|
name: "Database Query Optimization"
|
|
132
|
-
description: "Profile slow queries, analyze execution plans, suggest indexes..."
|
|
152
|
+
description: "Creating and Optimizing Claude Code Skills. Profile slow queries, analyze execution plans, suggest indexes..."
|
|
133
153
|
allowed-tools: "Read, Bash(sqlite3:*)"
|
|
134
154
|
```
|
|
135
155
|
|
|
@@ -164,7 +184,7 @@ data cleaning, validation, or transformation."
|
|
|
164
184
|
```yaml
|
|
165
185
|
---
|
|
166
186
|
name: "Testing React Components with Vitest"
|
|
167
|
-
description: "Write unit tests for React components, mock hooks, test async behavior. Use when testing React components, setting up Vitest, or debugging test failures."
|
|
187
|
+
description: "Creating and Optimizing Claude Code Skills. Write unit tests for React components, mock hooks, test async behavior. Use when testing React components, setting up Vitest, or debugging test failures."
|
|
168
188
|
allowed-tools: "Read, Write, Bash(npm:*), Bash(npm run:*)"
|
|
169
189
|
---
|
|
170
190
|
|