cipher-type-planner

Installation
SKILL.md

Cipher Type Planner

Workflow

Step 1: Gather Requirements

Ask the user the following questions (use AskUserQuestion). Adapt questions based on what the user has already provided.

Required questions:

  1. Type name and value - What is the cipher type name and integer value? If the user hasn't specified a value, determine the next available integer by reading the CipherType enum definition.
  2. Fields - What are the cipher's properties? Each property must contain:
    • Field name
    • Data type (string, number, boolean)
    • Encryption required?
    • Required
  3. Target client ($0) - Which client should this plan focus on? (web, desktop, browser, cli, or all). Shared library changes (libs/common, libs/vault) are always included; $0 controls which apps/* files appear. Skip if already provided as an argument. Default: all.
  4. Autofill - Should this type participate in browser autofill? (Currently only Login, Card,
Related skills
Installs
4
GitHub Stars
12.8K
First Seen
Apr 22, 2026