polym-help

Guide Polym installation, verification, and contribution workflows.

8|Updated May 13, 2026
One-click install
npx skills add https://github.com/byteplus-sa/polym --skill polym-help
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: polym-help
Source: https://github.com/byteplus-sa/polym/tree/main/skills/polym-help
Command: npx skills add https://github.com/byteplus-sa/polym --skill polym-help

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Polym-help removes confusion for new SA members by explaining what Polym is, how to install and verify the skill pack, and how to use common skills when they feel lost.

Core Features & Use Cases

  • Polym onboarding and routing: Answers what Polym does and how to navigate common “help / get started” questions, including what to run and in what order.
  • End-to-end setup guidance: Covers prerequisites, installs, PATH setup, MVP profile installation, and how to verify with polym list and polym doctor.
  • Skill usage and contribution orientation: Provides example invocations for key skills and outlines how to add a new skill using polym new, manifest fields, semver rules, linting, and PR workflow.

Quick Start

Say: "help" in Claude Code to get onboarding guidance and next steps for installing and using Polym.

Frequently Asked Questions about polym-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the Polym skill pack and how do I get started with it?▼

Polym is a skill pack for Claude Code that provides various onboarding and development tools. To get started, type "help" in Claude Code to receive guidance on prerequisites, installation, PATH setup, and how to verify the setup using commands like polym list and polym doctor.

How do I install and verify Polym skills in my environment?▼

To install and verify Polym skills, follow the end-to-end setup guidance provided by the skill, which covers prerequisites, installs, MVP profile installation, and PATH setup. You can verify your installation by running the polym list and polym doctor commands to ensure everything is configured correctly.

How do I contribute a new skill to the Polym skill pack?▼

To contribute a new skill to the Polym skill pack, use the polym new command and follow the outlined workflow, which includes defining manifest fields, adhering to semver rules, running linting checks, and submitting your contribution through the PR workflow.

Do I need Claude Code and lark-cli to use Polym for skill contributions?▼

Yes, Claude Code is required to trigger Polym onboarding and use the skill pack. The setup guidance also covers lark-cli installation and authentication steps as part of the prerequisites for contributing and using Polym skills.

What should I do if my Polym skill pack installation is not working?▼

If your Polym skill pack installation is not working, check your setup by running polym doctor to diagnose issues. Ensure you have correctly configured your PATH and completed all prerequisite installations and authentication steps outlined in the onboarding guidance.