By npranson
Multi-agent development plugin for Vault — a cross-platform subscription tracker, password manager, and secure file storage app built with Flutter, Dart, Riverpod, Drift (SQLCipher), GoRouter, and Freezed. Includes 18 specialized agents, 12 auto-triggering skills, and 3 orchestration commands.
Brainstorm and design a feature — research modern approaches, then pressure-test with enterprise and SMB stakeholder personas before planning
Implement a feature using specialized coding agents (db, logic, UI) with TDD and modern standards
Run a multi-agent code review on the current branch (security + performance + accessibility + platform-parity)
Accessibility audit agent for Vault. Checks Semantics labels, tap targets, color contrast, keyboard navigation, screen reader compatibility, and platform-specific a11y requirements. Invoke as part of the multi-reviewer workflow or standalone. Invoke automatically when creating or modifying UI widgets, custom components, navigation, or any user-facing changes.
Build failure diagnosis agent for Vault. Troubleshoots Flutter build errors, pub dependency conflicts, platform-specific build issues (Gradle, Xcode, CMake), code generation failures (build_runner), and CI pipeline breaks. Invoke when builds fail. Invoke automatically when flutter build fails, pub get has conflicts, build_runner generates errors, or platform builds fail.
CI/CD specialist agent for Vault. Handles GitHub Actions workflows for Flutter multi-platform builds, test automation, code signing, and deployment pipelines. Invoke for CI/CD setup, pipeline fixes, or build automation. Invoke automatically when creating or modifying GitHub Actions workflows, fixing build failures, setting up code signing, or configuring deployment pipelines.
Code quality and simplification agent for Vault. Reviews code for unnecessary complexity, redundancy, missed Dart idioms, unused imports, and opportunities to reduce boilerplate. Invoke after feature implementation to clean up and polish. Invoke automatically after a feature is complete, when files exceed length limits, or when the user asks to simplify or refactor code.
Database specialist agent for Vault. Handles Drift schema design, SQLCipher-encrypted migrations, type-safe queries, reactive streams (watch), data modeling, and database-level testing. Invoke for any task involving the data layer — new tables, migration authoring, query performance tuning, or reactive observation patterns. Invoke automatically when adding new data models, creating or modifying database tables, writing Drift queries, setting up watch() streams, adding indexes, or when a feature requires persistent storage.
Accessibility patterns for Vault — Semantics, tap targets, contrast, keyboard nav, screen readers, platform-adaptive a11y
Multi-agent workflow orchestration patterns for Vault — dependency ordering, parallel execution rules, handoff protocols
Dart static analysis and linting patterns for Vault — analysis_options.yaml, strict mode, common lint rules
Drift database patterns for Vault — table definitions, DAOs, migrations, reactive queries, SQLCipher encryption with plaintext header
Encryption and security patterns for Vault — AES-256-GCM, key derivation, secure storage, SQLCipher, clipboard security
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
A multi-agent development plugin for Vault, a cross-platform subscription tracker, password manager, and secure file storage app built with Flutter 3.29+, Dart 3.6+, Riverpod 3, Drift (SQLCipher), GoRouter, and Freezed.
18 agents · 12 skills · 3 commands
# From GitHub
/plugin install https://github.com/npranson/vault-plugin
# Local development
claude --plugin-dir /path/to/vault-plugin
┌──────────────────────────────────────────────────────────────────────────────┐
│ SLASH COMMANDS │
│ /brainstorm → /implement → /pr-review │
└────────┬────────────────────┬───────────────────────────┬────────────────────┘
│ │ │
▼ ▼ ▼
┌────────────────┐ ┌────────────────┐ ┌──────────────────────────────────────┐
│ PLANNER │ │ CODING │ │ REVIEW ORCHESTRATOR │
│ │ │ AGENTS │ │ (flutter-reviewer) │
│ modern- │ │ │ │ │
│ standards- │ │ db-engineer │ │ ┌─ security-reviewer │
│ planner │ │ logic-engineer │ │ ├─ performance-reviewer │
│ (Context7 + │ │ ui-engineer │ │ ├─ accessibility-auditor │
│ web search) │ │ │ │ └─ platform-parity-auditor │
│ │ │ │ │ │
└────────────────┘ └────────────────┘ └──────────────────────────────────────┘
│ │ │
▼ ▼ ▼
┌──────────────────────────────────────────────────────────────────────────────┐
│ jira-manager (ALWAYS parallel — ticket creation, updates, Epic linking) │
└──────────────────────────────────────────────────────────────────────────────┘
│ │ │
▼ ▼ ▼
┌──────────────────────────────────────────────────────────────────────────────┐
│ AUTO-TRIGGERING SKILLS │
│ drift-patterns · riverpod-patterns · flutter-widgets · freezed-models · │
│ gorouter-navigation · encryption-patterns · error-handling · flutter-tdd · │
│ accessibility-patterns · platform-adaptive · agent-orchestration · │
│ dart-analysis │
└──────────────────────────────────────────────────────────────────────────────┘
| Agent | Specialization |
|---|---|
flutter-reviewer | Orchestrator — spawns all 4 reviewers, runs code quality audit, synthesizes unified verdict |
security-reviewer | Encryption correctness, credential exposure, secure storage, key derivation, clipboard, CI pipeline |
performance-reviewer | UI thread responsiveness, widget rebuild efficiency, Drift query performance, crypto isolation |
accessibility-auditor | Semantics labels, tap targets, color contrast, keyboard navigation, screen reader compatibility |
platform-parity-auditor | Cross-platform consistency (iOS, Android, macOS, Windows, Linux, Web) |
| Agent | Domain |
|---|---|
db-engineer | Drift table definitions, DAOs, SQLCipher setup, migrations, reactive queries |
logic-engineer | Riverpod notifiers, repository interfaces, encryption services, sync orchestration |
ui-engineer | Flutter widgets (Material 3), responsive layouts, GoRouter, accessibility, animations |
| Agent | Perspective |
|---|---|
smb-entrepreneur | SMB founder (15-person firm, 200+ passwords, 40+ subscriptions) — evaluates speed, workflow, cost |
enterprise-stakeholder | IT director (2000-person org) — evaluates compliance, admin control, scale, SSO/MDM, security |
npx claudepluginhub npranson/vault-plugin --plugin vaultMulti-agent development plugin for UnleashedMail — a native macOS 15+ email client supporting Gmail and Microsoft Graph, built with Swift 6, SwiftUI, AppKit, WKWebView, GRDB.swift (SQLCipher), and MVVM architecture. Ships 20 specialized agents, 17 auto-triggering skills, and 3 orchestration commands. Aligns agents with project's path-scoped rules (`.claude/rules/`) and defines cross-agent workflow contracts (AGENT_CONTRACTS.md).
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete developer toolkit for Claude Code