import-project

Import project archives into workspace directories with configurable conflict strategies.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/TETRA2000/figma-web-studio --skill import-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-project
Source: https://github.com/TETRA2000/figma-web-studio/tree/main/.claude/skills/import-project
Command: npx skills add https://github.com/TETRA2000/figma-web-studio --skill import-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates importing an exported project archive into the correct directories of the local workspace, eliminating manual file moves and risky hand-editing.

Core Features & Use Cases

  • Import component and page files from a bundle into src/components and src/pages, aligning with existing project structure.
  • Conflict handling: resolve by rename, replace, or skip for conflicting components/pages.
  • Update docs: automatically refresh docs/components.md, docs/pages.md, and references to reflect new imports.
  • Use Case: quickly rehydrate a shared project bundle for a new environment without manual reconfiguration.

Quick Start

Provide the archivePath to your .tar.gz bundle and, optionally, a conflictStrategy to control how conflicts are resolved during import.

Frequently Asked Questions about import-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import a project archive into my local workspace without manual file moves?

You can import a project archive by providing the archive path to a .tar.gz bundle. The tool extracts components and pages, placing them into the correct src directories and updating project indexes automatically.

What is the best way to handle file conflicts when importing components and pages?

When importing components and pages, you can specify a conflict strategy to rename, replace, or skip conflicting files. This ensures the import aligns with your existing project structure without overwriting critical files unintentionally.

Does importing a project bundle automatically update documentation references?

Yes, importing a project bundle automatically updates documentation. The tool refreshes docs/components.md and docs/pages.md to reflect the newly imported files and their references.

Can I use this to rehydrate a shared project bundle for a new environment?

Yes, you can rehydrate a shared project bundle for a new environment. The tool parses the bundle manifest and applies your chosen conflict strategy to quickly establish the project structure without manual reconfiguration.

Do I need Bash tooling to extract and import a project bundle?

Yes, Bash tooling is required for archive extraction, manifest parsing, and file copy operations. The import process relies on these local tools to place files correctly and update project indexes.

Why does importing an archive manually risk hand-editing errors?

Manual archive imports risk hand-editing errors because components and pages must be placed into specific src directories. Automating the manifest parsing and index updates eliminates the risk of misaligned files and broken references.