Skip to content

stevezhu/skills

Repository files navigation

@stzhu/skills

A collection of CLI tools (skills) for AI agents and developers.

Installation

pnpm add @stzhu/skills

Usage

The CLI is available as stz-skills. You can also run it via pnpx:

pnpx @stzhu/skills <command>

Agent Logbook

Manage and validate AI agent activity logs in the .agent-logbook/ directory.

Get Session Stats

Retrieve token usage and model information for a specific agent session.

# For Claude Code
pnpx @stzhu/skills agent-logbook stats <session-id> --agent claudecode

# For Gemini CLI
pnpx @stzhu/skills agent-logbook stats <session-id> --agent geminicli

Validate Logbook Files

Validate the filenames and frontmatter of your logbook entries.

# Validate all files in .agent-logbook/
pnpx @stzhu/skills agent-logbook validate

# Validate a specific file or directory
pnpx @stzhu/skills agent-logbook validate .agent-logbook/activity/

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors