スキル一覧に戻る
dakesan

inbox-processor

by dakesan

Claude Code plugin marketplace for bioinformatics research workflow

0🍴 0📅 2026年1月9日
GitHubで見るManusで実行

SKILL.md


name: inbox-processor description: This skill should be used when processing files in the inbox/ directory, organizing unstructured input, classifying content, or extracting actionable information. Triggered by requests like "process inbox", "organize inbox files", "classify this memo", or "inbox を整理".

Inbox Processor

Overview

Processes and organizes unstructured input files from the inbox/ directory. Classifies content, extracts actionable information, and suggests appropriate destinations for integration into the research workflow.

Core Capabilities

1. File Classification

Classify inbox files into categories based on content.

Categories:

  1. Meeting Notes: Discussion records, decisions, action items
  2. Protocols: Experimental procedures, SOPs
  3. Ideas: Research ideas, hypotheses, brainstorming
  4. Data: Raw data files, datasets
  5. Literature: Papers, references, reading notes
  6. Miscellaneous: Unclear or mixed content

Workflow:

  1. Read file from inbox/
  2. Analyze content to determine category
  3. Extract key information
  4. Suggest destination
  5. Optionally move/process file

2. Information Extraction

Extract actionable information from unstructured content.

What to extract:

From Meeting Notes:

  • Decisions made
  • Action items (who, what, when)
  • Key discussion points
  • Follow-up questions

From Protocols:

  • Procedure steps
  • Required materials
  • Expected outcomes
  • Citations/sources

From Ideas:

  • Core hypothesis
  • Experimental approach
  • Required resources
  • Potential experiments

From Literature:

  • Key findings
  • Relevant methods
  • Citations
  • Relevance to current work

3. Destination Suggestions

Recommend where content should be integrated.

Classification Rules (from references/classification-rules.md):

Content TypeSuggested DestinationRationale
Meeting notesnotebook/knowledge/meeting_YYYY-MM-DD.mdReusable context
Protocolnotebook/knowledge/protocol_[name].mdReusable procedure
Experiment ideaCreate new lab notebook via /research-expStart experiment
Research hypothesisRefine with hypothesis-driven skillImprove quality
Raw data filedata/raw/[filename]Data storage
Literature notesnotebook/knowledge/literature_[topic].mdReference material

4. Integration Actions

After classification, take appropriate action.

Possible actions:

  1. Move to knowledge/:

    mv inbox/meeting_notes.txt notebook/knowledge/meeting_2025-01-15.md
    
  2. Create experiment:

    Content suggests new experiment → Use /research-exp
    
  3. Add to STEERING.md:

    Important decisions → Update priorities in STEERING.md
    
  4. Add to tasks.md:

    Action items → Add to notebook/tasks.md
    
  5. Process for report:

    Relevant findings → Note in ongoing report
    
  6. Archive:

    mv inbox/old_file.txt inbox/archive/
    

Usage Workflow

Typical Usage

  1. User adds file to inbox/:

    User: "I put meeting notes in inbox/team_meeting.md"
    
  2. Classify content:

    Assistant reads file, determines category: Meeting Notes
    
  3. Extract information:

    Decisions:
    - Approved Exp04 (ATAC-seq analysis)
    - Prioritize cell cycle validation
    
    Action items:
    - [User] Design primers for qPCR by Friday
    - [Collaborator] Share ChIP-seq data next week
    
    Discussion:
    - Considered three-prime seq vs bulk RNA-seq
    - Decided bulk more appropriate for current question
    
  4. Suggest destination:

    Suggested destination: notebook/knowledge/meeting_2025-01-15.md
    Suggested actions:
    - Add primer design to tasks.md
    - Update STEERING.md with Exp04 approval
    - Plan to receive ChIP-seq data
    
  5. Implement (with user approval):

    Move file, update tasks.md, update STEERING.md
    

Batch Processing

Process multiple inbox files:

User: "Process all files in inbox/"

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です