Skip to main content
full-stack-skills
ملف منشئ GitHub

full-stack-skills

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

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

أين توجد skills

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

نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

عرض 8 من أصل ٥٢ skills مجمعة.
easyexcel-read
مطوّرو البرمجيات

基于 Alibaba EasyExcel(com.alibaba:easyexcel:4.0.3)的 Excel 数据读取技能。覆盖监听器模式(ReadListener/AnalysisEventListener/PageReadListener)、同步读取(doReadSync)、多 Sheet 读取、@ExcelProperty(index/name)匹配、多行表头(headRowNumber)、日期数字自定义转换器(@DateTimeFormat/@NumberFormat/Converter)、监听器异常处…

١١ سبتمبر ٢٠٢٦
easyexcel-write
مطوّرو البرمجيات

基于 Alibaba EasyExcel(com.alibaba:easyexcel:4.0.3)的 Excel 数据写入技能。覆盖最简写入(3 种写法)、复杂表头(多级)、@ExcelProperty/@ExcelIgnore/@DateTimeFormat/@NumberFormat 注解、includeColumn/excludeColumn 选择列、@ColumnWidth/@ContentRowHeight 样式注解、@HeadStyle/@ContentStyle…

١١ سبتمبر ٢٠٢٦
maven-snapshot-publication-recovery
مطوّرو البرمجيات

Use when a Maven SNAPSHOT appears published but fresh consumers fail on missing parents, BOMs, aggregate POMs, transitive modules, metadata/authentication incompatibilities, or partial reactor uploads.

١١ سبتمبر ٢٠٢٦
license-compliance-triage
محللو أمن المعلومات

Review dependency-license reports, reduce false positives, and produce evidence-backed compliance triage when commercial use, source-disclosure obligations, multi-license expressions, or exact-coordinate exceptions must be assessed. Use for engineering…

١١ سبتمبر ٢٠٢٦
maven-multi-branch-license-gate-hardening
محللو ضمان جودة البرمجيات والمختبرون

Use when hardening or auditing license evidence, SBOM generation, full Maven Reactor verification, commit and push proof, or CI completion across multiple maintenance branches.

١١ سبتمبر ٢٠٢٦
spring-boot-starter-patterns
مطوّرو البرمجيات

Spring Boot Starter 开发规范(组织无关)。标准 POM 结构(元素顺序铁律、properties 三段式分类+自然排序、licenses/scm/developers 元数据三段、完整 build/profiles)、十分支版本矩阵(2.3.x~4.1.x ↔ Spring Boot 2.3.12~4.1.0 ↔ JDK 8/17/21)、十 tag 发布工作流(tag → Maven Central → SNAPSHOT 月度滚动)、JDK 兼容规则、JaCoCo 90% 覆盖率门禁。 纠正…

١١ سبتمبر ٢٠٢٦
maven-release-validation
محللو ضمان جودة البرمجيات والمختبرون

Validate multi-branch Maven releases end to end, including branch-specific JDK/Maven contracts, source tests, Git remote synchronization, sequential repository publication, and isolated clean-cache downstream consumption. Use for Maven release readiness,…

١١ سبتمبر ٢٠٢٦
java-component-patterns
مطوّرو البرمجيات

Java 组件(SDK/工具库,非 Spring Boot starter)封装规范。无 parent 独立 POM 结构、licenses/scm/developers 元数据三段、三段式 properties(基础/Dependency versions/Plugin versions 自然排序)、Jackson BOM 统一版本管理、maven.compiler.release 的 API 安全用法、多 JDK 分支模型(feature/{line} → JDK 8/17/21)、组件间同线依赖、tag…

١٩ أغسطس ٢٠٢٦
عرض 8 من أصل ٣٩ skills مجمعة.
rust-api-design
غير مصنف

Design Rust library APIs that follow the Rust API Guidelines — naming (C-CASE, C-CONV, C-GETTER), interop traits (C-COMMON-TRAITS, C-CONVERT, C-ITER, C-SERDE), predictability (C-INTUITIVE, C-CONST), flexibility (C-GENERIC, C-NEWTYPE, C-EXT), type safety…

١١ سبتمبر ٢٠٢٦
rust-by-example
غير مصنف

Show Rust patterns through short compilable examples — type conversions (From/Into/TryFrom/as/Deref), flow control (if let/while let/match/loop), functions and closures (Fn/FnMut/FnOnce, captures), modules (mod/use/pub/super/self), generics and traits…

١١ سبتمبر ٢٠٢٦
rust-cargo-build
غير مصنف

Configure, operate, diagnose, and automate Cargo for Rust packages and workspaces. Cover manifests and targets, commands, dependency resolution and features, profiles, build scripts, configuration and environment variables, caches and build diagnostics,…

١١ سبتمبر ٢٠٢٦
rust-cli
غير مصنف

Design, implement, test, and release production Rust command-line applications, including command contracts, subcommands, configuration precedence, stdin/stdout/stderr, exit codes, file safety, daemon IPC, terminal handling, packaging, and process-level…

١١ سبتمبر ٢٠٢٦
rust-code-review
غير مصنف

Review Rust changes for correctness, memory and thread safety, error semantics, unnecessary allocation or cloning, lock scope, API compatibility, test gaps, documentation, and dependency risk, applying the Rust API Guidelines checklist (C-PANIC, C-UNWRAP,…

١١ سبتمبر ٢٠٢٦
rust-concurrency
غير مصنف

Design, implement, diagnose, and test Rust concurrency and parallelism with threads, Send and Sync, locks, atomics, channels, Tokio, Rayon, Crossbeam, bounded backpressure, actor ownership, task supervision, graceful shutdown, runtime diagnostics, and Loom…

١١ سبتمبر ٢٠٢٦
rust-crate-discovery
غير مصنف

Discover, evaluate, score, and compare Rust crates for adoption — search crates.io, fetch metadata from 4 sources (crates.io API, docs.rs, GitHub API, RustSec advisory DB), apply a weighted 0-100 scoring model across…

١١ سبتمبر ٢٠٢٦
rust-database
غير مصنف

Design, implement, migrate, test, and operate Rust database access, including SQLx, Diesel, SeaORM, schema evolution, transaction boundaries, connection pools, retries, type mapping, concurrency control, and real-database verification. Use when users ask…

١١ سبتمبر ٢٠٢٦
عرض 8 من أصل ٢٩ skills مجمعة.
pencil-design-from-stitch-html
مصممو واجهات الويب والرقمية

When you need to turn Stitch page HTML (or a Stitch URL) into a Pencil .pen design. Parses DOM and Tailwind, applies HTML→Pencil mapping and execution order, outputs sequential batch_design for layout and style fidelity (background, color, size, margin,…

٦ أغسطس ٢٠٢٦
pencil-mcp-open-document
مطوّرو البرمجيات

Open or create a design document. Use when you need to initialize design tasks, create new files, or switch to specific designs.

٦ أغسطس ٢٠٢٦
pencil-ui-design-spec-generator
مطوّرو البرمجيات

Translates vague user requirements into an action-level PENCIL_PLAN sequence of Pencil MCP tool calls . Does not execute; outputs the plan only.

٦ أغسطس ٢٠٢٦
pencil-mcp-batch-design
مصممو واجهات الويب والرقمية

Batch execute design changes. The Agent's 'Hands'. Core capability for inserting, updating, moving, or deleting nodes.

٥ يونيو ٢٠٢٦
pencil-mcp-batch-get
مصممو واجهات الويب والرقمية

Batch search and read node information. The Agent's 'Eyes'. Use to find specific components e.g. all nodes named 'Button' or get child structure within a container.

٥ يونيو ٢٠٢٦
pencil-mcp-find-empty-space-on-canvas
مصممو واجهات الويب والرقمية

Smartly find empty canvas space. Use to automatically plan artboard placement to avoid overlap and keep the canvas organized.

٥ يونيو ٢٠٢٦
pencil-mcp-get-editor-state
مصممو واجهات الويب والرقمية

Get current design environment context. Use when you need to understand what is currently selected, canvas position, and environment state before any task.

٥ يونيو ٢٠٢٦
pencil-mcp-get-guidelines
مصممو واجهات الويب والرقمية

Get design system guidelines. Use to read and understand specifications e.g. Material Design iOS HIG or custom specs before designing.

٥ يونيو ٢٠٢٦
عرض 8 من أصل ٢٨ skills مجمعة.
threejs-animation
غير مصنف

three.js keyframe animation system: AnimationMixer, AnimationClip, AnimationAction, KeyframeTrack variants, PropertyBinding, PropertyMixer, AnimationObjectGroup, AnimationUtils; mixing and crossfading clips, loop modes, timeScale, weight; addon…

١٥ سبتمبر ٢٠٢٦
threejs-audio
غير مصنف

three.js audio spatialization: AudioListener attached to camera rig, Audio and PositionalAudio sources, AudioAnalyser for FFT/time-domain data, and integration with Web Audio API contexts; AudioLoader is referenced from threejs-loaders for file decoding. Use…

١٥ سبتمبر ٢٠٢٦
threejs-camera
غير مصنف

three.js cameras: Camera base, PerspectiveCamera, OrthographicCamera, CubeCamera, ArrayCamera, StereoCamera; projection matrices, aspect, FOV, orthographic frustum sizes, near/far planes, and dynamic environment maps with CubeCamera. Use when placing views,…

١٥ سبتمبر ٢٠٢٦
threejs-controls
غير مصنف

Addon camera and object manipulation controls: OrbitControls, MapControls, FlyControls, FirstPersonControls, TrackballControls, ArcballControls, DragControls, PointerLockControls, TransformControls; damping, target focal point, and integration with the…

١٥ سبتمبر ٢٠٢٦
threejs-dev-setup
غير مصنف

Bootstrap and toolchain guidance for three.js applications using npm, Vite/Webpack/Rollup, bare ESM import maps, and TypeScript. Covers canonical import paths for `three` core versus `three/addons/` (examples/jsm re-exports), version alignment with…

١٥ سبتمبر ٢٠٢٦
threejs-geometries
غير مصنف

three.js geometry authoring: BufferGeometry, typed BufferAttribute and interleaved layouts, InstancedBufferGeometry, primitive Geometries (box/sphere/torus/etc.), ExtrudeGeometry and Shape/Path/Curve from Extras, WireframeGeometry, and addon geometries such…

١٥ سبتمبر ٢٠٢٦
threejs-helpers
غير مصنف

Debug and visualization helpers in three.js Core Helpers (AxesHelper, GridHelper, CameraHelper, light helpers, SkeletonHelper, bounding box helpers, PlaneHelper, PolarGridHelper, ArrowHelper) and Addons Helpers (VertexNormalsHelper, VertexTangentsHelper,…

١٥ سبتمبر ٢٠٢٦
threejs-lights
غير مصنف

three.js lighting: AmbientLight, HemisphereLight, DirectionalLight, PointLight, SpotLight, RectAreaLight, LightProbe, IESSpotLight, ProjectorLight, shadow subtypes, and addon helpers such as RectAreaLightUniformsLib, RectAreaLightTexturesLib,…

١٥ سبتمبر ٢٠٢٦
عرض 8 من أصل ١٨ skills مجمعة.
ddd-api-designer
مطوّرو البرمجيات

API design from domain model — CQRS command/query separation, REST API endpoint design, data object conversion chain (PO→DO→DTO→VO), unified response format, OpenAPI/Swagger generation, BFF pattern, API versioning, and security design. Use when user asks…

١١ سبتمبر ٢٠٢٦
ddd-architecture-awesome
محللو أنظمة الحاسوب

Provides comprehensive guidance for Domain-Driven Design (DDD) concepts, strategic design, tactical design, and architecture patterns. Includes DDD applicability assessment, Pattern Boundaries table (what each pattern is and is NOT), Complexity Ladder (when…

١١ سبتمبر ٢٠٢٦
ddd-architecture-clean
مطوّرو البرمجيات

Comprehensive guidance for Clean Architecture (整洁架构) — Robert C. Martin's Clean Architecture with Enterprise Business Rules, Use Cases, Interface Adapters, and Frameworks layers. Covers core entities, use case interactors, dependency rules, and full…

١١ سبتمبر ٢٠٢٦
ddd-architecture-cola
مطوّرو البرمجيات

Comprehensive guidance for COLA v5 Architecture (菱形架构) — Alibaba's COLA framework with adapter/application/domain/infrastructure layers. Covers full project scaffolding, architecture validation (cola-creator + cola-validator combined), dependency rule…

١١ سبتمبر ٢٠٢٦
ddd-architecture-evaluator
محللو أنظمة الحاسوب

DDD architecture evaluation and evolution — DDD maturity 5-level model (AdHoc/Aware/Applied/Scaled/Optimized), architecture fitness assessment (business alignment/team fit/tech fit/evolution capability), technical debt quantification with scoring,…

١١ سبتمبر ٢٠٢٦
ddd-architecture-layered
مطوّرو البرمجيات

Comprehensive guidance for DDD Layered Architecture (DDD 四层架构) — Traditional 3-layer to DDD 4-layer transformation with Interface/Application/Domain/Infrastructure layers. Covers complete directory structure, dependency inversion, ArchUnit validation, Spring…

١١ سبتمبر ٢٠٢٦
ddd-architecture-onion
مطوّرو البرمجيات

Comprehensive guidance for Onion Architecture (洋葱架构) — Jeffrey Palermo's onion architecture with domain-centric layered isolation, dependency inversion from outer to inner rings. Covers domain core, application interfaces, infrastructure implementation, and…

١١ سبتمبر ٢٠٢٦
ddd-architecture-selector
مطوّرو البرمجيات

Architecture selection decision guide — help users choose from 5 DDD architectures (Layered/Onion/Hexagonal/Clean/COLA) with decision matrix, team size mapping, domain classification (core/generic/supporting), microservice splitting recommendation, and CQRS…

١١ سبتمبر ٢٠٢٦
عرض 8 من أصل ١٦ skills مجمعة.
svelte-ai
غير مصنف

Svelte AI 助手集成技能。当用户为 Claude Code/Cursor/Copilot/Codex/OpenCode/VS Code 等 AI 编程工具配置 Svelte MCP server、安装 svelte-autofixer/list-sections/get-documentation MCP tools、使用 svelte-task 提示、调用 sv CLI(svelte-ai CLI)、或利用 svelte-code-writer/svelte-core-bestpractices…

١١ سبتمبر ٢٠٢٦
svelte-awesome
غير مصنف

Svelte 5 入门与导航技能。当用户需要了解 Svelte 5 全貌、选择合适的学习路径、或需要本技能的 8 个子技能协同工作时加载此入口技能。

١١ سبتمبر ٢٠٢٦
svelte-cli
غير مصنف

Svelte CLI(sv)技能。当用户使用 sv 创建项目(sv create)、添加集成(sv add 如 drizzle/tailwind/prettier/eslint/playwright/storybook/vitest/mdsvex/paraglide/better-auth/sveltekit-adapter/mcp/experimental)、运行类型和编译检查(sv check)、运行迁移脚本(sv migrate…

١١ سبتمبر ٢٠٢٦
svelte-legacy-apis
غير مصنف

Svelte 5 Legacy API 技能。当用户需要维护或迁移 Svelte 4 代码,理解 Reactive let/$:/export let/Slots/createEventDispatcher/$$props 等已废弃但仍可用的 Legacy API 时使用。

١١ سبتمبر ٢٠٢٦
svelte-lifecycle
غير مصنف

Svelte 5 生命周期、Stores、Context、Testing 技能。当用户需要在 Svelte 5 中使用 onMount/onDestroy/tick 生命周期钩子、使用 writable/derived stores 管理状态、使用 createContext 共享组件树状态、编写 Vitest/Storybook/Playwright 测试时使用。

١١ سبتمبر ٢٠٢٦
svelte-misc
غير مصنف

Svelte 5 杂项技能。当用户需要了解 TypeScript 支持、自定义元素、浏览器兼容性、Svelte 4→5 迁移、FAQ 时使用。

١١ سبتمبر ٢٠٢٦
svelte-reference
غير مصنف

Svelte 5 API 参考技能。当用户需要查阅 svelte/action、svelte/store、svelte/transition、svelte/animate、svelte/easing、svelte/compiler、svelte/events 的具体 API,或需要查看编译器错误/警告代码时使用。

١١ سبتمبر ٢٠٢٦
svelte-runes
غير مصنف

Svelte 5 Runes 响应式系统技能。当用户需要使用 $state/$derived/$effect/$props/$bindable/$inspect/$host 等符文,或理解 Svelte 5 显式响应式与 Svelte 4 隐式响应式的区别时使用。

١١ سبتمبر ٢٠٢٦
عرض 8 من أصل ١٦ skills مجمعة.
uniapp-ad
غير مصنف

A comprehensive skill for uni-ad monetization in uni-app. Use this skill to integrate ads, configure ad types, handle ad events, and follow official uni-ad documentation.

١١ سبتمبر ٢٠٢٦
uniapp-cloud
غير مصنف

A comprehensive skill for uniCloud cloud development in the uni-app ecosystem. Use this skill when you need uniCloud project setup, cloud database CRUD, cloud functions, storage, or datacom components, following official uniCloud documentation.

١١ سبتمبر ٢٠٢٦
uniapp-mini-guide
غير مصنف

A comprehensive skill for uni-app mini program development. Use when building uni-app mini programs, configuring mini program settings, or working with mini program components and APIs based on the official native support docs.

١١ سبتمبر ٢٠٢٦
uniapp-native-app
غير مصنف

A comprehensive skill for uni-app native app offline packaging. Use this skill to package uni-app as native Android/iOS apps, configure native app settings, handle signing, and follow official offline packaging documentation.

١١ سبتمبر ٢٠٢٦
uniapp-native-plugin
غير مصنف

A comprehensive skill for developing native plugins for uni-app. Use this skill when building Android/iOS native plugins, integrating native capabilities, or publishing plugins based on official native plugin docs.

١١ سبتمبر ٢٠٢٦
uniapp-plugin
غير مصنف

A comprehensive skill for the uni-app plugin market and automatic plugin installation. Use this skill to browse plugins, auto-install plugins, configure plugin settings, and integrate third-party plugins based on the official plugin market docs.

١١ سبتمبر ٢٠٢٦
uniapp-project-creator
غير مصنف

Provides one-command project creation for uni-app using the official quickstart CLI, including project initialization, configuration, and template selection. Use when the user asks to create a uni-app project with a single command, needs to initialize a new…

١١ سبتمبر ٢٠٢٦
uniapp-project
غير مصنف

Provides comprehensive uni-app component and API integration guidance. Use when the user needs official uni-app components or APIs, wants per-component or per-API examples, or needs cross-platform compatibility details.

١١ سبتمبر ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
cli-ascii-logo
غير مصنف

生成 CLI 的 ASCII 艺术 Logo/Banner(支持 box drawing 边框、█ 块字符、ANSI 24-bit 渐变色)并提供可运行脚本与集成代码。适用于“做一个像 Spec Kit CLI 的终端 Logo / 彩色 ASCII banner / figlet 风格标题 / CLI 启动欢迎页”等需求。

١٥ سبتمبر ٢٠٢٦
ascii-ansi-colorizer
مطوّرو البرمجيات

Add an ANSI color layer to existing ASCII/plain-text output (gradient/rainbow/highlights) with alignment-safe rules and a required no-color fallback.

١١ سبتمبر ٢٠٢٦
ascii-cli-logo-banner-figletjs
المصممون الجرافيكيون

Generate TAAG/FIGlet-style ASCII art banners using figlet.js (FIGfont spec), with layout controls (horizontal/vertical layout, width, whitespaceBreak) and optional ANSI 256 coloring.

١١ سبتمبر ٢٠٢٦
ascii-cli-logo-banner-python
المصممون الجرافيكيون

Generate copy-pastable ASCII banners with a built-in font (no external font deps), including compact fallback and optional ANSI 256 coloring for the logo.

١١ سبتمبر ٢٠٢٦
ascii-cli-logo-banner
المهن الحاسوبية الأخرى

Entry point for ASCII CLI banners. Choose the Python built-in font skill or the figlet.js/FIGfont skill depending on needs.

١١ سبتمبر ٢٠٢٦
ascii-diagram-boxflow
مطوّرو البرمجيات

Generate plain ASCII box-flow diagrams (boxes + arrows) for environments without renderers, with alignment rules and split strategies for complex graphs.

١١ سبتمبر ٢٠٢٦
ascii-image-to-ascii
مطوّرو البرمجيات

Convert an image into ASCII art (readable + detail variants, width/charset controls, optional ANSI), for terminal previews and plain-text “image substitutes”.

١١ سبتمبر ٢٠٢٦
ascii-mini-charts
علماء البيانات

Generate ASCII mini charts (sparkline/bar/simple line) for plain-text trend inspection, with minimal + annotated variants and normalization notes.

١١ سبتمبر ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
adobe-xd
غير مصنف

Provides comprehensive guidance for Adobe XD including design creation, prototyping, components, and collaboration. Use when the user asks about Adobe XD, needs to create UI/UX designs, build prototypes, or work with Adobe XD components.

١١ سبتمبر ٢٠٢٦
algorithmic-art
غير مصنف

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather…

١١ سبتمبر ٢٠٢٦
better-icons
غير مصنف

Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs. Commands: `better-icons search <query>` to find icons, `better-icons get <id>` to get SVG. Also available as MCP server for AI agents.

١١ سبتمبر ٢٠٢٦
brand-guidelines
غير مصنف

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

١١ سبتمبر ٢٠٢٦
canvas-design
غير مصنف

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work…

١١ سبتمبر ٢٠٢٦
cross-platform-mvp-ui-alignment
غير مصنف

对齐 Android、Apple 等多平台 MVP 规格、功能状态、设计语言与 Phone/Tablet 成套 UI 资产。适用于已有规格或图稿发生平台分叉、页面覆盖不一致、需要建立共享页面矩阵和可审查视觉基线的产品设计工作;不用于直接实现原生客户端代码。

١١ سبتمبر ٢٠٢٦
huashu-design
غير مصنف

花叔Design——用HTML做高保真原型、幻灯片、动画、可视化与专家评审,需求模糊时给设计方向。触发词:做原型、PPT、幻灯片、动画、设计风格、评审、做个HTML页面、UI mockup、导出MP4/GIF、做个好看的。生产级Web App/需后端的系统不适用。

١١ سبتمبر ٢٠٢٦
remotion-best-practices
غير مصنف

Best practices and domain knowledge for building videos programmatically with Remotion (videos in React/TypeScript, rendered to MP4). Use whenever writing or editing Remotion code — scaffolding a video project, animating with interpolate/spring over…

١١ سبتمبر ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
pinia
غير مصنف

Provides comprehensive guidance for Pinia state management including stores, state, getters, actions, plugins, and TypeScript support. Use when the user asks about Pinia, needs to manage application state, create stores, implement state persistence, or…

١٥ سبتمبر ٢٠٢٦
vue-router
غير مصنف

Provides comprehensive guidance for Vue Router including route configuration, navigation, dynamic routes, nested routes, route guards, programmatic navigation, and route meta. Use when the user asks about Vue Router, needs to set up routing, implement…

١٥ سبتمبر ٢٠٢٦
vue-router-v3
غير مصنف

Guidance for Vue Router v3 using the official Installation, Guide, and API docs. Use when users need routing setup, navigation patterns, or API details for Vue 2 projects.

١٥ سبتمبر ٢٠٢٦
vue-router-v4
غير مصنف

Provides comprehensive guidance for Vue Router v4 including route configuration, navigation, nested routes, route guards, and Vue 3 integration. Use when the user asks about Vue Router v4, needs to set up routing for Vue 3 applications, implement navigation…

١٥ سبتمبر ٢٠٢٦
vue2
غير مصنف

Provides comprehensive guidance for Vue 2.x development including Options API, components, directives, lifecycle hooks, computed properties, watchers, Vuex state management, and Vue Router. Use when the user asks about Vue 2, needs to create Vue 2 components,…

١٥ سبتمبر ٢٠٢٦
vue3
غير مصنف

Guidance for Vue 3 using the official guide and API reference. Use when the user needs Vue 3 concepts, patterns, or API details to build components, apps, and tooling.

١٥ سبتمبر ٢٠٢٦
vuex-vue2
غير مصنف

Provides comprehensive guidance for Vuex 2.x state management in Vue 2 applications including state, mutations, actions, getters, modules, and plugins. Use when the user asks about Vuex for Vue 2, needs to manage state in Vue 2 applications, or implement Vuex…

١٥ سبتمبر ٢٠٢٦
spring-ai-alibaba
غير مصنف

Provides comprehensive guidance for Spring AI Alibaba including Alibaba Cloud AI services integration, model APIs, and AI application development. Use when the user asks about Spring AI Alibaba, needs to use Alibaba Cloud AI services, or integrate AI…

١٥ سبتمبر ٢٠٢٦
spring-ai
غير مصنف

Provides comprehensive guidance for Spring AI including AI model integration, prompt templates, vector stores, and AI applications. Use when the user asks about Spring AI, needs to integrate AI models, implement RAG applications, or work with AI services in…

١٥ سبتمبر ٢٠٢٦
spring-boot
غير مصنف

Provides comprehensive guidance for Spring Boot development including project creation, auto-configuration, dependency injection, web development, data access, security, testing, and deployment. Use when the user asks about Spring Boot, needs to create Spring…

١٥ سبتمبر ٢٠٢٦
spring-cloud-alibaba
غير مصنف

Provides comprehensive guidance for Spring Cloud Alibaba including Nacos, Sentinel, RocketMQ, and Alibaba Cloud integration. Use when the user asks about Spring Cloud Alibaba, needs to use Alibaba Cloud services, implement service discovery with Nacos, or…

١٥ سبتمبر ٢٠٢٦
spring-cloud
غير مصنف

Provides comprehensive guidance for Spring Cloud microservices including service discovery, configuration management, load balancing, circuit breakers, API gateways, and distributed tracing. Use when the user asks about Spring Cloud, needs to build…

١٥ سبتمبر ٢٠٢٦
spring-security
غير مصنف

Provides comprehensive guidance for Spring Security including authentication, authorization, OAuth2, JWT, and security best practices. Use when the user asks about Spring Security, needs to implement security in Spring applications, configure authentication,…

١٥ سبتمبر ٢٠٢٦
spring-data-jpa
غير مصنف

Provides comprehensive guidance for Spring Data JPA including repositories, entity management, query methods, and database operations. Use when the user asks about Spring Data JPA, needs to work with JPA repositories, implement data access layers, or…

١١ سبتمبر ٢٠٢٦
عرض ١٢ من أصل ١٧ مستودعات