OneCite: OneCite is a command-line tool and Python library that accepts mixed identifiers and text queries, resolving them to structured BibTeX via multiple academic APIs. It is designed for researchers working in the terminal to clean up messy reference lists. It supports fuzzy matching, multiple input formats, and can be used interactively or as a library.; codeindex: codeindex is a dependency analyzer that builds a blast-radius impact score for every file in your repo — showing which files will break if a given file changes. It also generates a symbol index mapping every function and class to its exact file and line number, so AI tools can locate any symbol in one lookup without scanning the whole codebase. Supports 12+ languages, zero required dependencies (pure Python stdlib), and five consumption modes including CLI, MCP server, and CLAUDE.md injection.
Converting messy reference lists to BibTeX
Assessing refactoring risk before touching a high-impact file