Grzegorz Motyl avatar

Grzegorz Motyl

Community

@gmotyl · Warsaw

8Followers
|
37Public Repos
|
30Published Skills

Software Craftsman

Skills Distribution
DomainDeveloper To...Session & Context .. (30%)Spec-Driven Planni.. (30%)Meeting Notes & Kn.. (20%)Code Review, QA & .. (20%)

Agent Skills by Grzegorz Motyl

Showing 30 vetted skills indexed across 2 GitHub repositories.

gmotylgmotyl

pavilio-session-end

Verifies and commits session progress notes to a git-tracked projects repository.

Community
Intermediate
gmotylgmotyl

pavilio-code-review

Reviews git diffs against project standards and originating specs using parallel sub-agents.

Community
Advanced
gmotylgmotyl

pavilio-memo-explain

Creates dated markdown memos with mermaid diagrams explaining technical concepts and design decisions.

Community
Intermediate
gmotylgmotyl

pavilio-session-start

Loads project context and routes sessions into build or non-build workflows.

Community
Advanced
gmotylgmotyl

pavilio-compact

Distills remaining session work into a handoff markdown file for a fresh session.

Community
Intermediate
gmotylgmotyl

pavilio-resume

Executes a prebaked handoff file by working its todo list and logging progress in place.

Community
Intermediate
gmotylgmotyl

test-driven-development

Enforces red-green-refactor test-first workflow for implementing features and bugfixes.

Community
Intermediate
gmotylgmotyl

pavilio-create-skill

Scaffolds new workspace skills with SKILL.md files and agent command wrappers.

Community
Intermediate
gmotylgmotyl

pavilio-openspec-storage

Defines storage layout and backend resolution rules for OpenSpec change artifacts.

Community
Intermediate
gmotylgmotyl

pavilio-handoff

Creates prebaked handoff files delegating tasks for later execution via pavilio-resume.

Community
Intermediate
gmotylgmotyl

pavilio-question

Answers questions about people, decisions, and timelines from project notes and index files.

Community
Intermediate
gmotylgmotyl

pavilio-note-batch

Batch-processes unprocessed Quill meeting transcripts into project notes via fan-out subagents.

Community
Advanced
gmotylgmotyl

pavilio-mermaid-chart

Write Mermaid diagrams with subgraph coloring and arrow conventions for panel rendering.

Community
Intermediate
gmotylgmotyl

pavilio-note

Convert meeting transcripts into structured project notes, status files, and decision logs.

Community
Advanced
gmotylgmotyl

pavilio-archive-plan

Archives shipped change specs by folding delta requirements into living OpenSpec specs.

Community
Intermediate
gmotylgmotyl

pavilio-grill

Interviews users one question at a time to harden ideas into OpenSpec change artifacts.

Community
Advanced
gmotylgmotyl

pavilio-bootstrap

Generate PROJECT.md, STATUS.md, and _index.json files from existing project meeting notes.

Community
Intermediate
gmotylgmotyl

pavilio-manager

Generates daily cross-project briefings by reconciling notes, plans, and Todoist tasks.

Community
Advanced
gmotylgmotyl

pavilio-qa-agent

Runs browser-based acceptance criteria checks with screenshot evidence and structured run reports.

Community
Advanced
gmotylgmotyl

pavilio-writing-plans

Writes contract-style implementation plans with tasks, acceptance criteria, and test names from approved specs.

Community
Intermediate
gmotylgmotyl

pavilio-pr-explain

Generate diagram-rich markdown memos explaining pull requests and commit ranges from git diffs.

Community
Intermediate
gmotylgmotyl

pavilio-openspec-migrate

Migrate flat plans and specs directories into the OpenSpec change tree using git mv.

Community
Intermediate
gmotylgmotyl

pavilio-search

Gather cited context packs from project notes, decisions, and code via semantic search.

Community
Advanced
gmotylgmotyl

pavilio-memo

Capture timestamped project notes as Markdown files with light text cleanup and context enrichment.

Community
Intermediate

Frequently Asked Questions About Grzegorz Motyl

FAQPage Schema
What 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.