← all publishers

full-stack-skills

@full-stack-skills source repo

586 published skills · page 2 of 6

  1. Ansible · full-stack-skills bundle
    Provides comprehensive guidance for Ansible automation including playbooks, roles, inventory, and module usage. Use when the user asks about Ansible, needs to automate IT tasks, create Ansible playbooks, or manage infrastructure with Ansible.
    0
    installs
  2. Gitlab CI · full-stack-skills bundle
    Provides comprehensive guidance for GitLab CI/CD including pipeline configuration, runners, artifacts, and automation. Use when the user asks about GitLab CI, needs to create GitLab pipelines, configure CI/CD workflows, or automate deployments with GitLab.
    0
    installs
  3. Terraform · full-stack-skills bundle
    Provides comprehensive guidance for Terraform including infrastructure as code, providers, modules, and state management. Use when the user asks about Terraform, needs to create infrastructure as code, manage cloud resources with Terraform, or implement IaC best practices.
    0
    installs
  4. Kubernetes · full-stack-skills bundle
    Provides comprehensive guidance for Kubernetes including pods, services, deployments, ingress, and cluster management. Use when the user asks about Kubernetes, needs to deploy applications to Kubernetes, configure Kubernetes resources, or manage Kubernetes clusters.
    0
    installs
  5. Cloudformation · full-stack-skills bundle
    Provides comprehensive guidance for AWS CloudFormation including templates, stacks, parameters, and infrastructure automation. Use when the user asks about CloudFormation, needs to create AWS infrastructure as code, manage CloudFormation stacks, or implement AWS IaC best practices.
    0
    installs
  6. Github Actions · full-stack-skills bundle
    Provides comprehensive guidance for GitHub Actions including workflow creation, actions, secrets, and automation. Use when the user asks about GitHub Actions, needs to create GitHub workflows, automate GitHub processes, or configure CI/CD with GitHub Actions.
    0
    installs
  7. Linuxmirrors Os · full-stack-skills bundle
    为 GNU/Linux 主机规划和指导 LinuxMirrors 系统软件源更换,覆盖发行版识别、国内/教育网/海外/官方源、交互与无人值守参数、EPEL 与 EOL 场景、备份、验证、故障排查和回滚。用户明确要换 apt/yum/dnf/pacman/zypper/apk/portage/Nix 软件源时使用;Docker CE 与 Registry Mirror 改用 Docker 专项流程。
    0
    installs
  8. Linuxmirrors Docker · full-stack-skills bundle
    为 Linux 主机规划 LinuxMirrors Docker Engine 安装、Docker CE 软件源更换和 Docker Registry Mirror 配置,覆盖版本选择、已有安装、仅换 Registry、多镜像地址、daemon.json 合并、服务验证与回滚。用户提到 docker.sh、DockerInstallation.sh、Docker 拉取加速或 `--only-registry` 时使用;普通系统软件源更换不使用本技能。
    0
    installs
  9. Linuxmirrors Awesome · full-stack-skills bundle
    介绍 LinuxMirrors 的定位、能力、支持范围、源码与权威资料,并在回答项目现状、兼容性、脚本差异、最新变化或资料来源时先核验官网、GitHub 和当前源码。用于认识项目和选择正确工作流;系统软件源实操或 Docker 安装换源应进入对应专项流程,不用本技能替代变更方案。
    0
    installs
  10. Mermaid · full-stack-skills bundle
    Create or revise Mermaid diagrams that render inside Markdown, README files, GitHub, GitLab, wikis, and documentation sites. Use when the user explicitly requests Mermaid or needs a Markdown-native flowchart, sequence diagram, state diagram, class diagram, ER diagram, journey, Gantt chart, mind map, timeline, or lightweight architecture diagram. Prefer PlantUML for strict UML/C4 deliverables and ProcessOn only when editable hosted output is requested.
    0
    installs
  11. Plantuml · full-stack-skills bundle
    Create or revise PlantUML source for precise UML and architecture documentation, including class, sequence, component, deployment, state, activity, use-case, ER, ArchiMate, and C4 diagrams. Use when the user explicitly requests PlantUML, UML, C4, `.puml`, standard UML semantics, or detailed architecture notation. Prefer Mermaid for lightweight Markdown-native diagrams and ProcessOn only for hosted editable rendering.
    0
    installs
  12. Full Stack Doc · full-stack-skills bundle
    Scaffold, adapt, validate, and maintain example-rich full-stack product documentation: 10 product-level documents, 7 version documents, optional module PRD/Stitch/UI triplets, 5 delivery documents, and a detailed project README template family. Use when users ask to initialize a documentation repository, create product or version plans, write PRDs and architecture/UI documents, preserve and adapt detailed examples, audit document structure, or improve an existing product-docs tree, including Chinese requests such as 初始化文档、产品文档、写规划文档.
    0
    installs
  13. Markitdown CLI · full-stack-skills bundle
    MarkItDown 命令行工具(`markitdown` 命令)的完整使用指南——所有 CLI 参数(`-o/-x/-m/-c/-d/-e/-p/--use-cu/--cu-endpoint/--cu-analyzer/--cu-file-types/--list-plugins/--keep-data-uris`)、输入输出模式(文件/管道/stdin)、管道组合、与 shell 工具链的集成(jq/grep/xargs/tee/find),以及典型场景示例(批量转码、Azure 后端切换、插件启用、流式输入)。当用户询问"markitdown 命令怎么用"、"怎么批量转 PDF"、"怎么把 stdin 流喂进去"、"怎么列出已装插件"、"Azure Document Intelligence CLI 怎么配"时使用本 skill;若涉及 OCR 走 LLM Vision,跳到兄弟 skill `markitdown-ocr`。
    0
    installs
  14. Markitdown Ocr · full-stack-skills bundle
    引导 LLM 通过 `markitdown-ocr` 插件(官方插件仓库 microsoft/markitdown/packages/markitdown-ocr)使用 LLM Vision(OpenAI 兼容模型,如 gpt-4o / Azure OpenAI / Gemini / 其它 OpenAI 兼容服务)对 PDF / DOCX / PPTX / XLSX 内嵌图片与扫描页进行 OCR 文本抽取。覆盖安装、配置(`OPENAI_API_KEY` / Azure 凭据 / 自定义 endpoint)、Python API 与 CLI 包装、扫描 PDF 的全页渲染回退、各格式 OCR 行为差异(行内插入 / 表格后追加 / 顶层描述)、自定义 prompt、成本/限制排错。当用户问"扫描 PDF 怎么转 markdown"、"PPT 里图片的文字怎么抽出来"、"怎么用 GPT-4o 做 OCR"、"markitdown-ocr 插件怎么装"、"Azure OpenAI 怎么配 markitdown"时使用本 skill;若只是普通 CLI 用法或 MarkItDown 概览,跳到兄弟 skill `markitdown-cli` 与 `markitdown-awesome`。
    0
    installs
  15. Doc Coauthoring · full-stack-skills bundle
    Collaboratively draft, revise, and reader-test substantial documentation such as proposals, RFCs, decision records, technical specifications, strategy documents, and cross-team plans. Use when the user needs help transferring context, shaping an argument, resolving gaps, iterating on an existing document, or validating whether a document works for readers. Use a more specialized document skill when the requested artifact is a product-doc suite, technical tutorial, or API reference.
    0
    installs
  16. API Doc Generator · full-stack-skills bundle
    Generate or update evidence-backed API documentation from OpenAPI specifications, framework routes, controllers, request/response models, validation rules, and tests. Use when the user explicitly asks for API or interface documentation, route inventory, endpoint reference, OpenAPI-derived docs, or synchronization between code and API docs. Supports OpenAPI-first projects and framework-specific discovery for Spring, FastAPI, NestJS, Express, and Gin; do not use for generic product documentation.
    0
    installs
  17. Processon Mindmap · full-stack-skills bundle
    Design a ProcessOn-ready mind-map outline for ideas, requirements, knowledge systems, meeting notes, learning plans, or hierarchical analysis. Use when the user explicitly requests a ProcessOn mind map, editable mind map, or a hierarchical outline intended for ProcessOn. Do not trigger for ordinary diagrams, generic prose outlines, or Mermaid mind maps unless ProcessOn is requested.
    0
    installs
  18. Markitdown Awesome · full-stack-skills bundle
    介绍 MarkItDown(Microsoft 出品的"万物转 Markdown"工具)的能力边界、支持格式、生态(CLI / Python API / 插件 / Docker / Azure 集成),并负责引导 LLM 在面对"把 PDF/PPT/Word/Excel/图片/音频/网页/YouTube 转成 Markdown"这类需求时,正确判断是用 markitdown-awesome 概览、markitdown-cli 命令指导、还是 markitdown-ocr 走 LLM Vision OCR 路径。当用户提到 markitdown、microsoft/markitdown、把 Office 文档转 markdown、把扫描件 OCR 出来、或询问相关替代品(textract、unstructured、pandoc)时,使用本 skill。
    0
    installs
  19. Technical Blog Doc · full-stack-skills bundle
    Create or revise evidence-backed technical tutorials, integration guides, deployment articles, engineering walkthroughs, and project documentation in Markdown. Use when the user asks for a technical blog post or tutorial that combines concepts, prerequisites, implementation, runnable commands, verification, troubleshooting, and sources. Do not use for a product-documentation suite or API-only reference.
    0
    installs
  20. Processon Diagram Generator · full-stack-skills bundle
    Generate ProcessOn-compatible editable diagrams and optionally render images through the ProcessOn API. Use when the user explicitly requests ProcessOn, hosted editable diagram output, or API-rendered flowcharts, swimlanes, sequences, architectures, ER diagrams, org charts, timelines, or infographics. Requires PROCESSON_API_KEY for remote generation. Prefer Mermaid for ordinary Markdown-native diagrams and PlantUML for strict UML/C4 source.
    0
    installs
  21. Codegraph · full-stack-skills bundle
    CodeGraph 语义代码智能:代码结构查询、符号追踪、变更影响分析、调用链查找。处理"X如何工作""修改X影响什么""谁调用了X"等代码库问题。20+语言,100%本地。
    0
    installs
  22. MCP Builder · full-stack-skills bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
    0
    installs
  23. Autoresearch · full-stack-skills bundle
    Autonomous iteration loop: modify, verify, keep/discard against any metric
    0
    installs
  24. Agent Browser · full-stack-skills bundle
    A comprehensive skill for using agent-browser, a CLI tool for browser automation designed for AI agents, developed by Vercel Labs. This skill covers installation, core commands, selectors (refs, CSS, XPath, semantic locators), agent mode, sessions, options, and best practices. Use this skill whenever the user needs to automate browser interactions via CLI commands, especially for AI agents that need to interact with web pages.
    0
    installs
  25. Skill Awesome · full-stack-skills bundle
    The canonical knowledge base for designing Agent Skills. Contains distilled Agent Skills specifications (naming conventions, frontmatter rules, directory structure, progressive disclosure), official best practices, description optimization techniques, script safety guidelines, and evaluation frameworks (TRACE). Use when designing a new skill, reviewing an existing skill for compliance, needing to know what makes a good skill, wondering about frontmatter rules or naming conventions, or when the user mentions "设计技能", "创建技能", "技能规范", "技能命名规则", "SKILL.md 怎么写", "frontmatter 规范", "技能最佳实践", "技能目录结构", "渐进式披露", "Agent Skills 规范".
    0
    installs
  26. Skill Creator · full-stack-skills bundle
    Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
    0
    installs
  27. Code Generator · full-stack-skills
    Provides comprehensive guidance for code generation including template-based generation, code scaffolding, and automated code creation. Use when the user asks about code generation, needs to generate code from templates, create code scaffolds, or automate code creation.
    0
    installs
  28. Skill Installer · full-stack-skills bundle
    Manages the installation and discovery of AI skills from the PartMe marketplace.
    0
    installs
  29. Skill Sop Creator · full-stack-skills
    Guide for creating Standard Operating Procedures and SOPs and composite workflows by combining atomic Agent Skills. Use when users want to design, structure, or implement multi-step workflows that orchestrate multiple skills for complex business goals. Transforms loose tool collections into reliable, repeatable business processes.
    0
    installs
  30. Skill Trace Checker · full-stack-skills bundle
    每次创建或修改 Skill 后,必须使用本 Skill 对其进行 TRACE 五维度自检, 全部子项达到 5.0 满分标准后才视为任务完成。 TRACE 体系覆盖:可信任度(Trust)、可靠性(Reliability)、适用性(Adaptability)、 规范性(Convention)、有效性(Effectiveness)。 触发条件:每次完成 Skill 创建或重大修改后,自动执行本检查流程。
    0
    installs
  31. Skill Trace Evaluation · full-stack-skills bundle
    对任意 Agent Skill 做 TRACE 五维度评测(T/R/A/C/E),输出 Markdown/HTML 报告与雷达图;当用户要求“TRACE 评测/打分/生成 TRACE 报告/五维度评估”或需要改进建议时使用。
    0
    installs
  32. Skill Official Evaluation · full-stack-skills bundle
    Evaluate any Agent Skill against the official Agent Skills specification (agentskills.io) and best practices, and produce an official-style assessment report. This skill checks: SKILL.md frontmatter compliance (name, description, license fields), directory structure conventions, progressive disclosure quality, description triggering accuracy, script safety (non-interactive, --help, structured output, no secrets), and security hygiene. The evaluation conclusion is explicitly based on the official specification and best practices published at agentskills.io, not subjective opinion. Use when the user asks to review a skill for spec compliance, check skill structure, audit skill quality against official standards, assess description triggering quality, inspect script safety, or generate an official evaluation report. Also use when the user mentions "审查技能合规", "官方规范评估", "Skill 规范检查", "技能安全审计", "检查 SKILL.md 格式", "生成官方评估报告", "根据官方规范评估技能".
    0
    installs
  33. Jest · full-stack-skills bundle
    Provides comprehensive guidance for Jest testing framework including test writing, matchers, async testing, mocking, snapshots, configuration, and CLI. Use when the user asks about Jest, needs to write JavaScript/TypeScript tests, mock dependencies, or configure Jest for projects.
    0
    installs
  34. Detox · full-stack-skills bundle
    Provides comprehensive guidance for Detox mobile testing framework including React Native testing, E2E testing, and test synchronization. Use when the user asks about Detox, needs to test React Native applications, write E2E tests for mobile apps, or configure Detox.
    0
    installs
  35. Junit · full-stack-skills bundle
    Provides comprehensive guidance for JUnit testing framework including test annotations, assertions, test lifecycle, and best practices. Use when the user asks about JUnit, needs to write Java unit tests, use JUnit annotations, or configure JUnit for Java projects.
    0
    installs
  36. Appium · full-stack-skills bundle
    Provides comprehensive guidance for Appium mobile testing including mobile app automation, element location, gestures, and cross-platform testing. Use when the user asks about Appium, needs to test mobile applications, automate mobile apps, or write Appium test scripts.
    0
    installs
  37. Pytest · full-stack-skills bundle
    Provides comprehensive guidance for pytest testing framework including test writing, fixtures, parametrization, mocking, and plugins. Use when the user asks about pytest, needs to write Python tests, use pytest fixtures, or configure pytest for Python projects.
    0
    installs
  38. Vitest · full-stack-skills bundle
    Provides comprehensive guidance for Vitest testing framework including fast test execution, Vite integration, component testing, mocking, and configuration. Use when the user asks about Vitest, needs to write fast unit tests, test Vue/React components, or configure Vitest with Vite projects.
    0
    installs
  39. Cypress · full-stack-skills bundle
    Provides comprehensive guidance for Cypress end-to-end testing including commands, assertions, component testing, CI/CD integration, and best practices. Use when the user asks about Cypress, needs to write E2E tests, component tests, or configure Cypress for testing.
    0
    installs
  40. Selenium · full-stack-skills bundle
    Provides comprehensive guidance for Selenium WebDriver including browser automation, element location, waits, and test frameworks. Use when the user asks about Selenium, needs to automate web browsers, write Selenium tests, or work with Selenium WebDriver.
    0
    installs
  41. Playwright · full-stack-skills bundle
    Provides comprehensive guidance for Playwright testing including browser automation, test writing, page objects, and cross-browser testing. Use when the user asks about Playwright, needs to write E2E tests, automate browsers, or test web applications across browsers.
    0
    installs
  42. Webapp Testing · full-stack-skills bundle
    Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
    0
    installs
  43. CLI Ascii Logo · full-stack-skills bundle
    生成 CLI 的 ASCII 艺术 Logo/Banner(支持 box drawing 边框、█ 块字符、ANSI 24-bit 渐变色)并提供可运行脚本与集成代码。适用于“做一个像 Spec Kit CLI 的终端 Logo / 彩色 ASCII banner / figlet 风格标题 / CLI 启动欢迎页”等需求。
    0
    installs
  44. Ascii Mini Charts · full-stack-skills bundle
    Generate ASCII mini charts (sparkline/bar/simple line) for plain-text trend inspection, with minimal + annotated variants and normalization notes.
    0
    installs
  45. Ascii Ansi Colorizer · full-stack-skills bundle
    Add an ANSI color layer to existing ASCII/plain-text output (gradient/rainbow/highlights) with alignment-safe rules and a required no-color fallback.
    0
    installs
  46. Ascii Image To Ascii · full-stack-skills bundle
    Convert an image into ASCII art (readable + detail variants, width/charset controls, optional ANSI), for terminal previews and plain-text “image substitutes”.
    0
    installs
  47. Ascii Table Renderer · full-stack-skills bundle
    Render structured data as aligned ASCII tables (column width rules, truncate/wrap, border styles, compact/readable variants) for terminal/log/email.
    0
    installs
  48. Ascii CLI Logo Banner · full-stack-skills bundle
    Entry point for ASCII CLI banners. Choose the Python built-in font skill or the figlet.js/FIGfont skill depending on needs.
    0
    installs
  49. Ascii Diagram Boxflow · full-stack-skills bundle
    Generate plain ASCII box-flow diagrams (boxes + arrows) for environments without renderers, with alignment rules and split strategies for complex graphs.
    0
    installs
  50. Ascii Text Art Library · full-stack-skills bundle
    Generate a reusable ASCII-only text template library (titles, dividers, notice boxes, slogans/CTA), with naming conventions and selection rules for consistent CLI/log/README output.
    0
    installs
  51. Ascii Motd Profile Banner · full-stack-skills bundle
    Generate ASCII-only MOTD / SSH login banner / shell profile welcome messages (short/long variants, quiet mode guidance, security notices).
    0
    installs
  52. Ascii Progress And Spinner · full-stack-skills bundle
    Design ASCII progress bars and spinners for CLI UX (determinate/indeterminate, TTY single-line refresh, non-interactive log fallback) with copy-pastable style specs.
    0
    installs
  53. Ascii CLI Logo Banner Python · full-stack-skills bundle
    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.
    0
    installs
  54. Ascii Terminal Animation Pack · full-stack-skills bundle
    Plan and generate terminal ASCII animations/screensaver-style output (FPS, refresh rules, loop policy, low-flicker guidance), with a static poster frame and an optional local demo script.
    0
    installs
  55. Ascii CLI Logo Banner Figletjs · full-stack-skills bundle
    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.
    0
    installs
  56. Speckit Plan · full-stack-skills
    Execute the implementation planning workflow using the plan template to generate design artifacts.
    0
    installs
  57. Speckit Check · full-stack-skills bundle
    Run `specify check` to verify that Spec Kit required tools (git, claude, gemini, code, cursor-agent, windsurf, qwen, opencode, codex, shai, qoder, etc.) are installed and available; interpret results and suggest next steps. Use when the user says "check Spec Kit environment", "specify not working", or "slash commands not showing".
    0
    installs
  58. Speckit Tasks · full-stack-skills
    Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
    0
    installs
  59. Speckit Analyze · full-stack-skills
    Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
    0
    installs
  60. Speckit Clarify · full-stack-skills
    Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
    0
    installs
  61. Speckit Initial · full-stack-skills bundle
    Run `specify init` in the current or target directory to bootstrap a Spec Kit project (pull .specify/ and slash commands); supports multiple AI agents and --script sh/ps. Use when the user says "initialize Spec Kit project", "specify init", or "set up Spec Kit in this repo".
    0
    installs
  62. Speckit Install · full-stack-skills bundle
    Install the Specify CLI on the host machine (uv tool install or uvx one-time); supports multiple OS, persistent or one-time install, and corporate or restricted-network environments. Use when the user says "install Spec Kit", "install Specify CLI", or "specify command not found".
    0
    installs
  63. Speckit Specify · full-stack-skills
    Create or update a feature specification from a natural language feature description.
    0
    installs
  64. Speckit Baseline · full-stack-skills
    Generate feature specifications by analyzing existing source code.
    0
    installs
  65. Speckit Checklist · full-stack-skills
    Generate a custom checklist for the current feature based on user requirements.
    0
    installs
  66. Speckit Implement · full-stack-skills
    Speckit Implement
    0
    installs
  67. Speckit Constitution · full-stack-skills
    Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
    0
    installs
  68. Speckit Taskstoissues · full-stack-skills
    Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
    0
    installs
  69. Uniapp Ad · full-stack-skills bundle
    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.
    0
    installs
  70. Uniapp Mini Guide · full-stack-skills bundle
    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.
    0
    installs
  71. Uniapp Cloud · full-stack-skills bundle
    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.
    0
    installs
  72. Uniapp Uview · full-stack-skills bundle
    A comprehensive skill for integrating and using uView UI with UniApp projects. This skill focuses on UniApp-specific integration, configuration, and platform-specific considerations when using uView UI in UniApp applications. Use this skill whenever the user needs to integrate uView UI into UniApp projects, configure UniApp-specific settings, or handle platform differences.
    0
    installs
  73. Uniapp Plugin · full-stack-skills bundle
    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.
    0
    installs
  74. Uniapp Project · full-stack-skills bundle
    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.
    0
    installs
  75. Uniapp Ucharts · full-stack-skills bundle
    A comprehensive skill for integrating and using uCharts with UniApp projects. This skill focuses on UniApp-specific integration, configuration, and platform-specific considerations when using uCharts in UniApp applications. Use this skill whenever the user needs to integrate uCharts into UniApp projects, configure UniApp-specific settings, or handle platform differences.
    0
    installs
  76. Uniappx Project · full-stack-skills bundle
    Provides comprehensive uni-app-x component and API integration guidance. Use when the user needs official uni-app-x components or APIs, wants per-component or per-API examples, or needs cross-platform compatibility details for uni-app-x.
    0
    installs
  77. Uniapp Native App · full-stack-skills bundle
    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.
    0
    installs
  78. Uniappx Uview Pro · full-stack-skills bundle
    A comprehensive skill for integrating and using uView Pro with UniAppX projects. This skill focuses on UniAppX-specific integration, configuration, and platform-specific considerations when using uView Pro in UniAppX applications. Use this skill whenever the user needs to integrate uView Pro into UniAppX projects, configure UniAppX-specific settings, or handle platform differences.
    1
    install
  79. Uniapp Native Plugin · full-stack-skills bundle
    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.
    0
    installs
  80. Uniapp Project Creator · full-stack-skills bundle
    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 uni-app project, or generate uni-app project structure.
    0
    installs
  81. Uniappx Project Creator · full-stack-skills bundle
    Provides one-command project creation for uni-app-x including Vue 3 + TypeScript + Vite setup, configuration, and template generation. Use when the user asks to create a uni-app-x project with a single command, needs to initialize a new uni-app-x project, or generate uni-app-x project structure.
    0
    installs
  82. Nvm · full-stack-skills bundle
    Guidance for installing, configuring, and using nvm (Node Version Manager) based on the official README. Use when the user needs to manage Node.js versions, install nvm, or troubleshoot nvm usage.
    0
    installs
  83. Nvm Misc · full-stack-skills bundle
    Provide nvm overview, output color customization, tests, and automation examples like Ansible. Use when users ask for an nvm intro, color settings, running nvm tests, or Ansible install tasks.
    0
    installs
  84. Nvm Setup · full-stack-skills bundle
    Configure shell initialization and environment variables so nvm loads correctly across bash, zsh, and fish.
    0
    installs
  85. Nvm Verify · full-stack-skills bundle
    Verify nvm installation and diagnose PATH or profile loading issues after setup.
    0
    installs
  86. Nvm Install · full-stack-skills bundle
    Provide comprehensive guidance for installing and updating nvm from the official README, including install scripts, profile selection, and required environment variables.
    0
    installs
  87. Nvm Docker CI · full-stack-skills bundle
    Cover nvm installation and usage in Docker images and CI/CD pipelines, including non-interactive shell loading.
    0
    installs
  88. Nvm Uninstall · full-stack-skills bundle
    Remove nvm cleanly, including NVM_DIR cleanup, profile edits, and PATH restoration.
    0
    installs
  89. Nvm Project Meta · full-stack-skills bundle
    Provide nvm project metadata like maintainers, support policy, enterprise support, license, and copyright notice. Use when users ask about project governance or legal notices.
    0
    installs
  90. Nvm Usage Basics · full-stack-skills bundle
    Cover everyday nvm usage for installing, switching, and listing Node versions, including LTS and system node.
    0
    installs
  91. Nvm Global Packages · full-stack-skills bundle
    Migrate global packages between Node versions and define a default global packages file for consistency.
    0
    installs
  92. Nvm Mirror And Auth · full-stack-skills bundle
    Configure Node.js binary mirrors and authentication headers for restricted or 10、Company Manger network environments.
    0
    installs
  93. Nvm Shell Integration · full-stack-skills bundle
    Enable deeper shell integration and auto-switching for nvm across bash, zsh, and fish.
    0
    installs
  94. Nvm Defaults And Nvmrc · full-stack-skills bundle
    Define default Node versions and manage project-specific versions with .nvmrc and auto-use flows.
    0
    installs
  95. Nvm Troubleshooting Linux · full-stack-skills bundle
    Diagnose common nvm issues on Linux and WSL, including distro differences, profiles, and PATH errors.
    0
    installs
  96. Nvm Troubleshooting Macos · full-stack-skills bundle
    Diagnose common nvm issues on macOS, including profile loading, PATH priority, and permissions.
    0
    installs
  97. Openspec Ff · full-stack-skills
    Fast-forward through artifact creation with `/opsx:ff`, generating all planning artifacts (proposal, specs, design, tasks) at once. Use when the user says "fast forward", "create all artifacts", "/opsx:ff", or has a clear picture of what to build.
    0
    installs
  98. Openspec New · full-stack-skills
    Start a new OpenSpec change with `/opsx:new`, creating a change folder with metadata and scaffolding. Use when the user says "start a new change", "new feature", "/opsx:new", or "create an OpenSpec change".
    0
    installs
  99. Openspec Sync · full-stack-skills
    Sync delta specs from a change into main specs using `/opsx:sync`, without archiving the change. Use when the user says "sync specs", "merge specs to main", "/opsx:sync", or needs to update main specs mid-change.
    0
    installs
  100. Openspec Apply · full-stack-skills
    Implement tasks from the change using `/opsx:apply`, working through the task list and checking off items. Use when the user says "implement", "apply the change", "/opsx:apply", or "start coding from tasks".
    0
    installs