Workspace Basics
Learn how ClaudeSpace organizes your agents, projects, and workspaces.Workspace Hierarchy
ClaudeSpace uses a three-level organization system:Project
A project is a single agent system with its visual workflow and configuration. Contains:- Visual workflow - Node graph (canvas state)
- Agent configuration - System prompt, settings, permissions
- Skills - Custom capabilities and tools
- Memory - Knowledge base files
- Commands - Slash command definitions
- Hooks - Lifecycle event handlers
- Sub-agents - Specialized delegated agents
- Context files - Documents and references
- Created - New project initialized with main agent card
- Developed - Nodes added, configured, connected
- Tested - Agent run via chat interface
- Exported -
.claudefolder generated for production - Deployed - Used with Claude Code CLI
agent.json:
Node Library
The Node Library contains reusable components shared across all projects in a workspace. Location:<workspace>/.library/
Contains:
- Skills - Custom tools and capabilities
- MCP Servers - External tool integrations
- Hooks - Lifecycle event scripts
- Commands - Reusable slash commands
- Sub-agents - Shared agent templates
- Memory Templates - Knowledge base structures
- Create components in Settings β Node Managers
- Components saved to workspace library
- Drag from sidebar to add to any project
- Each project gets its own instance (can customize)
- Edit library item β all projects can use updated version
Customizing Workspaces
Access: Settings (βοΈ) β General Tab β Workspace Customization Customize:- Icon - Emoji or image for visual identification
- Title - Display name (different from folder name)
- Description - Purpose or category notes
Delete Project
Warning: Deletion is permanent and cannot be undone. Steps:- Right-click project card on dashboard
- Select βDelete Projectβ from context menu
- Confirmation dialog appears
- Type project name to confirm
- Click βDelete Permanentlyβ
- All project files (
workflow.json,agent.json) .claude/configuration folder- Skills, memory, commands, hooks
- Cannot be recovered
agent.json - Project Metadata
.claude/ Folder Structure
Generated when you export or test agent:
Next Steps
Continue learning:- Node Types Overview - Learn all 7 node types
- Quick Start Tutorial - Build another agent
Ready to build complex agent systems?Explore Node Types β