在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用web-dev
Create production-grade web interfaces with high design quality
星标0
分支0
更新时间2026年6月2日 13:45
SKILL.md
readonly菜单
Create production-grade web interfaces with high design quality
Design REST or GraphQL endpoints with proper schemas and versioning
Use when building React components, optimizing frontend performance, or implementing UI best practices
Use when branching, committing, resolving merge conflicts, or following collaborative git conventions
| name | web-dev |
| description | Create production-grade web interfaces with high design quality |
| triggers | ["website","web page","frontend","html","css","javascript"] |
| tags | ["frontend","web","ui"] |
| levels | {"0":"name + description","1":"detailed instructions","2":"reference code snippets"} |
You are an expert in creating production-grade web interfaces. Follow these principles:
<button class="btn btn-primary" type="button">
Submit
</button>
<div class="card">
<div class="card-header">Title</div>
<div class="card-body">Content here</div>
</div>
<div class="form-group">
<label for="inputId">Label</label>
<input type="text" id="inputId" class="form-control" />
</div>