Skip to main content
stacksjs
ملف منشئ GitHub

stacksjs

عرض على مستوى المستودعات لـ ١٦٧ skills مجمعة عبر ١١ مستودعات GitHub.

skills مجمعة
١٦٧
مستودعات
١١
محدث
١٤ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
stacks
١٠٦ skills · ١٤ أغسطس ٢٠٢٦
مطوّرو البرمجياتمصممو واجهات الويب والرقميةالمصممون الجرافيكيونمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمحللو أمن المعلومات
٧ فئات مهنية · ٨٤٪؜ مصنفة
٦٣٪؜الحصة
#02
bench-review
٢٩ skills · ٢٧ يوليو ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمصممو قواعد البيانات
٣ فئات مهنية · ٧٢٪؜ مصنفة
١٧٪؜الحصة
#03
postline
٩ skills · ٣ أغسطس ٢٠٢٦
التصنيف قيد الانتظار
٥٫٤٪؜الحصة
#04
car-rental
٩ skills · ٢٤ أبريل ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمطوّرو الويب
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٥٫٤٪؜الحصة
#05
wildloop
٥ skills · ١٣ أغسطس ٢٠٢٦
مطوّرو البرمجياتمطوّرو الويب
٢ فئات مهنية · ٨٠٪؜ مصنفة
٣٪؜الحصة
#06
status
٢ skills · ٢ يوليو ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٢٪؜الحصة
#07
stamped
٢ skills · ٢٦ مايو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٢٪؜الحصة
#08
analyticshq
٢ skills · ٣ أغسطس ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرون
١ فئات مهنية · ٥٠٪؜ مصنفة
١٫٢٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

stacks-new-feature
غير مصنف

Use when adding a new feature end-to-end in a Stacks application — the complete workflow from model definition through migration, action, route, test, and deployment. Covers the recommended order of operations for building features.

١٤ أغسطس ٢٠٢٦
stacks-orm
غير مصنف

Use when working with the Stacks ORM — defining models with defineModel(), model relationships (hasOne, hasMany, belongsTo, belongsToMany, morphOne, hasManyThrough), attributes, traits, factories, computed properties, query building, transactions, or the 50+…

١٤ أغسطس ٢٠٢٦
stacks-validation
غير مصنف

Use when implementing validation in Stacks — type guards (isString, isNumber, isBoolean, isObject, isArray, isFunction, etc.), numeric checks (isPositive, isEven, isInteger), the schema builder for model attribute validation, or request validation. Covers…

١٤ أغسطس ٢٠٢٦
stacks-mobile
مطوّرو البرمجيات

Use when building native iOS or Android applications from a Stacks and STX codebase with Craft, including mobile configuration, native capabilities, safe areas, haptics, sharing, and mobile build output.

١٤ أغسطس ٢٠٢٦
stacks-dashboard
غير مصنف

Use when building or customizing the Stacks admin dashboard, including dashboard pages, model management views, analytics widgets, commerce dashboards, content management, settings panels, deployment monitoring, job/queue management, or the 250+ built-in…

١٢ أغسطس ٢٠٢٦
stacks-deploy
غير مصنف

Use when deploying a Stacks application — the deployment workflow (build → deploy), pre/post deploy hooks, server vs serverless mode selection, first-time deployment setup, deployment troubleshooting, or the buddy deploy command. For cloud infrastructure…

١٢ أغسطس ٢٠٢٦
stacks-browse
غير مصنف

Use for headless browser QA on Stacks applications — navigation, screenshots, responsive testing, console/network monitoring, and accessibility snapshots. Dependency-free: drives a system browser over the Chrome DevTools Protocol using only Bun (no…

١٢ أغسطس ٢٠٢٦
stacks-desktop
غير مصنف

Use when building or publishing desktop applications with Stacks — Craft native windows, system tray, desktop packaging, or Mac App Store delivery.

١٢ أغسطس ٢٠٢٦
عرض 8 من أصل ١٠٦ skills مجمعة.
stacks-actions
مطوّرو البرمجيات

Use when working with Stacks server actions — creating actions in app/Actions/, auto-generated API actions from the useApi model trait, the 80+ default framework actions (auth, dashboard, commerce, content, deployment, jobs), action request/response handling,…

٢٧ يوليو ٢٠٢٦
stacks-ai
غير مصنف

Use when integrating AI capabilities into a Stacks application — using Anthropic/OpenAI/Ollama/AWS Bedrock drivers, image generation (DALL-E), vision analysis, RAG/vector search, embeddings, MCP (Model Context Protocol) clients, text summarization, sentiment…

٢٧ يوليو ٢٠٢٦
stacks-api
مطوّرو البرمجيات

Use when building, modifying, or debugging API endpoints in a Stacks application — defining routes, handling requests, API middleware, working with the API server, HTTP client (fetcher), API resources, or OpenAPI generation. Covers both @stacksjs/api…

٢٧ يوليو ٢٠٢٦
stacks-auth
مطوّرو البرمجيات

Use when implementing authentication, authorization, passkeys, TOTP/2FA, RBAC, gates, policies, session auth, token management, email verification, password resets, or rate limiting in a Stacks application. Covers the @stacksjs/auth package, config/auth.ts,…

٢٧ يوليو ٢٠٢٦
stacks-auto-imports
مطوّرو البرمجيات

Use when working with the Stacks auto-import system — understanding how browser and server auto-imports work, configuring auto-imported functions/models/composables, the auto-import manifests, type generation, or how globals are injected. Covers the…

٢٧ يوليو ٢٠٢٦
stacks-browse
محللو ضمان جودة البرمجيات والمختبرون

Use for headless browser QA on Stacks applications — navigation, screenshots, responsive testing, console/network monitoring, and accessibility snapshots. Dependency-free: drives a system browser over the Chrome DevTools Protocol using only Bun (no…

٢٧ يوليو ٢٠٢٦
stacks-browser
مطوّرو البرمجيات

Use when working with browser/frontend functionality in Stacks — the useAuth composable (login, register, logout, token management), Stripe billing utilities (loadCardElement, confirmPayment), the API fetch client, browser model loading, or auto-imported…

٢٧ يوليو ٢٠٢٦
stacks-buddy
غير مصنف

Use when working with the Stacks CLI (buddy/bud/stacks/stx) — understanding all 50+ commands with their flags and options, adding custom commands, the make:* scaffolding commands, development server commands, build commands, deployment commands, email/mail…

٢٧ يوليو ٢٠٢٦
عرض 8 من أصل ٢٩ skills مجمعة.
stacks-auth
غير مصنف

Use when implementing authentication, authorization, passkeys, TOTP/2FA, RBAC, gates, policies, session auth, token management, email verification, password resets, or rate limiting in a Stacks application. Covers the @stacksjs/auth package, config/auth.ts,…

٣ أغسطس ٢٠٢٦
stacks-browse
غير مصنف

Use for headless browser QA on Stacks applications — navigation, screenshots, responsive testing, console/network monitoring, and accessibility snapshots. Dependency-free: drives a system browser over the Chrome DevTools Protocol using only Bun (no…

٣ أغسطس ٢٠٢٦
stacks-dashboard
غير مصنف

Use when building or customizing the Stacks admin dashboard, including dashboard pages, model management views, analytics widgets, commerce dashboards, content management, settings panels, deployment monitoring, job/queue management, or the 250+ built-in…

٣ أغسطس ٢٠٢٦
stacks-development
غير مصنف

Use when setting up or configuring the Stacks development environment — dev server, hot reload, development utilities, or IDE configuration. Covers the @stacksjs/development package, the dev server, CLI commands, reverse proxy, SSL, and dev workflow.

٣ أغسطس ٢٠٢٦
stacks-email
غير مصنف

Use when working with email in a Stacks application — sending emails via SES/SendGrid/Mailgun/Mailtrap/SMTP, email templates with STX, email drivers, the Mail singleton, the EmailSDK for inbox management, or email configuration. Covers @stacksjs/email,…

٣ أغسطس ٢٠٢٦
stacks-models
غير مصنف

Use when working with data models in Stacks — the defineModel() API, model attributes with validation and factories, relationships (hasOne/hasMany/belongsTo/belongsToMany), traits (useAuth, useUuid, useTimestamps, useSearch, useApi, billable, taggable,…

٣ أغسطس ٢٠٢٦
stacks-orm
غير مصنف

Use when working with the Stacks ORM — defining models with defineModel(), model relationships (hasOne, hasMany, belongsTo, belongsToMany, morphOne, hasManyThrough), attributes, traits, factories, computed properties, query building, transactions, or the 50+…

٣ أغسطس ٢٠٢٦
stacks-stx
غير مصنف

Use when working with STX templates in a Stacks application — template syntax, components, directives, signals, reactivity, SSR, streaming, hydration, or debugging STX rendering. STX is the ONLY templating system for Stacks.

٣ أغسطس ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
stacks-api
مطوّرو البرمجيات

Use when building, modifying, or debugging API endpoints in a Stacks application — defining routes, handling requests, API middleware, working with the API server, HTTP client (fetcher), API resources, or OpenAPI generation. Covers both @stacksjs/api…

٢٤ أبريل ٢٠٢٦
stacks-browse
محللو ضمان جودة البرمجيات والمختبرون

Use for headless browser QA on Stacks applications — navigation, screenshots, responsive testing, form filling, and console monitoring via Playwright. Invoke with /stacks-browse.

٢٤ أبريل ٢٠٢٦
stacks-crosswind
مطوّرو البرمجيات

Use when styling components in a Stacks application — utility-first CSS classes, theming, responsive design, variants, custom rules, or CSS generation. Crosswind is the CSS utility engine powering Stacks' Headwind config.

٢٤ أبريل ٢٠٢٦
stacks-docs
مطوّرو البرمجيات

Use when building or configuring documentation for a Stacks project — BunPress setup, doc generation, navigation, sidebar structure, or documentation meta/SEO. Covers @stacksjs/docs and config/docs.ts.

٢٤ أبريل ٢٠٢٦
stacks-lint
محللو ضمان جودة البرمجيات والمختبرون

Use when linting or formatting code in a Stacks project. CRITICAL - always use pickier, NEVER eslint directly. Run 'bunx --bun pickier .' to lint, 'bunx --bun pickier . --fix' to auto-fix. For unused variables, prefer eslint-disable-next-line comments over…

٢٤ أبريل ٢٠٢٦
stacks-router
مطوّرو الويب

Use when working with routing in a Stacks application — defining routes, HTTP methods, route groups, middleware, named routes, URL generation, request enhancement (Laravel-style input/query/file helpers), response helpers, error responses, route model…

٢٤ أبريل ٢٠٢٦
stacks-routes
مطوّرو الويب

Use when defining or organizing route files in a Stacks application — creating route files in routes/, registering them in app/Routes.ts, using route prefixes and middleware groups, or the default API routes structure. For the router API itself (request…

٢٤ أبريل ٢٠٢٦
stacks-stx
مطوّرو البرمجيات

Use when working with STX templates in a Stacks application — template syntax, components, directives, signals, reactivity, SSR, streaming, hydration, or debugging STX rendering. STX is the ONLY templating system for Stacks.

٢٤ أبريل ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
عرض ١١ من أصل ١١ مستودعات
تم تحميل كل المستودعات