arthjean

63 mods across 3 repositories, 85 stars between them.

paneflow AGENTS.md

01

arthjean/paneflow

Instructions file CodexOpenCode

AGENTS.md instructions for arthjean/paneflow, covering paneflow agent guidance, gates you must not skip, cross-platform compatibility is mandatory, boundaries the code does not reveal and running and testing.

65 2d ago A 2,491 tokens GPL-3.0

paneflow CLAUDE.md

02

arthjean/paneflow

Instructions file

Claude Code instructions for arthjean/paneflow, a project described as: Cross-platform GPUI app for parallel coding agents.

65 2d ago A 178 tokens GPL-3.0

paneflow-conductor

03

arthjean/paneflow

Skill Claude CodeCodex

Orchestrate a fleet of CLI coding agents running side by side in Paneflow panes - discover them, read their live state, dispatch prompts, and wait on events - all over the public paneflow CLI. Use when the user asks you to coordinate, supervise, or hand work between multiple agents (Claude Code, Codex, OpenCode…

65 2d ago C 90 tokens GPL-3.0

corpus-adjudicate

04

arthjean/rust-doctor

Skill Claude CodeCodex

Adjudicate one catalogued rule on the pinned corpus, deepening its reviewed sample past the five sites admission requires. Use when the user asks to adjudicate a rule, or when another skill needs a rate precise enough to place a rule against the threshold. Handles one rule per run. Not for adding a rule to the…

17 8d ago A 79 tokens original Apache-2.0

rule-admit

05

arthjean/rust-doctor

Skill Claude CodeCodex

Add one retained Clippy lint or native detector to rust-doctor's catalog, end to end, with its fixtures, evidence record, corpus entry and every hard-coded counter kept in sync. Use when the user asks to admit a rule, add a lint to the catalog, ship a rule that triage retained, or says "admit clippy::x". Handles one…

17 8d ago A 98 tokens original Apache-2.0

rule-candidate

06

arthjean/rust-doctor

Skill Claude CodeCodex

Triage a batch of Clippy lints from rust-doctor's computed candidate queue into rejections or retained rules. Use when the user asks to triage candidates, grow the catalog, decide which lints to add, work through the candidate queue, or says "next batch of lints". Produces motivated rejections in…

17 8d ago A 99 tokens original Apache-2.0

arthjean/rust-doctor

Instructions file CodexOpenCode

Instructions for arthjean/rust-doctor, covering agents.md, trust boundary, commands, running the tool on this repository and the subsystems.

17 8d ago A 2,193 tokens original Apache-2.0

arthjean/rust-doctor

Instructions file

Instructions for arthjean/rust-doctor, a project described as: Your agent writes bad Rust. This catches it.

17 8d ago A 5 tokens copy · 100% Apache-2.0

rust-doctor

09

arthjean/rust-doctor

Skill Claude CodeCodex

Use when Rust code just changed and must not regress, when the user asks to scan, audit or health-check a Cargo workspace, says "rust-doctor", or wants one of its findings explained, tuned or switched off.

17 8d ago A 49 tokens original Apache-2.0

agent-browser

10

arthjean/skills

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

3 27d ago A 200 tokens

baseline-ui

11

arthjean/skills

Skill Claude CodeCodex

Quickly deslop UI code by fixing spacing, hierarchy, typography, and small layout issues. Use when the interface needs a fast cleanup or polish pass.

3 27d ago A 34 tokens

arthjean/skills

Skill Claude CodeCodex

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.

3 27d ago A 61 tokens

arthjean/skills

Skill Claude CodeCodex

Configure rate limiting, manage auth secrets, set up CSRF protection, define trusted origins, secure sessions and cookies, encrypt OAuth tokens, track IP addresses, and implement audit logging for Better Auth. Use when users need to secure their auth setup, prevent brute force attacks, or harden a Better Auth…

3 27d ago A 70 tokens

better-colors

14

arthjean/skills

Skill Claude CodeCodex

OKLCH color space for web projects. Convert hex/rgb/hsl to oklch, generate palettes, check contrast, handle gamut boundaries, and theme with Tailwind v4. Triggers on oklch, color conversion, palette generation, contrast ratio, gamut, display p3, design tokens, hue drift, chroma, dark mode colors.

3 27d ago A 77 tokens

better-typography

15

arthjean/skills

Skill Claude CodeCodex

Web typography from choosing fonts to spacing, wrapping and accessibility. Use when picking or pairing typefaces, configuring variable fonts or OpenType features, setting up a type scale, checking heading hierarchy, styling text in components, truncating text, styling underlines, selection, placeholders or carets, or…

3 27d ago A 159 tokens

better-ui

16

arthjean/skills

Skill Claude CodeCodex

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better"…

3 27d ago A 82 tokens

clerk-cli

17

arthjean/skills

Skill Claude CodeCodex

Operate Clerk from a coding-agent terminal with the official clerk CLI and bundled Backend API helpers. Use when the agent needs to inspect or manage Clerk applications, users, organizations, memberships, invitations, sessions, impersonation, JWT templates, instance configuration, allowlists, blocklists, domains…

3 27d ago A 134 tokens

code-review

18

arthjean/skills

Skill Claude CodeCodex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

3 27d ago A 96 tokens

codebase-design

19

arthjean/skills

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

3 27d ago A 57 tokens

context7-mcp

20

arthjean/skills

Skill Claude CodeCodex

This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.

3 27d ago A 58 tokens

coss-particles

21

arthjean/skills

Skill Claude CodeCodex

Index of all COSS UI particle examples. Use when implementing UI features to find copy-paste-ready component patterns built on coss primitives. Each particle has a description and a JSON URL for easy installation.

3 27d ago A 46 tokens

coss

22

arthjean/skills

Skill Claude CodeCodex

Helps implement coss UI components correctly. Use when building UIs with coss primitives (buttons, dialogs, selects, forms, menus, tabs, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior. Covers imports, accessibility…

3 27d ago A 80 tokens

create-auth

23

arthjean/skills

Skill Claude CodeCodex

Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth.

3 27d ago A 64 tokens

diagnosing-bugs

24

arthjean/skills

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

3 27d ago A 40 tokens