anvil-deck

Register the Anvil deck skill in Claude environments via a lightweight shim.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the issue of unregistered Anvil deck skill functionality in Claude environments by providing a lightweight registration shim that links to the full canonical skill definition, eliminating the need for manual skill path configuration.

Core Features & Use Cases

  • Lightweight Registration Shim: Acts as a minimal Claude skill entry point that points to the canonical Anvil deck skill implementation stored at .anvil/skills/deck/.
  • Use Case: Developers working with Anvil tools can use this shim to quickly enable the deck skill in Claude without manually adjusting skill registration paths.

Quick Start

Use the anvil-deck skill to access the full Anvil deck functionality defined in the canonical skill body.

Frequently Asked Questions about anvil-deck

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

FAQPage Schema
How do I register Anvil deck skills for Claude without manual path configuration?

To register Anvil deck skills for Claude without manual path configuration, use a lightweight registration shim that links to the canonical skill implementation stored in the .anvil/skills/deck/ directory.

What is a Claude skill registration shim and when do I need one?

A Claude skill registration shim is a minimal entry point file containing mandatory SKILL.md frontmatter that exposes a canonical skill definition to the Claude environment. You need one when integrating external developer tools like Anvil.

Can I use Anvil tools with Claude environments if the deck skill is unregistered?

You cannot directly access unregistered Anvil deck functionality in Claude environments. You must deploy a registration shim that points to the canonical Anvil deck skill body to satisfy Claude skill unit requirements and enable access.

How to enable Anvil deck functionality in Claude developer workflows?

To enable Anvil deck functionality in Claude developer workflows, apply the anvil-deck skill to quickly register the tool. This shim provides Claude with the required entry point to access the full canonical deck skill implementation.

Do I need to manually configure skill paths to expose Anvil deck to Claude?

You do not need to manually configure skill paths to expose Anvil deck to Claude. The registration shim automatically links the Claude environment to the canonical skill definition located at .anvil/skills/deck/.

Why does Claude not recognize my Anvil deck skill during development?

Claude does not recognize unregistered Anvil deck skills because the environment requires a valid skill entry point. Without a shim providing the mandatory SKILL.md frontmatter linking to the canonical definition, the skill remains inaccessible.