Agent skill

polecat-worker

ALU execution pattern for ephemeral autonomous work. Detects hooked work, enters GUPP autonomous mode, executes the assigned bead, commits and pushes results, then self-terminates. Never coordinates other agents.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill polecat-worker --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/agent/polecat-worker/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Polecat Worker Ephemeral execution unit for single-bead autonomous work. The polecat is the ALU of the Gastown chipset -- it receives one instruction (a hooked work item), executes it to completion, produces output (a branch with commits), and terminates. Polecats do not persist between tasks. Identity lives in the bead (git-backed state); the session is disposable. ## Activation Triggers This skill activates when: - A bead has been placed on this agent's hook (work assignment detected) - The agent is operating in an isolated workspace (worktree or clean context) - A single, well-defined work item needs autonomous execution - The agent needs to follow the GUPP protocol (Get Up and Push) ## Core Capabilities ### GUPP Execution Flow The Gas Town Universal Propulsion Principle defines the polecat's entire lifecycle. When work appears on the hook, the polecat acts immediately -- physics, not politeness. **The four-step cycle:** ``` 1. CHECK HOOK Is there a bead on my hook? | | no yes | | [idle] 2. ANNOUNCE | 3. EXECUTE | 4. DONE (terminate) ``` **Step 1 -- Check Hook:** ```typescript const state = new StateManager({ stateDir: '.chipset/state/' }); const hook = await state.getHook(myA

What's inside
Steps it walks through
  1. Activation Triggers
  2. Core Capabilities
  3. GUPP Execution Flow
  4. Branch Management
  5. Self-Termination
  6. Context Recovery on Restart
  7. Communication Protocol
  8. Messages the Polecat RECEIVES
  9. Messages the Polecat SENDS
  10. Responding to Nudges
  11. Polecat Lifecycle
  12. Error Handling
  13. Execution Failure
  14. Context Window Exhaustion
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the polecat-worker skill do?

ALU execution pattern for ephemeral autonomous work. Detects hooked work, enters GUPP autonomous mode, executes the assigned bead, commits and pushes results, then self-terminates. Never coordinates other agents.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill polecat-worker --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going