map
SolidShow or update the mapping between literature and thesis chapters — which sources support which arguments. Use for tracking coverage.
AI & Automation 28 stars
3 forks Updated 4 days ago MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /map — Literature-Thesis Mapping Skill
## Purpose
Build and display a mapping matrix showing which literature sources support which thesis chapters. Identify coverage gaps where chapters lack sufficient source support.
## Trigger Words
This skill activates on: `map`, `show mapping`, `coverage`, `which sources`, `/map`.
## Workflow
1. **Scan all notes files** in `literature/reading_notes/` using Glob (`*_NOTES.md`). For each file, extract:
- Author and title (from the `# Reading Notes:` heading)
- `Status` field value
- `Relevance` field value
- All rows from the `## Thesis Connections` table
2. **Scan chapter files** in `chapters/` to get the list of chapters and their section headings.
3. **Build the mapping matrix.** Rows are sources (sorted alphabetically by author), columns are chapters (Ch1 through Ch8 or however many exist).
- Mark each cell with the connection type if a mapping exists (e.g., `supports`, `challenges`, `extends`).
- Leave cells empty if no connection.
4. **Identify coverage gaps.** Flag any chapter that has fewer than 3 mapped sources as "under-covered".
5. **Output the mapping.**
## Output Format
```
## Literature-Thesis Mapping -- {YYYY-MM-DD}
### Matrix
| Source | Status | Ch1 | Ch2 | Ch3 | Ch4 | Ch5 | Ch6 | Ch7 | Ch8 |
|--------|--------|-----|-----|-----|-----|-----|-----|-----|-----|
| Smith (2024) | integrated | | supports | supports | | | | | |
| Jones (2021) | integrated | extends | supports | supports | extends...
Details
- Author
- yha9806
- Repository
- yha9806/academic-writing-toolkit
- Created
- 4 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
integrate
Map reading notes to thesis chapters and integrate key arguments into the manuscript. Use after completing a reading session to weave new material into the thesis.
28 Updated 4 days ago
yha9806 AI & Automation Featured
obsidian-literature-workflow
Use this skill for project-scoped literature review built on Sources/Papers, with synthesis landing in Knowledge, writing handoff in Writing, and the default literature canvas under Maps/literature.canvas.
5,144 Updated today
Galaxy-Dawn AI & Automation Solid
progress
Show reading and writing progress dashboard — how many sources read, chapters completed, word counts, and coverage gaps.
28 Updated 4 days ago
yha9806