Skip to content
Skillv1.0.0

system-design

Use when designing system architecture, APIs, components, or data models - provides a structured design workflow with validation and documentation outputs.

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/system-design/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill system-design. Copyright stays with the author.

System Design

Overview

Create clear system, API, component, or data model designs with explicit requirements, constraints, and validation steps.

When to Use

  • Designing system architecture or components
  • Specifying APIs or data models
  • Producing design docs or diagrams

Avoid when:

  • You only need implementation tasks (use implementation-workflow)

Quick Reference

Task Load reference
System design workflow skills/system-design/references/system.md

Workflow

  1. Gather requirements and constraints.
  2. Load the system design reference.
  3. Define structure, interfaces, and data flows.
  4. Validate against constraints and best practices.
  5. Deliver spec/diagram/code artifacts.

Output

  • Design spec or diagram
  • Validation notes and follow-ups

Common Mistakes

  • Designing without constraints
  • Mixing implementation details with spec scope

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-system-design/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-system-design.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-system-design",
  "kind": "skill",
  "name": "system-design",
  "description": "Use when designing system architecture, APIs, components, or data models - provides a structured design workflow with validation and documentation outputs.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "api-specification",
      "architecture-design",
      "architecture-diagram",
      "component-design",
      "data-model",
      "design-doc",
      "interface-design",
      "schema-design",
      "system-architecture"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when designing system architecture, APIs, components, or data models - provides a structured design workflow with validation and documentation outputs."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/system-design/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/system-design/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/system-design/SKILL.md"
    }
  },
  "instructions": "# System Design\n\n## Overview\nCreate clear system, API, component, or data model designs with explicit requirements, constraints, and validation steps.\n\n## When to Use\n- Designing system architecture or components\n- Specifying APIs or data models\n- Producing design docs or diagrams\n\nAvoid when:\n- You only need implementation tasks (use implementation-workflow)\n\n## Quick Reference\n\n| Task | Load reference |\n| --- | --- |\n| System design workflow | `skills/system-design/references/system.md` |\n\n## Workflow\n1. Gather requirements and constraints.\n2. Load the system design reference.\n3. Define stru",
  "cost": {
    "context_tokens": 224
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-system-design/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.