tttpob
- 3 skills
- 0 followers
- 16 hours ago last updated
- ▌ J CLI · tttpob bundleUse this skill whenever the user wants to execute code on a Jupyter server, manage Jupyter sessions or kernels, inspect or run notebook cells, or interact with Jupyter Lab from the command line. Triggers include mentions of Jupyter, notebooks, kernels, ipynb files, or requests to run Python/R code on a remote server. Also use when the user wants to check Jupyter server health, create/list/kill sessions, interrupt/restart kernels, summarize or show notebook source without execution, write execution outputs back to notebooks, inspect kernel variables, search notebook content with ripgrep, or edit a notebook by editing its py:percent pair.
- ▌ Nftables Rule Writing · tttpob bundleWrite, review, and lint nftables rulesets for coding-agent generated configs. Use for quickstarts, rule authoring, audits, and troubleshooting, especially chain type/hook constraints, statement validity (nat/reject/tproxy/redirect), inet IPv4/IPv6 pitfalls, and source-informed validation with nft -c.
- ▌ Jupyter Notebook · tttpob bundleSearch and edit Jupyter notebooks through safe text-based workflows when the assistant should not handle raw .ipynb JSON directly. Use when you need to inspect, search, change, review, or patch a notebook by either searching it through a ripgrep preprocessor or converting it to a readable text notebook with Jupytext and syncing the changes back into the original .ipynb file while preserving outputs when possible.