webmaxru

73 mods across 4 repositories, 53 stars between them.

web-ai-skills

01

webmaxru/web-ai-agent-skills

Plugin Claude Code

Agent skills for browser Web AI APIs (Prompt API, Language Detector, Translator, Writing Assistance, Proofreader, WebMCP, WebNN).

47 12d ago A tokens not measured

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Installs, configures, audits, and operates Agent Package Manager (APM) in repositories. Use when initializing apm.yml, installing or updating packages, validating manifests, managing lockfiles, compiling agent context, browsing MCP servers, setting up runtimes, or packaging resolved context for CI and team…

47 12d ago A 93 tokens

agent-skill-deploy

03

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Deploys agent skill collections from any GitHub repository with a /skills folder to one or more distribution surfaces: GitHub releases, Claude Code marketplace, VS Code plugin marketplace, and Copilot CLI plugin marketplace. Handles pre-flight validation, conventional commit analysis, version bumping across surface…

47 12d ago A 118 tokens

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Authors, reviews, installs, and debugs GitHub Agentic Workflows in repositories, including workflow markdown, frontmatter, gh aw compile and run flows, safe outputs, security guardrails, and operational patterns. Use when creating or maintaining GH-AW automation. Don't use for standard deterministic GitHub Actions…

47 12d ago A 81 tokens

skill-creator

05

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Authors and structures professional-grade agent skills following the agentskills.io spec. Use when creating new skill directories, drafting procedural instructions, or optimizing metadata for discoverability. Don't use for general documentation, non-agentic library code, or README files.

47 12d ago A 52 tokens

webmaxru/web-ai-agent-skills

Instructions file CodexOpenCode

AGENTS.md instructions for webmaxru/web-ai-agent-skills: This repository contains a small working set of agent skills and support assets that follow the agentskills.io style: lean SKILL.md files, progressive disclosure through references/ and assets/, and deterministic helper scripts where guessing would be brittle.

47 12d ago A 507 tokens

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Implements and debugs browser Language Detector API integrations in JavaScript or TypeScript web apps. Use when adding LanguageDetector support checks, availability and model download flows, session creation, detect() calls, input-usage measurement, permissions-policy handling, or compatibility fallbacks for built-in…

47 12d ago A 83 tokens

prompt-api

08

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Implements and debugs browser Prompt API integrations in JavaScript or TypeScript web apps. Use when adding LanguageModel availability checks, session creation, prompt or promptStreaming flows, structured output, download progress UX, or iframe permission-policy handling. Don't use for server-side LLM SDKs, REST AI…

47 12d ago A 70 tokens

proofreader-api

09

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Implements and debugs browser Proofreader API integrations in JavaScript or TypeScript web apps. Use when adding Proofreader availability checks, monitored model downloads, proofread flows, correction metadata handling, or permissions-policy checks for built-in proofreading. Don't use for generic prompt engineering…

47 12d ago A 71 tokens

translator-api

10

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Implements and debugs browser Translator API integrations in JavaScript or TypeScript web apps. Use when adding Translator support checks, language-pair availability flows, model download UX, session creation, translate() or translateStreaming() calls, input-usage measurement, or permissions-policy handling for…

47 12d ago A 82 tokens

webmcp

11

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Implements and debugs browser WebMCP integrations in JavaScript or TypeScript web apps. Use when exposing imperative tools through document.modelContext (with a navigator.modelContext fallback), annotating HTML forms for declarative tools, handling agent-invoked form flows, or validating WebMCP behavior in the current…

47 12d ago A 87 tokens

webnn

12

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Implements and debugs browser Web Neural Network API integrations in JavaScript or TypeScript web apps. Use when adding navigator.ml checks, MLContext creation, MLGraphBuilder flows, device selection, tensor dispatch and readback, or explicit fallback paths to ONNX Runtime Web or other local runtimes. Don't use for…

47 12d ago A 79 tokens

webmaxru/web-ai-agent-skills

Skill Claude CodeCodex

Implements and debugs browser Summarizer, Writer, and Rewriter integrations in JavaScript or TypeScript web apps. Use when adding availability checks, model download UX, session creation, summarize or write or rewrite flows, streaming output, abort handling, or permissions-policy constraints for built-in writing…

47 12d ago A 87 tokens

webmaxru/is-ai-native

Skill Claude CodeCodex

Installs, configures, audits, and operates Agent Package Manager (APM) in repositories. Use when initializing apm.yml, installing or updating packages, validating manifests, managing lockfiles, compiling agent context, browsing MCP servers, setting up runtimes, or packaging resolved context for CI and team…

5 9d ago C 93 tokens original MIT

webmaxru/is-ai-native

Skill Claude CodeCodex

Authors, reviews, installs, and debugs GitHub Agentic Workflows in repositories, including workflow markdown, frontmatter, gh aw compile and run flows, safe outputs, security guardrails, and operational patterns. Use when creating or maintaining GH-AW automation. Don't use for standard deterministic GitHub Actions…

5 9d ago A 81 tokens original MIT

prompt-api

16

webmaxru/is-ai-native

Skill Claude CodeCodex

Implements and debugs browser Prompt API integrations in JavaScript or TypeScript web apps. Use when adding LanguageModel availability checks, session creation, prompt or promptStreaming flows, structured output, download progress UX, or iframe permission-policy handling. Don't use for server-side LLM SDKs, REST AI…

5 9d ago A 70 tokens original MIT

webmcp

17

webmaxru/is-ai-native

Skill Claude CodeCodex

Implements and debugs browser WebMCP integrations in JavaScript or TypeScript web apps. Use when exposing imperative tools through document.modelContext (with a navigator.modelContext fallback), annotating HTML forms for declarative tools, handling agent-invoked form flows, or validating WebMCP behavior in the current…

5 9d ago A 87 tokens original MIT

agent-collaboration

18

webmaxru/is-ai-native

Skill Claude CodeCodex

Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication.

5 9d ago A 22 tokens copy · 100% MIT

webmaxru/is-ai-native

Skill Claude CodeCodex

How to write comprehensive architectural proposals that drive alignment before code is written.

5 9d ago A 18 tokens copy · 100% MIT

ci-validation-gates

21

webmaxru/is-ai-native

Skill Claude CodeCodex

Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22.

5 9d ago A 32 tokens copy · 100% MIT

cli-wiring

22

webmaxru/is-ai-native

Skill Claude CodeCodex

Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts.

5 9d ago A 0 tokens copy · 80% MIT

cross-squad

24

webmaxru/is-ai-native

Skill Claude CodeCodex

Coordinating work across multiple Squad instances.

5 9d ago A 12 tokens copy · 100% MIT