ksrc
Search and read Gradle dependency source code instantly
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ksrc?โผ
Run `npx skills add respawn-app/ksrc --all -g -y` in your terminal to install the skill globally.
What does ksrc do?โผ
It lets you search and read the source code of third-party Gradle dependencies with two simple commands, instead of manually downloading and unpacking source jars.
How do I search a Gradle dependency's source code?โผ
Run `ksrc search "pattern"` to get matching lines with file IDs, then use `ksrc cat <file-id>` to read the full file contents.
Does ksrc work with AI coding agents?โผ
Yes. It offers a CLI, a skill, and an MCP server, so agents like Claude Code and Codex can inspect dependency APIs in a couple of steps.
Does ksrc modify my Gradle project?โผ
No. It only reads and caches sources, never mutating your project; if Gradle fails it falls back to cache-only resolution with a warning.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core