一键导入
create-meeting-agenda
Create weekly software meeting agenda in the wiki repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create weekly software meeting agenda in the wiki repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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