{"id":44537477,"url":"https://github.com/ysdede/solidjs-context-pipeline","last_synced_at":"2026-02-13T18:51:45.644Z","repository":{"id":335867945,"uuid":"1147311076","full_name":"ysdede/solidjs-context-pipeline","owner":"ysdede","description":"Knowledge Ingestion Pipeline for SolidJS - extracts and structures documentation from GitHub repositories into AI-ready format.","archived":false,"fork":false,"pushed_at":"2026-02-01T17:46:11.000Z","size":389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-02T00:31:53.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ysdede.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-01T14:53:43.000Z","updated_at":"2026-02-01T17:46:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ysdede/solidjs-context-pipeline","commit_stats":null,"previous_names":["ysdede/solidjs-context-pipeline"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ysdede/solidjs-context-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdede%2Fsolidjs-context-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdede%2Fsolidjs-context-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdede%2Fsolidjs-context-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdede%2Fsolidjs-context-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysdede","download_url":"https://codeload.github.com/ysdede/solidjs-context-pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdede%2Fsolidjs-context-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-13T18:51:44.170Z","updated_at":"2026-02-13T18:51:45.617Z","avatar_url":"https://github.com/ysdede.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SolidJS Context Pipeline\n\nKnowledge Ingestion Pipeline for SolidJS - extracts and structures documentation from GitHub repositories into AI-ready format.\n\n## Overview\n\nThis pipeline extracts documentation from SolidJS organization repositories, transforms it into structured Markdown with metadata, and organizes it hierarchically for optimal AI agent consumption.\n\n## Features\n\n- **Repository Acquisition**: Clone SolidJS repos using GitHub CLI\n- **Content Extraction**: Discover and extract `.md`, `.mdx`, and `.ts` files with JSDoc\n- **Content Transformation**: Normalize MDX to Markdown, extract JSDoc comments\n- **Content Organization**: Classify and organize content into hierarchical domain structure\n- **Index Generation**: Create navigable indexes optimized for AI agent discovery\n- **Validation**: Ensure 100% coverage of core SolidJS primitives\n\n## Prerequisites\n\n- Node.js (v16 or higher)\n- GitHub CLI (`gh`) installed and authenticated\n\n## Installation\n\n```bash\nnpm install\n```\n\n## Usage\n\n```bash\nnpm start\n```\n\nThis will:\n1. Clone SolidJS repositories into `raw_sources/`\n2. Extract and transform documentation files\n3. Organize content into hierarchical structure\n4. Generate indexes\n5. Validate completeness\n6. Output to `solidjs_context/` directory\n\n## 📤 Output \u0026 Usage\n\nThe output of this pipeline is a structured, AI-optimized knowledge base that serves as a superior alternative to `llms.txt`.\n\n**Live Repository**: [ysdede/solidjs-context-llms](https://github.com/ysdede/solidjs-context-llms)\n**Live Knowledge Base**: [https://ysdede.github.io/solidjs-context-llms/llms.txt](https://ysdede.github.io/solidjs-context-llms/llms.txt)\n\nThis output repository is automatically kept in sync by the pipeline. It features:\n- **Navigable Structure**: Root `index.md` + Domain Indexes (`index.json`)\n- **Deep Context**: Normalized docs + Extracted JSDoc\n- **SEO Optimized**: Discoverable as \"SolidJS llms.txt\"\n\n## Project Structure\n\n```\nsolidjs-context-pipeline/\n├── src/\n│   ├── index.js          # Main entry point\n│   ├── cloner.js         # Repository cloning\n│   ├── extractor.js      # File discovery\n│   ├── transformer.js   # Content transformation\n│   ├── classifier.js     # Domain classification\n│   ├── indexer.js        # Index generation\n│   ├── validator.js      # Completeness validation\n│   ├── output.js         # Output management\n│   └── utils/            # Utility modules\n├── raw_sources/          # Cloned repositories (gitignored)\n└── solidjs_context/      # Output directory (gitignored)\n```\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysdede%2Fsolidjs-context-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysdede%2Fsolidjs-context-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysdede%2Fsolidjs-context-pipeline/lists"}