Incorporate ai-config skills via plugin marketplace - #32
Merged
Conversation
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes the shared
d-morrison/ai-configworkflow skills available inside this repo by enabling ai-config's plugin marketplace, rather than copying any skill files in.Adds a single file,
.claude/settings.json:{ "extraKnownMarketplaces": { "d-morrison": { "source": { "source": "github", "repo": "d-morrison/ai-config" } } }, "enabledPlugins": { "ai-config@d-morrison": true } }This is exactly the consumer-repo mechanism documented in ai-config's
README.md— skills stay single-sourced ind-morrison/ai-configand are pulled in here by reference (no duplication; new skills are picked up automatically).What this enables
Once merged, the ai-config skills (
ardi,gii,iterate,reprexes,r-pkg-spellcheck,memorize, etc.) become available, namespaced as/ai-config:<skill>, on both psw surfaces:@claudeCI bot —claude-code-actionruns the CLI against the checked-out repo and reads this project settings file;restoreConfigFromBaserestores.claude/from the base branch, so the config takes effect for PR-triggered runs once it lands onmain.Scope / non-overlap
.claude/settings.json. It does not modify any workflow YAML, so it does not collide with CI: migrate Claude workflows to central d-morrison/gha reusable workflows #31 (which migratesclaude.yml/claude-code-review.ymlto the central gha reusable workflows).🤖 Generated with Claude Code
Generated by Claude Code