By adawalli
Core skills library: TDD, debugging, collaboration patterns, and proven techniques
Use this agent when code appears complex, repetitive, or has room for improvement through refactoring. This includes situations where you notice duplicated logic, overly long functions, nested conditionals, or code that violates DRY principles.
Use this agent when you need to review documentation for conciseness and accuracy, ensuring docs are maintainable and technically correct.
Use this agent when you need to retrieve and consolidate documentation from web sources into markdown format.
Architecture review agent for the code-review skill. Evaluates project pattern alignment, data model consistency, spec compliance, and migration safety. Do NOT use standalone - this agent is orchestrated by the code-review skill.
Code quality review agent for the code-review skill. Audits CLAUDE.md compliance, code patterns, error handling, and type safety. Do NOT use standalone - this agent is orchestrated by the code-review skill.
Run a local multi-agent code review before pushing or creating a PR. Use this skill whenever the user says 'code-review', 'pre-review', 'review my changes', 'review before push', 'check my branch', 'local review', 'pre-PR review', or wants feedback on their current branch changes before submitting a pull request. Also use when the user asks to 'review the diff', 'check for issues before PR', or mentions wanting to catch review feedback early. This skill spawns multiple specialized review agents in parallel to give comprehensive feedback fast.
Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z"
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated marketplace registry for Claude Code plugins, skills, workflows, and productivity tools.
This repository serves as a personal marketplace registry for Claude Code, providing access to carefully selected plugins that enhance development workflows with TDD practices, debugging tools, collaboration patterns, and proven techniques.
To add this marketplace to your Claude Code installation:
/plugin marketplace add adawalli/claude-plugins
After adding the marketplace, open the interactive plugin browser:
/plugin
This will show all available plugins from this marketplace along with their descriptions.
Install plugins directly from this marketplace:
/plugin install core@adawalli
Replace core with the name of any plugin available in this registry.
Description: Core skills library with TDD, debugging, collaboration patterns, and proven techniques
Source: github.com/adawalli/claude-core
Keywords: skills, tdd, debugging, collaboration, best-practices, workflows
Install:
/plugin install core@adawalli
Description: YouTube video discovery and ranking - find top videos by composite score using yt-dlp
Keywords: youtube, yt-dlp, video, search, ranking
Install:
/plugin install youtube@adawalli
Prerequisites:
# Install bun
curl -fsSL https://bun.sh/install | bash
# Install yt-dlp
uv tool install "yt-dlp[default]"
# or: brew install yt-dlp
# or: pip install yt-dlp
Usage:
/youtube-top-videos top 10 videos on connecting NotebookLM to Claude Code
/youtube-top-videos best talks on AI agent architectures 5
Expands your query into 3 search variations, fetches up to 25 candidates per variation via yt-dlp, filters out irrelevant results, deduplicates, and ranks by a composite score based on views (30%), engagement (25%), recency (25%), and channel authority (20%). Returns a markdown table of the top N results (default 10).
/plugin enable core@adawalli
/plugin disable core@adawalli
/plugin uninstall core@adawalli
Use the /plugin command to see all installed plugins and their status.
For team-wide automatic installation, add this marketplace and desired plugins to your repository's
.claude/settings.json:
{
"plugins": {
"marketplaces": ["adawalli/claude-plugins"],
"autoInstall": ["core@adawalli"]
}
}
Team members who trust the repository will automatically have these plugins installed.
.claude-plugin/
└── marketplace.json # Plugin registry definition
The marketplace.json file defines:
For issues with specific plugins, refer to their individual repositories. For marketplace-related issues, open an issue in this repository.
npx claudepluginhub adawalli/claude-plugins --plugin coreCassette meeting transcript processing - create flows, write prompts, debug configs, and generate Obsidian-formatted meeting notes
Routes permission requests to Opus 4.5 for intelligent auto-approval of safe operations
Ralph Loop integration with agent-os spec-driven development system
Obsidian vault management via CLI - notes, properties, search, plugins, sync, and developer tools
YouTube video discovery and ranking - find top videos by composite score using yt-dlp
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Development practices: TDD workflow with red-green-refactor
Comprehensive skills library for Claude Code: planning, design, TDD, debugging, collaboration patterns, and proven techniques
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
Comprehensive development infrastructure for Claude Code projects. Includes 12 AI skills, task coordination hooks, project templates, and a visual dev-manager dashboard.
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks