XuanwoXuanwoCommunityยท1 Agent Skills Included

xurl

Read, search, and continue coding conversations across providers

Reads, searches, and continues conversations from coding assistants like Codex, Claude, Copilot, Cursor, and Gemini through one unified URI scheme. Eliminates digging through scattered local session files and provider-specific formats to find past discussions. Renders any thread as clean markdown, discovers subagents, and starts or resumes conversations with a single command.
npx skills add Xuanwo/xurl --all -g -y
Available:

Gives your AI agent the workspace rules, output contracts, and documentation sync requirements for safely building, testing, and extending xurl's URI-based conversation features.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install xurl?โ–ผ

Run `npx skills add Xuanwo/xurl --all -g -y` in your terminal to install the skill globally for your agent.

What does xurl do?โ–ผ

xurl lets you read, search, and continue conversations from coding assistants like Codex, Claude, Copilot, Cursor, and Gemini using one simple agents:// URI scheme.

How to search past coding assistant conversations?โ–ผ

Run a query like `xurl 'agents://codex?q=refactor'` to search by keyword, or `xurl 'agents://.?q=migration'` to search across all providers in the current project.

Which providers does xurl support?โ–ผ

xurl supports Amp, Claude, Codex, GitHub Copilot, Cursor, Gemini, Kimi, OpenCode, and Pi, with more providers being added over time.

Can I continue an old conversation with xurl?โ–ผ

Yes. Run `xurl codex/<conversation_id> -d "Continue"` to append a new message to any existing thread, or start a fresh one with `xurl codex -d "your prompt"`.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’