Install
$ agentstack add skill-lightpointventures-claude-code-starter-responsive ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: lightpointventures
- Source: lightpointventures/claude-code-starter
- License: MIT
- Homepage: https://github.com/lighthouse-strategy/claude-code-starter
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.