Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agentuity avatar

Agentuity Cli Git Account Remove

  • 1 installs
  • Updated May 13, 2026
  • agentuity/example-tanstack-turborepo

agentuity-cli-git-account-remove is a Claude Code skill that documents the `agentuity git account remove` command for removing a GitHub account integration from an Agentuity organization.

About

agentuity-cli-git-account-remove is a Claude Code skill documenting the Agentuity CLI command that removes a GitHub account integration from an organization. It is a destructive, authenticated operation taking --org, --account, and --confirm options, and returns a JSON result with the removed status and integration ID. A developer uses it to disconnect a GitHub account from an Agentuity organization from the terminal.

  • Documents `agentuity git account remove` to remove a GitHub account from an organization
  • Destructive, authenticated operation with --org, --account, and --confirm options
  • Returns a JSON result with removed status and integration ID

Agentuity Cli Git Account Remove by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #527 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
At a glance

agentuity-cli-git-account-remove capabilities & compatibility

Capabilities
github integration remove · access management · cli command
Works with
github
Use cases
devops
Runs
Hosted SaaS
From the docs

What agentuity-cli-git-account-remove says it does

Remove a GitHub account from your organization
SKILL.md
bunx @agentuity/cli git account remove --org org_abc --account int_xyz --confirm
SKILL.md
npx skills add https://github.com/agentuity/example-tanstack-turborepo --skill agentuity-cli-git-account-remove

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedMay 13, 2026
Repositoryagentuity/example-tanstack-turborepo

What it does

Removing a GitHub account integration from an Agentuity organization via the CLI.

Who is it for?

Disconnecting a GitHub account integration from an Agentuity org

Skip if: Adding or listing GitHub integrations, or general Git operations in a repo

When should I use this skill?

You need to remove a connected GitHub account from an Agentuity organization.

What you get

The GitHub account integration removed from the organization, with a JSON confirmation.

  • A JSON result confirming the account was removed

By the numbers

  • 3 required options: --org, --account, --confirm

Files

SKILL.mdMarkdownGitHub ↗

Git Account Remove

Remove a GitHub account from your organization

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity git account remove [options]

Options

OptionTypeRequiredDefaultDescription
--orgstringYes-Organization ID
--accountstringYes-GitHub integration ID to remove
--confirmbooleanYes-Skip confirmation prompt

Examples

Remove a GitHub account from your organization:

bunx @agentuity/cli git account remove

Remove a specific account without prompts:

bunx @agentuity/cli git account remove --org org_abc --account int_xyz --confirm

Remove and return JSON result:

bunx @agentuity/cli --json git account remove --org org_abc --account int_xyz --confirm

Output

Returns JSON object:

{
  "removed": "boolean",
  "orgId": "string",
  "integrationId": "string"
}
FieldTypeDescription
removedbooleanWhether the account was removed
orgIdstringOrganization ID
integrationIdstringIntegration ID that was removed

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.