ワンクリックで
research-packager
Create sanitized export packs from canonical memory for research pool
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create sanitized export packs from canonical memory for research pool
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Extracting key findings from AI/ML research papers.
Auditing frontend components for WCAG AA compliance.
Guide users through resolving 4xx and 5xx API errors.
Diagnosing failed GitHub Action or GitLab CI runs.
Framework to analyze and summarize competitor features and market positioning.
Walk new users through the initial setup and configuration.
| name | research-packager |
| description | Create sanitized export packs from canonical memory for research pool |
Produces redacted, shareable packs from incident data.
When user wants to contribute data to the research pool or share with trusted users.
Choose which incidents and genomes to include.
For each item, strip:
Keep:
Create pack file:
{
"pack_id": "PACK-YYYYMMDD-NNN",
"source_hash": "sha256 of repo manifest (for dedup)",
"redaction_version": "v1",
"genomes": [...],
"experience_units": [...],
"metadata": {
"total_incidents": 14,
"total_genomes": 5,
"stack_tags": ["node", "supabase", "cloud-run"],
"repo_maturity": "hybrid"
}
}
Output to .evolution/exports/PACK-YYYYMMDD-NNN.json
ALWAYS ask for human confirmation before sharing.