keystone:new-adapter

Generate lifecycle, sensors, and activation files for Keystone framework agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of the adapter triple (lifecycle, sensors, activation) for a new agent in the Keystone framework, simplifying the process of onboarding new agents.

Core Features & Use Cases

  • Adapter Triple Creation: Automatically generates lifecycle.md, sensors.md, and activation.md files for a new agent.
  • Host-Specific Configuration: Ensures the correct files for different host configurations are created.
  • Use Case: When you need to integrate a new agent with the Keystone framework, use this Skill to create the necessary adapter files quickly.

Quick Start

Run 'keystone new adapter <agent>' to create the adapter files for a new agent.

Frequently Asked Questions about keystone:new-adapter

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

FAQPage Schema
How do I automate adapter configuration for a new agent in the Keystone framework?

To automate adapter configuration for a new Keystone agent, run the 'keystone new adapter' command. This generates the required lifecycle, sensors, and activation files automatically, streamlining the agent onboarding process.

What files are required to onboard a new agent with Keystone?

Onboarding a new agent with Keystone requires an adapter triple consisting of lifecycle.md, sensors.md, and activation.md files. These files manage the agent's lifecycle, sensors, and activation configuration.

Does the Keystone adapter setup support host-specific configurations?

Yes, the Keystone adapter setup supports host-specific configurations. When generating the adapter triple, it ensures the correct lifecycle, sensors, and activation files are created for your specific host environment.

What is the best way to generate lifecycle and sensors files for Keystone agents?

The best way to generate lifecycle and sensors files for Keystone agents is using the keystone new adapter Skill. It automatically creates the complete adapter triple based on your specified agent type.

Do I need to manually create activation.md when setting up a new Keystone agent?

No, you do not need to manually create activation.md. Running the keystone new adapter command automates the creation of the activation file alongside the lifecycle and sensors files.