Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Automate knowledge management in Obsidian vaults: process raw session or voice notes into enriched Zettelkasten insights, route to destinations via rules, link to daily notes, connect semantically related content, and symlink repos for git context.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin second-brainConnect a note to related notes in your vault using semantic search
Extract and capture multiple insights from this conversation
Capture an insight from conversation to your second brain
Set up symlink from repo to vault folder
Process voice transcriptions in today's daily note
Find related notes via semantic search and weave links. Stage 4 of the processing pipeline.
Review routing corrections and propose updates to vault CLAUDE.md routing rules.
Turn an ingested insight into a proper zettelkasten note with clean prose. Stage 2 of the processing pipeline.
Split a raw session notes file into individual insight notes in the inbox. Stage 1 of the processing pipeline.
Link a processed note to today's daily note. Stage 5 of the processing pipeline.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Give your AI coding agent a permanent second brain. Connect Claude Code to an Obsidian vault to auto-record decisions, instantly recall project context, and orchestrate automated refactoring for your team's knowledge base.
Claude Code skill pack for Obsidian plugin development and vault management (24 skills)
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.
Persistent Obsidian-based memory for coding agents. Automatically orients from a knowledge vault at session start, navigates project architecture via graph traversal, and writes discoveries back to the vault.
Second Brain automation for Obsidian vaults — entity management, ingestion, compression, and sync via Claude Code skills
Archive learnings from Claude Code sessions to Obsidian vault as Zettelkasten notes and use vault knowledge as conversational context
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Meta-development tools for agentic workflows
Focused development mode - clarify, plan, verify, detect drift
MCP server management and integration tools
Route tool calls to better alternatives (e.g., gh CLI instead of WebFetch for GitHub PRs)
Personal plugin marketplace for Claude Code with curated skills, commands, and hooks organized by domain.
pickled-claude-plugins/
├── .claude-plugin/
│ ├── plugin.json # Root marketplace metadata
│ └── marketplace.json # Plugin registry
├── plugins/
│ ├── working-in-monorepos/ # Monorepo navigation and tooling
│ ├── git/ # Git workflow tools
│ ├── ci-cd-tools/ # CI/CD pipeline tools
│ ├── dev-tools/ # Developer productivity utilities
│ ├── second-brain/ # Obsidian vault integration
│ └── tool-routing/ # Tool call interception and routing
└── docs/
/plugin marketplace add technicalpickles/pickled-claude-plugins
/plugin install <plugin-name>@pickled-claude-plugins
For example:
/plugin install git@pickled-claude-plugins
/plugin install dev-tools@pickled-claude-plugins
See individual plugin READMEs for details on what each plugin provides.
Navigate and execute commands in monorepo subprojects with proper directory handling.
Features:
/monorepo-init command for manual configurationSkills: working-in-monorepos
Git workflow tools: commits, PRs, review inbox, checkout, and work triage.
Skills: commit, pull-request, inbox, checkout, triage
CI/CD pipeline tools and integrations.
Skills: buildkite-status
Tools for debugging and troubleshooting applications.
Skills: scope, mcpproxy-debug
Developer productivity tools and utilities.
Skills: working-in-scratch-areas
Knowledge management for Obsidian vaults. Capture insights from conversations, process voice transcriptions, and connect repos to your vault.
Commands: setup, insight, distill-conversation, process-daily, link-project
Skills: obsidian (with PARA, Zettelkasten, note-patterns references)
See second-brain/README.md for full documentation.
Intercepts tool calls and suggests better alternatives.
Commands: validate
See tool-routing/README.md for full documentation.
Skills are available in Claude Code via the Skill tool:
Use the technicalpickles:working-in-monorepos skill
Or reference them in custom skills:
@technicalpickles:buildkite-status for checking CI status
Slash commands are available directly:
/monorepo-init
Hooks run automatically on configured events (like SessionStart for monorepo detection).
To modify plugins:
plugins/ within this repository/plugin uninstall <plugin>@pickled-claude-plugins
/plugin install <plugin>@pickled-claude-plugins
Each plugin follows this layout:
plugins/{plugin-name}/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── {skill-name}/
│ ├── SKILL.md
│ ├── scripts/
│ ├── references/
│ └── examples/
├── commands/ # Optional
│ └── {command}.md
└── hooks/ # Optional
├── hooks.json
└── scripts/
MIT License - see LICENSE for details.
Josh Nichols (@technicalpickles)