dependencies — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dependencies (Rules) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
On-demand design systems from any URL. One implemented web app, four planned surfaces.
License: MIT Skill: skills.sh PRs Welcome
Paste a URL. Get a production-grade design.md — palette, typography, components, layout, depth, motion, responsive rules, and an agent prompt guide — grounded in the site's actual CSS, not hallucinated.
https://github.com/user-attachments/assets/b88a05db-a5cb-4d0e-ae8f-cd143b3fad7d
| Surface | Current state |
|---|---|
| Web | Implemented in apps/web as the landing page, /design showcase, and waitlist API route |
| HTTP API | Planned product surface; not implemented in this repo yet |
| CLI | Placeholder package in packages/cli; not a full product surface yet |
| TypeScript SDK | Placeholder package in packages/sdk; not a full client implementation yet |
| Agent skill | Implemented in skills/getdesign and installable via npx skills add MohtashamMurshid/getdesign |
See:
Current repo state:
apps/web is the main implemented surface.convex/ backs the waitlist flow used by the web app.packages/sdk and packages/cli are intentional placeholders for future public packages.skills/getdesign is implemented and documented.The fuller multi-surface product architecture still lives in architecture.md, but parts of that document describe the target system rather than the code already in this repository.
apps/
web/ Next.js 16 landing page, /design showcase, waitlist route
packages/
cli/ Placeholder npm CLI package
config/ Shared tsconfig package
sdk/ Placeholder npm SDK package
tools/ Placeholder tools package
types/ Placeholder shared types package
convex/ Convex backend (initialized)
skills/ Agent skills (distributed via skills.sh)Planned surfaces such as apps/api, a richer CLI, and the full SDK described in architecture.md are future work and are intentionally not scaffolded in this repo yet.
bun install
cd apps/web && bun run dev # http://localhost:3000import { getDesign } from "@getdesign/sdk";
await getDesign("https://cursor.com");
// Throws today: the published SDK package is a private-beta placeholder.Install into Claude Code, Codex, Cursor, or any of the 40+ supported agents:
npx skills add MohtashamMurshid/getdesignThen prompt your agent:
extract the design system from cursor.com into design.md
The skill drives your agent's own WebFetch / browser / Write tools — zero infrastructure, same 9-section output.
PRs welcome. Start with CONTRIBUTING.md. By participating you agree to the Code of Conduct.
For security issues, use GitHub private vulnerability reporting — see SECURITY.md.
MIT © 2026 Mohtasham Murshid Madani
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.