account-delete

Полное удаление аккаунта и всех связанных данных из конфигурации.

181 stars

Best use case

account-delete is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Полное удаление аккаунта и всех связанных данных из конфигурации.

Teams using account-delete should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/account-delete/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/account-delete/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/account-delete/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How account-delete Compares

Feature / Agentaccount-deleteStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Полное удаление аккаунта и всех связанных данных из конфигурации.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Account Delete

Удаление рекламного аккаунта и всех связанных файлов конфигурации.

---

## Что удаляется

```
.claude/ads-agent/config/
├── ad_accounts.md          ← удаляется секция аккаунта
├── briefs/{account}.md     ← удаляется файл
└── naming/{account}_naming.md  ← удаляется файл (если есть)
```

---

## Workflow (4 шага)

### Шаг 1: Выбор аккаунта

```
Какой аккаунт удалить?
```

Покажи список из `.claude/ads-agent/config/ad_accounts.md`:

```
Доступные аккаунты:

| # | Название | Account ID | Статус |
|---|----------|------------|--------|
| 1 | Bas Dent | act_805414428109857 | активен |
| 2 | Profimed | act_1106872004544227 | активен |

Введи номер или название аккаунта:
```

---

### Шаг 2: Подтверждение

**ВАЖНО:** Покажи что будет удалено:

```
⚠️ ВНИМАНИЕ: Будут удалены следующие файлы:

1. briefs/{account}.md — бриф аккаунта
2. naming/{account}_naming.md — правила нейминга (если есть)
3. Секция в ad_accounts.md — запись об аккаунте

Данные в Facebook Ads НЕ затрагиваются — удаляется только локальная конфигурация.

Подтвердить удаление? (да / нет)
```

---

### Шаг 3: Удаление файлов

При подтверждении:

1. **Удали бриф:**
   ```bash
   rm .claude/ads-agent/config/briefs/{account}.md
   ```

2. **Удали naming rules (если есть):**
   ```bash
   rm .claude/ads-agent/config/naming/{account}_naming.md
   ```

3. **Удали секцию из ad_accounts.md:**
   - Найди секцию `## Аккаунт N: {Название}`
   - Удали всю секцию до следующего `---`

---

### Шаг 4: Подтверждение удаления

```
✅ Аккаунт {название} удалён

Удалено:
- [x] briefs/{account}.md
- [x] naming/{account}_naming.md (или "не было")
- [x] Секция в ad_accounts.md

Данные в Facebook Ads не затронуты.
```

---

## Пример использования

```
User: /account-delete

Related Skills

adhd-accountability

181
from majiayu000/claude-skill-registry

ADHD-optimized accountability for task tracking, abandonment detection, and interventions. Use when tracking tasks, detecting context switches, or providing accountability support.

add-soft-delete

181
from majiayu000/claude-skill-registry

Implement soft-delete pattern with grace period and restoration for entities (project)

plaid-accounts-expert

181
from majiayu000/claude-skill-registry

Expert on Plaid accounts and account management. Covers account data retrieval, balance checking, account types, multi-account handling, and account webhooks. Invoke when user mentions Plaid accounts, account balance, account types, or account management.

Accounts Reconciler

181
from majiayu000/claude-skill-registry

Automate account reconciliation by matching transactions, identifying discrepancies, and generating variance reports

accounts-payable-workflow

181
from majiayu000/claude-skill-registry

Эксперт AP workflow. Используй для процессов кредиторской задолженности, invoice processing, three-way matching и payment automation.

accountant-expert

181
from majiayu000/claude-skill-registry

Expert-level accounting, tax, financial reporting, and accounting systems

account-tiering

181
from majiayu000/claude-skill-registry

Use when defining ABM tiers, scoring logic, and coverage rules.

account-security

181
from majiayu000/claude-skill-registry

Account security - MFA, sessions, recovery. Use when protecting user accounts.

account-security-validation

181
from majiayu000/claude-skill-registry

Validate account security and authentication protocols.

account-qualification

181
from majiayu000/claude-skill-registry

Qualifies and tiers accounts based on signals, fit, and potential. Use this skill when building target lists, prioritizing accounts, identifying high-potential prospects, or defining ideal customer profile criteria.

account-plan

181
from majiayu000/claude-skill-registry

Create or update strategic account plan

account-onboarding

181
from majiayu000/claude-skill-registry

Онбординг нового рекламного аккаунта. Создаёт конфигурацию для оптимизации.