Samuel avatar

Samuel

Community

@samuelpatro · Slovakia

122Followers
|
63Public Repos
|
12Published Skills

A bug is never just a mistake. It represents something bigger. An error of thinking. That makes you who you are.

Skills Distribution
DomainDeveloper To...Git Version Contro.. (40%)End-to-End Testing.. (20%)UI Design & Motion.. (20%)Serverless Databas.. (15%)

Agent Skills by Samuel

Showing 12 vetted skills indexed across 1 GitHub repositories.

samuelpatrosamuelpatro
3

sync-claude

Backs up the live ~/.claude global config into a git repository with allowlist filtering and secret scanning.

Community
Intermediate
samuelpatrosamuelpatro
3

commit

Creates atomic git commits with Conventional Commits messages from staged and unstaged changes.

Community
Intermediate
samuelpatrosamuelpatro
3

prune-branches

Deletes local git branches marked as gone and removes their associated worktrees.

Community
Basic
samuelpatrosamuelpatro
3

changelog

Generate a unified Slack-formatted changelog from git history for technical and non-technical audiences.

Community
Intermediate
samuelpatrosamuelpatro
3

real-prototype

Implement design variants directly on a live app route with a switcher for in-context comparison.

Community
Intermediate
samuelpatrosamuelpatro
3

commit-push

Creates atomic git commits with Conventional Commits messages and pushes to the remote.

Community
Intermediate
samuelpatrosamuelpatro
3

apple-design

Implements Apple-style fluid interface design principles for web animations and interactions.

Community
Intermediate
samuelpatrosamuelpatro
3

drizzle-orm-d1

Build type-safe schemas, queries, and migrations for Cloudflare D1 with Drizzle ORM.

Community
Advanced
samuelpatrosamuelpatro
3

babysit-pr

Monitor pull requests through review and CI until checks pass.

Community
Intermediate
samuelpatrosamuelpatro
3

remove-ai-slop

Audit UI and copy for AI-generated design and writing tells, then apply approved fixes.

Community
Advanced
samuelpatrosamuelpatro
3

create-pr

Creates conventional branches, atomic commits, and GitHub pull requests with terse messages.

Community
Intermediate
samuelpatrosamuelpatro
3

flow

Verifies code changes end-to-end with tests, browser checks, and a verdict report.

Community
Advanced

Frequently Asked Questions About Samuel

FAQPage Schema
What tasks can I accomplish with Samuel Patro's skills?▼

You can create atomic Conventional Commits, prune stale local branches and worktrees, generate Slack-ready changelogs from git history, open and babysit pull requests through CI, verify changes end-to-end with browser-driven tests, build type-safe Cloudflare D1 schemas with Drizzle, prototype design variants live in an app, and audit UI copy for AI-generated tells.

Who are these skills designed for?▼

Software developers and engineering teams working in git-based repositories, especially those shipping via GitHub pull requests, building on Cloudflare D1 with Drizzle, or crafting gesture-driven web interfaces. The changelog skill also serves managers and non-technical colleagues by producing readable release summaries.

How do the git and pull request skills work in practice?▼

Invoke them by name or slash command: /commit stages and commits with a ≤50-char subject, /commit-push also pushes without force, /create-pr branches, commits, pushes, and opens a PR via gh, and babysit-pr watches review and CI until green. /flow verifies changes with tests and browser screenshots.

What prerequisites and dependencies do these skills require?▼

A local git repository is required for commit, prune-branches, changelog, and create-pr skills; create-pr and babysit-pr additionally need the GitHub CLI (gh). drizzle-orm-d1 requires a Cloudflare D1 database binding and Drizzle Kit, while flow needs a runnable app environment such as Laravel/Herd, Node, or bun.

How does the sync-claude skill protect sensitive data?▼

It uses an allowlist-based approach to back up only the ~/.claude global config—settings.json, CLAUDE.md, statusline.ts, own skills, and the skills.sh lock file—into a git repo and commits it. Credentials, history, and project transcripts are explicitly never copied.