dispatch
Shared multi-model CLI dispatch infrastructure for the adv plugin. Houses dispatch.sh, preflight.sh, run-phase.sh, scope.sh, and reviewer prompt templates used…
Comprehensive guidelines for formatting research artifacts, technical surveys, rundowns, book summaries, and documentation with proper markdown formatting for Joplin notes. This skill should be loaded and followed whenever Joplin is mentioned in a prompt.
$ npx -y skills add andisab/swe-marketplace --skill joplin-research --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/joplin-researchContext preview
The summary Claude sees to decide when to auto-load this skill.
Comprehensive guidelines for formatting research artifacts, technical surveys, rundowns, book summaries, and documentation with proper markdown formatting for Joplin notes. This skill should be loaded and followed whenever Joplin is mentioned in a prompt.
name: joplin-research description: Comprehensive guidelines for formatting research artifacts, technical surveys, rundowns, book summaries, and documentation with proper markdown formatting for Joplin notes. This skill should be loaded and followed whenever Joplin is mentioned in a prompt.
**When to Use**: Automatically activate this skill whenever:
**Response**: When returning formatted artifacts:
1. **Heading Spacing**:
2. **Horizontal Rules**:
3. **Content Spacing**:
4. **General Rule**: If in doubt, use less spacing rather than more
1. **h1 Headings** - Bitter Serif, 2rem, border-bottom
2. **h2 Headings** - Bitter Serif, 1.8rem, border-bottom
3. **h3 Headings** - Bitter Serif, 1.5rem
4. **h4 Headings** - Bitter Serif, 1.25rem
5. **h5 Headings** - Bitter Serif, 1.25em
6. **h6 Headings** - Sans-serif, 0.9rem, weight 600
>[toc]
# Main Document Title
First paragraph content starts immediately after heading. Note that h2 already has a border-bottom in CSS, so NO horizontal rule is added.
## Major Section Header
### Major Sub-Section
---
Content starts immediately after the separator line. This is the ONLY heading level that may sometimes get the horizontal rule separator. The presence or absence of "---" should be consistent throughout the document.
<figure class="img-center">
<img src=":/af5fcef1a0234a36b27c35b519d52e7c" alt="Description">
<figcaption>Figure 1. This is a comment for an example of how an image should be formatted.</figcaption>
</figure>
#### Subsection
Content starts immediately after heading (one blank line before heading). No horizontal rule for h4.
##### Detail Section
More detailed content here. No horizontal rule for h5.
###### Lower-level Details or Paragraph Header
More content.
### Next Major Sub-Section
Content starts immediately after the separator line. This is the ONLY heading level that may sometimes get the horizontal rule separator.
## Next Major Section
There may be an introductory paragraph here. Then content continues with another section.**Format**: Always use blockquote syntax with `>[toc]` at the start of documents
>[toc] # Main Title of Document ## First Major Section
**When to Use**:
| Request Phrase | Use Case | Typical Output Length | | -------------------------- | -------------------------- | --------------------- | | "Technical Survey of..." | Compare 5-10 similar tools | 2-4 pages | | "Technical Rundown of..." | Deep dive on one tool | 3-6 pages | | "What's New with..." | Recent updates/changes | 1/2 page - 1 page | | "Book Summary of..." | Summary of a book | 2-4 pages | | "Article Summary of..." | Summary of an article | 2-4 pages | | "Whitepaper Summary of..." | Summary of a whitepaper | 2-4 pages |
--- **Trigger**: User specifically requests "Give me a technical rundown of..." **Use Case**: Software engineering tools, libraries, frameworks, platforms **Goal**: Condensed material for accelerated learning and technical proficiency
**Structure**:
>[toc] ## [Tool/Framework Name] ### Overview --- **General Information**: Provide context about the entity. How is it different from competitors? Who created it and when? How have adoption rates changed? What is its basic function and purpose? How does it work at a high level (1-paragraph explanation)? What are its key features and capabilities? **Key Resources**: - [Official Site](https://...) - [Documentation](https://...) - [GitHub Repository](https://...) - [Community Forum](https://...) **Advantages & Disadvantages**: \+ Major advantage over competitors
A curated Claude Code plugin marketplace for practical, everyday usage in software engineering — 13 plugins, 53 specialist agents, 14 skills, 3 commands. A few opinionated choices that set it apart from larger awesome-style lists: Curated, not exhaustive.
Repo: andisab/swe-marketplace
Shared multi-model CLI dispatch infrastructure for the adv plugin. Houses dispatch.sh, preflight.sh, run-phase.sh, scope.sh, and reviewer prompt templates used…
Use this skill when creating or refining Claude Code sub-agent definitions. Helps design specialized AI assistants with proper YAML frontmatter, system…
Use this skill when creating or refining custom Claude Code slash commands. Slash commands are user-invoked reusable prompts that can accept arguments,…
Use this skill when creating or refining Claude Code hooks. Hooks are shell commands that execute at specific lifecycle events (tool use, prompt submit,…
Create MCP servers — multi-tool services exposed via Model Context Protocol. Use this skill whenever users mention MCP servers, building servers, server…
Create MCP tools — individual tool functions exposed via Model Context Protocol. Use this skill whenever users mention MCP tools, tool handlers, tool…