Back to authors
bfmcneill

bfmcneill

9 Skills published on GitHub.

agent-behavior

Use at the start of any coding session to establish activity tracking and working patterns. Defines how the agent should document its work and communicate progress.

UncategorizedView skill →

design-patterns

Use when refactoring code or designing flexible systems. Covers creational, structural, and behavioral patterns with Python examples.

UncategorizedView skill →

versioning

Use when releasing, tagging, or bumping versions. Defines semver rules and keeps package.json/pyproject.toml synced with git tags.

UncategorizedView skill →

uv-workflow

Use when creating Python projects, managing dependencies, or running Python scripts. Covers uv package manager commands, best practices, and common patterns for modern Python development.

UncategorizedView skill →

feedback-design

Use when building loading states, progress indicators, success confirmations, or error messages. Covers feedback loops and patterns that feel satisfying.

UncategorizedView skill →

flow-optimization

Use when designing interactions, workflows, or interfaces where user focus matters. Covers protecting flow state, reducing interruptions, and creating immersive experiences.

UncategorizedView skill →

progressive-disclosure

Use when designing interfaces with complex functionality, settings panels, or expert features. Covers layering information so beginners aren't overwhelmed and experts aren't held back.

UncategorizedView skill →

psychology-foundations

Use when you need to understand WHY certain UX patterns work. Covers cognitive psychology, behavioral science, and neuroscience foundations that underpin satisfying experiences.

UncategorizedView skill →

trust-and-recovery

Use when designing error handling, confirmation dialogs, undo functionality, or any interaction where user trust matters. Covers building confidence through predictability and graceful failure.

UncategorizedView skill →