スキル research-storage
📁

research-storage

安全 📁 ファイルシステムへのアクセス

Store and organize research files

Research files become scattered and hard to find. This skill provides consistent storage conventions, naming patterns, and templates so research data stays organized and reusable across dokhak sessions.

対応: Claude Codex Code(CC)
📊 69 十分
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「research-storage」を使用しています。 Save research for section 3.1 'Getting Started' about Python basics

期待される結果:

  • Created directory: .research/sections/03-1-getting-started/
  • Saved research.md with key concepts, code examples, and pitfalls
  • Saved sources.md with primary and secondary source registry
  • Research cached for future sessions

「research-storage」を使用しています。 Check if research exists for section 2.4 'Data Structures'

期待される結果:

  • Found existing research at .research/sections/02-4-data-structures/
  • Match tier: 1 (canonical exact match)
  • Research is complete with 8 subtopics covered

「research-storage」を使用しています。 Apply canonical naming to chapter 5 section 1 title 'Machine Learning'

期待される結果:

  • Canonical path: .research/sections/05-1-machine-learning/
  • Chapter normalized: 01 -> 05
  • Section normalized: 01 -> 1
  • Slug generated: machine-learning

セキュリティ監査

安全
v5 • 1/16/2026

This skill is pure documentation with no executable code. The static scanner flagged 117 issues, but all are false positives: markdown code fences were misidentified as shell backticks, metadata strings as weak crypto, and YAML frontmatter as obfuscation. The skill only describes conventions and uses Read, Write, Glob scoped to .research/ directory.

2
スキャンされたファイル
805
解析された行数
1
検出結果
5
総監査数

リスク要因

📁 ファイルシステムへのアクセス (2)
監査者: claude 監査履歴を表示 →

品質スコア

38
アーキテクチャ
100
保守性
87
コンテンツ
19
コミュニティ
100
セキュリティ
87
仕様準拠

作れるもの

Organize research cache

Keep research organized across writing sessions so information can be reused and updated efficiently.

Standardize file naming

Apply consistent naming conventions so research files are easy to locate by chapter and section.

Share research templates

Provide standardized templates for research output so all agents produce consistent, reusable research files.

これらのプロンプトを試す

Save new research
Save research for section {chapter}.{section} {title} to .research/sections/{path}/ using the research-storage conventions.
Check existing research
Check if research exists for section {chapter}.{section} {title} using the multi-tier resolution strategy.
Read init research
Read the init research summary from .research/init/summary.md and sources from .research/init/sources.md.
Apply naming format
Generate the canonical directory path for chapter {chapter}, section {section}, title {title} using the buildCanonicalPath function.

ベストプラクティス

  • Use canonical naming format (zero-padded chapter, no-padded section, kebab-case slug)
  • Apply the multi-tier resolution strategy when checking for existing research
  • Follow the provided markdown templates for consistent research file structure

回避

  • Using hardcoded paths instead of buildCanonicalPath function
  • Skipping the multi-tier search when checking for existing research
  • Storing research outside the .research/ directory structure

よくある質問

Is this skill compatible with Claude Code?
Yes. The research-storage skill works with Claude, Codex, and Claude Code using Read, Write, and Glob tools.
How many research files can this skill manage?
The skill manages unlimited research files organized by chapter and section within the .research/ directory structure.
Can I integrate this with other dokhak skills?
Yes. Research-storage works with researcher, research-collector, writer, and structure-designer agents.
Is my research data safe with this skill?
Yes. The skill only reads and writes to the .research/ directory. No data leaves your local project.
Why is my research not being found?
Use the multi-tier resolution strategy. The skill handles naming variations like 1-2-intro vs 01-2-intro automatically.
How is this different from a simple file storage tool?
This skill provides standardized naming, templates, and resolution algorithms specifically designed for research workflows.

開発者の詳細

ファイル構成

📄 SKILL.md