个人编码习惯与最佳实践总纲 — 命名 / 代码组织 / 风格工具链 / TS 严格模式 / 错误处理 / 测试 / 审查 / LLM 编码 / Git 工作流 / Bun 工程约定 / 文档写作。写码、review、写文档之前先读本 skill 定位要查哪篇。
لغة النص الأصلي: الصينية
القائمة
جمع SkillsMP عدد ٢١ من skills من belos-street/skill-kit. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٢١ من أصل ٢١ skills مجمعة.
个人编码习惯与最佳实践总纲 — 命名 / 代码组织 / 风格工具链 / TS 严格模式 / 错误处理 / 测试 / 审查 / LLM 编码 / Git 工作流 / Bun 工程约定 / 文档写作。写码、review、写文档之前先读本 skill 定位要查哪篇。
لغة النص الأصلي: الصينية
通用 RAG 方法论 Skill 集合(9 模块,跨项目可迁移):加载 / 摄取 / 查询理解 / 检索 / 重排 / 生成防幻觉 / 多轮对话 / GraphRAG / 评估。每篇「通用原则 + 落地建议」。
لغة النص الأصلي: الصينية
Iteratively grill users to clarify vague requirements via layered questioning. Use when requirements are ambiguous, incomplete, or need refinement before implementation.
لغة النص الأصلي: الإنجليزية
Comprehensive skill framework from obra/superpowers for AI-assisted development workflows, covering planning, implementation, debugging, code review, and more
لغة النص الأصلي: الإنجليزية
独立开发者 Web/SaaS 项目专属 Vibe Coding 全流程。Invoke when starting a new web product project to run a complete 14-skill pipeline from idea to launch, with controlled feedback loops.
لغة النص الأصلي: الصينية
NestJS best practices and architecture patterns for building production-ready applications. This skill should be used when writing, reviewing, or refactoring NestJS code to ensure proper patterns for modules, dependency injection, security, and performance.
لغة النص الأصلي: الإنجليزية
MUST be used for React tasks. Strongly recommends functional components with Hooks and TypeScript as standard approach. Covers React 19, Next.js, SSR. Load for any React, .tsx files, React Router, Redux, or Vite with React work.
لغة النص الأصلي: الإنجليزية
基于 Vue 3 的企业级 UI 组件库,提供 68+ 高质量组件。IMPORTANT: 这是 Ant Design Vue,不是 React 版本。使用 a- 前缀组件(如 a-button, a-table)。
لغة النص الأصلي: الصينية
LangChain framework for building AI agents and LLM applications with tools, memory, and streaming support
لغة النص الأصلي: الإنجليزية
Fast, modern JavaScript runtime and toolkit. IMPORTANT: This is Bun, NOT Node.js. Use Bun-specific APIs below. Do NOT use Node.js APIs like require(), process, fs (use Bun.file() instead).
لغة النص الأصلي: الصينية
MUST be used for Go tasks. Covers Go 1.21+, standard library, Go modules, concurrency, performance optimization, testing, and WebAssembly (GOOS=js, GOARCH=wasm). Load for any .go files work.
لغة النص الأصلي: الإنجليزية
Collection of distinctive UI design templates. Each template provides a complete design system with colors, typography, components, and layouts. Use these when building production-ready interfaces.
لغة النص الأصلي: الإنجليزية
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, artifacts, or applications (websites, landing pages, dashboards, React/Vue components, HTML/CSS layouts). Generates…
لغة النص الأصلي: الإنجليزية
MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition…
لغة النص الأصلي: الإنجليزية
Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
لغة النص الأصلي: الإنجليزية
The React Framework for the Web - App Router, SSR, Security
لغة النص الأصلي: الإنجليزية
The instant on-demand atomic CSS engine
لغة النص الأصلي: الإنجليزية
Pinia state management for Vue 3. Use defineStore() with Composition API style (setup stores). Covers store definition, state, getters, actions, TypeScript, store composition, SSR, and best practices.
لغة النص الأصلي: الإنجليزية
Modern, lightweight state management for React
لغة النص الأصلي: الإنجليزية
React Hooks, TypeScript, component patterns, and modern React best practices. Use when writing React components, hooks, context, or using Suspense/ErrorBoundary/Lazy loading.
لغة النص الأصلي: الإنجليزية
Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.
لغة النص الأصلي: الإنجليزية