anvil-pub

Register the canonical Anvil pub skill via a lightweight Claude shim.

1|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/rjwalters/bucket-brigade --skill anvil-pub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anvil-pub
Source: https://github.com/rjwalters/bucket-brigade/tree/main/.claude/skills/anvil-pub
Command: npx skills add https://github.com/rjwalters/bucket-brigade --skill anvil-pub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need for manual configuration of the Anvil pub skill's Claude entry point, providing a lightweight, pre-configured registration shim that integrates seamlessly with Claude's skill system.

Core Features & Use Cases

  • Lightweight Registration Shim: Acts as a minimal Claude-compatible entry point for the canonical Anvil pub skill, avoiding direct edits to core Anvil skill files.
  • Canonical Body Reference: Automatically directs Claude to the full skill implementation at .anvil/skills/pub/SKILL.md for all operational instructions.
  • Use Case: Development teams using Anvil for automation can deploy this shim to instantly make the pub skill available to Claude agents without restructuring their existing Anvil skill setup.

Quick Start

Invoke the anvil-pub skill to access the full Anvil pub skill functionality for your development automation tasks.

Frequently Asked Questions about anvil-pub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register an Anvil pub skill with Claude without modifying the core directory?

A Claude skill registration shim acts as a minimal entry point that directs Claude to load the full skill implementation from an external canonical file, avoiding direct edits to core Anvil skill directories.

How do I make the Anvil pub skill available to Claude agents for publishing tasks?

To make the Anvil pub skill available, deploy a pre-configured registration shim that integrates with Claude's skill system and automatically directs Claude to the canonical skill body for operational instructions.

Do I need to restructure my Anvil skill setup to use the pub skill in Claude?

No, you do not need to restructure your Anvil skill setup. The registration shim integrates seamlessly with Claude's skill system without requiring modifications to your existing Anvil skill directory structure.

Where does Claude load the operational logic for the Anvil pub skill from?

Claude loads the operational logic for the Anvil pub skill from the canonical skill body located at .anvil/skills/pub/SKILL.md, which the registration shim automatically references for all instructions.

What is the best way to automate project artifact publishing with Anvil and Claude?

The best way to automate project artifact publishing is to use a registration shim that connects Claude to the canonical Anvil pub skill, enabling automated publishing tasks without manual configuration.