dlants
- 10 skills
- 0 followers
- 9 hours ago last updated
- ▌ Glean Review · dlants bundleReading and responding to comments in an open glean review (the neovim git diff reviewer). Use this when the user pastes a glean review snippet, asks you to answer review comments, or mentions a `Glean:` buffer.
- ▌ Pkb Search · dlants bundleSemantic code+docs search over this repo using the pkb CLI. Use when you need broad orientation in the codebase ("where is X handled?", "how does Y work?") rather than an exact symbol or string you'd grep for.
- ▌
- ▌
- ▌
- ▌ Browser · dlants bundleAutomate browser actions using Puppeteer with a simple DSL for web testing and automation
- ▌ Authoring Magenta Scripts · dlants bundleHow to author magenta scripts. Magenta scripts allow for programmatic orchestration of magenta threads. Use this skill when the user explicitly asks you to write a magenta script (not just a regular script).
- ▌ Creating Skills · dlants bundleHow to create skills for magenta.nvim. Use this skill when the user asks you to create, author, or modify a skill.
- ▌ Doc Views · dlants bundleComprehensive guide for the view system in magenta.nvim, including template literal syntax, component composition, interactive bindings, and TUI-specific rendering patterns
- ▌ Doc Testing · dlants bundleComprehensive guide for writing tests in magenta.nvim, including test environment setup, mock providers, driver interactions, and best practices