pipeline

Solid

End-to-end source processing -- seed, reduce, process all claims through reflect/reweave/verify, archive. The full pipeline in one command. Triggers on "/pipeline", "/pipeline [file]", "process this end to end", "full pipeline".

Data & Documents 3,381 stars 218 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## EXECUTE NOW **Target: $ARGUMENTS** Parse immediately: - Source file path: the file to process (required) - `--handoff`: output RALPH HANDOFF block at end (for chaining) - If target is empty: list files in {DOMAIN:inbox}/ and ask which to process ### Step 0: Read Vocabulary Read `ops/derivation-manifest.md` (or fall back to `ops/derivation.md`) for domain vocabulary mapping. All output must use domain-native terms. If neither file exists, use universal terms. **START NOW.** Run the full pipeline. --- ## Pipeline Overview The pipeline chains four phases. Each phase uses skill invocation or /ralph for subagent-based processing. State lives in the queue file — the pipeline is stateless orchestration on top of stateful queue entries. ``` Source file | v Phase 1: /seed — create extract task, move source to archive | v Phase 2: /reduce (via /ralph) — extract claims from source | v Phase 3: /ralph (all claims) — create -> reflect -> reweave -> verify | v Phase 4: /archive-batch — move task files, generate summary | v Complete ``` The pipeline is the convenience wrapper. /ralph is the engine. /seed is the entry point. --- ## Phase 1: Seed Invoke /seed on the target file to create the extract task, check for duplicates, and move the source to its archive folder. **How to invoke:** Use the Skill tool if available, otherwise execute the /seed workflow directly: - Validate source exists - Check for prior processing (duplicate detec...

Details

Author
agenticnotetaking
Repository
agenticnotetaking/arscontexta
Created
3 months ago
Last Updated
3 months ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

ralph

Queue processing with fresh context per phase. Processes N tasks from the queue, spawning isolated subagents to prevent context contamination. Supports serial, parallel, batch filter, and dry run modes. Triggers on "/ralph", "/ralph N", "process queue", "run pipeline tasks".

3,381 Updated 3 months ago
agenticnotetaking
Data & Documents Solid

seed

Add a source file to the processing queue. Checks for duplicates, creates archive folder, moves source from inbox, creates extract task, and updates queue. Triggers on "/seed", "/seed [file]", "queue this for processing".

3,381 Updated 3 months ago
agenticnotetaking
AI & Automation Listed

pipeline

Configurable pipeline orchestrator for sequencing stages

1 Updated today
ItsProGamer974
Data & Documents Solid

work-pipeline

Triggers the WORK-PIPELINE when a user request starts with a [] tag (e.g., [new-feature], [bugfix], [WORK start]). Use this skill whenever you detect a [] tag at the beginning of a user message.

2,996 Updated yesterday
davepoon
Data & Documents Listed

pipeline-design

Design ETL/ELT pipelines end-to-end — source connectors, extraction strategies, transform logic, load patterns, idempotency, scheduling, and error handling. Use this skill whenever the user is starting a new ingestion job, planning how data moves from a source (REST API, database, file, webhook, message queue) into a data warehouse or data lake. Also trigger when the user asks about pipeline architecture, incremental vs. full loads, backfill strategies, CDC, retry logic, or orchestration choices (Airflow, Prefect, dbt). This skill should feel like pairing with a senior data engineer on day one of a new pipeline project.

0 Updated 5 days ago
Methasit-Pun