with one click
create-meeting-agenda
Create weekly software meeting agenda in the wiki repo.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create weekly software meeting agenda in the wiki repo.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Plan LLM fine-tuning and evaluation experiments. Use when the user wants to design a new experiment, plan training runs, or create an experiment_summary.yaml file.
Create custom inspect-ai evaluation tasks through interacted, guided workflow.
Open-ended, Claude-driven exploration of a completed experiment — you decide per-experiment which figures matter and what the results mean. Optional and runnable any time after run-experiment (summarize-experiment is the required post-run step). Produces "Claude's Exploration": a non-deterministic report of what you examined and concluded, with an audit log.
Execute the complete experimental workflow - model optimization followed by evaluation - for all runs in a scaffolded experiment. Use after scaffold-experiment to submit jobs to SLURM.
Archive a completed experiment, preserving all experiment files while deleting bulk checkpoint artifacts. Use after summarize-experiment or explore-experiment when an experiment is complete and results have been reviewed.
Set up complete experimental infrastructure for all runs in a designed experiment. Orchestrates parallel generation of fine-tuning configs (via scaffold-torchtune) and evaluation configs (via scaffold-inspect). Use after design-experiment to prepare configs before running experiments.
| name | create-meeting-agenda |
| description | Create weekly software meeting agenda in the wiki repo. |
Create a new weekly software meeting agenda by copying the previous week's agenda and updating the wiki index.
The wiki is located at: /scratch/gpfs/MSALGANIK/niznik/GitHub/cruijff_kit_wiki/
cd /scratch/gpfs/MSALGANIK/niznik/GitHub/cruijff_kit_wiki
git pull
Look for the most recent YYYY-MM-DD-SM.md file in the wiki directory. Files use special unicode hyphens (‐ U+2010) not regular hyphens.
YYYY-MM-DD (e.g., 2025-12-02)YYYY‐MM‐DD‐SM.md (using unicode hyphens ‐)Add a new entry at the TOP of Software-Meetings.md:
* [YYYY-MM-DD](https://github.com/niznik-dev/cruijff-kit/wiki/YYYY%E2%80%90MM%E2%80%90DD%E2%80%90SM)
Note: The URL uses %E2%80%90 for each unicode hyphen (‐).
cd /scratch/gpfs/MSALGANIK/niznik/GitHub/cruijff_kit_wiki
git add "YYYY‐MM‐DD‐SM.md" Software-Meetings.md
git commit -m "Add [DATE] meeting agenda
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>"
git push
git pull first to avoid conflicts