Instructions file
Claude Code instructions for samuelpatro/.claude, covering general, tooling, workflow, architecture and models for subagents & workflows.
Instructions file
Claude Code instructions for samuelpatro/.claude, covering general, tooling, workflow, architecture and models for subagents & workflows.
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…
Skill Claude CodeCodex
Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading)…
Skill Claude CodeCodex
Generate a single unified changelog from git history that works for everyone in the company (managers and non-tech colleagues as well as developers). Defaults to Slovak (English only on explicit request) and to comparing the release branch (main or master) against develop to show unreleased changes; also supports date…
Skill Claude CodeCodex
Create atomic git commits with terse Conventional Commits messages, then push to remote. Subject ≤50 chars, body only when "why" isn't obvious. Never force pushes. Use when the user says "commit and push", "commit & push", "/commit-push", or asks to stage, commit, and push in one flow.
Skill Claude CodeCodex
Create atomic git commits with terse, exact Conventional Commits messages. Cuts noise, preserves intent. Subject ≤50 chars. Body only when "why" isn't obvious. Use when the user says "commit", "commit this", "/commit", or asks to stage and commit changes.
Skill Claude CodeCodex
Create branch, atomic commits, push, and open a pull request with terse, exact messages. Conventional branch + commit format. PR title ≤70 chars, body says "why", not "what". Use when the user says "create pr", "create pullrequest", "create pull request", "make pr", "open pr", "open pullrequest", "open pull request"…
Skill Claude CodeCodex
Type-safe ORM for Cloudflare D1 using Drizzle. Use when building D1 schemas, writing type-safe queries, generating migrations with Drizzle Kit, defining relations, using db.batch, or hitting D1ERROR, BEGIN TRANSACTION failures, foreign key constraints, env.DB undefined, or schema inference issues.
Skill Claude CodeCodex
Verify a code change end-to-end in the current worktree: figure out what changed, run the relevant tests, get the app running, drive a browser to exercise the affected areas, and report a verdict with screenshots. Generic across project types (Laravel/Herd, Node/bun, frontend, CLI, library). Use this skill whenever…
Skill Claude CodeCodex
Serve the current git worktree as a Laravel Herd site (http:// - .test), rewrite the worktree's .env to match, and install dependencies. Built for the Claude Code agents view, which already creates a worktree per background agent. Use when the user says "serve this worktree", "herd link this agent", "make this…
Skill Claude CodeCodex
Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security…
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, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel…
Skill Claude CodeCodex
Reproduce an existing design as a faithful, self-contained standalone .html file you can tinker with safely, then generate variations on top of that copy and recommend the strongest. The source can be a live website (captured via the browser) or an existing page/component/design system already in the codebase. Use…
Skill Claude CodeCodex
Cleans up local git branches marked as [gone] (deleted on the remote but still present locally), including removing any associated worktrees. Use when the user says "prune branches", "clean up gone branches", "/prune-branches", or asks to delete stale local branches whose remotes are gone.
Skill Claude CodeCodex
Implement several variations of a design directly inside the running app, on the real page/route, with a live switcher to toggle between them in the browser, then recommend one and fold the winner into the real code. Variants are real implementations judged against real data, layout, and density (not an isolated…
Skill Claude CodeCodex
Audit a codebase, page, or document for "AI slop" tells in design, copy, and effects, then fix them with your approval. Detects generic layouts (hero badges, three-column grids, stat banners, bento boxes), default styling (purple-to-blue gradients, gradient text, glassmorphism, grain overlays, glow, shimmer), generic…
Skill Claude CodeCodex
Sync the live /.claude global config (settings.json, CLAUDE.md, statusline.ts) into this git backup repo, then commit. Allowlist-based so credentials, history, and project transcripts are never copied. Use when the user says "sync my claude config", "back up .claude", "update the .claude repo", or runs "/sync-claude".
Skill Claude CodeCodex
Break a plan, spec, PRD, or conversation into independently-grabbable GitHub issues using tracer-bullet vertical slices, then publish them with the gh CLI as native sub-issues under a parent tracking issue. Use this skill whenever the user wants to turn a plan/spec/PRD into GitHub issues, create implementation…