← ClaudeAtlas

context_full_project_exportlisted

Use when the user explicitly asks to 导出尽可能详细的项目全量上下文, 全量上下文导出, 项目上下文全量导出, full project context export, export full project context, project context export, 当前项目代码实现, 代码级实现导出, or code-level implementation export in a Minimal Context Harness project.
Seven128/project-tiny-context-harness · ★ 3 · AI & Automation · score 69
Install: claude install-skill Seven128/project-tiny-context-harness
# Context Full Project Export ## Package-Managed Boundary This Skill is generated by `sdlc-harness sync` and owned by the Harness package. Do not edit the generated `context_full_project_export` Skill directly. This Skill creates a temporary export artifact only. It does not author durable Context and does not change `project_context/context.toml`. ## Purpose When the user needs a full project context export, create a temporary Markdown bundle that collects project Context, key agent guidance, architecture/module facts and useful entry points for copying into an external tool or one-off discussion. When the user needs a code-level implementation export, create one temporary Markdown snapshot of current source and engineering configuration files for upload to Web GPT or another external model. ## Workflow 1. Prefer the package CLI to generate both temporary artifacts in one command. Do not hand-write tracked export documents: - `npx --yes --package project-tiny-context-harness@latest sdlc-harness export-context --all` 2. Use `--full` when only the project Context bundle is needed: - `npx --yes --package project-tiny-context-harness@latest sdlc-harness export-context --full` 3. Use `--code` when only the code-level implementation snapshot is needed. It generates one Markdown file by default: - `npx --yes --package project-tiny-context-harness@latest sdlc-harness export-context --code` 4. Custom output paths are allowed only for single-artifact modes and must st