Skip to content

Commit 58dcf82

Browse files
committed
chore: wire private AI skills submodule (.dspace-skills)
1 parent 1c285b4 commit 58dcf82

4 files changed

Lines changed: 37 additions & 0 deletions

File tree

.dspace-skills

Submodule .dspace-skills added at 2a62a2e

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "python_data_import/lib"]
22
path = python_data_import/lib
33
url = https://github.com/dataquest-dev/dspace-blackbox-testing.git
4+
[submodule ".dspace-skills"]
5+
path = .dspace-skills
6+
url = git@github.com:dataquest-dev/dspace-skills.git
7+
branch = main

AGENTS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
<!-- dspace-skills:begin -->
3+
## Private team playbooks (dataquest)
4+
5+
This repo vendors dataquest's private AI knowledge base as the `.dspace-skills/` git submodule. **If
6+
`.dspace-skills/` is present**, treat **`.dspace-skills/AGENTS.md`** as the authoritative agent guide for this repo:
7+
read it first, then load the matching profile (`.dspace-skills/profiles/frontend.md` for dspace-angular,
8+
`.dspace-skills/profiles/backend.md` for DSpace) and pull skills from `.dspace-skills/skills/` on demand. Start any
9+
PR/backport/test task from `.dspace-skills/SKILLS.md`.
10+
11+
If `.dspace-skills/` is empty (you don't have access, e.g. an outside contributor), ignore this section
12+
and proceed with the public project conventions.
13+
14+
To enable: `git submodule update --init .dspace-skills` (requires access to
15+
`dataquest-dev/dspace-skills`).
16+
<!-- dspace-skills:end -->

CLAUDE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
<!-- dspace-skills:begin -->
3+
## Private team playbooks (dataquest)
4+
5+
This repo vendors dataquest's private AI knowledge base as the `.dspace-skills/` git submodule. **If
6+
`.dspace-skills/` is present**, treat **`.dspace-skills/AGENTS.md`** as the authoritative agent guide for this repo:
7+
read it first, then load the matching profile (`.dspace-skills/profiles/frontend.md` for dspace-angular,
8+
`.dspace-skills/profiles/backend.md` for DSpace) and pull skills from `.dspace-skills/skills/` on demand. Start any
9+
PR/backport/test task from `.dspace-skills/SKILLS.md`.
10+
11+
If `.dspace-skills/` is empty (you don't have access, e.g. an outside contributor), ignore this section
12+
and proceed with the public project conventions.
13+
14+
To enable: `git submodule update --init .dspace-skills` (requires access to
15+
`dataquest-dev/dspace-skills`).
16+
<!-- dspace-skills:end -->

0 commit comments

Comments
 (0)