plan-ingestion
Parse and ingest pilot plans and hypotheses into structured data for downstream analysis. Use when needing to extract objectives, deliverables, timelines, or hypotheses from pilot documentation.
npx skills add majiayu000/claude-skill-registry --skill plan-ingestion --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Plan Ingestion ## Overview Parse pilot plan documents and hypothesis inputs into structured JSON or tabular format to enable systematic tracking and downstream analysis. ## Quick Start 1. Provide the pilot plan text or hypothesis list. 2. Select parsing targets (objectives, deliverables, timelines, hypotheses). 3. Execute the ingestion workflow. 4. Review and refine the returned structured output. ## Resources (optional) Create only the resource directories this skill actually needs. Delete this section if no resources are required. ### scripts/ Executable code (Python/Bash/etc.) that can be run directly to perform specific operations. **Examples from other skills:** - PDF skill: `fill_fillable_fields.py`, `extract_form_field_info.py` - utilities for PDF manipulation - DOCX skill: `document.py`, `utilities.py` - Python modules for document processing **Appropriate for:** Python scripts, shell scripts, or any executable code that performs automation, data processing, or specific operations. **Note:** Scripts may be executed without loading into context, but can still be read by Codex for patching or environment adjustments. ### references/ Documentation and reference material inte
- Overview
- Quick Start
- Resources (optional)
- scripts/
- references/
- assets/
What does the plan-ingestion skill do?
Parse and ingest pilot plans and hypotheses into structured data for downstream analysis. Use when needing to extract objectives, deliverables, timelines, or hypotheses from pilot documentation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill plan-ingestion --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
