skillsmith-cli
This is a convenience wrapper. The primary package is @skillsmith/cli.
Important: The bare skillsmith package on npm is not this project. Use @skillsmith/cli or this wrapper (skillsmith-cli).
Install
npm install -g skillsmith-cli
npm install -g @skillsmith/cli
MCP Server (Recommended)
For AI-assisted skill discovery, configure the MCP server instead:
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": ["-y", "@skillsmith/mcp-server"]
}
}
}
See the full documentation for details.
License
Elastic License 2.0