assistant-creator

Create AI assistants in Think TARS with registry-based prompts and tools.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/freddomingues/think-tars --skill assistant-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assistant-creator
Source: https://github.com/freddomingues/think-tars/tree/main/.cursor/skills/assistant-creator
Command: npx skills add https://github.com/freddomingues/think-tars --skill assistant-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables teams to create new AI assistants within the Think TARS project, following established patterns for prompts, tools, and isolation.

Core Features & Use Cases

  • Registry-driven assistant creation: register new agents, prompts, and tools in ai/ packages.
  • Isolation by agent: each assistant operates with its own set of tools and instructions to ensure safe, scoped interactions.
  • Guided workflow: provides clear steps to extend ai/prompts and ai/tools and connect to the app.

Quick Start

Use the assistant-creator skill to register a new agent in ai/agents.py, define its prompts in ai/prompts/, and assign tools in ai/tools/.

Frequently Asked Questions about assistant-creator

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

FAQPage Schema
How do I create a new AI assistant with isolated tools and prompts?

To create a new AI assistant, you register a new agent in ai/agents.py, define its specific instructions in ai/prompts/, and assign its corresponding tools in ai/tools/ to ensure registry-based isolation.

What is registry-based isolation when building AI assistants?

Registry-based isolation is a mechanism that ensures each AI assistant operates with its own scoped set of tools and prompts, preventing cross-agent conflicts and maintaining safe interactions within the application.

How do I configure prompts and wire tools for a new AI agent?

You configure prompts by adding files under the ai/prompts directory and wire tools by registering them within ai/tools, following the established app integration patterns to connect the agent to the system.

Can I use this skill to add multiple AI agents to an existing app workflow?

Yes, you can add multiple AI agents by registering each one in ai/agents.py, assigning unique prompts in ai/prompts, and wiring specific tools in ai/tools to extend the application with new assistants.

Why do my AI assistants need separate prompts and tools directories?

Separate prompts and tools directories enforce an organized workflow and registry-based isolation, ensuring each AI assistant operates safely and independently without overlapping instructions or tool conflicts.

What is the best way to manage AI assistant creation across a team?

The best way to manage AI assistant creation is following a registry-driven workflow that guides teams to consistently extend ai/prompts and ai/tools packages, ensuring organized and scoped agent integration.