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

stitch-kit

يحتوي stitch-kit على 35 من skills المجمعة من gabelul، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

stitch-ideate
مطوّرو البرمجيات

Conversational design ideation agent that researches trends, explores visual directions, and refines ideas through adaptive questioning — then produces a rich PRD document and auto-generates Stitch screens. Your design buddy that thinks deeply before designing.

2026-06-09
stitch-orchestrator
مطوّرو البرمجيات

Master entry point for all Stitch design workflows. Routes from user request → design spec → prompt assembly → screen generation → iteration (edit, variants, design systems) → design system extraction → framework conversion (Next.js, Svelte, HTML, React Native, or SwiftUI) → optional quality pass.

2026-06-09
stitch-design-md
مصممو واجهات الويب والرقمية

Analyzes a Stitch project's screens and synthesizes a natural-language DESIGN.md — visual atmosphere, color palette with hex values, typography rules, and Stitch-ready prompt snippets. Use this before stitch-loop or any multi-page build to establish design consistency.

2026-03-24
stitch-design-system
مطوّرو الويب

Extracts a Stitch design and generates production code artifacts — CSS custom properties with dark mode tokens, a Tailwind v4 @theme block, and a semantic design system document. Run this before framework conversion skills.

2026-03-24
stitch-mcp-create-design-system
مصممو واجهات الويب والرقمية

Creates a reusable Stitch Design System from theme tokens — colors, fonts, roundness, saturation. Can be applied to future screens for visual consistency.

2026-03-24
stitch-mcp-create-project
مصممو واجهات الويب والرقمية

Creates a new Stitch project container (a design workspace). Call this when starting a new design session to get a projectId for screen generation.

2026-03-24
stitch-mcp-edit-screens
مصممو واجهات الويب والرقمية

Edits existing Stitch screens with text prompts — the iteration tool. Change colors, layout, content, or style without regenerating from scratch. Supports refinement loops via output_components suggestions.

2026-03-24
stitch-mcp-generate-screen-from-text
مصممو واجهات الويب والرقمية

Generates a high-fidelity UI screen or wireframe from a text prompt using Stitch. This is the core text-to-UI generation tool — the heart of the Stitch workflow.

2026-03-24
stitch-mcp-generate-variants
مصممو واجهات الويب والرقمية

Generates design variants of existing Stitch screens using the native variant API. Explore alternative layouts, color schemes, fonts, or content with configurable creativity levels.

2026-03-24
stitch-mcp-get-project
مصممو واجهات الويب والرقمية

Retrieves metadata for a specific Stitch project — title, theme, create/update time. Use to inspect a project before generating new screens. Do NOT use this if you already have a screenId — use stitch-mcp-get-screen instead.

2026-03-24
stitch-mcp-update-design-system
مصممو واجهات الويب والرقمية

Updates an existing Stitch Design System's theme, tokens, or guidelines. Requires the asset name from create or list operations.

2026-03-24
stitch-ued-guide
المصممون الجرافيكيون

Visual vocabulary, design terminology, and prompt engineering strategy for Stitch. Reference this when you need layout pattern names, aesthetic style terms, color structure formulas, or device guidelines.

2026-03-24
stitch-ui-design-spec-generator
مصممو واجهات الويب والرقمية

Translates a user request or PRD document into a structured Design Spec JSON — theme, color, typography, density, and device type. Call this before building Stitch generation prompts.

2026-03-24
stitch-ui-prompt-architect
مصممو واجهات الويب والرقمية

Builds Stitch-ready prompts via two paths — Path A enhances vague ideas into polished prompts, Path B merges a Design Spec JSON + user request into a structured [Context] [Layout] [Components] prompt.

2026-03-24
stitch-setup
مديرو الشبكات وأنظمة الحاسوب

Step-by-step installer for the stitch-kit plugin and Stitch MCP server. Use this when setting up the plugin for the first time, diagnosing connection issues, or helping a new user get Stitch running in Claude Code or Codex CLI.

2026-02-25
stitch-mcp-apply-design-system
مصممو واجهات الويب والرقمية

Applies a Stitch Design System to existing screens — updates their colors, fonts, and roundness to match the design system's theme. Requires an assetId from list or create operations.

2026-02-25
stitch-mcp-delete-project
مطوّرو البرمجيات

Permanently deletes a Stitch project and all its screens. Destructive — requires explicit user confirmation before calling.

2026-02-25
stitch-mcp-list-design-systems
مصممو واجهات الويب والرقمية

Lists all Stitch Design Systems, optionally filtered by project. Returns asset names needed for apply and update operations.

2026-02-25
stitch-mcp-upload-screens-from-images
مصممو واجهات الويب والرقمية

Uploads screenshots or mockup images into a Stitch project as new screens. Enables the "redesign from screenshot" workflow — import existing UI and then edit or convert.

2026-02-25
stitch-ui-design-variants
المصممون الجرافيكيون

Generates 3 alternative Stitch prompts for A/B testing screen concepts — vary layout, visual style, or content while keeping the underlying information architecture consistent.

2026-02-25
stitch-a11y
مطوّرو الويب

Audits Stitch-generated components for WCAG 2.1 AA accessibility issues and applies fixes — semantic HTML, ARIA attributes, keyboard navigation, focus management, and screen reader support.

2026-02-18
stitch-animate
مطوّرو الويب

Adds a purposeful animation layer to Stitch-generated components — CSS transitions, Framer Motion (React/Next.js), or Svelte transitions. Always respects prefers-reduced-motion.

2026-02-18
stitch-html-components
مطوّرو الويب

Converts Stitch designs into clean, platform-agnostic HTML5 + CSS — semantic markup, CSS custom properties for theming, dark mode via prefers-color-scheme, mobile-first responsive, zero framework dependencies. Works in browsers, WebViews, Capacitor, and Ionic.

2026-02-18
stitch-loop
مطوّرو الويب

Iteratively build multi-page websites using Stitch. Reads next-prompt.md (the baton), generates the next page with Stitch MCP, integrates it into the site, then updates next-prompt.md to continue the loop. Works with stitch-design-md and stitch-ui-prompt-architect for consistent multi-page output.

2026-02-18
stitch-mcp-get-screen
مطوّرو البرمجيات

Retrieves full details of a specific Stitch screen — HTML download URL, screenshot URL, dimensions. This is the final step in design retrieval before code conversion.

2026-02-18
stitch-mcp-list-projects
مطوّرو البرمجيات

Lists all Stitch projects accessible to the user. Use this to find an existing project ID before resuming work or generating new screens in an existing project.

2026-02-18
stitch-mcp-list-screens
مطوّرو البرمجيات

Lists all screens in a Stitch project. Use this after generate_screen_from_text to find the screenId of the newly generated screen, then call stitch-mcp-get-screen to retrieve it.

2026-02-18
stitch-nextjs-components
مطوّرو الويب

Converts Stitch designs into production-ready Next.js 15 App Router components — Server vs Client split, dark mode via CSS variables, TypeScript strict, ARIA, and responsive mobile-first layout.

2026-02-18
stitch-react-components
مطوّرو الويب

Converts Stitch designs into modular Vite + React components — TypeScript, theme-mapped Tailwind, dark mode via CSS variables, and clean component architecture. Use this for Vite/React apps without App Router. For Next.js 15 App Router, use stitch-nextjs-components instead.

2026-02-18
stitch-react-native-components
مطوّرو البرمجيات

Converts Stitch mobile designs into React Native / Expo components — TypeScript, StyleSheet, Expo Router, dark mode via useColorScheme, and proper touch targets. Cross-platform iOS and Android.

2026-02-18
stitch-remotion
فنانو المؤثرات الخاصة والمحركون

Generates walkthrough videos from Stitch projects using Remotion. Downloads screenshots from Stitch screens, builds a Remotion composition with transitions and text overlays, and renders to MP4. Use with stitch-mcp-list-screens and stitch-mcp-get-screen for screen discovery.

2026-02-18
stitch-shadcn-ui
مطوّرو الويب

Integrates shadcn/ui into React apps generated from Stitch designs. Component discovery and installation, token alignment with Stitch design system, customization patterns, and blocks (auth, dashboard, sidebar). Use with stitch-react-components or stitch-nextjs-components.

2026-02-18
stitch-skill-creator
مطوّرو البرمجيات

Meta-skill for creating new stitch-kit skills. Enforces naming conventions, SKILL.md structure, examples format, and the Design-First SOP. Use when adding new framework support, a new domain-specific prompt architect, or any new capability to the stitch-kit plugin.

2026-02-18
stitch-svelte-components
مطوّرو الويب

Converts Stitch designs into Svelte 5 / SvelteKit components using the runes API — scoped CSS with custom properties, built-in transitions, TypeScript, dark mode, and accessible markup.

2026-02-18
stitch-swiftui-components
مطوّرو البرمجيات

Converts Stitch mobile designs into SwiftUI views for native iOS apps — VStack/HStack/ZStack layout mapping, Color asset tokens with dark mode, NavigationStack/TabView routing, and Xcode project structure.

2026-02-18