Files
skill-seekers-reference/configs/astrovalley_unified.json
yusyus 7a661ec4f9 test: Add AstroValley unified config and verify AI enhancement
Added comprehensive test config for AstroValley demonstrating:
- Unified scraping (GitHub repo + codebase analysis)
- Standalone codebase skill generation working
- Combined skill generation working (264 → 966 lines)
- AI enhancement on standalone skill (89 → 733 lines, 8.2x growth)
- AI enhancement on unified skill (264 → 966 lines, 3.7x growth)

Verified AI context awareness:
✓ Standalone: Correctly identified as codebase-only (deep API focus)
✓ Unified: Correctly identified as GitHub+codebase (ecosystem focus)
✓ Smart summarization triggered appropriately (63K → 22K chars)
✓ Reference file integration working (20 files vs 8 files)

Test results:
- Both enhancement modes work perfectly
- Context-aware content adaptation confirmed
- Different use cases optimized correctly
- All systems operational

Config: configs/astrovalley_unified.json
Test repo: https://github.com/yusufkaraaslan/AstroValley

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-13 22:47:07 +03:00

33 lines
942 B
JSON

{
"name": "astrovalley",
"description": "Space farming/automation game with combat and exploration - GitHub repo with deep codebase analysis",
"version": "1.0.0",
"target": "claude",
"sources": [
{
"type": "github",
"repo": "yusufkaraaslan/AstroValley",
"clone_path": "/mnt/1ece809a-2821-4f10-aecb-fcdf34760c0b/Git/AstroValley",
"enable_codebase_analysis": true,
"analysis_depth": "deep",
"include_issues": true,
"include_pull_requests": true,
"include_discussions": false,
"max_issues": 100,
"codebase_options": {
"build_api_reference": true,
"build_dependency_graph": true,
"detect_patterns": true,
"extract_test_examples": true,
"extract_config_patterns": true,
"detect_architecture": true
}
}
],
"synthesis_strategy": "comprehensive",
"ai_enhancement": {
"mode": "auto",
"enable": true
}
}