AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Responsive

skill-lightpointventures-claude-code-starter-responsive · by lightpointventures

当用户发现页面在手机上显示有问题、布局错乱、需要适配移动端时使用 — 检查并修复响应式问题

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-lightpointventures-claude-code-starter-responsive

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-lightpointventures-claude-code-starter-responsive)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Responsive? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

移动端适配

帮用户检查并修复网站在手机和平板上的显示问题。

步骤

1. 扫描响应式问题

读取项目中的 CSS 和 HTML,检查:

  • Viewport 设置 — 是否有正确的 viewport meta 标签
  • 固定宽度 — 是否有硬编码的 px 宽度导致溢出
  • 字体大小 — 移动端是否太小(最小 16px)
  • 触摸目标 — 按钮和链接是否够大(最小 44x44px)
  • 水平滚动 — 是否有元素超出屏幕宽度
  • 媒体查询 — 是否有响应式断点
  • 图片 — 是否设置了 max-width: 100%
  • 导航 — 桌面导航在移动端是否可用

2. 输出问题报告

## 移动端适配报告

### 必须修复
- [文件:行号] 问题 + 修复方案

### 建议改进
- [文件:行号] 改进建议

3. 执行修复

用户确认后,修复所有问题:

  • 添加 viewport meta 标签
  • 固定宽度改为响应式(max-width、百分比、flex/grid)
  • 添加移动端媒体查询
  • 增大触摸目标尺寸
  • 导航改为汉堡菜单(如果需要)

4. 验证

> 适配完成。建议用浏览器的设备模拟器检查以下尺寸: > - 手机:375px(iPhone)、390px(iPhone Pro) > - 平板:768px(iPad)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.