Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2 KB

File metadata and controls

64 lines (43 loc) · 2 KB

Feedback Controller Installation Guide

One-line install

curl -fsSL https://raw.githubusercontent.com/clarkchenkai/feedback-controller/main/install/install.sh | bash

The installer auto-detects known local agent platforms and copies the feedback-controller/ package into the right skills directory.

Manual install

git clone https://github.com/clarkchenkai/feedback-controller.git
cp -r feedback-controller/feedback-controller ~/.your-platform/skills/feedback-controller

Platform paths

Platform Install Method Status
Claude Code ~/.claude/skills/feedback-controller
Cursor Remote rule or local skills folder
OpenAI Codex ~/.codex/skills/feedback-controller or .agents/skills/feedback-controller
Gemini CLI ~/.gemini/skills/feedback-controller
Google Antigravity ~/.gemini/antigravity/skills/feedback-controller
Amp / Goose / Cline ~/.agents/skills/feedback-controller

OpenClaw / ClawHub

Install into the current OpenClaw workspace:

openclaw skills install feedback-controller-clarkchenkai

Or install with the ClawHub CLI:

clawhub install feedback-controller-clarkchenkai

Manual install for OpenClaw-compatible local skills folders:

cp -r feedback-controller/feedback-controller ./skills/feedback-controller

Verify install

After installation, ask your agent something like:

  • “Use feedback-controller on this task before we continue.”
  • “Run feedback-controller here and give me the structured output contract.”
  • “Apply feedback-controller before proposing the next action.”

Upgrading

Re-run the one-line installer, or delete the old feedback-controller folder and copy the new one into the same location.

Notes

  • The installer overwrites existing local copies of feedback-controller.
  • For remote-rule platforms, you may also reference the GitHub repository directly if the platform supports it.