Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By aaronbassett
Utility skills for plugin management and diagnostics including dependency checking, scanning, plugin root resolution, and tokf output filtering
npx claudepluginhub aaronbassett/agent-foundry --plugin utilsThis skill should be used when the user asks to "check dependencies", "verify plugin requirements", "what plugins am I missing", "validate plugin dependencies", or invokes /utils:dependency-checker. Validates declared dependencies in extends-plugin.json files against installed and enabled plugins.
This skill should be used when the user asks to "scan for dependencies", "find plugin dependencies", "generate extends-plugin.json", "discover plugin requirements", or invokes /utils:dependency-scanner. Scans plugin files for patterns indicating dependencies on other plugins or system tools.
This skill should be used when the user needs to locate a plugin's installation path, when ${CLAUDE_PLUGIN_ROOT} doesn't expand in markdown files, or when invoked via /utils:find-claude-plugin-root. Generates a CPR resolver script at /tmp/cpr.py.
This skill should be used when the user asks to "create a filter", "write a tokf filter", "add a filter for <tool>", "how do I filter output", or needs guidance on tokf filter step types, templates, pipes, or placement conventions.
Executes bash commands
Hook triggers when Bash tool is used
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.
Validates Claude Code plugin structure against official Anthropic spec and Intent Solutions enterprise standard
Diagnose and fix Claude Code configuration issues including plugin registry, settings, hooks, and MCP servers
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
[Internal] claude-code-plugin リポジトリの marketplace 構造を検証し、エラーを自動修正する内部ユーティリティ
Validates and optimizes Claude Code plugins against official best practices and file patterns
Explore, develop, and refine ideas through creative collaboration — from open-ended riffing to structured ideation to ruthless refinement — before any design or implementation work begins.
AI-powered image generation using Google Gemini models via the nanobanana MCP server. Generate, edit, and manage images with intelligent model selection, aspect ratio control, and multi-model support.
Create isolated Docker-based development environments for running Claude Code safely
Guide users through creating complete, unambiguous feature specifications using a discovery-driven process.
Configuration toolkit for streamlining Claude Code project setup with powerline status line and attribution settings
Build. Ship. Repeat. A collection of Claude Code plugins for devs.
| Plugin | Description |
|---|---|
| constitution | Create, validate, and enforce project constitutions with living governance |
| dev-specialisms | Niche developer skills (deployment, frontend vibes, Hashbrown) |
| devs | Specialist coding agents and skills for Python, Rust, TypeScript, React, and security |
| flutter-core | Flutter and Dart development toolkit covering UI/UX, state management, testing, and ServerPod |
| git-lovely | Lovely Git workflows with conventional commits and GitHub CLI integration |
| ideas | Turn vague ideas into sharp vision documents through structured creative collaboration |
| image-gen | AI-powered image generation using Google Gemini models via nanobanana MCP server |
| pr-tools | Parallel PR review agents for code quality, SDD task verification, and TODO tracking |
| readme-and-co | Generate README, LICENSE, CONTRIBUTING, SECURITY, and GitHub templates |
| sandbox | Isolated Docker-based development environments for Claude Code |
| sdd | Specification-Driven Development: specs, plans, tasks, codebase mapping, and quality gates |
| settings-presets | Powerline status line and attribution configuration presets |
| spec-writer | Guided discovery process for writing complete feature specifications |
| utils | Plugin management utilities: dependency checking, scanning, and root resolution |
| worktrees | Git worktree workflows for parallel AI development |
Add the marketplace, then install individual plugins:
claude mcp add-marketplace aaronbassett/agent-foundry
claude plugin install sdd@agent-foundry
Or install a plugin directly from the repo:
claude install-plugin https://github.com/aaronbassett/agent-foundry/tree/main/plugins/sdd
This repository uses lefthook for git hooks.
lefthook --versionlefthook installAutomatic validation:
Manual validation:
scripts/validate-marketplace.shscripts/validate-plugin.sh <plugin-name>scripts/ci/validate.shBypassing hooks:
Use git commit --no-verify or git push --no-verify when:
Note: GitHub Actions will still validate all changes.