Skip to main content

project-maintenance

Guides in-place enhancement, extraction, and version upgrades for projects generated by Agent Starter Pack.

설치로 이동

소스 정보

저장소
VectorSpaceLab/AREX-Skill
최근 소스 활동
2026년 8월 26일 16:31
감지된 SKILL.md 언어
영어
스타
12
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
project-maintenance
description
Guides in-place enhancement, extraction, and version upgrades for projects generated by Agent Starter Pack.
metadata
{"disco-role":"operating"}
disable-model-invocation
true
license
Apache 2.0
# Project maintenance Use this sub-skill when the user already has an Agent Starter Pack project and wants to modify, shrink, or upgrade it. ## Covers - `enhance` for templating Agent Starter Pack capabilities into an existing project. - `extract` for turning a scaffolded project into a minimal shareable agent. - `upgrade` for merging a generated project forward to a newer ASP version. - Backup, version-lock, language-detection, metadata, and 3-way merge behavior that make those workflows safe. ## Excludes - Choosing a template for a brand-new project belongs in `project-scaffolding`. - CI/CD provisioning, deployment, and Gemini Enterprise registration belong in `deployment-ops`. ## Read first - `../../references/cli-reference.md` for command ownership. - `../../references/package-overview.md` for install and sanity-check guidance. - `references/workflows.md` for the enhancement, extraction, and upgrade flows. - `references/troubleshooting.md` for backup, merge, metadata, and version-lock failures. ## Common workflow 1. Determine whether the user is enhancing, extracting, or upgrading. 2. Check the project metadata and current layout before changing anything. 3. Use backups or dry-run modes when available. 4. Prefer the merge logic already built into the package rather than inventing a custom file strategy. 5. Hand off cloud-deployment questions to `deployment-ops` after the local project state is correct. ## Useful signals - `enhance`, `--base-template`, `--agent-directory`, `--dry-run`, `--prefer-new`, `--force` - `extract`, `--source`, `--force`, `--dry-run` - `upgrade`, `asp_version`, `--dry-run`, `--auto-approve` - backup, conflict, merge, metadata, or version-lock language ## Validation mindset - Do not assume every generated project uses the same language or directory layout. - Treat missing metadata or version markers as a workflow problem that needs the maintenance reference, not as a template-selection issue. - If the user only needs to understand the generated project’s deployment commands, route to `deployment-ops`.
GitHub에서 보기