
from vexjoy-agent386
Interactive micro-step pair-programming protocol: announce changes, show diffs, wait for user approval, apply, and verify (lint/tests).
Implements a disciplined pair-programming micro-step protocol for collaborative coding sessions. The skill enforces an Announce-Show-Wait-Apply-Verify loop so users see planned diffs and confirm before any file modifications. It tracks step counts, enforces size limits per step, and runs verification checks after changes.
Use this skill for interactive coding when the user wants fine-grained control over changes — code reviews, incremental feature work, or safe refactors where each change must be inspected before applying. It runs in the main session and requires user confirmation for each step.
Agents that support interactive read/write/edit operations and can show diffs (Copilot-like or Claude Code) will best implement this skill. It is primarily a process/interaction skill rather than automation tooling.
Pair Programming skill defines an interactive micro-step protocol (Announce-Show-Wait-Apply-Verify) for collaborative coding with an AI agent. No scripts included — purely a protocol/instruction skill. Well-structured SKILL.md with clear triggers, error handling guidance, speed adjustment mechanics, and concrete examples. No security concerns; uses standard agent tools appropriately.
Clean skill with no scripts to run. The SKILL.md is thorough and well-organized. GitHub source URL in DB points to skills/pair-programming/SKILL.md but actual path is skills/process/pair-programming/SKILL.md — URL may be stale. The skill_md_body was null in the fetch output, had to retrieve from GitHub API directly.
Series Planner
Plans multi-part content series: assesses viability, selects structure and cadence, and generates detailed per-part plans with cross-linking and publishing sche
Publish (Content Publishing Pipeline)
Umbrella skill for content publishing: outline posts, run pre-publish checks, optimize SEO, batch-edit frontmatter, audit links/images, manage taxonomy, and upl
Skill Composer
Orchestrate multiple agent skills into validated DAGs with dependency resolution, compatibility checks, and execution planning.