By notorious-ai
Capture and structure knowledge from various sources (videos, articles, podcasts, papers) into your Obsidian vault following your personal note-taking system
npx claudepluginhub notorious-ai/claude-plugins --plugin obsidian-notesA curated collection of Claude Code plugins for systems architecture, distributed systems, and software engineering workflows. Each plugin is a standalone, composable tool that extends Claude Code with custom commands, agents, hooks, and integrations.
This collection is growing. To browse available plugins:
ls -d */
Each plugin directory contains:
.claude-plugin/plugin.json - Plugin manifestREADME.md - Documentation and usage examplescommands/, agents/, skills/, hooks/) as neededSimple approach - Register the marketplace:
claude plugin marketplace add notorious-ai/claude-plugins
Then install individual plugins you need:
claude plugin install obsidian-notes@notorious-ai
Or browse and install interactively:
claude plugin
Advanced - Team configuration for selective installation:
Teams can configure .claude/settings.json in their repository to specify which plugins to enable. When team members trust the repository, they'll be prompted to install only the selected plugins:
{
"extraKnownMarketplaces": {
"team-tools": {
"source": {
"source": "github",
"repo": "notorious-ai/claude-plugins"
}
}
},
"enabledPlugins": {
"developing-go@team-tools": true
}
}
For more details, see the plugin configuration documentation.
This repository follows the Unix philosophy:
While this repository provides a marketplace for convenient discovery, you maintain complete control over which plugins you install:
The marketplace enables easy discovery while preserving your freedom to choose exactly what you need.
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Repository marketplace
├── README.md # This file
├── CONTRIBUTING.md # Plugin development guidelines
├── CLAUDE.md # Instructions for Claude Code
└── plugin-name/ # Each plugin is a top-level directory
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── README.md # Plugin documentation
├── commands/ # Slash commands (optional)
├── agents/ # Subagents (optional)
├── skills/ # Skills (optional)
├── hooks/ # Event hooks (optional)
└── .mcp.json # MCP server config (optional)
We welcome contributions! Whether you have a new plugin to share, improvements to existing ones, or bug reports:
Use GitHub Issues with the appropriate issue type:
question label for questions about plugins or
usageBuilt with curiosity and shared with friends.
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Frontend design skill for UI/UX implementation