Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By bradtaylorsf
Convert web apps built with React, Vue, Angular, or Svelte into cross-platform Electron desktop applications for Mac, Windows, and Linux. Automates esbuild bundling, electron-builder packaging, native module rebuilds like SQLite and keytar, path resolutions for bundled environments, secure IPC with keychain storage, external CLI detection, codebase audits, and runtime debugging.
npx claudepluginhub bradtaylorsf/alphaagent-teamMulti-platform Electron build configuration - esbuild bundling, electron-builder setup, and distribution
Integrate external CLI tools (Claude, Node, npx) in Electron apps with proper PATH handling
Handle native Node.js modules in Electron - better-sqlite3, sharp, keytar packaging patterns
Critical path resolution patterns for Electron apps - avoid process.cwd() and __dirname pitfalls
Secure IPC patterns, credential storage, and API key management for Electron apps
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
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.
Desktop application scaffolding with Electron or Tauri
Desktop App Dev subagent
Frontend UI development and mobile application implementation across platforms
Claude Code skill pack for StackBlitz (18 skills)
This command provides the context necessary for Claude Code to create the Desktop Extension or .dxt file of an MCP.
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Tailwind CSS patterns - utility-first styling, components, responsive design
DevOps and deployment - CI/CD pipelines, project coordination, deployment workflows
Express patterns - routing, middleware, authentication, validation, error handling
Standard hook scripts for development workflows - package manager enforcement, protected branch guards, code formatting, anti-pattern detection, and completion claim validation
Documentation agents - README updates, integration docs, API documentation
A curated collection of Claude Code plugins for autonomous coding assistance.
# 1. Add the marketplace
/plugin marketplace add the-answerai/alphaagent-team
# 2. Install plugins you need
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
30 plugins organized into categories:
| Category | Plugins | Description |
|---|---|---|
| Workflow | aai-core, aai-hooks | Git operations, PR management, validation hooks |
| PM | aai-pm-linear, aai-pm-jira, aai-pm-github | Ticket/issue management |
| Dev Agents | aai-dev-frontend, aai-dev-backend, aai-dev-database, aai-dev-fullstack | Technology-agnostic development agents |
| Stack Skills | 15 plugins | Technology-specific patterns (React, Next.js, Express, etc.) |
| Specialized | aai-testing, aai-architecture, aai-docs, aai-blog, aai-devops, aai-quality | Specialized agents |
In Claude Code, run:
/plugin marketplace add the-answerai/alphaagent-team
/plugin
Navigate to the Discover tab to see all 30 plugins with descriptions.
Install plugins based on your needs:
# Essential for all projects
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
# PM integration (choose based on your tooling)
/plugin install aai-pm-linear@alphaagent-team # Linear users
/plugin install aai-pm-jira@alphaagent-team # Jira users
/plugin install aai-pm-github@alphaagent-team # GitHub Issues
# Development agents
/plugin install aai-dev-fullstack@alphaagent-team # All-in-one bundle
# Stack-specific skills (install based on your tech stack)
/plugin install aai-stack-react@alphaagent-team
/plugin install aai-stack-express@alphaagent-team
/plugin install aai-stack-typescript@alphaagent-team
# ... etc.
/help # See all available commands from installed plugins
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
/plugin install aai-dev-fullstack@alphaagent-team
/plugin install aai-testing@alphaagent-team
Then add stack plugins matching your tech:
aai-stack-react, aai-stack-typescriptaai-stack-nextjs, aai-stack-reactaai-stack-express, aai-stack-nodeaai-stack-postgres, aai-stack-prisma/plugin install aai-pm-linear@alphaagent-team # or aai-pm-jira
/plugin install aai-docs@alphaagent-team
| Plugin | Description |
|---|---|
| aai-core | Core workflow - git operations, PRs, code review, essential commands |
| aai-hooks | Validation hooks - protected branches, completion validation, anti-patterns |
| Plugin | Description | Requires |
|---|---|---|
| aai-pm-linear | Linear ticket management - create, plan, optimize, triage | Linear MCP |
| aai-pm-jira | Jira ticket management - create, plan, optimize, triage | Atlassian MCP |
| aai-pm-github | GitHub Issues management - triage, workflow | gh CLI |
| Plugin | Description |
|---|---|
| aai-dev-frontend | Frontend agent - UI components, state management, accessibility |
| aai-dev-backend | Backend agent - API design, authentication, error handling |
| aai-dev-database | Database agent - schema design, queries, migrations |
| aai-dev-fullstack | All dev agents bundled together |