Uni Helper

🌐Community
by uni-helper · vlatest · Repository

Uni Helper assists students with research tasks like summarizing texts & generating study guides, boosting academic productivity.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add uni-helper npx -- -y @trustedskills/uni-helper
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "uni-helper": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/uni-helper"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Uni Helper skill provides a suite of AI-powered development tools specifically designed for uni-app development. It includes Vite plugins, utility libraries, and TypeScript support to streamline and enhance the development workflow. This skill enables developers to leverage features like file-based routing, on-demand component imports, and platform compilation within their uni-app projects.

When to use it

  • When building uni-app applications and needing a more structured project layout with automatic page discovery.
  • For developers who want to manage manifest files in TypeScript for improved type safety.
  • If you're looking for VueUse-style composable utilities or a promise-based HTTP client specifically tailored for uni-app.
  • When requiring platform-specific modifications and compilation within your uni-app project.

Key capabilities

  • Vite Plugins: Includes plugins for page routing (vite-plugin-uni-pages), layouts (vite-plugin-uni-layouts), component imports (vite-plugin-uni-components), manifest management (vite-plugin-uni-manifest), platform compilation (vite-plugin-uni-platform), platform modifiers (vite-plugin-uni-platform-modifier), and middleware support (vite-plugin-uni-middleware).
  • Utility Libraries: Offers libraries like uni-use (composable utilities), uni-network (HTTP client), and uni-promises (promise wrappers for uni-app APIs).
  • TypeScript Support: Provides TypeScript type definitions to enhance code quality and maintainability.

Example prompts

Due to the nature of this skill as a development toolset, direct prompting isn't applicable in the traditional sense. Instead, developers would use these tools within their coding environment. Examples include: "Generate a new page with file-based routing using vite-plugin-uni-pages" or "Implement an HTTP request using uni-network".

Tips & gotchas

  • This skill is specifically for uni-app development and won't be useful for other frameworks.
  • Familiarity with Vite, uni-app, and TypeScript will significantly improve your experience with this toolset.
  • Refer to the referenced documentation links (within the Key Capabilities section) for detailed usage instructions and configuration options for each plugin and library.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
uni-helper
Installs
106

🌐 Community

Passed automated security scans.