Angular development tooling for Claude Code. Bundles the official angular-developer skill (vendored from angular/angular, MIT) for Angular code generation and architectural guidance, plus the ngx-translate-xlsx skill for externalizing UI strings into @ngx-translate keys backed by an Excel sheet.
Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.
Externalize an Angular app's hardcoded UI strings into @ngx-translate/core keys backed by an Excel (.xlsx) sheet, then compile the sheet to i18n JSON with the xlsxToJsonTranslate CLI. Trigger when the user wants to translate or internationalize Angular UI, externalize hardcoded strings (in any source language) into translation keys, add or fill translation keys in an .xlsx, add a new language column, find missing translations, or (re)generate i18n JSON from a translations spreadsheet.
External network access
Connects to servers outside your machine
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.
Etienne Pasteur's personal Claude Code plugin marketplace.
Repository: https://github.com/EtiennePasteur/ClaudePlugins
/plugin marketplace add EtiennePasteur/ClaudePlugins
Then browse and install plugins with /plugin.
ClaudePlugins/
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest — lists available plugins
├── plugins/ # plugin sources live here
├── doc/ # standalone guides (not tied to a plugin)
└── README.md
Create the plugin under plugins/<plugin-name>/ with its own manifest:
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # plugin manifest (name, version, ...)
├── commands/ # optional: slash commands (.md)
├── agents/ # optional: subagents (.md)
├── skills/ # optional: skills (SKILL.md)
├── hooks/ # optional: hooks.json
└── .mcp.json # optional: MCP servers
A minimal plugin.json:
{
"name": "<plugin-name>",
"description": "What this plugin does.",
"version": "0.1.0",
"author": { "name": "Etienne Pasteur", "email": "[email protected]" }
}
Register it in .claude-plugin/marketplace.json by appending to the plugins array:
{
"name": "<plugin-name>",
"source": "./plugins/<plugin-name>",
"description": "What this plugin does.",
"version": "0.1.0"
}
Validate and reload:
claude plugin validate .
/plugin marketplace update ClaudePlugins
npx claudepluginhub etiennepasteur/claudeplugins --plugin angularComprehensive 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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
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.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review