AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Repo Rename

skill-paulrberg-dot-agents-repo-rename · by PaulRBerg

A Claude skill from PaulRBerg/dot-agents.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-paulrberg-dot-agents-repo-rename

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-paulrberg-dot-agents-repo-rename)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Repo Rename? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Repo Rename

Preview the complete GitHub, Git, filesystem, and agent-continuity mutation set before applying a repository rename.

Scope

  • Rename the current GitHub repository, matching local folder, and origin URL.
  • Update literal old paths in ~/.claude/projects, ~/claude/projects when present, ~/.codex/sessions, and

~/.codex/config.toml.

  • Update constrained literal old-name references inside the repository, excluding VCS, dependencies, and generated build

directories.

  • Do not modify other transcript stores, archives, remotes, or repositories.

Workflow

  1. Resolve the skill directory and run the helper from the repository to produce a read-only preview:

``sh uv run /scripts/repo-rename.py --dry-run ``

The helper requires a clean worktree, matching GitHub repo/folder names, a free target path, and valid GitHub context. It prints the old/new repo and paths, exact confirmation token, external commands, directory moves, every replacement file, occurrence counts, and rollback coverage.

  1. If --dry-run was requested, return the preview and stop. A successful dry run must not change the GitHub repo,

remote, folder, config, transcripts, or repository files.

  1. Otherwise present the complete preview and require explicit confirmation in a subsequent user message. Explain that

the confirmation authorizes the GitHub rename, local folder move, origin update, and every listed continuity/repository replacement. If any preview fact changes, regenerate it and ask again.

  1. After confirmation, pass the preview's exact token:

``sh uv run /scripts/repo-rename.py --apply --confirm 'owner/new>' ``

The helper re-runs preflight, backs up every replacement file, applies deterministic literal replacements, and attempts rollback on failure. Never bypass its clean-tree, target-path, or confirmation checks.

  1. Verify the helper's result with gh repo view, git remote get-url origin, pwd -P, and a search for remaining old

absolute-path/name references in the listed scope. Report intentional remaining matches separately.

Completion

Dry-run completion is a full mutation preview with zero writes. Apply completion requires the new GitHub identity, folder, remote, and listed continuity references to agree, plus a clean verification report. If rollback is incomplete, stop and report every failed rollback action before doing anything else.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.