luban-skill
New鲁班 | Luban — 把'能用的Skill'打磨成'能被装、能传播、能验证、能进化'的公共资产。Agent skill-polishing workshop: 验料·访行·过尺·慢刨·回炉
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/luban-skill.md
@luban-skillUse Cases
Usage Examples
/luban-skill audit my-skill --path ./skills/my-skill
Run Luban on the skill in the current directory to polish its metadata and add tests.
/luban-skill publish my-skill --version 1.2.0 --output ./dist
Security Audits
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..