Skip to content

Incorporate ai-config skills via plugin marketplace - #32

Merged
d-morrison merged 1 commit into
mainfrom
claude/nifty-archimedes-u265gj
Jun 18, 2026
Merged

Incorporate ai-config skills via plugin marketplace#32
d-morrison merged 1 commit into
mainfrom
claude/nifty-archimedes-u265gj

Conversation

@d-morrison

Copy link
Copy Markdown
Collaborator

Summary

Makes the shared d-morrison/ai-config workflow 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 in d-morrison/ai-config and 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:

  • Claude Code on the web — sessions opened on psw install the plugin at session start (the documented purpose of this file).
  • The @claude CI botclaude-code-action runs the CLI against the checked-out repo and reads this project settings file; restoreConfigFromBase restores .claude/ from the base branch, so the config takes effect for PR-triggered runs once it lands on main.

Scope / non-overlap

🤖 Generated with Claude Code


Generated by Claude Code

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
@d-morrison
d-morrison merged commit b013384 into main Jun 18, 2026
4 of 5 checks passed
@d-morrison
d-morrison deleted the claude/nifty-archimedes-u265gj branch June 18, 2026 19:26
@github-actions

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-06-18 19:32 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants