@nano-step/skill-manager 5.5.2 → 5.5.3
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 +1 -2
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -1
- package/package.json +1 -1
- package/private-catalog.json +0 -5
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ npx @nano-step/skill-manager install --all
|
|
|
26
26
|
| `update [name]` | Update one or all installed skills |
|
|
27
27
|
| `installed` | Show currently installed skills |
|
|
28
28
|
|
|
29
|
-
## Available Skills (15 public +
|
|
29
|
+
## Available Skills (15 public + 5 private)
|
|
30
30
|
|
|
31
31
|
### Public Skills (bundled in npm)
|
|
32
32
|
|
|
@@ -54,7 +54,6 @@ npx @nano-step/skill-manager install --all
|
|
|
54
54
|
|-------|-------------|
|
|
55
55
|
| `e2e-test-generator` | E2E test generation from PRD using Playwright MCP |
|
|
56
56
|
| `feature-analysis` | Deep code analysis with execution tracing and gap analysis |
|
|
57
|
-
| `mcp-management` | MCP tool routing and execution with token-saving isolation |
|
|
58
57
|
| `pr-code-reviewer` | Comprehensive PR code review with 4 parallel subagents |
|
|
59
58
|
| `rri-t-testing` | RRI-T QA methodology — 5-phase testing with 7 dimensions and release gates |
|
|
60
59
|
| `database-inspector` | Database schema inspection for MySQL and PostgreSQL with progressive discovery |
|
package/dist/utils.d.ts
CHANGED
package/dist/utils.js
CHANGED
|
@@ -13,7 +13,7 @@ exports.writeText = writeText;
|
|
|
13
13
|
const path_1 = __importDefault(require("path"));
|
|
14
14
|
const os_1 = __importDefault(require("os"));
|
|
15
15
|
const fs_extra_1 = __importDefault(require("fs-extra"));
|
|
16
|
-
exports.MANAGER_VERSION = "5.5.
|
|
16
|
+
exports.MANAGER_VERSION = "5.5.3";
|
|
17
17
|
async function detectOpenCodePaths() {
|
|
18
18
|
const homeConfig = path_1.default.join(os_1.default.homedir(), ".config", "opencode");
|
|
19
19
|
const cwd = process.cwd();
|
package/package.json
CHANGED
package/private-catalog.json
CHANGED
|
@@ -14,11 +14,6 @@
|
|
|
14
14
|
"version": "2.0.0",
|
|
15
15
|
"description": "Deep code analysis of any feature or service before writing docs, diagrams, or making changes"
|
|
16
16
|
},
|
|
17
|
-
{
|
|
18
|
-
"name": "mcp-management",
|
|
19
|
-
"version": "2.0.0",
|
|
20
|
-
"description": "MCP tool routing and execution with token-saving isolation"
|
|
21
|
-
},
|
|
22
17
|
{
|
|
23
18
|
"name": "pr-code-reviewer",
|
|
24
19
|
"version": "2.6.0",
|