vicnaumvicnaumCommunityยท3 Agent Skills Included

vics-agent-skills

Session trimming, codebase mapping, and multi-agent coordination

Trims oversized Claude Code sessions, exports Claude and ChatGPT chats to resumable formats, and converts conversation logs to readable Markdown. Maps large codebases with layered AGENTS.md summaries and Repomix packing for whole-repo analysis. Coordinates parallel coding sessions with local chat rooms, task boards, and automatic CLI restarts.
npx skills add vicnaum/vics-agent-skills --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install vics-agent-skills?โ–ผ

Run `npx skills add vicnaum/vics-agent-skills --all -g -y` in your terminal to install all skills globally.

How to fix 'Prompt is too long' in Claude Code?โ–ผ

The session-stripper skill analyzes your session's token usage and safely strips tool results, thinking blocks, and stale attachments, then the respawn skill restarts the CLI with the smaller transcript.

Can I continue a claude.ai or ChatGPT chat in Claude Code?โ–ผ

Yes. The claude-desktop-chat-export and chatgpt-chat-export skills grab the conversation JSON and attachments from your browser and convert them into resumable local sessions or Markdown.

How do multiple coding agents coordinate on one machine?โ–ผ

The agent-chat skill gives concurrent sessions shared chat rooms, direct messages, and wake-up nudges, while tasx provides a file-based task board both agents and humans can update.

Do these skills work without coding experience?โ–ผ

Mostly yes. You describe what you want in plain English and your coding agent runs the underlying scripts, though some skills assume a macOS or Linux terminal setup.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’