Install
$ agentstack add skill-yipxiyi-openarc-workspace-migration ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- 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
- Map existing files to OpenArc targets.
- Identify missing code style preferences that cannot be inferred from existing config or code.
- For UI, frontend, desktop, mobile, or component profiles, identify missing design preferences that cannot be inferred from existing design docs, components, CSS, or assets.
- Classify actions:
- keep as-is
- patch in place
- move or rename
- create missing
- archive duplicate
- Produce a migration plan before editing.
- Ask for confirmation before moving or renaming files.
- Apply small patches first.
- Validate links, docs, JSON/YAML, tests, and release workflow as applicable.
- 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.mdfor 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.
- Author: Yipxiyi
- Source: Yipxiyi/OpenArc
- License: MIT
- Homepage: https://github.com/Yipxiyi/OpenArc
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.