superthread

Manage Superthread projects and tasks via CLI with JSON output.

1|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/steveclarke/superthread --skill superthread
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superthread
Source: https://github.com/steveclarke/superthread/tree/main/skills/superthread
Command: npx skills add https://github.com/steveclarke/superthread --skill superthread

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill brings Superthread project management into the terminal and agent workflows so users can avoid context switching to the web UI and quickly create, update, search, and automate project tasks.

Core Features & Use Cases

  • Command-line project control: Create, update, move, assign, tag, and delete cards across boards and lists.
  • Workspace navigation and search: List spaces, boards, lists, members, and run scoped searches with filters and JSON output for scripts and integrations.
  • Automation & agents: Support for non-interactive token provisioning and piping API keys for CI/agent workflows.
  • Use Case: Triage incoming issues from a CI job by creating cards, assigning owners, tagging priority, and moving them into the active sprint without leaving automated scripts.

Quick Start

Use the superthread skill to create a new card titled Fix login bug in the Backlog list on the Product board and assign it to alice.

Frequently Asked Questions about superthread

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

FAQPage Schema
How do I manage project boards and cards from the command line?

You can create, update, and search project cards directly from the command line by using this CLI tool with your API key. It supports JSON output and workspace navigation for automating workflows without a web UI.

Can I automate creating and assigning cards in a CI pipeline?

Yes, you can automate creating and assigning cards in a CI pipeline by piping an API key for non-interactive token provisioning. Scripts can create cards, assign owners, and tag priority without manual intervention.

Do I need an API key to manage projects from the terminal?

Yes, you need a Superthread account API key to manage projects from the terminal. The CLI requires this key for authentication and supports non-interactive token provisioning for agent integrations.

What is the best way to search across workspaces and boards without a web UI?

The best way to search across workspaces and boards without a web UI is using a CLI tool that runs scoped searches with filters and outputs JSON. It lists spaces, boards, lists, and members for script integration.

How do I move and tag cards across lists in automated scripts?

You move and tag cards across lists in automated scripts by executing CLI commands that update card properties and list positions. This allows moving items into active sprints and applying priority tags programmatically.

Does the CLI tool support JSON output for agent integrations?

Yes, the CLI tool supports JSON output for agent integrations and scripts. It processes workspace, space, board, and list identifiers to return structured data for automated workflows.