Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-workspace

Agent workspace for Cursor Cloud Agents

Starting git workspace for Cursor Cloud Agents: clone this repository (or fork it) as the base repo cloud agents use for branches, hooks, and shared tooling.

Cloud agents

  • Cloud agents clone your repository and work on a separate branch; you need read/write access to this repo and any submodules it references. See Cloud Agents.
  • Self-Hosted Pool workers run from a checked-out copy of the repo; project skills under .cursor/skills/ (or .agents/skills/) are available on workers.

Shared skills (submodule)

This repo includes the DataKnifeAI/agent-skills repository as a submodule at .cursor/skills/agent-skills/.

After clone, initialize submodules:

git submodule update --init --recursive

To update the skills pointer later:

cd .cursor/skills/agent-skills && git fetch && git checkout <revision> && cd ../../..
git add .cursor/skills/agent-skills && git commit -m "Bump agent-skills submodule"

Hooks

Optional project hooks live in .cursor/hooks.json (see Hooks).

Placeholder git path

Tracked template: git/git-path.placeholder — replace the placeholder URL with your default application repo (or copy to git/git-path, which is gitignored, and keep the placeholder file as documentation).

Agent repos on Coder

On Coder, clone other projects under /home/coder/agent-workspace/git/<project>/ (one folder per repo) so you can open multiple repositories in parallel—separate Cursor windows or a multi-root .code-workspace—without mixing them into this template. That is separate from Cursor’s /worktree isolation (see Worktrees), which uses ~/.cursor/worktrees by default. Details for agents: .cursor/rules/coder-workspace.mdc.

About

Starting workspace repository for Cursor Cloud Agents (managed and self-hosted pools)

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages