Skip to main content

project-scaffolding

Guides creation and discovery of new Agent Starter Pack projects from built-in, local, or remote templates.

설치로 이동

소스 정보

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

설치 방법

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

소스 파일 검토

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

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
project-scaffolding
description
Guides creation and discovery of new Agent Starter Pack projects from built-in, local, or remote templates.
metadata
{"disco-role":"operating"}
disable-model-invocation
true
license
Apache 2.0
# Project scaffolding Use this sub-skill when the user wants to start a new project from Agent Starter Pack or explore which template to use. ## Covers - `create` for new projects from built-in, local, or remote templates. - `list` for browsing built-in templates, the official ADK samples, or a local/remote template source. - Template choice, agent selection, and generation-time options such as deployment target, datastore, session type, agent directory, `--prototype`, `--in-folder`, `--auto-approve`, `--skip-checks`, `--base-template`, `--bq-analytics`, and `--google-api-key`. - Remote-template syntax, version locking, and base-template overrides. - Generated-project shape: template-driven `README.md`, `Makefile`, agent directory, optional CI/CD scaffolding, and optional data-ingestion/session wiring. ## Excludes - In-place project edits, extraction, and upgrades belong in `project-maintenance`. - CI/CD provisioning, deployment, and Gemini Enterprise registration belong in `deployment-ops`. ## Read first - `../../references/cli-reference.md` for command routing. - `../../references/template-catalog.md` for the built-in template map. - `../../references/package-overview.md` for install and sanity-check guidance. - `references/workflows.md` for the end-to-end creation flow. - `references/remote-templates.md` for `local@`, `adk@`, and remote repository syntax. - `references/troubleshooting.md` for template-selection and creation failures. ## Common workflow 1. Confirm the package is installed with the bundled sanity checker when needed. 2. Use `list` when the user is still choosing a template. 3. Use `create` for new project generation. 4. If the user provides a remote template, read the remote-template reference before selecting `--base-template` or assuming the template is local. 5. After generation, hand off deployment or maintenance questions to the owning sub-skill instead of expanding this one. ## Useful signals - Built-in templates: `adk`, `adk_a2a`, `adk_live`, `agentic_rag`, `langgraph`, `adk_go`, `adk_java`, `adk_ts`. - Remote-template cues: `local@`, `adk@`, `adk-py@`, GitHub shorthand, or a full Git URL. - Project-shape cues: `--agent-directory`, `--session-type`, `--datastore`, `--prototype`, `--in-folder`, and `--base-template`. - Runtime constraints: project name length, agent-directory validity, template availability, and version-lock compatibility. ## Validation mindset - Prefer a read-only install sanity check and command discovery before a real generation run. - Treat remote-template fetches as optional or networked work, not as the default verification path. - Do not route maintenance or cloud-deployment troubleshooting back here unless the issue is truly template selection or generation-time configuration.
GitHub에서 보기