joaquimscosta

60 mods across 1 repository, 21 stars between them.

sdlc-develop

25

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Orchestrates 6-phase SDLC pipeline (discovery, requirements, architecture, workstreams, implementation, summary) for guided feature development. Use when user runs /core:develop command, requests spec-driven development, wants to create implementation plans with architecture decisions, or mentions "SDLC"…

21 18d ago A 94 tokens original MIT

using-arkhe-skills

26

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Use when starting any conversation - establishes how arkhe skills bootstrap on Claude Code, Antigravity CLI (agy) / Gemini CLI, and Codex CLI, and maps Claude-only tools (AskUserQuestion, TaskCreate, EnterPlanMode, the Skill tool, the Agent tool) to their cross-platform equivalents.

21 18d ago A 69 tokens original MIT

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Coordinate structured thinking and multi-agent parallel execution for complex tasks. Use when tackling multi-step projects, planning parallel work, breaking down complex problems, coordinating specialist tasks, facing architectural decisions, or when user mentions "workflow", "orchestration", "multi-step"…

21 18d ago A 91 tokens original MIT

design-intent

28

joaquimscosta/arkhe-claude-plugins

Plugin Claude Code

UI/UX Design Plugin - Visual fidelity from Figma/mockups, design system enforcement, React UI prototyping with live browser gallery, pattern memory, and brand icon asset generation.

21 18d ago A tokens not measured original MIT

design-reviewer

29

joaquimscosta/arkhe-claude-plugins

Agent

Reviews UI implementations for visual consistency, accessibility compliance, responsive behavior, and design pattern adherence using confidence-based filtering.

21 18d ago A 25 tokens original MIT

ui-architect

30

joaquimscosta/arkhe-claude-plugins

Agent

Designs UI component architectures by analyzing existing patterns, proposing component structures, and creating implementation blueprints with clear trade-offs.

21 18d ago A 27 tokens original MIT

ui-explorer

31

joaquimscosta/arkhe-claude-plugins

Agent

Analyzes existing UI codebase by tracing component hierarchies, mapping design tokens, understanding styling patterns, and documenting the established design system usage.

21 18d ago A 32 tokens original MIT

diary

33

joaquimscosta/arkhe-claude-plugins

Command

Create a session diary entry to document development progress, decisions, and handoff context.

21 18d ago A 16 tokens original MIT

prototype

34

joaquimscosta/arkhe-claude-plugins

Command

Rapid UI prototyping — generates 3 visually distinct HTML/CSS components from a text prompt and serves them in a live browser gallery.

21 18d ago A 26 tokens original MIT

setup

36

joaquimscosta/arkhe-claude-plugins

Command

Initialize design intent project structure with templates for memory, patterns, and session diary.

21 18d ago A 15 tokens original MIT

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Creates accurate frontend implementations from visual references while maintaining design consistency. Use when user provides Figma URLs, screenshots, design images, requests visual implementation from reference, or asks to build UI matching a design. Automatically checks existing design intent patterns before…

21 18d ago A 55 tokens original MIT

icon-forge

38

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Generate brand icons as SVG and produce all platform assets including favicon package (ICO, SVG with dark mode, apple-touch-icon), PWA manifest icons, and mobile app icons. Use when user runs /icon-forge, requests "brand icon", "favicon generation", "app icon", or "svg logo" for a project.

21 18d ago A 70 tokens original MIT

prototype

39

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Rapid UI prototyping — generates 3 visually distinct HTML/CSS components from a text prompt and serves them in a live browser gallery. Use when user runs /prototype, asks to "prototype a UI", "mock up a component", "generate HTML mockups", "create UI variations", "design exploration", "quick UI concept", or wants to…

21 18d ago A 118 tokens original MIT

stitch-to-react

40

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Converts Google Stitch exports into React components with design DNA integration. Use when user references design-intent/google-stitch exports, mentions "convert Stitch output", "Stitch to React", or processes Stitch code directories containing HTML + PNG pairs.

21 18d ago A 53 tokens original MIT

devtools

41

joaquimscosta/arkhe-claude-plugins

Plugin Claude Code

Developer tooling setup and management (SOPS secrets encryption, Claude Code environment setup, multi-ecosystem quality stack for JVM/Node.js/Python, Taskfile task runner setup and audit, Tilt local Kubernetes development setup and audit, browser-companion live-preview server for agent↔browser workflows via the…

21 18d ago A tokens not measured original MIT

browser-companion

42

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Zero-dependency live-preview server providing an agent↔browser bidirectional companion. Watches a content directory, wraps HTML fragments in a frame template, broadcasts live-reload over WebSocket, and captures browser-side click events to a JSONL file. Use when an agent needs to show HTML to the user in a browser and…

21 18d ago A 138 tokens original MIT

code-env-setup

43

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Interactive Claude Code environment setup wizard. Detects existing configuration, guides through best-practice setup for Global CLAUDE.md, project scaffolding, MCP servers, hooks, custom agents, keybindings, and settings. Use when user runs /devtools:code-env-setup, mentions "setup claude code", "configure claude"…

21 18d ago A 90 tokens original MIT

quality-stack

44

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Scan a project to detect configured quality and testing tools across JVM (Gradle/Maven), Android (AGP/Compose/KMP), Node.js/TypeScript, and Python ecosystems. Cross-reference against research-backed recommendations and assist with setup. Auto-detects project type(s) including monorepos with mixed ecosystems. Use when…

21 18d ago A 148 tokens original MIT

sops-add-key

45

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Add a new machine's age public key to .sops.yaml and re-encrypt all files. Use for multi-machine setups. Use when user mentions "add key", "add machine", "sops add key", "new machine", "authorize machine", "share key", "add public key", "multi machine sops".

21 18d ago A 72 tokens original MIT

sops-decrypt

46

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Decrypt SOPS-encrypted YAML files back to .env format. Finds .enc.yaml files, decrypts, and converts YAML back to dotenv. Use when user mentions "decrypt env", "sops decrypt", "decrypt secrets", "restore env", "decrypt .env", "restore secrets", "decrypt environment files".

21 18d ago A 69 tokens original MIT

sops-encrypt

47

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Encrypt .env files using SOPS + age. Converts dotenv to YAML format (avoids SOPS bug #1435), then encrypts. Auto-detects unencrypted .env files. Use when user mentions "encrypt env", "sops encrypt", "encrypt secrets", "encrypt .env", "encrypt environment", "re-encrypt", "update encrypted".

21 18d ago A 79 tokens original MIT

sops-setup

48

joaquimscosta/arkhe-claude-plugins

Skill Claude CodeCodex

Set up SOPS + age encryption for sharing .env files securely across machines. Detects existing state, installs tools, generates age keys, creates .sops.yaml, and encrypts .env files as YAML (avoids SOPS dotenv bug #1435). Use when user mentions "sops setup", "encrypt env", "share secrets", "secure env files", "sops…

21 18d ago B 101 tokens original MIT