Samuel
Community@samuelpatro · Slovakia
A bug is never just a mistake. It represents something bigger. An error of thinking. That makes you who you are.
Agent Skills by Samuel
Showing 12 vetted skills indexed across 1 GitHub repositories.
sync-claude
Backs up the live ~/.claude global config into a git repository with allowlist filtering and secret scanning.
commit
Creates atomic git commits with Conventional Commits messages from staged and unstaged changes.
prune-branches
Deletes local git branches marked as gone and removes their associated worktrees.
changelog
Generate a unified Slack-formatted changelog from git history for technical and non-technical audiences.
real-prototype
Implement design variants directly on a live app route with a switcher for in-context comparison.
commit-push
Creates atomic git commits with Conventional Commits messages and pushes to the remote.
apple-design
Implements Apple-style fluid interface design principles for web animations and interactions.
drizzle-orm-d1
Build type-safe schemas, queries, and migrations for Cloudflare D1 with Drizzle ORM.
babysit-pr
Monitor pull requests through review and CI until checks pass.
remove-ai-slop
Audit UI and copy for AI-generated design and writing tells, then apply approved fixes.
create-pr
Creates conventional branches, atomic commits, and GitHub pull requests with terse messages.
flow
Verifies code changes end-to-end with tests, browser checks, and a verdict report.
Frequently Asked Questions About Samuel
FAQPage SchemaWhat 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.