create-tia-agent

Scaffold, configure, and deploy a TIA XMPP agent from the mistral-minimal template.

6|2|Updated Sep 20, 2024
One-click install
npx skills add https://github.com/danja/tia --skill create-tia-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-tia-agent
Source: https://github.com/danja/tia/tree/main/.claude/skills/create-tia-agent
Command: npx skills add https://github.com/danja/tia --skill create-tia-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides you through creating a new TIA XMPP agent based on mistral-minimal. It helps you scaffold, configure, and deploy a ready-to-run agent when you're starting a new bot or exploring TIA.

Core Features & Use Cases

  • Scaffold a new agent: Copy the mistral-minimal template and structure for a new agent.
  • Configuration & Customization: Update package.json, environment variables, and profile TTLs to match your agent.
  • One-click setup & Run: Install dependencies, start the agent, and verify XMPP registration and room join.
  • Use Case: Quickly bootstrap a new agent named after your project and get it running with your chosen LLM provider.

Quick Start

Scaffold a new agent named "my-agent" using the mistral-minimal template and run npm install followed by npm start in the new directory.