respawn-apprespawn-appOfficialยท1 Agent Skills Included

ksrc

Search and read Gradle dependency source code instantly

Searches and reads Kotlin and Java dependency sources resolved from Gradle projects. Eliminates the slow manual process of downloading, locating, and unpacking source jars. Returns stable file IDs so follow-up reads need no repeated flags, saving time and tokens.
npx skills add respawn-app/ksrc --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’