seanGSISG

Ad Assign Computer — Git skill for Claude Code

Git community

Guided single-computer managedBy assignment — find the computer, show current description/managedBy, resolve the owner, dry-run the diff, confirm, then commit.

How to install Ad Assign Computer

Installs to ~/.claude/skills/seangsisg-ad-ldap-plugin-ad-assign-computer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/seangsisg-ad-ldap-plugin-ad-assign-computer && curl -fsSL https://raw.githubusercontent.com/seanGSISG/ad-ldap-plugin/HEAD/commands/ad-assign-computer.md -o ~/.claude/skills/seangsisg-ad-ldap-plugin-ad-assign-computer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ad Assign Computer does


description: Guided single-computer managedBy assignment — find the computer, show current description/managedBy, resolve the owner, dry-run the diff, confirm, then commit. argument-hint: [owner name | sAMAccountName]

Assign `managedBy` on a single Active Directory computer. Arguments: **$ARGUMENTS** (`$0` = computer identifier, `$1` = intended owner, if provided).

Drive the `ad-ldap` MCP tools through the dry-run-first loop — never commit without confirma

Alternatives in Git

  • Codebase To Course — by Zara Zhang - A Claude Code skill that turns any codebase into a beautiful, interactive single-page HTML cou 2.1k ★
  • Get Commit Details — git show --name-status [COMMIT_ID] git diff [COMMIT_ID]^ [COMMIT_ID] 1.3k ★
  • Validate Title Provided — if [ -z "$PLAN_TITLE" ]; then echo "❌ Error: Plan title required" echo "Usage: /sync-todos-to-github \"Plan Ti 618 ★

Full documentation available on GitHub

View Source Repository