By joeblew999
How to work in a joeblew999 fleet repo: the .github distribution flows, namespace=tool, release:github, and distribute-by-reference (never copy/stamp files).
https://github.com/joeblew999/.github
Shared mise task library + Claude plugin marketplace + GitHub org config. Guide: AGENTS.md · Releases: CHANGELOG.md.
How a change flows — always in this order:
tasks/<ns>.toml, the fleet skill, or a workflow..github-example (consumes
.github@main): push .github main, then local = mise run <task> there,
CI = its mise.yml runs the shared reusable-mise-ci.yml@main. Both green
before release; no release while iterating.mise run release:github -- vX.Y.Z
(changelog → tag → GitHub release).?ref= / @ref / plugin version.
Old refs never break (immutable) — which is why you refactor here deeply.# 1. add the includes to mise.toml (pin ?ref= to the latest tag):
# [task_config]
# includes = [
# "git::https://github.com/joeblew999/.github.git//tasks/mise.toml?ref=<tag>",
# "git::https://github.com/joeblew999/.github.git//tasks/ci.toml?ref=<tag>",
# ]
mise trust # load the config + includes
mise run mise:global:bootstrap # bootstrap the machine's toolset (nu, gh, …)
mise run mise:repo:bootstrap # bootstrap this repo's .github/workflows
mise run ci # verify
Working example: .github-example.
Namespaces: bw cf ci cliff docker env fnox gh mise mobile prove release rust secrets wrangler.
These reusable-*.yml in the .github workflows are the engine. Your repos don't copy them — they call them.
reusable-mise-ci.yml / reusable-mise-upgrade.yml hold all the logic and the defaults.mise run mise:repo:bootstrap, which writes a thin stub
.github/workflows/mise.yml that just does uses: …/reusable-mise-ci.yml@main.mise run mise:global:bootstrap, then mise run ci — the same task you run locally.mise run ci on your machine is exactly one cell of the CI run. Run it locally
first — if it's green, that OS is green in CI. You can't run the other OSes
locally; that's the only thing the matrix adds.
os-matrix input in reusable-mise-ci.yml
(default: ubuntu + macos + windows).mise run mise:repo:bootstrap --os-matrix '["ubuntu-latest"]' (or edit the stub's with:).mise run ci across each OS. Locally there is no matrix — you're just the OS you're on.$nu.os-info.name (nushell, cross-platform):
macos / linux / windows. Local = your OS; CI = that cell's OS.ciThe lib's ci is a floor — it runs the shared guards. A repo adds its own work
with a local ci that depends on it; mise merges same-named tasks, so the guards
still run and you don't re-list them:
[tasks.ci]
depends = ["test"] # → guards (from .github) + your task
[tasks.test]
run = '''
#!/usr/bin/env nu
print "your work here"
'''
To change which task CI runs: --task <name> at bootstrap (or the stub's with: task:).
edit .github
mise run ci # locally, FIRST — same task CI runs
git push # .github main
# then in a consumer (e.g. .github-example):
<purge mise's git-include cache>
mise run mise:repo:bootstrap-delete
mise run mise:repo:bootstrap
mise run ci # locally, green, before pushing
git push # triggers the OS matrix
Local-first every time — pushing untested is what breaks CI.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub joeblew999/.github --plugin fleetUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.