epam/ai-dial-chat

A default UI for AI DIAL

504Stars on the repository
63Mods indexed here, across every type
todayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

nx-generate

01

epam/ai-dial-chat

Skill Claude CodeCodex

Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a ... app, create a ... lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nxdocs or…

not rated 504 today A 80 tokens copy · 97% Apache-2.0

nx-import

02

epam/ai-dial-chat

Skill Claude CodeCodex

Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.

not rated 504 today C 45 tokens copy · 88% Apache-2.0

nx-plugins

03

epam/ai-dial-chat

Skill Claude CodeCodex

Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.

not rated 504 today A 37 tokens original Apache-2.0

nx-run-tasks

04

epam/ai-dial-chat

Skill Claude CodeCodex

Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.

not rated 504 today A 40 tokens copy · 100% Apache-2.0

nx-workspace

05

epam/ai-dial-chat

Skill Claude CodeCodex

Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on…

not rated 504 today A 90 tokens copy · 100% Apache-2.0

epam/ai-dial-chat

Skill Claude CodeCodex

Read unresolved GitHub code review threads for the pull request associated with the current branch, classify each comment, and implement and verify required code fixes. Post inline replies only when the user explicitly asks to reply after the changes have been pushed and are visible in the PR.

not rated 504 today A 59 tokens original Apache-2.0

api-design

07

epam/ai-dial-chat

Skill Claude CodeCodex

Design, review, or change HTTP API contracts for AI DIAL Chat. Use when adding or modifying REST endpoints, request/response DTOs, status codes, pagination, filtering, API versioning, auth requirements, rate limits, cache behavior, OpenAPI/Swagger docs, or frontend server-api clients.

not rated 504 today A 64 tokens original Apache-2.0

epam/ai-dial-chat

Skill Claude CodeCodex

Five-axis code review before merge, plus responsive-parity and documentation-accuracy gates. Use for quality passes after implementation, before merge, and when asked to review a diff.

not rated 504 today A 40 tokens original Apache-2.0

create-ticket

09

epam/ai-dial-chat

Skill Claude CodeCodex

Interactively create OR update GitHub issues (Bug, Feature, Task) for the current repository. Create from a discussion, from an openspec change (current branch or a specific change path), or update an existing issue with new details. Use for "create ticket/issue", "generate issue from spec", "document this feature as…

not rated 504 changed today A 105 tokens original Apache-2.0

dep-scan

10

epam/ai-dial-chat

Skill Claude CodeCodex

Runs Trivy filesystem scan against the repo root and emits structured vulnerability findings (CVE, package, versions) in the SDLC reviewer schema. Use when an agent needs to detect known CVEs in project dependencies for downstream triage or human review.

not rated 504 changed today A 54 tokens original Apache-2.0

dep-triage

11

epam/ai-dial-chat

Skill Claude CodeCodex

Reviews dependency-scan findings against repo source to mark each as confirmed (real risk) or falsepositive (not exploitable in this codebase context). Use after /dep-scan emits CVE findings; reduces reviewer noise before human review.

not rated 504 today A 53 tokens original Apache-2.0

dial-docs

12

epam/ai-dial-chat

Skill Claude CodeCodex

On-demand index of the AI DIAL Chat design docs in docs/. Use when you need ground-truth on how the app works or is built — overall architecture, technical/product requirements, the authentication subsystem (login, logout, OIDC, session cookies, encrypted session, transparent token refresh, BFF auth flow…

not rated 504 today A 108 tokens original Apache-2.0

figma

13

epam/ai-dial-chat

Skill Claude CodeCodex

Design-to-code workflow for Figma designs. Use when the user shares a Figma URL or asks to implement a design into the codebase.

not rated 504 today A 32 tokens original Apache-2.0

git-ship

14

epam/ai-dial-chat

Skill Claude CodeCodex

Use this skill whenever the user wants to commit, push, or ship changes in a git repository. Triggers include: "commit changes", "push my changes", "ship it", "commit and push", "create a branch and commit", "make a PR", "open a pull request", "create draft PR", or any variation of committing/pushing work. Always use…

not rated 504 changed today A 122 tokens original Apache-2.0

monitor-ci

15

epam/ai-dial-chat

Skill Claude CodeCodex

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI…

not rated 504 changed today A 97 tokens copy · 94% Apache-2.0

epam/ai-dial-chat

Skill Claude CodeCodex

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

not rated 504 changed today A 31 tokens copy · 100% Apache-2.0

epam/ai-dial-chat

Skill Claude CodeCodex

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

not rated 504 today A 31 tokens copy · 100% Apache-2.0

openspec-explore

18

epam/ai-dial-chat

Skill Claude CodeCodex

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

not rated 504 today A 39 tokens copy · 100% Apache-2.0

openspec-propose

19

epam/ai-dial-chat

Skill Claude CodeCodex

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

not rated 504 today A 47 tokens copy · 100% Apache-2.0

epam/ai-dial-chat

Skill Claude CodeCodex

Proactive supply-chain watch for this repo. Resolves the npm SBOM and batch-queries OSV.dev for freshly-modified advisories (committed fetch.sh), then runs an industry-news pass (CISA KEV, OpenSSF, GitHub Security Lab, Socket, The Hacker News) filtered to this project's stack, and emits both as one findings set for…

not rated 504 changed today A 105 tokens original Apache-2.0

refactoring-audit

21

epam/ai-dial-chat

Skill Claude CodeCodex

Deep codebase refactoring audit for AI DIAL Chat. Collects metrics, compares with prior local plans, detects dead-code candidates, and writes or updates refactoring-backend.md, refactoring-frontend.md, and refactoring.md index docs (git-excluded). Use when the user asks for a refactoring plan, tech-debt review…

not rated 504 today A 94 tokens original Apache-2.0

chat-release-notes

22

epam/ai-dial-chat

Skill Claude CodeCodex

Use when the user asks to enhance, refine, polish, or "look at" the release notes for a tag — typically a fresh CI-generated pre-release (e.g. 0.45.0-rc.55) or a stable cut. Reads the auto-generated notes off the GitHub release, classifies and rewrites each bullet in this project's editorial voice, builds the…

not rated 504 changed today A 125 tokens original Apache-2.0

responsive-design

23

epam/ai-dial-chat

Skill Claude CodeCodex

Responsive (mobile + desktop) layout workflow. Use whenever a UI change must work on both phones and desktops, when implementing Figma frames that have separate mobile and desktop variants, or when reviewing a change for mobile parity.

not rated 504 today A 47 tokens original Apache-2.0

epam/ai-dial-chat

Skill Claude CodeCodex

Skeptical second-opinion review of proactive-security-monitor output. For each OSV advisory it re-verifies version-match and reachability against this repo's actual code, and re-judges the news pass's RELEVANT/TANGENTIAL/IGNORE calls. Emits per-item verdicts (CONFIRMED / OVERSTATED / FALSEPOSITIVE / NEEDSREVIEW). Use…

not rated 504 today A 102 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: