Pss Added Since banner
Emasoft Emasoft

Pss Added Since

Productivity community

Description

--- name: pss-added-since description: "List PSS index entries installed since a given time. Useful after /cpv-manage to verify new installs got indexed" argument-hint: "<when> [--limit N] [--json]" effort: low allowed-tools: ["Bash"] --- # PSS Added Since Command List elements whose `first_indexed_at` timestamp is at or after a given point in time. Wraps the Rust binary's `list-added-since` subcommand (Phase D, v3.0.0+) against the canonical CozoDB store. Typical use cases: - "What did I in

Installation

Installs to ~/.claude/skills/emasoft-perfect-skill-suggester-pss-added-since/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-perfect-skill-suggester-pss-added-since && curl -fsSL https://raw.githubusercontent.com/Emasoft/perfect-skill-suggester/HEAD/commands/pss-added-since.md -o ~/.claude/skills/emasoft-perfect-skill-suggester-pss-added-since/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository