Install
$ agentstack add skill-weilong-qin-logseq-skills-logseq-outline ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Logseq Outline Formatting Skill
This skill teaches the assistant to turn any structured content into a Logseq-friendly outline.
Logseq supports Markdown (including headings and emphasis). However, when the goal is to paste content into Logseq as clean blocks with predictable hierarchy, nested bullets usually translate better than header-heavy formatting. This skill therefore produces a bullet-only outline and converts headings into outline levels.
When to Use This Skill
Use this skill whenever the user wants content they can paste into Logseq with minimal cleanup:
- Research notes and summaries
- Reading lists
- Meeting notes
- Project plans and documentation outlines
- Any hierarchical list intended for Logseq blocks
Common trigger phrases:
- "Format this for Logseq"
- "Create a Logseq outline"
- "Make this Logseq-compatible"
- "Turn this into blocks / an outline"
- "I want to paste this into Logseq"
Core Rules (Non-negotiable)
1) Hierarchy via nested bullets only
- Use
-bullets at every level. - Use indentation to show depth (tabs are usually best for copy/paste, but consistent spaces are OK too).
- Do not emit standalone Markdown header lines (
# ...,## ...,### ...). If the input uses headers, convert them into bullet levels.
Example structure:
- Top level
- Second level
- Third level
- Fourth level
2) Plain text over visual emphasis
- Do not use bold (
**...**) or italics (*...*) for emphasis. - Prefer clear wording (e.g., prefixes like
Decision:/Owner:/Due:) instead of styling.
✗ Wrong:
- **Important**: Do the thing
✓ Right:
- Important: Do the thing
3) Links in standard Markdown link syntax
- Use
[label](url). - Keep links inline with the bullet that references them.
- Reference: [Paper title](https://example.com)
4) No decorative formatting
Avoid formatting that looks nice in Markdown but makes Logseq pasting noisy:
- No horizontal rules (
---) - No "Summary" section appended at the end
- No totals/counts ("Total: 18 items")
- No meta commentary about how you organized it
Output Expectations
Output format
- Produce a single outline.
- Keep sections as bullets; use deeper nesting for sub-sections.
- Keep phrasing concise and scannable.
Depth guidance
- Prefer 2–4 levels of nesting for readability.
- If the input is very dense, group it into a few top-level buckets, then nest.
Environment-specific Behavior
Claude Desktop
- Return the formatted outline as a single Markdown artifact for easy copy/paste.
Claude Code
- If file system access is available, save the outline to a
.mdfile on the user Desktop and report the exact path. - If file writes are not available, output the outline directly.
Suggested filename pattern: Topic_Name_Outline.md
Pasting tip: Logseq has both formatted paste and raw paste (often “paste” vs “paste as plain text”). If a user reports paste behaving unexpectedly, ask which paste mode they used.
Common Templates
Meeting notes
- Meeting: YYYY-MM-DD - Topic
- Attendees
- Name
- Agenda
- Item
- Discussion
- Topic
- Notes
- Decision: ...
- Owner: ...
- Action Items
- Action (Owner: ...)
- Due: YYYY-MM-DD
Research notes
- Research Topic: ...
- Background
- Concept
- Definition
- Example
- Key points
- Point
- Evidence
- Source: [Title](https://example.com)
- Open questions
- Question
- Next steps
- Action
Reading list
- Reading List: ...
- Must read
- Title — Author (Year)
- Why: ...
- Recommended
- Title — Author (Year)
- Optional
- Title — Author (Year)
Conversion Guidance
Convert Markdown headers into nested bullets
Input:
# Main Topic
## Subtopic
Details
Output:
- Main Topic
- Subtopic
- Details
Remove bold-driven structure
Input:
- **Section**
- **Point:** Details
Output:
- Section
- Point: Details
Quality Checklist
Before responding, verify:
- [ ] No Markdown headers (
#,##,###) in the final output - [ ] No bold/italics used for emphasis
- [ ] All hierarchy is expressed by nested bullets + indentation
- [ ] Links are
[label](url) - [ ] No decorative separators, summaries, or counts
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Weilong-Qin
- Source: Weilong-Qin/logseq-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.