Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Startedweb-dev
Create production-grade web interfaces with high design quality
Stars0
Forks0
UpdatedJune 2, 2026 at 13:45
SKILL.md
readonlyMenu
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>