keystone:new-command

Generate lifecycle action files and documentation in the Keystone framework.

42|3|Updated May 31, 2026
One-click install
npx skills add https://github.com/tacoda/keystone --skill keystone-new-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: keystone:new-command
Source: https://github.com/tacoda/keystone/tree/main/internal/framework/scaffold/templates/charter/skills/keystone-new-command
Command: npx skills add https://github.com/tacoda/keystone --skill keystone-new-command

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating new lifecycle actions by automatically generating the necessary files and documentation.

Core Features & Use Cases

  • Automated Scaffold Creation: Automatically creates the files and documentation for a new lifecycle action.
  • Customizable Command Triggers: Allows the use of various command triggers to initiate the scaffolding process.
  • Flexible Output: Outputs a command that can be used to add a new lifecycle action to the .charter/actions/ directory.

Quick Start

Use the keystone new command <name> command to create a new lifecycle action, e.g., keystone new command release-notes.

Frequently Asked Questions about keystone:new-command

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

FAQPage Schema
How do I create a new lifecycle action in Keystone?

To create a new lifecycle action in Keystone, use the command `keystone new command <name>`, which automatically generates the necessary files and documentation in the `.charter/actions/` directory.

What does scaffolding a command do in the Keystone charter management system?

Scaffolding a command in the Keystone charter management system automates the creation of required files and documentation for a new lifecycle action, ensuring proper structure within the `.charter/actions/` directory.

Can I use custom triggers to generate lifecycle action files in Keystone?

Yes, you can use customizable command triggers to initiate the scaffolding process, allowing you to specify a user-provided command name to generate the corresponding lifecycle action files and documentation.

Do I need any dependencies installed to scaffold new commands in Keystone?

No dependencies are required to scaffold new commands in Keystone, as the Skill operates independently to generate the necessary files and documentation for lifecycle actions within the charter management system.

What is the best way to automate lifecycle action creation in Keystone?

The best way to automate lifecycle action creation in Keystone is using the `keystone new command <name>` scaffold, which automatically generates all required files and documentation without manual setup.