Build or validate the source manifest for the source-tutorial pipeline from user-provided URLs/files. **Trigger**: source manifest, sources list, tutorial sources, url list, 资料清单, 教程来源. **Use when**: `source-tutorial` 的 C1,需要把多源输入落成统一的 `sources/manifest.yml`,并在内容不完整时显式阻塞。 **Skip if**: 已经有完整且经过确认的 `sources/manifest.yml`。 **Network**: none. **Guardrail**: 不要伪造来源;manifest 不完整时应返回 BLOCKED,而不是假装完成。
Scanned 5/27/2026
Install via CLI
openskills install WILLOSCAR/research-units-pipeline-skills---
name: source-manifest
description: |
Build or validate the source manifest for the source-tutorial pipeline from user-provided URLs/files.
**Trigger**: source manifest, sources list, tutorial sources, url list, 资料清单, 教程来源.
**Use when**: `source-tutorial` 的 C1,需要把多源输入落成统一的 `sources/manifest.yml`,并在内容不完整时显式阻塞。
**Skip if**: 已经有完整且经过确认的 `sources/manifest.yml`。
**Network**: none.
**Guardrail**: 不要伪造来源;manifest 不完整时应返回 BLOCKED,而不是假装完成。
---
# Source Manifest
Goal: collect the source candidates for `source-tutorial` into one explicit manifest before ingest starts.
## Inputs
- `GOAL.md`
- `DECISIONS.md`
## Outputs
- `sources/manifest.yml`
## Workflow
1. Read `GOAL.md` and any existing `DECISIONS.md` notes to understand what kinds of sources the tutorial is expected to use.
2. If `sources/manifest.yml` does not exist, scaffold it with a minimal example.
2. Validate that each source has:
- `source_id`
- `kind`
- `locator`
- `label`
- for `kind: video`, prefer `transcript_locator` unless the platform exposes public subtitles
3. Reject placeholder/example-only manifests.
4. Return success only when at least one real source exists.
## Accepted `kind`
- `webpage`
- `pdf`
- `markdown`
- `repo`
- `docs_site`
- `video`
For `video`:
- preferred: add `transcript_locator`
- Bilibili may succeed from public subtitles when available
- YouTube should currently be paired with `transcript_locator`
## Script
### Quick Start
- `python .codex/skills/source-manifest/scripts/run.py --workspace <ws>`
### All Options
- `--workspace <dir>` (required)
- `--unit-id <U###>`
- `--inputs <semicolon-separated>`
- `--outputs <semicolon-separated>`
- `--checkpoint <C#>`
### Examples
- Scaffold or validate the manifest:
- `python .codex/skills/source-manifest/scripts/run.py --workspace <ws>`
## Troubleshooting
### Issue: the unit keeps blocking after scaffold
**Cause**:
- The manifest still contains example placeholders.
**Fix**:
- Replace the scaffold entry with real URLs or local file paths, then rerun the unit.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.