archive이란?
프로젝트 보관 — Cloudflare 인프라(Worker + KV)를 삭제하고 GitHub의 내장 보관 기능을 사용하여 GitHub 리포지토리를 보관합니다. 출처: aem-growth-adoption/team-boilerplate.
프로젝트 보관 — Cloudflare 인프라(Worker + KV)를 삭제하고 GitHub의 내장 보관 기능을 사용하여 GitHub 리포지토리를 보관합니다.
명령줄에서 archive AI 스킬을 개발 환경에 빠르게 설치
출처: aem-growth-adoption/team-boilerplate.
This skill archives a project created from the growth boilerplate template. It deletes the Cloudflare infrastructure and archives the GitHub repository (making it read-only and hidden from the org's default repo listing).
IMPORTANT: NEVER delete, remove, or modify local files or directories. This skill only operates on remote resources.
Read wrangler.jsonc to get the worker name and KV namespace info. Read package.json to confirm the project name. Read the git remote to identify the GitHub repository (org and repo name).
프로젝트 보관 — Cloudflare 인프라(Worker + KV)를 삭제하고 GitHub의 내장 보관 기능을 사용하여 GitHub 리포지토리를 보관합니다. 출처: aem-growth-adoption/team-boilerplate.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/aem-growth-adoption/team-boilerplate --skill archiveBrowse more skills from aem-growth-adoption/team-boilerplate
프로젝트 보관 — Cloudflare 인프라(Worker + KV)를 삭제하고 GitHub의 내장 보관 기능을 사용하여 GitHub 리포지토리를 보관합니다. 출처: aem-growth-adoption/team-boilerplate.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/aem-growth-adoption/team-boilerplate --skill archive 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/aem-growth-adoption/team-boilerplate