18 Commits

Author SHA1 Message Date
yusyus
a1934905f6 docs: remove awesome-mcp-servers from ecosystem tables
Not a Skill Seekers-specific repo — better suited for MCP docs section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 19:24:37 +03:00
yusyus
a1eab63daf docs: add ecosystem section linking all Skill Seekers repos
Add cross-repo discoverability for the 6 related repositories
(website, configs, GitHub Action, plugin, Homebrew tap, MCP servers).

- README.md: ecosystem table, Trendshift badge, pepy.tech downloads badge
- All 11 translated READMEs: translated ecosystem sections
- CONTRIBUTING.md: related repositories table for contributors
- pyproject.toml: ecosystem URLs in [project.urls] for PyPI sidebar

Addresses contributor feedback about difficulty finding the website repo.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 19:22:16 +03:00
yusyus
6bb7078fbc docs: update all documentation for 12 LLM platforms and 18 agents
- README.md + 11 i18n READMEs: 5→12 LLM platforms, 11→18 agents, new platform/agent tables
- CLAUDE.md: updated --target list, adaptor directory tree
- CHANGELOG.md: added v3.4.0 entry with all Phase 1-4 changes
- docs/reference/CLI_REFERENCE.md: new --target and --agent options
- docs/reference/FEATURE_MATRIX.md: updated all platform counts and tables
- docs/user-guide/04-packaging.md: new platform and agent rows
- docs/FAQ.md: expanded platform/agent answers
- docs/zh-CN/*: synchronized Chinese documentation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 20:42:31 +03:00
yusyus
9e405df9d0 docs: add README translations for 10 languages (12 total)
Add machine-translated README files for Japanese, Korean, Spanish,
French, German, Portuguese (BR), Turkish, Arabic, Hindi, and Russian.
Update language selector in English and Chinese READMEs to link all 12
versions.

New files: README.{ja,ko,es,fr,de,pt-BR,tr,ar,hi,ru}.md
Modified: README.md, README.zh-CN.md (language selector bar)
2026-03-15 16:27:05 +03:00
yusyus
37cb307455 docs: update all documentation for 17 source types
Update 32 documentation files across English and Chinese (zh-CN) docs
to reflect the 10 new source types added in the previous commit.

Updated files:
- README.md, README.zh-CN.md — taglines, feature lists, examples, install extras
- docs/reference/ — CLI_REFERENCE, FEATURE_MATRIX, MCP_REFERENCE, CONFIG_FORMAT, API_REFERENCE
- docs/features/ — UNIFIED_SCRAPING with generic merge docs
- docs/advanced/ — multi-source guide, MCP server guide
- docs/getting-started/ — installation extras, quick-start examples
- docs/user-guide/ — core-concepts, scraping, packaging, workflows (complex-merge)
- docs/ — FAQ, TROUBLESHOOTING, BEST_PRACTICES, ARCHITECTURE, UNIFIED_PARSERS, README
- Root — BULLETPROOF_QUICKSTART, CONTRIBUTING, ROADMAP
- docs/zh-CN/ — Chinese translations for all of the above

32 files changed, +3,016 lines, -245 lines
2026-03-15 15:56:04 +03:00
yusyus
a535c7cf18 chore: bump version to 3.2.0 for release
Update version across pyproject.toml, _version.py fallbacks,
CHANGELOG.md, and README badges for v3.2.0 release.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 22:24:18 +03:00
yusyus
a5ae905e63 docs: add video feature mentions throughout README and zh-CN
- Tagline, descriptions, and feature lists now include video
- Add Video Extraction subsection in Key Features (7 bullet points)
- Update Feature Matrix: 5 → 6 skill modes (added Video)
- Add video rows to Performance table (transcript + visual)
- Add VIDEO_GUIDE.md to documentation links
- Update test badge and counts: 1,880/2,283 → 2,540+
- Sync all changes to README.zh-CN.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 22:17:43 +03:00
yusyus
169c184ff7 docs: add video feature guide and sync README translations
- Add docs/VIDEO_GUIDE.md (483 lines) — comprehensive guide covering
  Quick Start, CLI reference, visual pipeline, AI enhancement, output
  structure, time clipping, and troubleshooting
- Update README.md video section with new CLI examples (enhance,
  clipping, vision OCR, re-build from JSON) and link to full guide
- Sync README.zh-CN.md with all video feature additions:
  - Quick Start section: video commands
  - Core Features: new video extraction feature list
  - Installation table: video/video-full packages + GPU note
  - Usage Examples: full video extraction subsection
  - Documentation links: VIDEO_GUIDE.md reference

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 22:07:58 +03:00
yusyus
1ea5a5c7c2 docs: sync Chinese README with cleaned English README
- Fix title: "Skill Seeker" → "Skill Seekers"
- Update version badge: 3.0.0 → 3.1.0-dev
- Remove all outdated "全新 - v2.x" labels (14+ occurrences)
- Remove duplicate sections (multi-agent MCP, old venv instructions, etc.)
- Reduce from 2081 lines to ~975 lines to match English structure
- Add Enhancement Workflow Presets section (workflows CLI)
- Update MCP tool count: 18 → 26
- Update test count: consistent 1,880+

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-18 22:06:08 +03:00
yusyus
7376c9516c docs(zh-CN): sync Chinese README with v3.0 data layer rebranding
- Update badges: version 2.7.4 → 3.0.0, tests 1200+ → 1880+
- Replace tagline with "AI 系统的数据层" (data layer for AI systems)
- Add new "🧠 AI 系统的数据层" section with output table and quick start
- Replace old "What is / Why Use This" with persona-based sections
  (AI Skill builders first, RAG engineers second, coding assistant users third)
- Add "🔄 增强工作流预设" section with multi-workflow CLI examples

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-18 21:27:19 +03:00
yusyus
91bd2184e5 fix: Resolve PDF processing (#267), How-To Guide (#242), Chinese README (#260) + code quality (#273)
Thanks @franklegolasyoung for the excellent work on the core fixes for issues #267, #242, and #260! 🙏

Your comprehensive approach to fixing PDF processing, expanding workflow detection, and improving the Chinese README documentation is much appreciated. I've added code quality fixes and comprehensive tests to ensure everything passes CI.

All 1266+ tests are now passing, and the issues are resolved! 🎉
2026-01-31 21:30:00 +03:00
yusyus
5a78522dbc docs: Update all documentation to use new 'analyze' command
- Update Chinese README (README.zh-CN.md) with new preset flags
- Update docs/features/*.md (PATTERN_DETECTION, HOW_TO_GUIDES, BOOTSTRAP_SKILL_TECHNICAL)
- Update scripts/bootstrap_skill.sh to use 'skill-seekers analyze'
- Update scripts/skill_header.md command examples
- Update tests/test_bootstrap_skill.py assertions
- Fix CHANGELOG.md historical entry with correct command name

All references to 'skill-seekers-codebase' updated to 'skill-seekers analyze'
except where needed for backward compatibility (pyproject.toml, E2E tests).

Related to Phase 1 implementation from previous commits.
2026-01-29 22:56:33 +03:00
xuintl
6aec0e3688 Refine wording and formatting in README.zh-CN.md
Updated formatting and wording for clarity in the README.
2026-01-27 21:16:38 +03:00
yusyus
a16eee0e7f docs: Add social media badges and links
- Add Twitter/X follow badge to both READMEs (English and Chinese)
- Add GitHub stars badge for social proof
- Add Author link to pyproject.toml pointing to X profile
- Set repository homepage URL to skillseekersweb.com

These changes improve discoverability and community engagement.
2026-01-22 00:40:25 +03:00
yusyus
2855b59165 chore: Bump version to 2.7.4 for language link fix
This patch release fixes the broken Chinese language selector link
on PyPI by using absolute GitHub URLs instead of relative paths.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 00:12:08 +03:00
yusyus
897295a5bc fix: Use absolute URLs for language selector links
Changed relative links (README.zh-CN.md) to absolute GitHub URLs
so they work correctly on PyPI, GitHub, and any other platform
that displays the README.

This fixes the broken Chinese link in the language selector.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 00:08:49 +03:00
yusyus
41832d72ea docs: Update version badges to 2.7.3 in both READMEs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 00:00:59 +03:00
yusyus
7a94535932 feat: Add Chinese (zh-CN) README translation
- Add comprehensive Chinese translation (README.zh-CN.md)
- Add language selector badges to both English and Chinese READMEs
- Mark translation as AI-generated with disclaimer
- Create GitHub issue #260 for community review and improvements

The Chinese translation makes Skill Seekers accessible to the massive
Chinese developer community. It's marked as machine-translated to set
expectations and invite community contributions for improvement.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-21 23:51:01 +03:00