JSPM

  • Created
  • Published
  • Downloads 3263
  • Score
    100M100P100Q124608F
  • License MIT

Declarative skill deck governance — cold pool, working set, deny-by-default

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lythos/skill-deck) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @lythos/skill-deck

    Declarative skill deck governance. Reconcile declared skills against your cold pool via symlinks.

    Part of the lythoskill meta-skill ecosystem.

    What it does

    Manages your agent's working set of skills. You declare which skills you want in skill-deck.toml; deck link creates symlinks from the cold pool to .claude/skills/. Supports deny-by-default isolation, max_cards budgeting, transient expiry, and managed directory overlap detection.

    Install

    bun add -d @lythos/skill-deck
    # or
    bunx @lythos/skill-deck <command>

    Commands

    # Link declared skills to working set
    bunx @lythos/skill-deck link
    
    # Link with custom deck file
    bunx @lythos/skill-deck link --deck ./my-deck.toml
    
    # Show current deck status
    bunx @lythos/skill-deck status
    
    # Migrate from old deck format
    bunx @lythos/skill-deck migrate

    Architecture

    This is the Starter layer of the thin-skill pattern. The agent-visible Skill layer lives in packages/lythoskill-deck/skill/ and is built to skills/lythoskill-deck/.

    License

    MIT