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

Workspace Migration

skill-yipxiyi-openarc-workspace-migration · by Yipxiyi

Use when migrating an existing repository or workspace into OpenArc conventions, aligning docs, specs, plans, assets, agent guides, versions, and release workflow without destructive rewrites.

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

Install

$ agentstack add skill-yipxiyi-openarc-workspace-migration

✓ 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-yipxiyi-openarc-workspace-migration)

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 Workspace Migration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Workspace Migration

Use this skill when a user wants an existing workspace adjusted to OpenArc conventions.

Goal

Move an existing repository toward OpenArc structure while preserving working project intent and minimizing churn.

Migration Workflow

  1. Inventory the workspace:
  • agent guides
  • README and docs
  • code style docs, formatter config, lint config, tests, and naming conventions
  • repo profile and profile-relevant PRD/design/brand materials
  • specs, plans, tasks
  • assets
  • changelog and releases
  • CI and GitHub workflows
  1. Map existing files to OpenArc targets.
  2. Identify missing code style preferences that cannot be inferred from existing config or code.
  3. For UI, frontend, desktop, mobile, or component profiles, identify missing design preferences that cannot be inferred from existing design docs, components, CSS, or assets.
  4. Classify actions:
  • keep as-is
  • patch in place
  • move or rename
  • create missing
  • archive duplicate
  1. Produce a migration plan before editing.
  2. Ask for confirmation before moving or renaming files.
  3. Apply small patches first.
  4. Validate links, docs, JSON/YAML, tests, and release workflow as applicable.
  5. Report all created, modified, moved, and skipped files.

If scripts/openarc.py is available, start with:

python3 plugins/openarc/scripts/openarc.py scan .

Use the scan to seed the migration plan, not to auto-move files.

Profile-Aware Target Structure

AGENT.md or AGENTS.md
README.md
docs/
  PROJECT_BRIEF.md
  CODE_STYLE.md
  TASKS.md
  CHANGELOG_AI.md
  specs/
  plans/
  tasks/
  archive/
  PRD.md        # app/product profile when needed
  DESIGN.md     # UI/frontend/desktop/mobile profile when needed
  BRAND.md      # public brand or identity profile when needed
  assets/       # UI, brand, screenshots, or visual references when needed
    brand/
    icons/
    illustrations/
    screenshots/
    references/

Rules

  • Existing files win over templates.
  • Preserve inferred code style in docs/CODE_STYLE.md; ask only for preferences the repo cannot reveal.
  • Repo profile controls target scope; script, CLI, automation, library, and docs-only repositories do not need design or brand scaffolding by default.
  • Do not flatten useful project-specific organization.
  • Do not move files only for aesthetics.
  • Do not delete legacy docs unless the user explicitly confirms deletion.
  • Prefer aliases, index links, or patching when moving would break references.
  • Use templates/MIGRATION.template.md for persistent migration plans.

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.