@chrismo/superkit
v1.3.0
Published
SuperDB toolkit — docs, recipes, grok patterns, and CLI tools for the super binary
Readme
SuperKit
Documentation, tutorials, and recipes for SuperDB.
Website: chrismo.github.io/superkit
Install
npm install -g @chrismo/superkitCLI Tools
skdoc— Browse documentation (expert guide, upgrade guide, tutorials)skgrok— Search grok patternsskops— Browse recipe functions and operators
Also available via npx skdoc, npx skgrok, npx skops.
Content
- Expert Guide — Comprehensive SuperSQL syntax reference
- Upgrade Guide — Migration guide from zq to SuperDB
- Tutorials — Step-by-step guides for common patterns
- Recipes — Reusable SuperSQL functions and operators
- Grok Patterns — All SuperDB grok patterns
Library
The SuperDB MCP server depends on this package for its documentation tools. The TypeScript API is available for other integrations:
import { superHelp, superRecipes, superGrokPatterns } from '@chrismo/superkit';Upgrading from pre-npm SuperKit
If you previously installed SuperKit via the old install.sh script, remove
the legacy files:
rm -f ~/.local/bin/sk ~/.local/bin/skdoc ~/.local/bin/skgrok \
~/.local/bin/skgrok.jsup ~/.local/bin/skops \
~/.local/bin/skops.jsup ~/.local/bin/skops.spqLicense
SuperKit is licensed under the BSD-3-Clause License.
SuperKit is an independent project that documents and provides recipes for SuperDB, which is licensed under the SuperDB Source Available License. SuperKit does not distribute SuperDB source code or binaries.
