AgentSkillsCN

types

类型

SKILL.md

List all available commitment types.

Usage

/ft types

Instructions

  1. Query: Get all types from commitment_types table

  2. Display:

    code
    COMMITMENT TYPES
    ================
    
    Default Types:
      promise     - Commitments made to people
      product     - Broken things that need fixing
      regulation  - Forms, taxes, legal deadlines
    
    Custom Types:
      habit       - Daily habits to build
      goal        - Long-term objectives
    
    Commands:
      /ft add-type "name" --desc "description"
      /ft rename-type "old" "new"
      /ft delete-type "name" --move-to "other"
    

Related

  • /ft add-type - Create custom type
  • /ft rename-type - Rename existing type
  • /ft delete-type - Remove custom type (default types cannot be deleted)