Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

design-system-team

يحتوي design-system-team على 10 من skills المجمعة من agentteamland، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
2
محدث
2026-05-06
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

dst-handoff
مطوّرو البرمجيات

/dst-handoff <prototype-name> [--target flutter|react-admin|react-public] — bundle a prototype + its linked design system into a handoff package and brief the appropriate code agent (flutter-agent / react-agent) to integrate into the project's actual source code. One command from design to code.

2026-05-06
dst-questions
متخصصو إدارة المشاريع

/dst-questions — manage the project's open product/design questions list (.atl/wiki/open-questions.md) and keep it pinned to CLAUDE.md so questions blocking screen / prototype work are impossible to miss. Modes: init (scaffold), sync (re-pin from current file), add, resolve, list.

2026-05-06
dst-delete-ds
مطوّرو البرمجيات

/dst-delete-ds <name> — remove a design system from the project's .dst/. Warns if any prototype depends on this DS (and refuses without --force). Updates .dst/state.json and re-renders .dst/index.html.

2026-05-02
dst-delete-prototype
مطوّرو البرمجيات

/dst-delete-prototype <name> — remove a prototype from the project's .dst/. Updates .dst/state.json and re-renders .dst/index.html.

2026-05-02
dst-edit-ds
مصممو واجهات الويب والرقمية

/dst-edit-ds <name> "<change>" — apply a textual change to an existing design system. Reads current ds.json, invokes ds-architect-agent to interpret the change, updates files, re-renders detail.html and .dst/index.html. Optionally re-renders linked prototypes if structural changes affect them.

2026-05-02
dst-edit-prototype
مطوّرو البرمجيات

/dst-edit-prototype <name> "<change>" — apply a textual change to an existing prototype. Reads current prototype.json + linked DS, invokes prototype-agent to interpret the change, updates files, re-renders preview.html and .dst/index.html.

2026-05-02
dst-init
مطوّرو الويب

/dst-init — bootstrap or refresh the .dst/ directory in the current project. BOOTSTRAP: creates state.json + styles.css + tailwind.min.css + empty index.html on fresh projects. REFRESH: safely re-copies templates/CSS and re-renders every HTML page from preserved JSON state, so upgrading the team package always yields up-to-date visuals without touching user content.

2026-05-02
dst-new-ds
المصممون الجرافيكيون

/dst-new-ds <name> — create a new design system in the current project's .dst/ directory. Asks an interactive set of Q&A to gather brand intent + scope, then invokes ds-architect-agent to produce ds.json + Tailwind-rendered detail.html. Updates .dst/state.json and re-renders .dst/index.html.

2026-05-02
dst-new-prototype
مطوّرو الويب

/dst-new-prototype --ds <ds-name> <prototype-name> — create a new screen prototype within a chosen design system. Asks an interactive Q&A (archetype, states, copy, breakpoints) and invokes prototype-agent to produce prototype.json + multi-state preview.html. Updates .dst/state.json and re-renders .dst/index.html.

2026-05-02
dst-open
مطوّرو البرمجيات

/dst-open — open .dst/index.html in the user's default browser. Cross-platform (macOS open / Linux xdg-open / Windows start). No-op if .dst/ doesn't exist (suggest /dst-init first).

2026-05-02