From scraps-writer
Creates concise Markdown scraps with tags, Wiki-links to related content, and line limits based on topic familiarity from existing scraps. Useful for building interconnected knowledge bases.
npx claudepluginhub boykush/scraps --plugin scraps-writerThis skill uses the workspace's default tool permissions.
Shared workflow for creating scraps with Wiki-link notation.
Creates new scraps with intelligent tag selection, backlink suggestions, and WebSearch-researched content via scraps-writer skill. Use for 'add scrap about X', writing topics, or adding documentation.
Builds and maintains persistent Obsidian wiki vaults using AI for source ingestion, knowledge querying, note linting, and autonomous research.
Generates Obsidian Flavored Markdown with wikilinks, callouts, embeds, frontmatter properties, tags, and block references for creating/editing notes in Obsidian vaults.
Share bugs, ideas, or general feedback.
Shared workflow for creating scraps with Wiki-link notation.
Parse the following from $ARGUMENTS:
"My Title")Parse the title by extracting the text between the first pair of double quotes. Everything after the closing quote is parsed as remaining arguments.
Research Existing Tags
list_tags to get available tagsSearch Related Scraps
search_scraps to find related scraps (returns title and ctx only)get_scrap to retrieve full content of specific scraps when neededEstimate Topic Familiarity (only when max-lines is not explicitly provided)
count from search_scraps in step 2 — this directly reflects how much the user has written about closely related subjectsCreate the Scrap
<https://...>scraps/<title>.md, or scraps/<ctx>/<title>.md if a context folder is needed to avoid title conflictsLint Tag Quality
scraps lint --rule singleton-tag command via Bash tool from the project root directorysingleton-tag warnings — these indicate tags referenced by only 1 scrap[[]] notation from the offending tag links (leave as plain text)Suggest Backlinks
list_tags - Get all tags sorted by backlinks count.search_scraps - Find related scraps by keyword with fuzzy matching against title and body content. Returns title and ctx for each result. IMPORTANT: Each result represents an existing scrap. Only use the returned title and ctx values when creating Wiki-links.get_scrap - Get a single scrap's full content by title and optional ctx.lookup_tag_backlinks - Check which scraps are using a specific tag. Returns title and ctx for each result.lookup_scrap_links - Get all scraps that a scrap links to. Returns title and ctx for each result.lookup_scrap_backlinks - Get all scraps that link to a scrap. Returns title and ctx for each result.[[Page Name]] - Normal link. Use title from search_scraps results.[[Page Name|Display Text]] - Alias link with custom display text.[[Context/Page Name]] - Context link. Use ctx/title from search_scraps results.#[[Tag Name]] - Tag. Use tags from list_tags results only.mermaid code blocks<https://example.com>.scraps.toml