@khanhcan148/mk 0.1.16 → 0.1.17

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
@@ -81,6 +81,7 @@ cp -r .claude ~/.claude/
81
81
  /mk-audit # Code archaeology chain: orientation, testing, heatmap, breaking-change analysis, technical debt, domain extraction
82
82
  /mk-selftest # Self-validation checks on kit agents, skills, docs, workflows
83
83
  /mk-log-analysis # Datadog + Azure App Insights log analysis with severity triage and Mermaid visual reports
84
+ /mk-wiki # Wiki management: staleness detection, batch refresh, bootstrap, stats, structural validation
84
85
  ```
85
86
 
86
87
  ## Structure
@@ -88,8 +89,8 @@ cp -r .claude ~/.claude/
88
89
  ```
89
90
  ├── .claude/
90
91
  │ ├── agents/ # 32 agents (5 primary + 27 utility: implementers, quality, docs, specialized, concerns)
91
- │ ├── skills/ # 66 skill packages (SKILL.md + scripts/references/assets)
92
- │ │ ├── mk-*/ # 19 workflow commands (/mk-audit, /mk-brainstorm, /mk-log-analysis, /mk-overview, /mk-selftest, etc.)
92
+ │ ├── skills/ # 67 skill packages (SKILL.md + scripts/references/assets)
93
+ │ │ ├── mk-*/ # 20 workflow commands (/mk-audit, /mk-brainstorm, /mk-log-analysis, /mk-overview, /mk-wiki, etc.)
93
94
  │ │ └── ... # Domain skills (frontend, backend, testing, browser automation, etc.)
94
95
  │ └── workflows/ # Development protocols
95
96
  ├── bin/ # CLI entry point (mk command)
@@ -139,6 +140,7 @@ User → /mk-* command (skill) → spawns utility agents → agents use knowledg
139
140
  | `/mk-workflow` | Trace REST endpoint call chains with upstream caller detection, variant branching, side effects/feature flags, Mermaid diagrams |
140
141
  | `/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 |
141
142
  | `/mk-selftest` | Run self-validation checks on kit agents, skills, docs, and workflows |
143
+ | `/mk-wiki` | Manage wiki health: staleness detection, batch refresh, bootstrap, stats, structural validation |
142
144
 
143
145
  ## Primary Agents
144
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanhcan148/mk",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "CLI to install and manage MyClaudeKit (.claude/) in your projects",
5
5
  "type": "module",
6
6
  "bin": {