BeClaude

datasheet-plugin

New
Community RegistryDevelopmentby lumberbarons

Community PluginView Source

Overview

A plugin marketplace for Claude Code that lets you discover and install plugins for enhanced development workflows.

Learn more about Claude Code marketplaces in the official documentation.

Prerequisites

  • Claude Code with plugin marketplace support
  • git (only required to add a local marketplace from a clone)

Available Plugins

PluginCategoryDescription
circuitsHardwareSkills and agents for microcontroller and hardware projects -- timing diagrams, PCB design, and datasheet extraction
specbeadsWorkflowSpecification-driven development with spec-kit and beads -- task tracking and spec conformance
runbooksWorkflowOperational runbook creation with consistent structure and built-in maintenance feedback loops
critiqueWorkflowReview skills for code, tests, documentation, and observability -- design, coverage, doc-structure, and logging issues that linters miss
decisionsWorkflowArchitectural Decision Record (ADR) authoring in MADR format with relationship tracking and CLAUDE.md registration

circuits

Skills and agents to help with microcontroller and other hardware projects.

ComponentTypeDescription
circuits:wavejsonSkillGenerate WaveJSON timing diagrams and HTML viewers using WaveDrom
circuits:circuit-synthSkillDesign PCB circuits in Python with KiCad output and component search
circuits:datasheetSkillExtract structured information from IC/component datasheets into markdown
circuits:datasheet-agentAgentAutonomous agent for datasheet reading and extraction

specbeads

Integrates spec-kit with beads for streamlined specification-driven development. Pairs with the critique plugin -- pipe its review output through /raise-beads to file findings as trackable beads.

ComponentTypeDescription
specbeads:initCommandInitialize a repository with spec-kit and beads
specbeads:beadifyCommandConvert tasks.md into beads (epics for phases, tasks as children)
specbeads:implementCommandImplement a spec-kit feature phase, one task at a time with per-task commits
specbeads:fixCommandImplement standalone bug/task beads (e.g. from review findings)
specbeads:raise-beadsCommandFile review findings from conversation context as beads, with deduplication
specbeads:review-specCommandValidate implementation against spec-kit artifacts

runbooks

Operational runbook creation with consistent structure and built-in maintenance feedback loops.

ComponentTypeDescription
runbooks:create-runbookSkillCreate a new operational runbook from a standard template

critique

Review skills that surface design, coverage, doc-structure, and logging issues that linters and static analysis miss. Each skill produces a structured findings report with P1/P2/P3 (and P4 for docs) severities, file:line locations, and concrete fixes.

ComponentTypeDescription
critique:review-codeSkillReview code for design issues -- single responsibility, abstraction levels, testability, naming
critique:review-testsSkillReview tests for completeness, coverage gaps, output validation, isolation, readability
critique:review-docsSkillReview README and CLAUDE.md files for progressive disclosure, enumeration completeness, index drift
critique:review-o11ySkillReview observability -- log levels, log value, missing logs at I/O boundaries, error-message quality

decisions

Architectural Decision Record (ADR) authoring, maintenance, and enforcement. Produces MADR-format ADRs as standalone, append-only policy with ADR-to-ADR relationship tracking (supersedes, superseded-by, related). Specs cite the ADRs that constrained them; ADRs do not track their downstream consumers. Includes a review skill that audits a code change against the accepted ADRs and flags violations, erosions, drift, and driver-shift candidates.

ComponentTypeDescription
decisions:create-adrSkillCreate a new ADR from a MADR template, research context from the codebase, and register it in the project's CLAUDE.md
decisions:review-policySkillReview a code change (working diff, PR, or path) against the accepted ADRs, flagging violations, invariant erosions, drift toward rejected options, and driver-shift candidates for ADR revisit

Usage

Adding This Marketplace

bash
# If hosted on GitHub
/plugin marketplace add lumberbarons/lumber-mart

# For local testing
/plugin marketplace add /path/to/lumber-mart

Installing Plugins

bash
# List available plugins
/plugin list

# Install a plugin
/plugin install circuits@lumber-mart

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/datasheet-plugin.md https://raw.githubusercontent.com/lumberbarons/lumber-mart/main/SKILL.md
3
Invoke in Claude Code
/datasheet-plugin
View source on GitHub
plugindatasheeticcomponentpdfdocumentationhardwareelectronics

Frequently Asked Questions

What is datasheet-plugin?

How to install datasheet-plugin?

To install datasheet-plugin, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /datasheet-plugin.

What is datasheet-plugin best for?

datasheet-plugin is a community categorized under Development. It is designed for: plugin, datasheet, ic, component, pdf, documentation, hardware, electronics. Created by lumberbarons.