SkyMind Owner's Manual
This guide explains how to create an application from scratch, import an existing codebase, verify persistent files, preview and edit the project, ask SkyMind to continue building, run quality checks, prepare actions, and package releases.
One SkyMind, clear modules
SkyMind 2.0 now uses one main product entry point at /skymind/. The capabilities developed in earlier Stable, Alpha, and Beta surfaces are presented as named parts of the same workspace.
| Module | Purpose |
|---|---|
| Chat | Conversation, live search, research, code, attachments, Network Agent, and first-party answers. |
| Projects | Persistent files, Project Copilot, previews, tests, diffs, imports, baselines, and releases. |
| Frontier | Task profiling, intelligence modes, verification contracts, and repair-first reasoning. |
| Network | CentroSky capacity, provider health, incidents, notifications, and first-party certification. |
| Actions & Workflows | Approval-gated operations, receipts, and recurring multi-step work. |
| Memory | Personal, project, network, conversation, and experience memory controls. |
| Intelligence Lab | Measured model scorecards, evaluation suites, and routing telemetry. |
/skymind-alpha/ and /skymind-beta/ are retained only as transition entry points. They redirect into the matching SkyMind 2.0 modules instead of acting as separate products.Build a new application
Example brief
Import a ZIP, folder, or files
.env, private keys, and credentials remain in the protected workspace and release ZIP, but their contents are never shown in the browser or sent to the model.Work with real project files
The active-project bar confirms which project SkyMind should use. The Builder workspace has five connected views:
- Conversation: tell SkyMind what you want improved; it discovers relevant files and prepares reviewable changes.
- Preview: a sandboxed rendering of the selected HTML entry file.
- Files: a readable inventory of the persistent project source.
- Editor: direct editing for text and code files up to the editor limit.
- Changes: plans, file diffs, validation receipts, and undo controls.
How to know a change was saved
A completed write shows a green project receipt with the exact created or modified file paths. Suggestions, plans, and code examples must not be described as saved changes.
Open the project and tell SkyMind what to improve
Project Conversation is the default project experience. You do not need to choose Edit, Debug, Plan, or a model before starting. Open a saved project and describe the outcome in plain language.
@file remains available when you want precision.Natural requests
Add normal-chat files to a project
Uploaded attachments, code blocks, complete SkyMind answers, multi-file attachment packages, and generated artifact packages include Add to Project. Imports are checked before writing, grouped into auditable batches, and can be undone while the imported version remains unchanged.
admin/, assets/js/, docs/, or the Project Inbox.Preview and test the application
The preview runs inside a sandbox. Local CSS, JavaScript, and images are inlined. Server code, external requests, service workers, and real form submissions remain disabled.
- Use Desktop, Tablet, and Mobile buttons to inspect layouts.
- Refresh the preview after saving files.
- Run project checks before packaging a release.
- Warnings may be acceptable; failed checks should be fixed before staging.
The quality suite checks project files, size, secrets, HTML IDs, accessibility basics, local assets, JSON, PHP, CSS, JavaScript, inline handlers, and the preview entry.
Actions, approvals, receipts, and undo
| Risk | Behavior |
|---|---|
| Read-only | Can run immediately. |
| Reversible | Waits for click approval and may offer undo. |
| Consequential | Requires typed confirmation. |
| Blocked / approval-gated | Funds, purchases, outbound messages, public posts, ownership changes, and production deployment. |
Every action records the application, action type, payload, risk, status, result, time, and undo availability. Secret values are redacted.
Build safe workflows
Easy Mode workflows use the pattern:
Scheduled and event-driven workflows can execute read-only steps automatically. The first reversible or consequential step creates an approval and pauses the workflow. The master lifecycle cron processes due workflows; no separate module-specific cron is needed.
Baselines, checks, and staging releases
BUILD confirmation packages source, release metadata, deployment instructions, tests, and checksum.SkyMind does not silently deploy to production.
Privacy, permissions, and first-party access
Public services can be used without private permission. Wallet, mining, messages, and private activity each require their own enabled permission. Access History separates:
- Actual access: a service was contacted and returned data.
- Needs attention: a route was contacted but failed authentication, latency, or schema checks.
- Privacy boundaries: private data was not accessed because permission remained off.
First-party certification tracks schema, latency, recent failures, last success, and quarantine status.
Troubleshooting
No files appear after building
Refresh SkyMind, open Projects → Continue project, and select the project. If its file count is zero, the starter creation failed and should show a request error.
SkyMind gives code but does not save it
Open the project Conversation and describe the improvement in normal language. Proposal only means nothing changed. Waiting for approval means a validated file plan is ready. Saved to project includes exact files, checks, and undo.
A conversation file belongs in a project
Use Add to Project beneath the attachment, code block, or answer. Choose a project and destination. Use Add to Project Inbox when placement is uncertain.
Preview is blank
Verify the project entry file, check for missing local assets, and run project checks. PHP applications can only show their static HTML entry inside the safe preview.
Wrong project or stale context is used
Open Current Context. Choose a project and select Switch project to change the project/file boundary without discarding the current conversation. Choose New chat in project to start clean conversation history while keeping that project available. Choose Fresh chat · no project to clear both conversation history and project context for a genuinely fresh request. The Current Context summary must show the intended project before any project write.
ZIP import fails
Check file size, archive expansion, entry count, symbolic links, and unusual paths. Failed imports roll back instead of leaving a partial overwrite.
First-party route fails
Open Certification or Access History to find the schema, HTTP status, request ID, latency, and fallback state.
Frontier Intelligence Core
SkyMind 2.0 includes a measurable Frontier Intelligence layer inside the unified workspace. Frontier Router V2 profiles requests by task, complexity, freshness, risk, project context, tools, and verification needs. The Frontier Intelligence view exposes real model telemetry, evaluation snapshots, five memory layers, and tool verification contracts.
Project Copilot intelligence
Project Copilot can run in Auto, SkyMind Pro, or SkyMind Frontier intelligence modes. Frontier project edits receive deterministic pre-write checks plus an independent model review. If the reviewer detects material issues, SkyMind attempts a repair and returns the repaired proposal for human review rather than silently saving it.
Evaluation policy
Model scorecards use actual CentroSky run telemetry. Evaluation suites without curated expected outputs remain unscored rather than receiving invented benchmark numbers.