harness-creator/SKILL.md
创建生产级 Harness 脚手架的技能。 用于快速为一个新项目或工作区创建 AGENTS.md、feature_list.json、init.sh、claude-progress.md 等核心文件。 基于 WalkingLabs Learn Harness Engineering 课程。
npx skillsauth add adminlove520/xiaoxi-skills harness-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
快速为一个项目创建 Harness Engineering 脚手架文件。
根指令文件。定义:
机器可读的功能清单。每个功能包含:
启动脚本:
进度日志。记录:
对项目目录运行:
# 在项目根目录执行
cat > AGENTS.md << 'EOF'
# 项目名
## 开工流程
1. 读取 feature_list.json 了解当前状态
2. 读取 claude-progress.md 了解进度
3. 检查未完成功能的验证状态
## 完成定义
- [ ] 测试通过
- [ ] 代码通过 lint
- [ ] 文档已更新
EOF
cat > feature_list.json << 'EOF'
{
"features": []
}
EOF
创建 harness 时,确保:
data-ai
Spaced-repetition flashcard system. Create cards from facts or text, chat with flashcards using free-text answers graded by the agent, generate quizzes from YouTube transcripts, review due cards with adaptive scheduling, and export/import decks as CSV.
development
Canvas LMS integration — fetch enrolled courses and assignments using API token authentication.
development
Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.
devops
Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.