Cli Subagent Skills banner
liminal-ai liminal-ai

Cli Subagent Skills

Development community

Description

CLI subagent skills for Claude Code, Codex, Copilot, Cursor, and more.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

CLI As Subagent Skills

This repository is a monorepo for CLI-driven subagent skills.

Each package is self-contained and keeps its own packaging workflow, helper scripts, and skill files. The root repository is only responsible for grouping them together in one place.

Packages

  • claude-subagent-skill
  • codex-subagent-skill
  • copilot-subagent-skill
  • cursor-subagent-skill

Notes

  • Existing package layouts are preserved to minimize churn.
  • Tooling is still package-local for now.
  • Future CLI subagent skills can be added alongside these packages.
  • Package releases should use package-prefixed tags such as claude-subagent-v0.1.0 and cursor-subagent-v0.1.0.

Smoke tests

Run all runtime smoke tests from the monorepo root:

bash scripts/smoke-test-all.sh

Run the machine-readable contract checks from the monorepo root:

bash scripts/contract-test-all.sh