with one click
create-skill
Creates a focused local Tars skill for a repeatable workflow.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Creates a focused local Tars skill for a repeatable workflow.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Creates a trusted local MCP extension with bounded tools and explicit enablement.
Guides an operator through a reviewed Google Workspace CLI installation and OAuth setup.
Audits, enables, disables, and refreshes trusted local MCP extensions.
Operates and maintains a Tars installation through supported CLI commands.
| name | create-skill |
| description | Creates a focused local Tars skill for a repeatable workflow. |
Use this guide when the user explicitly asks to add or update a reusable local workflow.
~/.tars/skills/ to avoid duplicate capabilities.~/.tars/skills/<lowercase-hyphenated-name>/SKILL.md.name and a precise third-person description.tars memory sync after the skill is complete so it is searchable.---
name: example-skill
description: Performs one clearly defined workflow when the user requests it.
---
# Example skill
## Preconditions
- Required access or input.
## Steps
1. Inspect current state.
2. Apply the smallest safe change.
3. Validate the result.
Skills are trusted instructions, not isolated plugins. Review generated commands and do not grant a skill broader authority than the user requested.