소스 정보
- 저장소
- SirNosh/ml-harness
- 최근 소스 활동
- 2026년 7월 3일 19:02
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/SirNosh/ml-harness --skill templates명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | templates |
| description | Common output templates for reports, paper sections, reviews, and decision records. |
Common templates for agent outputs, reports, and documentation.
# {Title}
## Abstract
{One paragraph summary of the work}
## 1. Introduction
{Problem, motivation, contributions}
## 2. Related Work
{What others have done, where we fit}
## 3. Method
{Our approach, mathematical formulation}
## 4. Experiments
{Experimental setup, baselines, metrics}
## 5. Results
{Main results, tables, figures}
## 6. Analysis
{Why it works, ablation insights}
## 7. Discussion
{Limitations, future work}
## 8. Conclusion
{Summary of contributions}
## References
{Bibliography}
# Experiment: {Name}
## Hypothesis
{What we expect to happen}
## Setup
- Dataset: {what, size, splits}
- Model: {architecture, parameters}
- Training: {optimizer, lr, batch_size, epochs}
- Hardware: {GPU type, count}
## Results
| Metric | Baseline | Ours | Delta |
|--------|----------|------|-------|
| {metric} | {value} | {value} | {delta} |
## Analysis
{What the results mean}
## Conclusions
{What we learned}
# Code Review: {Component}
## Summary
{Brief overview of what was reviewed}
## Findings
### Blocking Issues
- {issue 1}
### Suggestions
- {suggestion 1}
### Notes
- {note 1}
## Verdict
{Approved / Changes requested}
# Decision: {Title}
## Date
{When the decision was made}
## Context
{What was the situation?}
## Decision
{What was decided?}
## Alternatives Considered
1. {Alternative 1} - {pros/cons}
2. {Alternative 2} - {pros/cons}
## Rationale
{Why this decision was made}
## Consequences
{What this means for the project}
# Status Report
## Date
{When}
## Current Phase
{Phase name}
## Gate Status
- [x] {gate 1}
- [ ] {gate 2}
## Recent Activity
- {activity 1}
- {activity 2}
## Next Actions
- {action 1}
- {action 2}
## Blockers
- {blocker 1}