Skip to main content
pskoett
Perfil de criador do GitHub

pskoett

Visão por repositório de 87 skills coletadas em 5 repositórios do GitHub.

skills coletadas
87
repositórios
5
atualizado
9 de set. de 2026
explorador de repositórios

Repositórios e skills representativas

context-surfing
sem classificação

Monitors context window health during large, long-running, multi-session, or explicitly context-sensitive work. Uses bounded external anchors, one cold-context review when self-recovery is uncertain, and a clean handoff on real drift. Do not auto-activate…

5 de set. de 2026
control-session-orchestrator
sem classificação

Control-plane workflow for coordinating multi-agent, multi-session project work from a single Codex, GitHub Copilot, or agent-app control session. Use this skill whenever the user asks to orchestrate agents, create or steer worker sessions, run a…

5 de set. de 2026
eval-creator-ci
sem classificação

[Beta] CI-only eval regression runner using gh-aw (GitHub Agentic Workflows). Runs all eval cases in .evals/ on a schedule or per-PR, reports pass/fail results, and can block merges on regressions. Also creates new eval cases from promoted patterns flagged by…

5 de set. de 2026
eval-creator
sem classificação

[Beta] Creates permanent eval cases from promoted learnings and runs regression checks against them. Turns failures into test cases that prevent silent regression. This is the outer loop's regress-test step. Use when a learning is promoted and has a clear…

5 de set. de 2026
intent-framed-agent
sem classificação

Frames coding-agent work sessions with explicit intent capture and drift monitoring. Use when a session transitions from planning/Q&A to implementation for coding tasks, refactors, feature builds, bug fixes, or other multi-step execution where scope drift is…

5 de set. de 2026
learning-aggregator-ci
sem classificação

[Beta] CI-only learning aggregation workflow using gh-aw (GitHub Agentic Workflows). Scans .learnings/ files on a schedule, groups entries by pattern_key, identifies promotion-ready patterns, and posts a gap report as a PR or issue comment. Use when: you want…

5 de set. de 2026
learning-aggregator
sem classificação

[Beta] Cross-session analysis of accumulated .learnings/ files. Reads all entries, groups by pattern_key, computes recurrence across sessions, and outputs ranked promotion candidates. This is the outer loop's inspect step — it turns raw learning data into…

5 de set. de 2026
plan-interview
sem classificação

Ensures alignment between user and Claude during feature/spec planning through a structured interview process. Use this skill when the user invokes /plan-interview before implementing a new feature, refactoring, or any non-trivial implementation task. The…

5 de set. de 2026
Mostrando 8 de 52 skills coletadas.
pmx-canvas
sem classificação

Spatial canvas workbench for visual thinking — nodes, edges, groups on an infinite 2D canvas with pan/zoom, minimap, and real-time sync. Use this skill whenever you need to lay out information spatially: investigation boards, architecture diagrams, dependency…

9 de set. de 2026
pmx-canvas-testing
sem classificação

Repo-standard test and verification workflow for PMX Canvas. Use when you change code, add tests, debug regressions, prepare handoff, or need to decide which local verification commands to run. This skill defines the default test ladder, when to run Bun tests…

9 de set. de 2026
web-artifacts-builder
Desenvolvedores web

Suite of tools for creating elaborate, multi-component single-file HTML web artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for…

9 de set. de 2026
pmx-canvas-orchestration
sem classificação

Choreography for running multi-agent orchestration ON a PMX Canvas board — the agent host (Claude Code, Copilot, Codex) executes; the canvas is the shared graph, state, human-steering surface, and audit trail. Load this in the ORCHESTRATOR session and in…

27 de ago. de 2026
data-analysis
Cientistas de dados

Analytics synthesis with visualizations from engineering and product data sources

7 de jul. de 2026
frontend-design
Desenvolvedores web

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components,…

7 de jul. de 2026
json-render-mcp
Desenvolvedores de software

MCP Apps integration for json-render. Use when building MCP servers that render interactive UIs in Claude, ChatGPT, Cursor, or VS Code, or when integrating json-render with the Model Context Protocol.

7 de jul. de 2026
playwright-cli
Analistas de garantia de qualidade de software e testadores

Browser automation via the Playwright CLI for validating PMX Canvas, embedded web artifacts, and external integrations from the terminal. Use when you need to open pages, click through UI flows, inspect element structure, take screenshots, or verify that a…

7 de jul. de 2026
Mostrando 8 de 16 skills coletadas.
use-agent-factory
Desenvolvedores de software

How to drive the 14-workflow agent factory in this repo from a Claude session. Covers: when to use the factory vs. direct edits, how to start the chain, where the human gates are, how to pick an implementer, how to recover from stuck PRs, and all the failure…

18 de abr. de 2026
learning-aggregator
Coordenadores pedagógicos

[Beta] Cross-session analysis of accumulated .learnings/ files. Reads all entries, groups by pattern_key, computes recurrence across sessions, and outputs ranked promotion candidates. This is the outer loop's inspect step — it turns raw learning data into…

17 de abr. de 2026
plan-interview
Especialistas em gestão de projetos

Ensures alignment between user and Claude during feature/spec planning through a structured interview process. Use this skill when the user invokes /plan-interview before implementing a new feature, refactoring, or any non-trivial implementation task. The…

16 de abr. de 2026
plan-interview
Especialistas em gestão de projetos

Ensures alignment between user and Claude during feature/spec planning through a structured interview process. Use this skill when the user invokes /plan-interview before implementing a new feature, refactoring, or any non-trivial implementation task. The…

16 de abr. de 2026
eval-creator
Analistas de garantia de qualidade de software e testadores

[Beta] Creates permanent eval cases from promoted learnings and runs regression checks against them. Turns failures into test cases that prevent silent regression. This is the outer loop's regress-test step. Use when a learning is promoted and has a clear…

16 de abr. de 2026
pre-flight-check
Desenvolvedores de software

[Beta] Session-start scan that surfaces relevant learnings, recent errors, and eval status before work begins. Bridges the outer loop back into the inner loop by making accumulated knowledge visible at task start. Activated via SessionStart hook or manually…

16 de abr. de 2026
simplify-and-harden
Desenvolvedores de software

Post-completion self-review for coding agents that runs simplify, harden, and micro-documentation passes on non-trivial code changes. Use when: a coding task is complete in a general agent session and you want a bounded quality and security sweep before…

16 de abr. de 2026
verify-gate
Desenvolvedores de software

Runs project compile, test, and lint commands between implementation and quality review. Gates simplify-and-harden behind machine verification. If checks fail, routes back to implementation with diagnostics for a fix loop. If checks pass, signals ready for…

16 de abr. de 2026
Mostrando 8 de 13 skills coletadas.
use-agent-factory
Desenvolvedores de software

How to drive the installed agent factory from a live coding-agent session. Covers when to use the factory versus direct edits, how to start the chain, where the human gates are, how to pick an implementer, how to interpret labels, and how to recover from the…

18 de abr. de 2026
simplify-and-harden
Desenvolvedores de software

Post-completion self-review for coding agents that runs simplify, harden, and micro-documentation passes on non-trivial code changes. Use when: a coding task is complete in a general agent session and you want a bounded quality and security sweep before…

18 de abr. de 2026
plan-interview
Desenvolvedores de software

Ensures alignment between user and Claude during feature/spec planning through a structured interview process. Use this skill when the user invokes /plan-interview before implementing a new feature, refactoring, or any non-trivial implementation task. The…

17 de abr. de 2026
learning-aggregator
Desenvolvedores de software

[Beta] Cross-session analysis of accumulated .learnings/ files. Reads all entries, groups by pattern_key, computes recurrence across sessions, and outputs ranked promotion candidates. This is the outer loop's inspect step — it turns raw learning data into…

16 de abr. de 2026
self-improvement
Supervisores de primeira linha de trabalhadores de escritório e suporte administrativo

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An…

16 de abr. de 2026
Mostrando 5 de 5 repositórios
Todos os repositórios foram exibidos