Grzegorz Motyl
Community@gmotyl · Warsaw
Software Craftsman
Agent Skills by Grzegorz Motyl
Showing 30 vetted skills indexed across 2 GitHub repositories.
pavilio-session-end
Verifies and commits session progress notes to a git-tracked projects repository.
pavilio-code-review
Reviews git diffs against project standards and originating specs using parallel sub-agents.
pavilio-memo-explain
Creates dated markdown memos with mermaid diagrams explaining technical concepts and design decisions.
pavilio-session-start
Loads project context and routes sessions into build or non-build workflows.
pavilio-compact
Distills remaining session work into a handoff markdown file for a fresh session.
pavilio-resume
Executes a prebaked handoff file by working its todo list and logging progress in place.
test-driven-development
Enforces red-green-refactor test-first workflow for implementing features and bugfixes.
pavilio-create-skill
Scaffolds new workspace skills with SKILL.md files and agent command wrappers.
pavilio-openspec-storage
Defines storage layout and backend resolution rules for OpenSpec change artifacts.
pavilio-handoff
Creates prebaked handoff files delegating tasks for later execution via pavilio-resume.
pavilio-question
Answers questions about people, decisions, and timelines from project notes and index files.
pavilio-note-batch
Batch-processes unprocessed Quill meeting transcripts into project notes via fan-out subagents.
pavilio-mermaid-chart
Write Mermaid diagrams with subgraph coloring and arrow conventions for panel rendering.
pavilio-note
Convert meeting transcripts into structured project notes, status files, and decision logs.
pavilio-archive-plan
Archives shipped change specs by folding delta requirements into living OpenSpec specs.
pavilio-grill
Interviews users one question at a time to harden ideas into OpenSpec change artifacts.
pavilio-bootstrap
Generate PROJECT.md, STATUS.md, and _index.json files from existing project meeting notes.
pavilio-manager
Generates daily cross-project briefings by reconciling notes, plans, and Todoist tasks.
pavilio-qa-agent
Runs browser-based acceptance criteria checks with screenshot evidence and structured run reports.
pavilio-writing-plans
Writes contract-style implementation plans with tasks, acceptance criteria, and test names from approved specs.
pavilio-pr-explain
Generate diagram-rich markdown memos explaining pull requests and commit ranges from git diffs.
pavilio-openspec-migrate
Migrate flat plans and specs directories into the OpenSpec change tree using git mv.
pavilio-search
Gather cited context packs from project notes, decisions, and code via semantic search.
pavilio-memo
Capture timestamped project notes as Markdown files with light text cleanup and context enrichment.
Frequently Asked Questions About Grzegorz Motyl
FAQPage SchemaWhat tasks can I accomplish with gmotyl's Pavilio skills?▼
You can start and end project sessions, grill ideas into OpenSpec change dirs, write and execute implementation plans, review diffs against project standards, process meeting transcripts into notes, run acceptance-criteria QA in a browser, audit repositories, and generate mermaid-diagram memos explaining PRs or concepts.
Who are these skills designed for?▼
They target software craftsmen, developers, and architect-advisors working in Claude Code or opencode who manage multiple projects. The pavilio-manager skill suits anyone asking 'what should I do today', while pavilio-qa-agent and pavilio-code-review serve engineers needing evidence-backed review and sign-off passes.
How do session handoffs work in practice?▼
Invoke /pavilio-compact or /pavilio-handoff to prebake a handoff file distilling goal, context pointers, and todos, registered in BRIEFING.md. A fresh session then runs /pavilio-resume <handoff-file>, which reads only that file, works the todo list top-down, and marks the handoff done when complete.
Can I control Claude Code sessions remotely?▼
Yes. The afk-claude-telegram-bridge and afk skills let you manage Claude Code sessions remotely through Telegram with persistent bindings and permission approvals. Companion skills back and afk-reset restore direct terminal control or terminate daemons and clear Telegram topics.
What prerequisites and project structure do these skills expect?▼
Skills operate on a projects/<name>/ directory tree with PROJECT.md, STATUS.md, CONTEXT.md, DECISIONS.md, and _index.json, plus an OpenSpec tree under openspec/changes/ and openspec/specs/. Meeting notes come from Quill or Fathom, follow-ups go to Todoist, and pavilio-bootstrap can generate the index from existing notes.