Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a129ee9
docs: add 13 package catalog entries and sc-docling-pdf README
randlee Jun 30, 2026
e4eab2a
Merge pull request #96 from randlee/feat/readme-catalog-13-packages
randlee Aug 6, 2026
f965722
feat: add fable and cmux launch targets
randlee Aug 8, 2026
c45e031
feat: add Codex Sol Terra Luna launch aliases
randlee Aug 9, 2026
0ef5653
fix: use current Codex automation flags
randlee Aug 10, 2026
59c006f
fix: make validation warning-free
randlee Aug 14, 2026
c2f332c
docs: establish canonical phase and sprint naming
randlee Aug 18, 2026
862ad0a
Merge pull request #98 from randlee/docs/atm-naming-conventions
randlee Aug 18, 2026
f3f268a
Merge pull request #97 from randlee/feature/launch-term-fable-cmux
randlee Aug 18, 2026
1ce272e
Merge pull request #100 from randlee/main
randlee Aug 28, 2026
d9e82b0
Merge pull request #103 from randlee/main
randlee Aug 29, 2026
94bb8ef
Merge remote-tracking branch 'origin/main' into develop
randlee Aug 30, 2026
a26a176
Merge remote-tracking branch 'origin/develop' into develop
randlee Aug 30, 2026
6940514
Merge branch 'main' into develop
randlee Aug 30, 2026
bf27964
Add sc-refactory package and installer support
randlee Apr 29, 2026
d32464c
Finalize refactory package validation and sync
randlee Apr 29, 2026
30a137e
feat(sc-refactory): release 0.2.0
randlee Aug 30, 2026
39a9044
chore: bump marketplace version to 0.13.0
randlee Aug 30, 2026
e585d28
chore: regenerate registries after stack insertion
randlee Aug 30, 2026
ad79339
fix: version-match sc-git-worktree at 0.13.0 after rebase onto develop
randlee Sep 23, 2026
1e682c4
feat(sc-gh-stack): stacked-PR skill from field lessons, plus sc-gh-st…
randlee Sep 23, 2026
3ae2a80
fix(sc-gh-stack): resolve hostile-review findings before first publish
randlee Sep 23, 2026
b063b85
Merge pull request #109 from randlee/feature/sc-gh-stack-v2
randlee Sep 23, 2026
3159181
Merge remote-tracking branch 'origin/develop' into refactory
randlee Sep 23, 2026
75fd333
fix: regenerate registries after merging develop
randlee Sep 23, 2026
466f17f
feat(sc-git-worktree): stack-aware worktree creation and guards (0.14.0)
randlee Sep 23, 2026
a81d4ea
fix(sc-git-worktree): resolve hostile-review findings on stack-aware …
randlee Sep 23, 2026
12ddf09
Merge pull request #110 from randlee/feature/sc-git-worktree-stack-aware
randlee Sep 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 69 additions & 36 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"metadata": {
"description": "A marketplace for Claude Code skills, agents, and commands",
"version": "0.12.0"
"version": "0.13.0"
},
"plugins": [
{
"name": "sc-ai-cli",
"source": "./packages/sc-ai-cli",
"description": "AI-first CLI design toolkit: create, review, and harden JSON-first CLIs with MCP-ready contract seams, typed error contracts, auditable mutations, repeatable scaffolding patterns, and stateful simulator design guidance.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -33,7 +33,7 @@
"name": "sc-ci-automation",
"source": "./packages/sc-ci-automation",
"description": "Run CI quality gates (pull \u2192 build \u2192 test) with optional auto-fix and PR creation. Coordinates pull from upstream, builds projects, runs tests, applies straightforward fixes, and creates PRs when all quality gates pass. Supports version bumping with --patch flag.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -53,7 +53,7 @@
"name": "sc-codex",
"source": "./packages/sc-codex",
"description": "Run Codex agents via a Task Tool-compatible runner, with hooks emulation and background execution support.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "synaptic-canvas"
},
Expand All @@ -70,7 +70,7 @@
"name": "sc-coding-agent-hardening",
"source": "./packages/sc-coding-agent-hardening",
"description": "Harden coding, QA, and orchestration agent prompts so straightforward defects are fixed instead of being dismissed as minor, pre-existing, non-blocking, or technical debt.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand Down Expand Up @@ -107,7 +107,7 @@
"name": "sc-delay-tasks",
"source": "./packages/sc-delay-tasks",
"description": "Schedule delayed one-shot or bounded polling actions with minimal heartbeats. Useful for waiting before running checks (e.g., CI status) or polling with stop-on-success.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -125,7 +125,7 @@
{
"name": "sc-docling-pdf",
"source": "./packages/sc-docling-pdf",
"description": "Convert PDF documents to markdown and structured output using the docling CLI. Selects the optimal conversion profile based on document content: clean text, scanned/OCR, rich datasheets with images and tables, complex layouts via VLM, or technical documents with code and formulas. Extracts images as referenced PNG files for viewing. No MCP required — pure CLI workflow for Claude Code.",
"description": "Convert PDF documents to markdown and structured output using the docling CLI. Selects the optimal conversion profile based on document content: clean text, scanned/OCR, rich datasheets with images and tables, complex layouts via VLM, or technical documents with code and formulas. Extracts images as referenced PNG files for viewing. No MCP required \u2014 pure CLI workflow for Claude Code.\n",
"version": "0.1.0",
"author": {
"name": "randlee"
Expand All @@ -143,11 +143,30 @@
],
"category": "tools"
},
{
"name": "sc-gh-stack",
"source": "./packages/sc-gh-stack",
"category": "tools",
"description": "Stacked pull requests with the gh-stack GitHub CLI extension, run the way that lands: an append-only, linear stack of frozen layers above a named trunk, one stack writer, QA and CI on the top only, one atomic merge. Ships the sc-gh-stack skill (model, preconditions, recipes, full command guide) and the sc-gh-stack-view skill (one-call coherence, mergeability, CI and landing table). Supersedes the generic gh-stack skill.\n",
"version": "0.1.1",
"author": {
"name": "randlee"
},
"license": "MIT",
"keywords": [
"git",
"github",
"gh-stack",
"stacked-prs",
"workflow",
"skills"
]
},
{
"name": "sc-git-worktree",
"source": "./packages/sc-git-worktree",
"description": "Manage git worktrees with optional tracking and protected branch safeguards: create, scan, cleanup, abort, and update worktrees using a standard sibling folder layout with tracking documents. Prevents accidental deletion of protected branches.\n",
"version": "0.12.0",
"version": "0.14.0",
"author": {
"name": "randlee"
},
Expand All @@ -157,15 +176,16 @@
"worktree",
"workflow",
"agents",
"branching"
"branching",
"gh-stack"
],
"category": "tools"
},
{
"name": "sc-github-issue",
"source": "./packages/sc-github-issue",
"description": "GitHub issue lifecycle management with worktree isolation: list, create, update, and fix issues with automated workflows including PR creation. Integrates with sc-git-worktree for safe isolation.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -183,7 +203,7 @@
{
"name": "sc-just",
"source": "./packages/sc-just",
"description": "Set up repo-local just task runners with a curated Justfile, optional .just/ helper scripts, and starter templates for minimal, Python, Go, .NET, and Rust repos.",
"description": "Set up repo-local just task runners with a curated Justfile, optional .just/ helper scripts, and starter templates for minimal, Python, Go, .NET, and Rust repos.\n",
"version": "0.1.0",
"author": {
"name": "randlee"
Expand All @@ -202,7 +222,7 @@
"name": "sc-kanban",
"source": "./packages/sc-kanban",
"description": "Kanban state machine for Synaptic Canvas: backlog \u2192 board \u2192 done with gate validation, scrubbing, and shared board config (v0.7).\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -220,8 +240,8 @@
{
"name": "sc-launch-term",
"source": "./packages/sc-launch-term",
"description": "Launch Claude, Codex, and Gemini sessions in supported terminals with platform-aware terminal autodetect and optional tmux session management.\n",
"version": "0.12.0",
"description": "Launch Claude (including Fable), Codex (including Sol, Terra, and Luna), and Gemini sessions in supported terminals with platform-aware autodetect, cmux workspace tabs, and optional tmux session management.\n",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -232,17 +252,22 @@
"macos",
"windows",
"tmux",
"cmux",
"claude",
"fable",
"codex",
"sol",
"terra",
"luna",
"gemini"
],
"category": "tools"
},
{
"name": "sc-launchpad",
"source": "./packages/sc-launchpad",
"description": "Launch Claude, Codex, or Gemini as a separate background sub-agent runtime, with explicit ATM teammate-mode normalization and roster registration.\n",
"version": "0.12.0",
"description": "Launch Claude (including Fable), Codex (including Sol, Terra, and Luna), or Gemini as a separate background sub-agent runtime, with explicit ATM teammate-mode normalization and roster registration.\n",
"version": "0.13.0",
"author": {
"name": "synaptic-canvas"
},
Expand All @@ -251,7 +276,11 @@
"background-agents",
"claude",
"codex",
"sol",
"terra",
"luna",
"gemini",
"fable",
"atm"
],
"category": "tools"
Expand All @@ -260,7 +289,7 @@
"name": "sc-manage",
"source": "./packages/sc-manage",
"description": "Manage Synaptic Canvas Claude packages. List available packages and their install status (local/global), and install or uninstall packages according to policy.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "synaptic-canvas"
},
Expand All @@ -273,11 +302,30 @@
],
"category": "tools"
},
{
"name": "sc-refactory",
"source": "./packages/sc-refactory",
"category": "tools",
"description": "Design and install a rule-driven refactoring toolkit with startup policy injection, approved-fix lookup, curated rule authoring, and named-teammate orchestration for large migration campaigns.\n",
"version": "0.2.0",
"author": {
"name": "synaptic-canvas"
},
"license": "MIT",
"keywords": [
"refactoring",
"policy",
"graph",
"oxigraph",
"migration",
"teammates"
]
},
{
"name": "sc-repomix-nuget",
"source": "./packages/sc-repomix-nuget",
"description": "Generate AI-optimized NuGet package context using Repomix with NuGet metadata (dependencies, dependents, namespaces, frameworks). Produces a compressed API surface.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "synaptic-canvas"
},
Expand All @@ -295,7 +343,7 @@
"name": "sc-roslyn-diff",
"source": "./packages/sc-roslyn-diff",
"description": "Semantic diffing for .NET source using roslyn-diff with JSON-first outputs, HTML reports, and git/PR-aware comparisons.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -316,7 +364,7 @@
"name": "sc-rust",
"source": "./packages/sc-rust",
"description": "Rust development toolkit: idiomatic guidelines, service hardening guidance, design pattern enforcement, and specialized agents for architecture, code review, exploration, implementation, and QA. Includes cross-platform portability guidelines for Ubuntu, macOS, and Windows.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -338,7 +386,7 @@
"name": "sc-startup",
"source": "./packages/sc-startup",
"description": "Startup runner for Synaptic Canvas: read startup prompt, sync master checklist, optional PR triage, worktree hygiene, and CI pull, then emit a concise status with next steps. Supports read-only mode.\n",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "randlee"
},
Expand All @@ -352,21 +400,6 @@
"agents"
],
"category": "tools"
},
{
"name": "sc-observability",
"description": "Skills for bootstrapping, adopting, and reviewing sc-observability in downstream Rust projects.",
"author": {
"name": "randlee"
},
"category": "tools",
"source": {
"source": "git-subdir",
"url": "https://github.com/randlee/sc-observability.git",
"path": "packages/sc-observability",
"ref": "main"
},
"homepage": "https://github.com/randlee/sc-observability"
}
]
}
Loading
Loading