setup-agent-tail

Automate agent-tail log aggregation setup for Vite, Next.js, Node, and monorepos.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/hbvg234/jnmt.vn --skill setup-agent-tail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-agent-tail
Source: https://github.com/hbvg234/jnmt.vn/tree/main/.claude/skills/setup-agent-tail
Command: npx skills add https://github.com/hbvg234/jnmt.vn --skill setup-agent-tail

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Logs and dev-server/browser output are often scattered and hard to correlate for AI-assisted development. This Skill automatically detects your project type (Vite, Next.js, plain Node, or monorepo) and wires up agent-tail to collect logs into centralized files, ready for AI agents to read.

Core Features & Use Cases

  • Auto-detects project type: Vite, Next.js, plain Node, or monorepo structure.
  • Configures a CLI runner, browser log plugins, and output destinations (tmp/logs/latest/ by default).
  • Updates gitignore and provides guidelines to ensure logs are ignored correctly.
  • Supports monorepos via agent-tail-core init/wrap and per-package integration.

Quick Start

Run the auto-detect workflow to identify your project, review the proposed configuration, and confirm installation to apply agent-tail integration.

Frequently Asked Questions about setup-agent-tail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up log aggregation for a Vite or Next.js project automatically?

To set up log aggregation for a Vite or Next.js project, this tool auto-detects your framework and configures CLI runners and browser log plugins to collect output into centralized files.

Can I configure dev logging for a monorepo structure?

Yes, you can configure dev logging for a monorepo structure. The tool supports monorepos via agent-tail-core init/wrap to integrate per-package logs into a centralized destination.

What's the best way to collect browser logs into centralized files for AI agents?

The best way to collect browser logs into centralized files for AI agents is using this auto-setup tool, which integrates framework plugins to aggregate browser output into tmp/logs/latest/.

Does agent-tail integration update gitignore automatically?

Yes, agent-tail integration updates gitignore automatically. It configures your output destinations and provides guidelines to ensure your generated log files are ignored correctly.

How does framework detection work for Node.js dev logging?

Framework detection for Node.js dev logging works by running an auto-detect workflow that identifies your project type, proposes a configuration, and wires up the appropriate log aggregation setup.

Do I need plain Node.js configurations to aggregate scattered dev-server output?

No, you do not need manual plain Node.js configurations to aggregate scattered dev-server output. The tool automatically detects plain Node environments and wraps dev scripts for centralized log collection.