sdcorejs-using-skills

Dispatch matching sdcorejs skills before responding to Angular Portal, NestJS, and Next.js requests.

2|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sdcorejs/sdcorejs-agent --skill sdcorejs-using-skills
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sdcorejs-using-skills
Source: https://github.com/sdcorejs/sdcorejs-agent/tree/main/plugin/skills/sdcorejs-using-skills
Command: npx skills add https://github.com/sdcorejs/sdcorejs-agent --skill sdcorejs-using-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents AI coding sessions from skipping the required sdcorejs SDLC workflow by ensuring a matching skill is invoked before answering, even when the host repo’s entrypoint file is missing.

Core Features & Use Cases

  • Skill-first dispatch rule: Always invokes the best-matching sdcorejs skill BEFORE responding, including before clarifying questions, to maintain disciplined execution.
  • Cross-track SDLC orchestration: Enforces the clarify → spec → plan → write-code → review → ship flow with explicit approval gates at the spec and plan stages.
  • Bilingual output discipline (VI/EN): Produces Vietnamese output for Vietnamese requests and English output otherwise, while keeping route paths/permission codes in English.
  • Use-case fit triggers: Triggers on session start, “what can you do/skills nào dùng được”, or any request that matches a skill description for Angular Portal, NestJS, or Next.js.
  • Workflow isolation support: Directs running sdcorejs-using-worktrees first when isolation is needed for parallel work.

Quick Start

Use sdcorejs-using-skills at session start to route any request (e.g., “tạo entity product” or “review module catalog”) into the correct sdcorejs workflow with required clarify and approval gates.

Frequently Asked Questions about sdcorejs-using-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a strict SDLC workflow in AI coding sessions for Next.js, Angular, or NestJS?▼

Bilingual output discipline produces Vietnamese output for Vietnamese requests and English output otherwise, while consistently keeping route paths and permission codes in English across all SDLC stages.

Can I skip the spec and plan approval gates to write code faster?▼

Yes, when isolation is needed for parallel work, you should direct running the sdcorejs-using-worktrees skill first to isolate the workflow before dispatching the correct SDLC skill for your request.

What is the best way to route a request like "tạo entity product" into the correct workflow?▼

The best way to route such requests is using skill-first dispatch at session start, which matches the request to YAML-defined skill descriptions and invokes the correct Angular, NestJS, or Next.js track workflow.

Why does my AI coding session skip the clarify stage and jump straight to code?▼

Sessions skip the clarify stage when the host repo's entrypoint file is missing, but applying a skill-first dispatch rule resolves this by invoking the best-matching skill before any clarifying questions or responses are generated.

Does this skill dispatch approach work without YAML-defined name and description metadata?▼

No, this dispatch approach requires YAML-defined name and description metadata to accurately match user requests against skill descriptions across the Angular Portal, NestJS, and Next.js tracks for proper workflow routing.