@temet/cli
v0.3.18
Published
Temet CLI - encode your consulting expertise into a signed profile your AI agents can work from. Mission hub for AI-augmented consultants and freelance experts.
Maintainers
Readme
@temet/cli
Status: transitioning
This CLI is transitioning into an internal build tool as Temet moves to a desktop application. No new features will land here, only critical patches. Existing installs keep working.
The full experience is moving to the Temet desktop app (coming soon). If you are evaluating Temet for the first time, wait for the desktop release rather than adopting the CLI.
Detect skills from your AI coding sessions. Track progression between sessions. Deploy a public profile.
Quick Start
npx @temet/cli auditCommands
temet Interactive cockpit (progression, protocols, advice)
temet audit [--path <dir>] Analyze sessions (auto-detects project)
--track Save snapshot, diff against previous
--publish Push competencies to your Temet card
--narrate LLM enrichment (needs ANTHROPIC_API_KEY)
--open-report Open the HTML report after audit
--json Structured JSON output
--quiet Suppress output (for background hooks)
--yes, -y Skip publish confirmation
temet deploy-profile Publish progression profile + competencies
temet sync Browser-based consent for public sync
temet traces Show recent session activity
temet plan View current focus and next steps
temet today Daily brief summary
temet install-hook Auto-audit after every Claude Code session
temet uninstall-hook Remove the SessionEnd hook
temet connect Connect MCP client to your card
temet connect-url Connect via temet:// deep link
temet install-handler Register temet:// protocol handlerWhat It Does
Audit — parses Claude Code JSONL sessions, extracts skills via heuristics, detects workflow patterns, grades proficiency levels with real evidence.
Track — saves local snapshots, diffs between sessions, detects focus stability and skill changes over time.
Cockpit — interactive TUI dashboard with progression gauges, protocol loop activation, session contracts injected into ~/.claude/temet-protocol.md.
Deploy — publishes a structured progression profile to temetapp.com/a/{address} via the Temet relay. Requires temet sync for browser-based auth consent.
Report — generates a rich HTML report with progression view, protocol state, skill inventory, workflow patterns, and a Deploy button.
Zero Dependencies
The CLI has zero npm runtime dependencies. All analysis runs locally using node: built-in APIs.
Release Automation
- Versioning and changelog managed by
release-pleaseforpackages/cli - npm publication automated from GitHub Actions on CLI release
- Required repo secret:
NPM_TOKEN
