Skip to content
OpenSmartRoute
Skillv1.0.0

dev-workflows

Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement.

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/dev-workflows/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill dev-workflows. Copyright stays with the author.

Dev Workflows

Overview

Unify build, test, and DX improvement workflows so they are repeatable and reliable. Focus on safe execution, clear diagnostics, and actionable follow-ups.

When to Use

  • Running builds or resolving build failures
  • Executing tests or analyzing test failures
  • Improving onboarding, tooling, or developer workflows

Avoid when:

  • The task is pure code implementation
  • A full release process is required (use release-prep)

Quick Reference

Task Load reference
Build workflows skills/dev-workflows/references/build.md
Test workflows skills/dev-workflows/references/test.md
DX improvements skills/dev-workflows/references/dx.md

Workflow

  1. Select the workflow type: build, test, or DX.
  2. Load the matching reference file.
  3. Execute with monitoring and capture diagnostics.
  4. Apply fixes or improvements as needed.
  5. Verify outcomes and document next steps.

Output

  • Execution summary (status, errors, next steps)
  • Suggested follow-ups or improvements

Common Mistakes

  • Skipping baseline environment checks
  • Running tests without capturing failing output
  • Changing DX workflows without documenting impact

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-dev-workflows/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-dev-workflows.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-dev-workflows",
  "kind": "skill",
  "name": "dev-workflows",
  "description": "Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "dx",
      "build-error",
      "build-failure",
      "developer-experience",
      "npm-test",
      "onboarding",
      "run-build",
      "run-pytest",
      "run-tests"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/dev-workflows/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/dev-workflows/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/dev-workflows/SKILL.md"
    }
  },
  "instructions": "# Dev Workflows\n\n## Overview\nUnify build, test, and DX improvement workflows so they are repeatable and reliable. Focus on safe execution, clear diagnostics, and actionable follow-ups.\n\n## When to Use\n- Running builds or resolving build failures\n- Executing tests or analyzing test failures\n- Improving onboarding, tooling, or developer workflows\n\nAvoid when:\n- The task is pure code implementation\n- A full release process is required (use release-prep)\n\n## Quick Reference\n\n| Task | Load reference |\n| --- | --- |\n| Build workflows | `skills/dev-workflows/references/build.md` |\n| Test workflows | ",
  "cost": {
    "context_tokens": 300
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-dev-workflows/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.