te-tracking
v0.3.0
Published
TE (ThinkingEngine) tracking-plan agent with Claude Code skills
Downloads
567
Readme
te-tracking
TE(ThinkingEngine / 数数科技)埋点上报 CLI + Claude Code skill bundle.
Install
npm install -g te-tracking
te-tracking init # symlink skills into ~/.claude/skills/
te-tracking auth loginmacOS pulls the token from Chrome automatically (requires "Allow JavaScript from Apple Events" enabled). Other platforms: paste the token when prompted.
Commands
te-tracking auth {login,status,clear}
te-tracking plan {draft,upload,fetch,delete}
te-tracking code dryrun
te-tracking wiki query
te-tracking debug send
te-tracking init [--force] [--uninstall]Run te-tracking <group> --help for details.
Skills
After init, three Claude Code skills become available globally:
generate-tracking-plan— interactive tracking plan creation and uploadgenerate-tracking-code— generate SDK code / configs from an uploaded plante-wiki-synthesize— synthesize topic pages from the bundled TE docs wiki
Development
git clone <repo>
cd te-tracking
npm install
npm link # makes `te-tracking` point at this checkout
npm run build
npm testSee docs/superpowers/specs/ for design docs.
License
TBD
