full-sdc

Redirects the /full-sdc command to the aiox-full-sdc skill workflow.

3.1k|952|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/SynkraAI/aios-core --skill full-sdc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-sdc
Source: https://github.com/SynkraAI/aios-core/tree/main/.grok/skills/full-sdc
Command: npx skills add https://github.com/SynkraAI/aios-core --skill full-sdc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a short, memorable alias so users can invoke the AIOX full software development cycle workflow with /full-sdc instead of typing the longer /aiox-full-sdc command.

Core Features & Use Cases

  • Command Alias: Maps the short /full-sdc invocation directly to the canonical aiox-full-sdc skill.
  • Single Source of Truth: Delegates all behavior to the aliased skill, preventing divergent or duplicated workflows.
  • Self-Recovery Hint: Instructs regeneration via npm run sync:skills:grok when the target skill file is missing.
  • Use Case: A developer in a Grok-based CLI types /full-sdc to start the full software development cycle without remembering the longer aiox-prefixed command name.

Quick Start

Run /full-sdc in your Grok CLI to start the AIOX full software development cycle workflow.

Frequently Asked Questions about full-sdc

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

FAQPage Schema
How do I run the AIOX full software development cycle with a short command?

Invoke /full-sdc in your Grok CLI. This alias loads and follows the aiox-full-sdc skill exactly, so you get the full workflow without typing the longer command name.

What is the difference between /full-sdc and /aiox-full-sdc?

There is no functional difference. /full-sdc is a short alias that delegates entirely to the aiox-full-sdc skill, which remains the single source of truth for the workflow.

What happens if the aiox-full-sdc skill file is missing?

The alias instructs you to regenerate it by running npm run sync:skills:grok. This restores the canonical skill file so the alias can load and follow it.

Can I customize the full-sdc alias to run a different workflow?

No. The alias explicitly forbids inventing a parallel workflow. All behavior must come from the aliased aiox-full-sdc skill to keep the workflow consistent.