@khanhcan148/mk 0.1.14 → 0.1.16

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.
package/README.md CHANGED
@@ -87,8 +87,8 @@ cp -r .claude ~/.claude/
87
87
 
88
88
  ```
89
89
  ├── .claude/
90
- │ ├── agents/ # 31 agents (5 primary + 26 utility: implementers, quality, docs, specialized, concerns)
91
- │ ├── skills/ # 65 skill packages (SKILL.md + scripts/references/assets)
90
+ │ ├── agents/ # 32 agents (5 primary + 27 utility: implementers, quality, docs, specialized, concerns)
91
+ │ ├── skills/ # 66 skill packages (SKILL.md + scripts/references/assets)
92
92
  │ │ ├── mk-*/ # 19 workflow commands (/mk-audit, /mk-brainstorm, /mk-log-analysis, /mk-overview, /mk-selftest, etc.)
93
93
  │ │ └── ... # Domain skills (frontend, backend, testing, browser automation, etc.)
94
94
  │ └── workflows/ # Development protocols
@@ -134,7 +134,7 @@ User → /mk-* command (skill) → spawns utility agents → agents use knowledg
134
134
  | `/mk-docs` | Generate and update project documentation; maintains AGENTS.md; Impact Areas analysis produces human-readable "What changed / Who is affected / What could go wrong" narrative |
135
135
  | `/mk-git` | Git operations: branch, commit, push, PR, merge |
136
136
  | `/mk-research` | Deep multi-source research on technical topics |
137
- | `/mk-spike` | Investigate external service integrations: fetch API docs, evaluate options, produce spike.md with Go/No-Go |
137
+ | `/mk-spike` | Investigate external service integrations: fetch API docs, evaluate options, produce <service-slug>-spike.md with Go/No-Go |
138
138
  | `/mk-overview` | Synthesize project artifacts into multi-tier stakeholder overview: Executive Brief, Product Report, Technical Report |
139
139
  | `/mk-workflow` | Trace REST endpoint call chains with upstream caller detection, variant branching, side effects/feature flags, Mermaid diagrams |
140
140
  | `/mk-log-analysis` | Analyze production logs from Datadog or Azure Application Insights via MCP; progressive severity triage, pattern detection, mandatory stack trace investigation, mk-debug integration |
@@ -166,12 +166,13 @@ Spawned by primary agents for domain-specific work:
166
166
  | **debugger** | Issue investigation and diagnosis |
167
167
  | **refactorer** | Refactoring with TFD-first safety workflow |
168
168
 
169
- **Docs & Project Management (3)**
169
+ **Docs & Project Management (4)**
170
170
  | Agent | Purpose |
171
171
  |-------|---------|
172
172
  | **project-manager** | Progress tracking, roadmap updates |
173
173
  | **docs-manager** | Documentation maintenance |
174
174
  | **journal-writer** | Technical difficulty documentation |
175
+ | **wiki-maintainer** | Background wiki writes to docs/llm-wiki/ (spawned by mk-* skills) |
175
176
 
176
177
  **Research & Design (3)**
177
178
  | Agent | Purpose |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanhcan148/mk",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "CLI to install and manage MyClaudeKit (.claude/) in your projects",
5
5
  "type": "module",
6
6
  "bin": {