simplified-workspace

Installation
SKILL.md

Simplified Workspace

Establish the correct Simplified identity and workspace context before operating on scoped resources. This operator resolves a teamspace once, then scopes every downstream MCP call explicitly.

Workflow

  1. Call api_getWorkspaceInfo for the authenticated user's identity, current workspace, workspace settings, and active teamspace membership.
  2. If the user asks which teamspaces are available, return the teamspace names and numeric IDs. Use api_listTeamspaces when search, pagination, or expanded settings are needed.
  3. If the user names a teamspace, search with api_listTeamspaces. Resolve to one exact numeric ID; do not guess when names or slugs are ambiguous.
  4. If deeper workspace metadata is material, call api_getWorkspace with the workspace integer ID returned by api_getWorkspaceInfo.
  5. When the user says “use,” “push this to,” “create in,” or “switch to” a teamspace, remember the resolved ID for the current task and pass space_id: <numeric_id> on every downstream Simplified tool call.
  6. State the applied context before the downstream workflow: user, workspace, teamspace name and ID, and settings that affect the work.
  7. Follow references/teamspace-context.md before handing off to another Simplified skill.

Identity and memory model

Installs
7
GitHub Stars
1
First Seen
Jul 16, 2026
simplified-workspace — celeryhq/simplified-ai