cap-go/capgo-skills

capgo-organization-management

Guides the agent through Capgo account lookup and organization administration. Use when listing organizations, managing members, changing security settings, or working with organization-level CLI commands. Do not use for OTA bundle uploads or native builds.

First seen Mar 18, 2026

Installation

$ npx skills add cap-go/capgo-skills --skill capgo-organization-management

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from cap-go/capgo-skills · top by installs.

npx skills add cap-go/capgo-skills

Browse all from cap-go/capgo-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 68
License MIT
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,557 B
  • docs SUMMARY.md 1,520 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 569 installs

SKILL.md

Capgo Organization Management

Use this skill for Capgo account and organization administration commands.

When to Use This Skill

  • User wants the current account ID
  • User wants to list or create organizations
  • User wants to inspect members or enforce organization security settings

Procedures

Step 1: Identify the Scope

Decide whether the request is:

  • account lookup
  • organization listing or creation
  • member inspection
  • organization security configuration

Step 2: Use the Matching CLI Command

Prefer the Capgo CLI:

npx @capgo/cli@latest organization list

Use account id for safe account sharing and support workflows.

Step 3: Apply Security Changes Carefully

For security settings such as 2FA enforcement, password policy, or API key expiration:

  • inspect current member status first
  • verify the acting user has the required admin role
  • change one policy area at a time

Error Handling

  • For permission failures, verify the current user role before retrying administrative changes.
  • For organization security changes, inspect member readiness first so enforcement does not lock users out unexpectedly.
  • Use organization, not the deprecated organisation, in all new guidance.