Add the marketplace
/plugin marketplace add a3lem/my-claude-pluginsInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
Python coding preferences and conventions -- how I like to write Python
Structured [AI] comment blocks with provenance, context, intent, and assumptions for meaningful code review
Routes knowledge to the right store: specs, notes, decisions, journal, or docs
Automatically prompt execution of Session Setup steps from CLAUDE.md on session start
Integration for the tk CLI ticket system - git-backed issue tracking for AI agents
Persistent auto-memory across sessions with configurable storage location
Manage AI provenance metadata blocks in source files to track review status, rule references, and access control
Project knowledge management with notes, decision logs, and timestamped journal entries
Differential testing with tc - input.json to output.json, diffed against expected.json
Spec-driven development with structured directories, borrowing ideas from Kiro and Spec-kit