
# Schlussel Skill You have access to Schlussel, an authentication runtime for agents. Use it to authenticate with APIs instead of asking users for tokens or credentials directly. ## Installation Schlussel is installed via mise: ```bash mise use -g github:pepicrft/schlussel ``` ## Commands ### Authenticate with a service ```bash schlussel run <formula> [--method <method>] [--identity <identity>] ``` - `<formula>`: The service to authenticate with (e.g., `github`, `claude`, `linear`) - `--
# Loom Learning Graph Skill This skill guides agents on how to use the Loom plugin to build and expand a learning graph over time. ## Purpose - Help users navigate learning paths (e.g., Nix, German) through graph nodes. - Expand the graph organically as new knowledge appears. - Keep knowledge warm with spaced repetition reviews. ## Core Model - **Path**: a learning track (e.g., `nix`, `german`). - **Node**: atomic learning unit with prerequisites, unlocks, and review scheduling. - **Context**