2025-12-07 14:52:25 -05:00
|
|
|
# Create Study Skill - REDIRECT
|
2025-11-24 07:55:00 -05:00
|
|
|
|
2025-12-07 14:52:25 -05:00
|
|
|
**DEPRECATED**: This file has been consolidated.
|
2025-11-26 12:01:50 -05:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2025-12-07 14:52:25 -05:00
|
|
|
## Use Instead
|
feat: Major update with validators, skills, dashboard, and docs reorganization
- Add validation framework (config, model, results, study validators)
- Add Claude Code skills (create-study, run-optimization, generate-report,
troubleshoot, analyze-model)
- Add Atomizer Dashboard (React frontend + FastAPI backend)
- Reorganize docs into structured directories (00-09)
- Add neural surrogate modules and training infrastructure
- Add multi-objective optimization support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 19:23:58 -05:00
|
|
|
|
2025-12-07 14:52:25 -05:00
|
|
|
For study creation, use the core skill:
|
feat: Major update with validators, skills, dashboard, and docs reorganization
- Add validation framework (config, model, results, study validators)
- Add Claude Code skills (create-study, run-optimization, generate-report,
troubleshoot, analyze-model)
- Add Atomizer Dashboard (React frontend + FastAPI backend)
- Reorganize docs into structured directories (00-09)
- Add neural surrogate modules and training infrastructure
- Add multi-objective optimization support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 19:23:58 -05:00
|
|
|
|
2025-11-24 07:55:00 -05:00
|
|
|
```
|
2025-12-07 14:52:25 -05:00
|
|
|
.claude/skills/core/study-creation-core.md
|
2025-11-24 07:55:00 -05:00
|
|
|
```
|
|
|
|
|
|
2025-12-07 14:52:25 -05:00
|
|
|
## Why This Changed
|
2025-12-04 07:41:54 -05:00
|
|
|
|
2025-12-07 14:52:25 -05:00
|
|
|
Phase 3 of the Agentic Architecture consolidated duplicate skills:
|
|
|
|
|
- This file (2207 lines) duplicated content from `core/study-creation-core.md` (739 lines)
|
|
|
|
|
- The core version is more focused and maintainable
|
|
|
|
|
- All extractor references now point to `SYS_12_EXTRACTOR_LIBRARY.md`
|
2025-12-04 07:41:54 -05:00
|
|
|
|
2025-12-07 14:52:25 -05:00
|
|
|
## Migration
|
2025-12-04 07:41:54 -05:00
|
|
|
|
2025-12-07 14:52:25 -05:00
|
|
|
If you were loading `create-study.md`, now load:
|
|
|
|
|
1. `core/study-creation-core.md` - Core study creation logic
|
|
|
|
|
2. `SYS_12_EXTRACTOR_LIBRARY.md` - Extractor reference (single source of truth)
|
2025-12-04 07:41:54 -05:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2025-12-07 14:52:25 -05:00
|
|
|
*Consolidated: 2025-12-07 | Phase 3: Skill Consolidation*
|