lukaskellerstein

87 mods across 3 repositories, 4 stars between them.

demo-setup

25

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Checks and installs everything the demo-video pipeline needs — ffmpeg, Playwright browsers, the Remotion plugin, uvx, and the ElevenLabs key — and scaffolds demo/ in the target project. Use before the first demo video on a machine, when any pipeline stage reports missing tooling, when MCP video tools are absent from…

2 21d ago A 92 tokens

demo-video

26

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Orchestrates building a narrated demo video of a project — reads the codebase, writes a storyboard, prepares deterministic app state, drives the UI with Playwright to record clips (web and Electron), generates ElevenLabs voiceover, reconciles measured durations into a timeline, and renders the final cut with Remotion.…

2 21d ago A 116 tokens

demo-voiceover

27

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Generates demo narration with the ElevenLabs MCP server — one audio file per storyboard section, measured so the editor can cut picture to voice. Covers voice and model selection for product demos, fitting a line to a target duration, pronunciation of product names, optional word-level caption alignment, and music…

2 21d ago A 87 tokens

design-plugin

28

lukaskellerstein/claude-my-marketplace

Plugin Claude Code

Design direction and creative guidance for Claude Code — styleguides, aesthetic strategy, typography pairings, color mood systems, and design review. The 'taste layer' that makes AI-assisted design intentional rather than generic. Works with media-plugin (which now owns media prompt crafting) for asset generation and…

2 21d ago A tokens not measured

design-director

29

lukaskellerstein/claude-my-marketplace

Agent

Orchestrates the full design workflow for a project — from assessing needs to producing a styleguide and coordinating asset creation. Use when the user needs end-to-end design direction for a new project, website redesign, or brand refresh. Coordinates with media-plugin for asset generation. Context: User starting a…

2 21d ago A 154 tokens

design

30

lukaskellerstein/claude-my-marketplace

Command

Create a design direction and styleguide for a project — produces aesthetic direction, fonts, colors, imagery, and media prompts.

2 21d ago A 24 tokens

design-review

31

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Review and critique existing designs, websites, or frontend code against design principles. Checks for common anti-patterns like generic fonts, poor contrast, inconsistent spacing, and lack of visual hierarchy. Use when the user asks to "review my design", "what's wrong with this layout", "critique my website", "how…

2 21d ago A 110 tokens

design-system

32

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Manage and audit design system consistency — color palettes, typography scales, spacing systems, accessibility (WCAG contrast checks), and component inventory. Use when the user asks to "check contrast ratios", "audit my design system", "create a color palette", "generate a type scale", "check accessibility", "WCAG…

2 21d ago A 74 tokens

frontend-aesthetics

33

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Design guidance and aesthetic patterns for building beautiful, distinctive frontends — websites, web apps, landing pages. Provides typography strategies, color application, motion choreography, layout composition, and component design recipes. Use when the user asks to "make this look better", "improve the design"…

2 21d ago A 122 tokens

styleguide

34

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Create a comprehensive design language and styleguide for any project — websites, apps, blogs, presentations, marketing pages. Given a project type, brand, and audience, produces aesthetic direction, font selections with pairings, color strategy, spacing philosophy, imagery style, and tone. Use when the user asks to…

2 21d ago A 128 tokens

dev-tools-plugin

35

lukaskellerstein/claude-my-marketplace

Plugin Claude Code

General developer tooling — read-only thinking and Q&A, git workflows, code hygiene, dependency management, and project documentation generation. Every skill is user-invoked only: Claude never starts a merge, an upgrade or a docs rewrite on its own.

2 21d ago A tokens not measured

dead-code-analyzer

36

lukaskellerstein/claude-my-marketplace

Agent

Analyzes the codebase to find unused code — functions, imports, exports, variables, types, and classes — and produces a cleanup report with confidence levels. Never auto-deletes; reports findings for user review. Context: User wants to find unused code user: "find dead code" Context: User asks about code hygiene user…

2 21d ago A 160 tokens

sync-spec-kit-agent

37

lukaskellerstein/claude-my-marketplace

Agent

Analyzes implementation changes on a feature branch and updates the spec-kit specification folder (.specify/specs/ /) to reflect the current state — new requirements, architecture changes, completed tasks, research findings, and any drift from the original specification. Context: User finished implementing something…

2 21d ago A 229 tokens

brainstorm

38

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Think a decision through — explore an idea, compare approaches, sketch a design, plan a change, research feasibility or prior art. A read-only thinking partner that ends in a recommendation, not an edit.

2 21d ago A 44 tokens

dead-code

39

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Identify unused code (functions, imports, exports, variables, types, classes) and propose cleanup. Use this skill when the user says "find dead code", "unused code", "clean up unused", "code hygiene", "find unused imports", "what can I delete", or any variation of wanting to identify and remove code that is no longer…

2 21d ago A 75 tokens

git-pr

40

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

For every git repo in the current folder, create and merge a PR for feature-branch work, then return to the default branch and pull. With no arguments this runs fully autonomously across ALL sub-repos — commit → push → PR → squash-merge → checkout main → pull. Use whenever the user asks to commit, ship, push…

2 21d ago A 117 tokens

question

41

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Answer a question about how things are right now — this codebase, its history, its behavior, a library, an error. Investigates and answers with evidence. Changes nothing, ever.

2 21d ago A 40 tokens

sync-spec-kit

42

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Synchronize the spec folder with the current state of implementation on a feature branch. Use this skill when the user says "sync spec", "update spec", "spec is outdated", "reflect changes in spec", "update the plan", "sync specification", "keep spec up to date", "spec drift", or any variation of wanting to reconcile…

2 21d ago A 97 tokens

update-dependencies

43

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Update project dependencies to their latest versions, verify nothing breaks, and report what changed. Use this skill when the user says "update dependencies", "upgrade packages", "latest versions", "update deps", "outdated packages", "bump dependencies", or any variation of wanting to bring project dependencies up to…

2 21d ago A 67 tokens

update-docs

44

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Create or update project documentation. If no docs/ folder exists, creates comprehensive documentation from scratch using multiple parallel agents covering architecture, infrastructure, security, tech stack, and features. If docs/ already exists, re-analyzes the codebase and updates all sections EXCEPT docs/features/…

2 21d ago A 187 tokens

update-feature-docs

45

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Generate or update documentation for the current feature branch. Analyzes all changes (commits, diffs) between the feature branch and base branch, then creates or updates docs/features/ /README.md with incremental indexing based on existing feature docs. Use when documenting a feature branch, creating feature…

2 21d ago A 175 tokens

update-readme

46

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Create or update a professional root-level README.md for a repository. Use when creating a README, updating a README, generating a README, improving a README, making a professional README, crafting an open-source README, or adding badges, diagrams, and quick-start sections to a project's main README file.

2 21d ago A 63 tokens

infra-plugin

47

lukaskellerstein/claude-my-marketplace

Plugin Claude Code

Infrastructure management for Kubernetes/GKE, Istio service mesh, and authentication (Keycloak, OAuth2-proxy). Includes Helm charts, Terraform IaC, and Traefik reverse proxy.

2 21d ago A tokens not measured

auth

48

lukaskellerstein/claude-my-marketplace

Skill Claude CodeCodex

Authentication/authorization infra with Keycloak and OAuth2-proxy. Use for identity providers, SSO, OIDC/SAML, realm/client config, user federation, and OAuth2-proxy sidecar or ingress auth on Kubernetes.

2 21d ago A 48 tokens