npx claudepluginhub stefanoslig/angular-ai-workflow --plugin workflow-coreA personal Claude Code plugin marketplace for Nx + Angular work. Lives in its own repo so the workflow tooling (skills, commands, hooks, MCPs) never has to be committed into client/work projects.
The marketplace (.claude-plugin/marketplace.json, name: angular-ai-workflow) ships the following plugins. All local plugins are currently skeletons — plugin.json is populated but the skills/ directories are empty until skills are authored.
| Plugin | Source | Declared scope |
|---|---|---|
nx-toolkit | local (./nx-toolkit) | Nx monorepo skills: boundary audits, generators, affected analysis |
angular-toolkit | local (./angular-toolkit) | Angular skills: signal forms migration, CD audits |
playwright-toolkit | local (./playwright-toolkit) | Playwright skills: test authoring, flake triage, trace analysis |
workflow-core | local (./workflow-core) | Cross-cutting workflows: feature implementation, PR prep, ADRs |
nx-agent-skills | github nrwl/nx-ai-agents-config | Upstream Nx AI agent skills (mirrored from Nrwl) |
Each local plugin has the standard structure:
<plugin>/
.claude-plugin/plugin.json # manifest (name, version, description, author)
skills/ # per-skill folders go here
Clone the repo anywhere on your machine:
git clone <this-repo> ~/Personal_Projects/angular-ai-workflow
Then, from inside any project where you want to use these plugins (or in a fresh Claude Code session for user-level install), run:
/plugin marketplace add ~/Personal_Projects/angular-ai-workflow
/plugin install nx-toolkit@angular-ai-workflow
/plugin install angular-toolkit@angular-ai-workflow
/plugin install playwright-toolkit@angular-ai-workflow
/plugin install workflow-core@angular-ai-workflow
/plugin install nx-agent-skills@angular-ai-workflow
Install only the ones you need per project — e.g. a Playwright-free backend project doesn't need playwright-toolkit.
/plugin marketplace list # see registered marketplaces
/plugin list # see installed plugins
/plugin disable <plugin>@angular-ai-workflow # toggle off without uninstall
/plugin uninstall <plugin>@angular-ai-workflow
/plugin marketplace remove angular-ai-workflow # drop the whole marketplace
When you install from a local-path marketplace, Claude Code caches the plugin under ~/.claude/plugins/cache/. Edits to files in this repo are not picked up automatically. After changing a skill, manifest, or marketplace.json:
/plugin marketplace update angular-ai-workflow
For larger changes (e.g. renaming a plugin or bumping its version), uninstall and reinstall the affected plugin.
.claude-plugin/marketplace.json # marketplace manifest
nx-toolkit/ # local plugin
angular-toolkit/ # local plugin
playwright-toolkit/ # local plugin
workflow-core/ # local plugin
plugin.json files populatedskills/ directories are empty placeholdersCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Share bugs, ideas, or general feedback.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
AI-powered development tools for code review, research, design, and workflow automation.