Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cursor/rules/coder-workspace.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ Keep **`/home/coder/agent-workspace`** itself for this template only: skills (`.

- Coder CLI skill: `.cursor/skills/agent-skills/skills/coder-cli/SKILL.md`
- Coder docs: [Workspaces](https://coder.com/docs/workspaces)
- Org baselines: [agent-skills](https://github.com/DataKnifeAI/agent-skills), [DataKnifeAI/.github docs](https://github.com/DataKnifeAI/.github)
2 changes: 1 addition & 1 deletion .cursor/skills/agent-skills
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

![Agent workspace for Cursor Cloud Agents](docs/assets/agent-workspace-hero.jpg)


Starting **git workspace** for [Cursor Cloud Agents](https://cursor.com/docs/cloud-agent): clone this repository (or fork it) as the base repo cloud agents use for branches, hooks, and shared tooling.

Org context: [DataKnifeAI](https://github.com/DataKnifeAI) · [branding](https://github.com/DataKnifeAI/.github/blob/main/docs/ORG_BRANDING.md) · [project setup](https://github.com/DataKnifeAI/.github/pull/5) · [naming](https://github.com/DataKnifeAI/.github/pull/3) · [repo settings](https://github.com/DataKnifeAI/.github/pull/4)

## 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](https://cursor.com/docs/cloud-agent).
Expand All @@ -14,6 +15,8 @@ Starting **git workspace** for [Cursor Cloud Agents](https://cursor.com/docs/clo

This repo includes the [DataKnifeAI/agent-skills](https://github.com/DataKnifeAI/agent-skills) repository as a submodule at `.cursor/skills/agent-skills/`.

Skills resolve at `.cursor/skills/agent-skills/skills/<name>/SKILL.md`. Cursor discovers `SKILL.md` recursively under `.cursor/skills/` (and `.agents/skills/`), so the nested submodule layout works without flattening. For a flat `.cursor/skills/<name>/` layout in other repos, use the installer in `agent-skills` (`make install` / `scripts/install-skills.sh`).

After clone, initialize submodules:

```bash
Expand Down