Plexus Score Setup

Official

Automate Plexus scorecard setup via GraphQL.

AuthorAnthusAI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill performs the administrative setup for Plexus by creating scorecard and score records via the GraphQL API. It handles only metadata creation (name, external_id, description). It does not cover guidelines or configuration.

Core Features & Use Cases

  • Scorecard setup: Create a new scorecard with a human-readable name, web slug (key), external_id, and description.
  • Score addition: Add a new score to an existing scorecard with external_id and description.
  • Guided workflow: Provides the metadata prompts and handoff steps to proceed with guidelines/config in subsequent skills.

Quick Start

Provide the following basic metadata to begin:

  • Scorecard: name: "<Your Scorecard Name>", key: "<slug>", external_id: "<external_id>", description: "<short description>"
  • Score: scorecard_name: "<Scorecard Name>", score_name: "<Score Name>", score_external_id: "<external_id>", description: "<short description>"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Plexus Score Setup
Download link: https://github.com/AnthusAI/Plexus/archive/main.zip#plexus-score-setup

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository