yusyus
38e8969ae7
feat: Merge PR #249 - Bootstrap skill with fixes and MCP optionality
Merged PR #249 from @MiaoDX with enhancements:
Bootstrap Feature:
- Self-bootstrap: Generate skill-seekers as Claude Code skill
- Robust frontmatter detection (dynamic line finding)
- SKILL.md validation (YAML + Markdown structure)
- Comprehensive error handling (uv check, permission checks)
- 6 E2E tests with venv isolation
MCP Optionality (User Feature):
- MCP removed from core dependencies
- Optional install: pip install skill-seekers[mcp]
- Lazy loading with helpful error messages
- Interactive setup wizard on first run
- Backward compatible
Bug Fixes:
- Fixed codebase_scraper.py AttributeError (line 1193)
- Fixed test_bootstrap_skill_e2e.py Path vs str issue
- Updated test version expectations to 2.7.0
- Added httpx to core (required for async scraping)
- Added anthropic to core (required for AI enhancement)
Testing:
- 6 new bootstrap E2E tests (all passing)
- 1207/1217 tests passing (99.2% pass rate)
- All bootstrap and enhancement tests pass
- Remaining failures are pre-existing test infrastructure issues
Documentation:
- Updated CHANGELOG.md with v2.7.0 notes
- Updated README.md with bootstrap and installation options
- Added setup wizard guide
Files Modified (9):
- CHANGELOG.md, README.md - Documentation updates
- pyproject.toml - MCP optional, httpx/anthropic core, markers, entry points
- scripts/bootstrap_skill.sh - Dynamic frontmatter, validation, error handling
- src/skill_seekers/cli/install_skill.py - Lazy MCP loading
- tests/test_cli_paths.py - Version 2.7.0
- uv.lock - Dependency updates
New Files (2):
- src/skill_seekers/cli/setup_wizard.py - Interactive installation guide (95 lines)
- tests/test_bootstrap_skill_e2e.py - E2E bootstrap tests (169 lines)
Credits: @MiaoDX for PR #249
Co-Authored-By: MiaoDX <MiaoDX@hotmail.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-17 20:37:30 +03:00
..
2025-10-29 23:19:32 +03:00
2025-12-28 22:29:44 +03:00
2025-10-19 02:08:58 +03:00
2025-11-29 22:13:13 +03:00
2025-10-19 17:01:37 +03:00
2026-01-01 23:00:36 +03:00
2026-01-11 13:44:45 +03:00
2025-11-07 01:21:29 +03:00
2026-01-17 20:37:30 +03:00
2026-01-17 18:57:53 +08:00
2026-01-12 00:41:26 +03:00
2026-01-17 20:37:30 +03:00
2026-01-02 21:28:21 +03:00
2026-01-02 21:28:21 +03:00
2026-01-12 22:28:06 +03:00
2025-11-20 13:55:46 -08:00
2025-11-29 22:13:13 +03:00
2026-01-02 21:28:21 +03:00
2026-01-11 13:44:45 +03:00
2026-01-14 23:10:52 +03:00
2025-11-30 00:13:49 +03:00
2026-01-11 13:44:45 +03:00
2025-12-21 19:28:22 +03:00
2025-12-21 19:45:06 +03:00
2026-01-11 13:44:45 +03:00
2026-01-01 23:21:12 +03:00
2026-01-04 20:23:16 +03:00
2026-01-04 20:23:16 +03:00
2026-01-01 21:15:09 +03:00
2025-12-28 21:35:21 +03:00
2025-12-26 00:45:48 +03:00
2025-12-26 00:45:48 +03:00
2025-11-07 01:14:24 +03:00
2026-01-12 22:23:27 +03:00
2025-12-21 22:53:05 +03:00
2025-11-29 22:13:13 +03:00
2026-01-11 14:16:44 +03:00
2025-11-07 01:14:24 +03:00
2026-01-05 22:13:19 +08:00
2026-01-12 22:56:37 +03:00
2025-12-21 19:45:06 +03:00
2025-12-26 00:45:48 +03:00
2026-01-11 13:44:45 +03:00
2026-01-05 22:13:19 +08:00
2025-11-29 21:34:51 +03:00
2026-01-01 18:57:21 +03:00
2025-11-07 01:21:29 +03:00
2026-01-03 19:56:09 +03:00
2025-10-23 21:43:05 +03:00
2025-12-21 22:53:05 +03:00
2025-11-29 21:55:46 +03:00
2025-10-26 13:05:39 +03:00
2026-01-01 19:54:48 +03:00
2026-01-17 18:38:31 +03:00
2026-01-11 13:44:45 +03:00
2025-11-07 01:14:24 +03:00
2025-12-26 00:45:48 +03:00
2025-12-26 00:45:48 +03:00
2025-11-29 22:56:37 +03:00
2025-12-28 18:06:50 +03:00
2025-12-21 19:28:22 +03:00
2026-01-01 19:25:53 +03:00
2025-11-29 21:34:51 +03:00
2026-01-03 21:17:27 +03:00
2026-01-12 22:23:27 +03:00
2025-11-11 22:26:52 +03:00
2025-11-07 01:21:29 +03:00
2025-11-10 21:35:44 +03:00
2025-12-21 22:57:27 +03:00