🛠️
AutomationMDX

New Command

by cortex-tms

New Command is an Automation skill for Claude Code, published by cortex-tms in cortex-tms.

181 stars7 forkson cortex-tms/cortex-tmsAdded 2026/09/07+1% in starsRepository updated 2026/09/01
aianthropicarchitecturebest-practicesclaude-codeclicode-generationcursordeveloper-experiencedeveloper-toolsdevtoolsdocumentationgithub-copilotgovernancellmproject-scaffoldingtask-managementtypesciptversion-controlworkflow-automation
Install in seconds
Install New Command
Copy New Command into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/cortex-tms/cortex-tms/tree/main/.claude/skills/new-command ~/.claude/skills/new-command

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/cortex-tms/cortex-tms.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/new-command/SKILL.md in cortex-tms/cortex-tms
Installs to
~/.claude/skills/new-command
Collection
One of 6 skills cataloged from this repository
Category
Automation2109 skills

What New Command does

New Command scaffolds a new Cortex TMS CLI command following the existing command, type, and test patterns. Use it when adding a command and its tests, docs, and CLI registration.

New Command is cataloged under Automation on DirSkills. New Command comes from a repository tagged ai, anthropic, architecture, best-practices and claude-code.

Documentation

README

New Command

Scaffold a new CLI command for Cortex TMS.

Before Writing Code

  1. Read existing patterns — look at src/commands/archive.ts and src/commands/status.ts as reference implementations
  2. Read types — check src/types/cli.ts for existing interfaces
  3. Read tests — check src/tests/archive.test.ts for the test pattern
  4. Propose the command — describe what it does, its subcommands/options, and which files will be created/modified. Follow Propose/Justify/Recommend. Wait for approval.

Implementation Checklist

After the user approves the plan:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about New Command

  • What else does cortex-tms publish alongside New Command?

    New Command is one of 6 skills that DirSkills catalogs from cortex-tms/cortex-tms, the repository it ships in. Its siblings there include Implement, Plan and Release. Each one is a separate skill with its own page in this directory, installs the same way New Command does, and is maintained by cortex-tms in that same repository. The rest of the collection is listed on the cortex-tms/cortex-tms page.

  • How does New Command compare to other Automation skills?

    New Command ranks #1920 by stars among the 2109 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of New Command against them. Open each page to compare what they document and how they install.