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.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「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
セキュリティ監査
安全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)
品質スコア
作れるもの
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 research for section {chapter}.{section} {title} to .research/sections/{path}/ using the research-storage conventions.Check if research exists for section {chapter}.{section} {title} using the multi-tier resolution strategy.Read the init research summary from .research/init/summary.md and sources from .research/init/sources.md.
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