From ai-experiment-logger
Logs a new AI experiment, collecting AI tool, prompt, result summary, rating, and tags, then prints a formatted terminal report.
How this command is triggered — by the user, by Claude, or both
Slash command
/ai-experiment-logger:logThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Log AI Experiment When the user runs `/log-exp` or `/log`, help them log a new AI experiment by gathering the following information: ## Required Information 1. **AI Tool Used** - e.g., "ChatGPT o1-preview", "Claude Sonnet 3.5", "Gemini Pro" 2. **Prompt/Query** - What they asked the AI 3. **Result Summary** - Brief summary of the AI's response 4. **Effectiveness Rating** - 1 (poor) to 5 (excellent) 5. **Tags** (optional) - Comma-separated tags like "code-generation, python, debugging" 6. **Date** (optional) - Defaults to now if not provided ## Process 1. Ask for the information conver...
When the user runs /log-exp or /log, help them log a new AI experiment by gathering the following information:
log_experiment MCP toolUser: /log-exp
32plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 32 plugins
npx claudepluginhub rowanbrooks100/claude-code-plugins-plus-skills --plugin ai-experiment-logger/logLogs a new AI experiment, collecting AI tool, prompt, result summary, rating, and tags, then prints a formatted terminal report.
/trackLogs ML experiment parameters, metrics, and artifacts with metadata and status for structured comparison and reproducibility.
/track-experimentsExecutes AI/ML tasks with intelligent automation: generates code, validates data, provides performance metrics, and saves artifacts with documentation.
/experimentRuns AI research experiments by delegating to the ai-research-workflows skill. Accepts topic, file references, or instructions as arguments; enters collaborative mode if none provided.