Skip to main content

What are Skills?

Skills are lightweight, single-purpose AI tools you invoke directly in any chat using the @skill-name trigger. Type @ in the chat prompt bar, and a picker appears showing all your available skills — select one, add your content, and the skill runs instantly. Unlike Custom Agents (which are full conversation configurations you chat with at /agents), skills are one-shot tools designed for a specific repeatable task: summarize this, translate that, review this code, check this grammar. The key difference:
SkillsCustom Agents
What it isA single-purpose inline toolA full saved conversation configuration
How to useType @skill-name in any chatGo to /agents and start a chat
PersistenceInvoked per messageFull ongoing conversation
Best forRepetitive single tasksSpecialized ongoing assistants

How to Invoke a Skill

  1. In any chat (including project chats), type @ in the prompt bar
  2. A skill picker dropdown appears — continue typing to filter by name
  3. Select a skill
  4. Type or paste the content you want the skill to act on
  5. Send
Examples:
@summarize Here is the article I need summarized: [paste text]
@translate-to-spanish Please convert this: Hello, how are you today?
@explain-code [paste code here]
@grammar-check Please fix: The team are working hard to completed the project on time.

Three Sources for Skills

Official Library

Pre-built skills curated and maintained by ZeroTwo. Browse by category and install with one click.

Custom Skills

Build your own skills with a custom trigger, system prompt, tools, and model.

GitHub Import

Import skill configurations from a GitHub repository — useful for team sharing.

Troubleshooting

Fix skills that aren’t showing in the picker, producing inconsistent output, or failing to use tools.

Access Skills

Skills are managed at Settings → Skills. From there you can:
  • Browse and install Official Library skills
  • Create custom skills
  • Import skills from GitHub
  • View, edit, and delete your installed and custom skills

Example Skills

TriggerWhat it does
@summarizeCondenses long text into 3–5 bullet points
@explain-codeExplains what a piece of code does with an overview and suggestions
@translate-to-spanishTranslates text to Spanish, preserving tone
@grammar-checkCorrects grammar and style without changing meaning
@tone-formalRewrites text in a formal, professional tone
@extract-action-itemsPulls a numbered list of action items from meeting notes or emails