Skip to content

Commit ac8816b

Browse files
committed
Incorporate ai-config skills via plugin marketplace
Enable the d-morrison/ai-config plugin marketplace in this repo so the shared workflow skills (PR/review automation, grading, reprexes, R-package helpers, etc.) are available in Claude Code on the web sessions opened on psw, and to the @claude CI bot (claude-code-action reads this project settings file from the checked-out repo). This is the consumer-repo mechanism documented in ai-config's README: skills stay single-sourced in d-morrison/ai-config and are pulled in here by reference, with no duplication. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018v7h9ZVVQRBjdyRFGXCrzG
1 parent c07ee7c commit ac8816b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extraKnownMarketplaces": {
3+
"d-morrison": {
4+
"source": { "source": "github", "repo": "d-morrison/ai-config" }
5+
}
6+
},
7+
"enabledPlugins": {
8+
"ai-config@d-morrison": true
9+
}
10+
}

0 commit comments

Comments
 (0)