joi-fairshare

46 mods across 1 repository, 2 stars between them.

agentic-workflow

01

joi-fairshare/agentic-workflow

Settings file Claude Code

Portable Claude Code workflow toolkit: skills, config, repo bootstrapper, and MCP bridge for multi-agent communication.

2 1mo ago A tokens not measured

joi-fairshare/agentic-workflow

Instructions file

Claude Code instructions for joi-fairshare/agentic-workflow, covering claude.md — agentic-workflow, required context, tech stack, directory structure and commands.

2 1mo ago A 751 tokens

bootstrap

03

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Analyze a repo's documentation coverage against the Pivot doc standard (17 planning docs + CLAUDE.md + design language), then generate any missing docs adapted to the codebase. Optionally reference external product documentation (SharePoint, Confluence, Dropbox, shared drives) when generating product-facing documents.

2 1mo ago A 61 tokens

addressReview

04

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Address PR review comments by spawning domain-specific implementation agents in parallel. Reads from /.agentic-workflow/ /reviews/ .json as source of truth, merges any new human GitHub comments, implements fixes, and updates the state file. Can be re-run to continue the review loop.

2 1mo ago A 0 tokens

archReview

05

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Engineering architecture review with mandatory diagrams and edge case analysis. Reviews plans or implementations for technical soundness.

2 1mo ago A 23 tokens

autoplan

06

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Plan meta-orchestrator. Runs productReview + archReview + planDesignReview + planDevexReview + cso(plan) in parallel via subagents and consolidates findings with cross-lens tension surfacing.

2 1mo ago A 46 tokens

bugHunt

07

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Fix-and-verify loop with atomic commits and regression test generation. Three tiers — quick (lint+typecheck), standard (unit+integration), exhaustive (full suite + edge cases).

2 1mo ago A 41 tokens

bugReport

08

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Report-only variant of bugHunt — produces a structured bug report with health scores but does NOT fix the bugs. Use for triage and prioritization.

2 1mo ago A 34 tokens

canary

09

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Post-deploy monitoring. Watches error rate, latency, logs, and custom probes for a configurable window. Verdict: HEALTHY (chain syncDocs), DEGRADED (warn), UNHEALTHY (alert + rootCause).

2 1mo ago A 49 tokens

cso

10

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

OWASP Top 10 + STRIDE threat model. Runs on a plan (pre-impl mode) or a PR diff (post-impl mode). Outputs severity-rated findings with mitigations.

2 1mo ago A 42 tokens

design-analyze-ios

11

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Scan Assets.xcassets and Swift theme files to extract design tokens (colors, typography, spacing) into design-tokens.json in W3C DTCG format. Pass a specific path or let the skill auto-discover.

2 1mo ago A 51 tokens

design-analyze-web

12

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Run Dembrandt on reference site URLs to extract design tokens (colors, typography, spacing) as W3C DTCG JSON. Merges multiple sites, resolves conflicts by frequency/prominence, and writes design-tokens.json.

2 1mo ago A 51 tokens

design-analyze

13

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Detect web vs iOS automatically and delegate to /design-analyze-web (Dembrandt CLI on URLs) or /design-analyze-ios (Swift/Xcode asset extraction). Writes design-tokens.json.

2 1mo ago A 44 tokens

design-evolve-ios

14

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Extract design tokens from a local Swift file or Xcode project directory and merge updates into the existing design-tokens.json, preserving tokens not present in the reference.

2 1mo ago A 37 tokens

design-evolve-web

15

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Analyze a new reference URL mid-project and selectively merge design tokens into the existing design language. Diffs new tokens against current, asks what to adopt/adapt/ignore, updates design-tokens.json and .impeccable.md.

2 1mo ago A 52 tokens

design-evolve

16

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Detect web vs iOS automatically and delegate to /design-evolve-web (Dembrandt on a new URL) or /design-evolve-ios (extract from local Swift reference). Merges updates into design-tokens.json.

2 1mo ago A 48 tokens

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Generate SwiftUI Theme.swift and view components from an approved iOS mockup using design-tokens.json. Supports light/dark color schemes following iOS HIG, with a mandatory design-verify-ios gate.

2 1mo ago A 47 tokens

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Generate web production code from an approved mockup — design-tokens.css + Tailwind extension generated from design-tokens.json, React/Next.js components, token-compliance scan, and a mandatory design-verify-web gate.

2 1mo ago A 50 tokens

design-implement

19

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Detect web vs iOS automatically and delegate to /design-implement-web (CSS/Tailwind/Next.js) or /design-implement-ios (SwiftUI Theme.swift). Enforces the mockup-first gate, then auto-chains /design-verify.

2 1mo ago A 56 tokens

design-language

20

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Interactive session defining brand personality, aesthetic direction, and design principles. Accepts reference URLs (Figma, Storybook, HTML mockups, any public page), analyzes them via Playwright, then runs a gap-filling Q&A to produce both design-tokens.json and .impeccable.md in one step.

2 1mo ago A 67 tokens

design-mockup-ios

21

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Generate a per-screen SwiftUI mockup from design tokens, temporarily host it as the app entry point, build and screenshot on simulator via XcodeBuildMCP, then revert and register the baseline in screens.json for /design-verify-ios.

2 1mo ago A 55 tokens

design-mockup-web

22

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Generate an HTML mockup informed by the design language, serve it locally, iterate with feedback until approved, then capture mobile/tablet/desktop baselines and register the screen in screens.json for /design-verify-web.

2 1mo ago A 50 tokens

design-mockup

23

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Detect web vs iOS automatically and delegate to /design-mockup-web (HTML mockup + Playwright baseline) or /design-mockup-ios (SwiftUI preview + simulator baseline).

2 1mo ago A 44 tokens

design-refine

24

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Dispatch design refinement from impeccable (umbrella refinement skill), emil-design-eng (design engineering principles reference), and taste-skill (modular style packs) with design language context pre-loaded.

2 1mo ago A 42 tokens