·implement-with-remote-feedback
>_

implement-with-remote-feedback

Git-centric implementation workflow. Enforces clean checkout, creates a properly named branch, tracks progress in a WIP markdown file, and commits/pushes continuously so remote git logs serve as the primary monitoring channel. Use when starting any plan-based implementation task.

7Installs·1Trend·@xalior

Installation

$npx skills add https://github.com/xalior/agent-skills --skill implement-with-remote-feedback

How to Install implement-with-remote-feedback

Quickly install implement-with-remote-feedback AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/xalior/agent-skills --skill implement-with-remote-feedback
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: xalior/agent-skills.

SKILL.md

View raw

A disciplined, git-centric implementation workflow. Remote git logs are the primary way others monitor your work.

"Working tree is not clean. Please commit or stash your changes before starting." Do NOT proceed until the checkout is clean.

If $ARGUMENTS is provided, use it as the branch name directly (e.g. /implement-with-feedback feature/add-auth). Otherwise, ask the user what kind of work this is and derive a branch name.

Git-centric implementation workflow. Enforces clean checkout, creates a properly named branch, tracks progress in a WIP markdown file, and commits/pushes continuously so remote git logs serve as the primary monitoring channel. Use when starting any plan-based implementation task. Source: xalior/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/xalior/agent-skills --skill implement-with-remote-feedback
Category
>_Productivity
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from xalior/agent-skills

Quick answers

What is implement-with-remote-feedback?

Git-centric implementation workflow. Enforces clean checkout, creates a properly named branch, tracks progress in a WIP markdown file, and commits/pushes continuously so remote git logs serve as the primary monitoring channel. Use when starting any plan-based implementation task. Source: xalior/agent-skills.

How do I install implement-with-remote-feedback?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/xalior/agent-skills --skill implement-with-remote-feedback Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/xalior/agent-skills

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-25