Help us improve
Share bugs, ideas, or general feedback.
Curated skills, instructions, custom agents and other primitives for AI-native development by Maxim Salnikov
npx claudepluginhub webmaxru/ai-native-devAgent skills for browser Web AI APIs (Prompt API, Language Detector, Translator, Writing Assistance, Proofreader, WebMCP, WebNN)
Agent skills for Enonic XP development: server-side APIs, content modeling, content management, Guillotine GraphQL queries, Next.js headless integration, controller generation, event handling, and local app management.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A plugin marketplace for AI-native development agent skills, maintained by Maxim Salnikov.
The marketplace aggregates agent skill plugins from this and other repositories into a single install point. Once installed, your coding agent gains access to every plugin and every skill each plugin provides — no per-skill setup required.
Installing the marketplace gives you the following skills across all plugins:
| Plugin | Skills | Source |
|---|---|---|
| ai-native-dev-skills | Agent Package Manager · Agent Skill Deploy · GitHub Agentic Workflows | this repo |
| web-ai-skills | Prompt API · Language Detector · Translator · Writing Assistance · Proofreader · WebMCP · WebNN | webmaxru/agent-skills |
| enonic-skills | Enonic CMS agent skills collection | webmaxru/enonic-agent-skills |
A browsable skills catalog is published as a GitHub Pages site. It aggregates skill metadata (names, descriptions, versions) from all three plugin repositories at build time.
npm run build:website — fetches live data from GitHub and regenerates docs/main (when skill or website files change) and weekly via cron to pick up changes from external reposdocs/ folder on the main branch| Plugin | Skills | Source |
|---|---|---|
| ai-native-dev-skills | Agent Package Manager · Agent Skill Deploy · GitHub Agentic Workflows | this repo |
| web-ai-skills | Prompt API · Language Detector · Translator · Writing Assistance · Proofreader · WebMCP · WebNN | webmaxru/agent-skills |
| enonic-skills | Enonic CMS agent skills collection | webmaxru/enonic-agent-skills |
The fastest way to get all plugins at once. Add the marketplace, then install plugins by name.
GitHub Copilot CLI
> /plugin marketplace add webmaxru/ai-native-dev
> /copilot plugin add ai-native-dev-skills@webmaxru/ai-native-dev
> /copilot plugin add web-ai-skills@webmaxru/ai-native-dev
> /copilot plugin add enonic-skills@webmaxru/ai-native-dev
VS Code (GitHub Copilot)
Add the marketplace by running Chat: Install Plugin From Source from the Command Palette and entering:
https://github.com/webmaxru/ai-native-dev
Or add to your settings.json:
"chat.plugins.marketplaces": [
"webmaxru/ai-native-dev"
]
Then open Agent Plugins in the Extensions sidebar (@agentPlugins), find the plugin you want, and click Install.
Claude Code
> /plugin marketplace add webmaxru/ai-native-dev
> /plugin add ai-native-dev-skills@webmaxru/ai-native-dev
> /plugin add web-ai-skills@webmaxru/ai-native-dev
> /plugin add enonic-skills@webmaxru/ai-native-dev
Install specific skills without the marketplace using APM or npm.
ai-native-dev-skills (this repo)
Install with APM:
apm install webmaxru/ai-native-dev/skills/agent-package-manager
apm install webmaxru/ai-native-dev/skills/agent-skill-deploy
apm install webmaxru/ai-native-dev/skills/github-agentic-workflows
Install with npm:
npx skills add webmaxru/ai-native-dev --skill agent-package-manager
npx skills add webmaxru/ai-native-dev --skill agent-skill-deploy
npx skills add webmaxru/ai-native-dev --skill github-agentic-workflows
web-ai-skills (webmaxru/agent-skills)
Install with APM:
apm install webmaxru/agent-skills/skills/prompt-api
apm install webmaxru/agent-skills/skills/language-detector-api
apm install webmaxru/agent-skills/skills/translator-api
apm install webmaxru/agent-skills/skills/writing-assistance-apis
apm install webmaxru/agent-skills/skills/proofreader-api
apm install webmaxru/agent-skills/skills/webmcp
apm install webmaxru/agent-skills/skills/webnn
Install with npm: