Plexus Score Setup

Create Plexus scorecards and scores via the GraphQL API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AnthusAI/Plexus --skill plexus-score-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Plexus Score Setup
Source: https://github.com/AnthusAI/Plexus/tree/main/.claude/skills/plexus-score-setup
Command: npx skills add https://github.com/AnthusAI/Plexus --skill plexus-score-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

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>"

Frequently Asked Questions about Plexus Score Setup

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

FAQPage Schema
How do I create a scorecard in Plexus via API?

Create a scorecard by providing a human-readable name, web slug (key), external_id, and description to the GraphQL API. The Skill uses MCP tools to establish the scorecard record with confirmed metadata before proceeding to guidelines or configuration.

What metadata do I need to set up a new scorecard?

Scorecard setup requires name, key (web slug), external_id, and description. Score addition requires scorecard_name, score_name, score_external_id, and description. Gather this Phase 1 metadata before initiating creation via the GraphQL API.

Can I add scores to an existing scorecard in Plexus?

Yes. Add scores to an existing scorecard by providing the scorecard name, score name, external_id, and description. The Skill creates score records via the GraphQL API and verifies them before handoff to guidelines configuration.

Do I need the Plexus CLI to set up scorecards and scores?

No. This Skill uses GraphQL API MCP tools instead of the Plexus CLI for scorecard and score creation, providing a programmatic alternative for administrative setup tasks.

What happens after I create a scorecard and scores?

After creating scorecard and score records with confirmed metadata, the next step is guidelines definition and configuration work, which are handled by subsequent Skills in the workflow.

Does this Skill cover scorecard configuration and guidelines?

No. This Skill handles metadata creation only—name, external_id, and description. Guidelines definition and configuration are separate downstream tasks outside this Skill's scope.