antono
- 4 skills
- 0 followers
- 8 hours ago last updated
- ▌ Ck Search · antonoPowerful multi-mode code search with 'ck': fast lexical (grep/ripgrep-style) patterns, embeddings-based semantic retrieval to find code by meaning, and hybrid (semantic+keyword) fusion. Includes usage examples, indexing notes, scoring details, and threshold guidance.
- ▌ Codanna Review · antono bundleDiff-driven code review for a branch or PR using codanna's call graph plus difftastic's structural diff. Use when the user asks to "review this PR / branch / diff", "audit callers after my changes", "check what I missed", or otherwise wants to find untouched callers of functions whose signatures or bodies changed between two refs.
- ▌ Codanna Explore · antono bundleExplore an indexed codebase on a specific topic using codanna's semantic search, symbol lookup, and call/dependency graphs. Use when the user asks to investigate, map, or understand a feature, subsystem, concept, or symbol.
- ▌ Search Nix Manix · antonoUse when working on .nix files, flakes, Home Manager configs, or NixOS configurations and need to look up options, packages, or lib functions