بنقرة واحدة
create-skill
Creates a focused local Tars skill for a repeatable workflow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Creates a focused local Tars skill for a repeatable workflow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.