dkj-subagents-shopify
v5.6.0Add-on team for Shopify store repos (e.g. smartwatchbanden): the subagents Liam, Sandra, and Steven, the domain skill start-task (the branch that opens a task), push-preview (the branch's own unpublished preview theme, created on the first push rather than at branch creation), and an operational floor -- a PreToolUse guard that refuses a theme publish, a theme delete, or an unauthorised push to the live theme, whatever shell wraps the command, plus adopt-shopify-floor to place that floor in a repo (the guard's seams, a starter theme-check config, and the CI workflow over it) and sync-main, the pre-task sync that mirrors the live theme into the trunk without letting live overwrite what the trunk has done since. Deliberately NOT repo-neutral — only a Shopify repo enables this team. Teams stack: this one adds to 'dkj-subagents-alpha', and a commercial Shopify repo typically enables 'dkj-subagents-ecomm' alongside it. The governance layer (CLAUDE.md + the repo lenses) stays separate.
By DaveKJohn1 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dkj-subagents-shopify for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dkj-subagents-shopify@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/DKJ-Solutions/dkj-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dkj-subagents/dkj-subagents-shopify/.
Plugin files
├── .claude-plugin/plugin.json└── skills/adopt-shopify-floor/SKILL.md
Included Skills1
Place dkj-subagents-shopify's operational floor in this repo, in one move -- the live-theme guard's seam (which theme is live), a starter theme-check config that is green on arrival in a real theme, and the CI workflow that runs it on every PR. Use this right after enabling or refreshing dkj-subagents-shopify, since a plugin install writes nothing into a repo, and whenever the Shopify floor session check reports that the guard has not been told which theme is live. Strictly additive and dry-run by default; it never overwrites anything.
Plugin manifests1
{
"name": "dkj-subagents-shopify",
"displayName": "Claude Specialists — team Shopify (subagent scaffold)",
"description": "Add-on team for Shopify store repos (e.g. smartwatchbanden): the subagents Liam, Sandra, and Steven, the domain skill start-task (the branch that opens a task), push-preview (the branch's own unpublished preview theme, created on the first push rather than at branch creation), and an operational floor -- a PreToolUse guard that refuses a theme publish, a theme delete, or an unauthorised push to the live theme, whatever shell wraps the command, plus adopt-shopify-floor to place that floor in a repo (the guard's seams, a starter theme-check config, and the CI workflow over it) and sync-main, the pre-task sync that mirrors the live theme into the trunk without letting live overwrite what the trunk has done since. Deliberately NOT repo-neutral — only a Shopify repo enables this team. Teams stack: this one adds to 'dkj-subagents-alpha', and a commercial Shopify repo typically enables 'dkj-subagents-ecomm' alongside it. The governance layer (CLAUDE.md + the repo lenses) stays separate.",
"agents": [
"./subagents/specialist-04-20-subagent.md",
"./subagents/specialist-05-21-subagent.md",
"./subagents/specialist-05-22-subagent.md"
],
"version": "5.6.0",
"author": {
"name": "DaveKJohn"
},
"keywords": [
"specialists",
"team",
"claude-code",
"shopify",
"liquid"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dkj-subagents-shopify on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dkj-subagents-shopify)