소스 정보
- 저장소
- agent0ai/space-agent
- 최근 소스 활동
- 2026년 6월 8일 10:37
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1,385
- 포크
- 318
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/agent0ai/space-agent --skill documentation명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Frontend development router. Load deeper skills before editing
Use the frontend API surface correctly for app files, discovery, identity, and permission-aware browser data access.
Inspect, navigate, and interact with open browser surfaces through space.browser
SOC 직업 분류 기준
SKILL.md 표시 중
| name | Documentation |
| description | Read the supplemental project documentation module |
Use this skill when you need project orientation before editing or answering architecture questions.
helper
/mod/_core/documentation/documentation.jsread("path/to/file.md") reads a nested markdown doc relative to docs/url("path/to/file.md") builds the resolved /mod/... URL for a doc fileworkflow
read("path/to/file.md") call instead of loading many large docs blindly/README.md as the public product source of truth for the project pitch, quick starts, release links, community links, and DeepWiki discovery/AGENTS.md to the owning AGENTS.md file and then inspect code when neededapp/L0/_all/mod/_core/visual/AGENTS.md before changing dialog shells, buttons, cards, popovers, or other shared UI primitivesapp/modules-and-extensions.mdserver/AGENTS.md files, including affected Child DOX Index entries, and the matching docs in /mod/_core/documentation/docs/recommended starting points
architecture/overview.mdarchitecture/desktop-host-and-packaging.mdarchitecture/documentation-system.mdapp/runtime-and-layers.mdapp/admin-agent-runtime.mdapp/modules-and-extensions.mdapp/huggingface-browser-runtime.mdapp/webllm-browser-runtime.mdapp/spaces-and-widgets.mdagent/onscreen-agent-runtime.mdagent/memory-and-prompt-includes.mdagent/prompt-and-execution.mdagent/skills-and-documentation.mdserver/request-flow-and-pages.mdserver/jobs-and-maintenance.mdserver/api/files.mdserver/api/modules-and-runtime.mdserver/auth-and-sessions.mdCUSTOMWARE_PATH, or writable-layer history: server/customware-layers-and-paths.mdcli/commands-and-runtime-params.mddocs path|name|description↓
architecture/overview.md|Runtime Overview|Browser-first architecture, major entry surfaces, and the layered runtime model.
architecture/desktop-host-and-packaging.md|Desktop Host And Packaging|Electron host startup, free-port binding, packaged single-user behavior, and desktop build outputs.
architecture/documentation-system.md|Documentation System|How DOX AGENTS.md, the documentation module, and code fit together, plus update rules.
app/runtime-and-layers.md|App Runtime And Layers|Frontend boot flow, space runtime namespaces, entry shells, and L0/L1/L2 rules.
app/admin-agent-runtime.md|Admin Agent Runtime|Admin chat ownership, config persistence, shared execution loop, and API-versus-local-Hugging-Face transport switching.
app/modules-and-extensions.md|Modules And Extensions|/mod/... delivery, router path resolution, dashboard panel manifests, ext/html, ext/js, and <x-component> behavior.
app/huggingface-browser-runtime.md|Hugging Face Browser Runtime|The routed Transformers.js test surface, its worker split, direct Hub model loading contract, and throughput metrics.
app/webllm-browser-runtime.md|WebLLM Browser Runtime|The routed WebLLM test surface, its worker split, model-loading modes, and throughput metrics contract.
app/spaces-and-widgets.md|Spaces And Widgets|Space storage, widget renderer contracts, widget-shell defaults, and the main space.current / space.spaces helpers.
agent/onscreen-agent-runtime.md|Onscreen Agent Runtime|Overlay ownership, persistence, defaults, UI/runtime surfaces, and prompt file ownership.
agent/memory-and-prompt-includes.md|Memory And Prompt Includes|Prompt-include-backed persistent memory workflow, standard ~/memory files, and the memory-skill contract.
agent/prompt-and-execution.md|Prompt And Execution|Prompt assembly order, message markers, execution transcript rules, and compaction behavior.
agent/skills-and-documentation.md|Skills And Documentation|Skill discovery rules, top-level versus nested skills, conflict rules, and the documentation skill/helper contract.
server/request-flow-and-pages.md|Request Flow And Pages|Exact server routing order, page shell contracts, auth gating, and direct app-file fetches.
server/jobs-and-maintenance.md|Jobs And Maintenance|Primary-owned periodic jobs, interval scheduling, mutation publishing, and guest cleanup maintenance rules.
server/api/files.md|File APIs|The authenticated file endpoints, path forms, writable discovery, folder downloads, and optional local history APIs.
server/api/modules-and-runtime.md|Module And Runtime APIs|Module endpoints, login/runtime endpoints, extensions_load, and identity helpers.
server/auth-and-sessions.md|Auth And Sessions|User storage layout, sealed password/session records, and login/runtime auth behavior.
server/customware-layers-and-paths.md|Customware Layers And Paths|Logical-versus-disk paths, permission rules, optional writable-layer history, override order, and .
cli/commands-and-runtime-params.md|Commands And Runtime Params|, command families, runtime-param precedence, and the current schema surface.
examples Reading the frontend runtime docs _____javascript const documentation = await import("/mod/_core/documentation/documentation.js") return await documentation.read("app/runtime-and-layers.md")
maxLayerspace.js