vics-agent-skills
Session trimming, codebase mapping, and multi-agent coordination
All Skills in This Repository (3)
Pure Emerald Level Indicatorslayered-summary
Generate hierarchical AGENTS.md summaries for codebase directories.
ai-conversation-extractor
Convert JSONL AI conversation transcripts to readable Markdown files.
repomix-analysis
Pack repositories into XML files for large-context AI analysis.
Frequently Asked Questions
FAQPage SchemaHow 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โ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