BeClaude

luban-skill

New
363GitHub TrendingGeneralby LearnPrompt

鲁班 | Luban — 把'能用的Skill'打磨成'能被装、能传播、能验证、能进化'的公共资产。Agent skill-polishing workshop: 验料·访行·过尺·慢刨·回炉

First seen 6/11/2026

Summary

Luban is a skill-polishing workshop that transforms basic, functional skills into polished, reusable, and verifiable public assets.

  • It helps developers audit, refine, document, and evolve their agent skills through a structured process of inspection, iteration, and quality assurance.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/luban-skill.md

3
Invoke with @agent-name
@luban-skill

Use Cases

Audit a newly created skill for completeness, correctness, and adherence to best practices.
Refactor a skill's code and metadata to improve modularity, readability, and reusability.
Generate comprehensive documentation and usage examples for a skill to make it shareable.
Create test cases and validation scripts to ensure a skill works reliably across scenarios.
Iterate on a skill based on feedback or new requirements, tracking changes and versions.
Package a skill for distribution, including dependency management and installation instructions.

Usage Examples

1

/luban-skill audit my-skill --path ./skills/my-skill

2

Run Luban on the skill in the current directory to polish its metadata and add tests.

3

/luban-skill publish my-skill --version 1.2.0 --output ./dist

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is luban-skill?

Luban is a skill-polishing workshop that transforms basic, functional skills into polished, reusable, and verifiable public assets. It helps developers audit, refine, document, and evolve their agent skills through a structured process of inspection, iteration, and quality assurance.

How to install luban-skill?

To install luban-skill: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/luban-skill.md. Finally, @luban-skill in Claude Code.

What is luban-skill best for?

luban-skill is a agent categorized under General. It is designed for: agent. Created by LearnPrompt.

What can I use luban-skill for?

luban-skill is useful for: Audit a newly created skill for completeness, correctness, and adherence to best practices.; Refactor a skill's code and metadata to improve modularity, readability, and reusability.; Generate comprehensive documentation and usage examples for a skill to make it shareable.; Create test cases and validation scripts to ensure a skill works reliably across scenarios.; Iterate on a skill based on feedback or new requirements, tracking changes and versions.; Package a skill for distribution, including dependency management and installation instructions..