Skip to content
Skillv1.0.0

ck:coding-level

Set coding experience level for tailored output. Use for adjusting explanation depth, code complexity, and response format to user expertise.

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

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

See reviews

About

Imported from pakhoi1604/ravid-assignment (.agents/skills/coding-level/SKILL.md). Install upstream with npx skills add pakhoi1604/ravid-assignment --skill coding-level. Copyright stays with the author.

Coding Level

Set your coding experience level for tailored explanations and output format.

Usage

/ck:coding-level [0-5]

Levels

Level Name Description
0 ELI5 Zero coding experience - analogies, no jargon, step-by-step
1 Junior 0-2 years - concepts explained, WHY not just HOW
2 Mid-Level 3-5 years - design patterns, system thinking
3 Senior 5-8 years - trade-offs, business context, architecture
4 Tech Lead 8-10 years - risk assessment, business impact, strategy
5 God Mode Expert - default behavior, maximum efficiency (default)

How It Works

  1. Set codingLevel in .claude/.ck.json
  2. Guidelines are automatically injected on every session start
  3. No manual activation needed - it just works!

Example

Set level 1 in .claude/.ck.json:

{
  "codingLevel": 1,
  ...
}

Next session, Claude will automatically:

  • Explain concepts and techniques clearly
  • Always explain WHY, not just HOW
  • Point out common mistakes
  • Add "Key Takeaways" after implementations

Optional: Manual Output Styles

For finer control, you can also use /output-style with these styles:

  • coding-level-0-eli5
  • coding-level-1-junior
  • coding-level-2-mid
  • coding-level-3-senior
  • coding-level-4-lead
  • coding-level-5-god

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/pakhoi1604-ravid-assignment-coding-level/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.

pakhoi1604-ravid-assignment-coding-level.ocm.jsonjson
{
  "ocm": "1",
  "id": "pakhoi1604-ravid-assignment-coding-level",
  "kind": "skill",
  "name": "ck:coding-level",
  "description": "Set coding experience level for tailored output. Use for adjusting explanation depth, code complexity, and response format to user expertise.",
  "publisher": "pakhoi1604",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "experience",
      "level",
      "explanation",
      "format",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Set coding experience level for tailored output. Use for adjusting explanation depth, code complexity, and response format to user expertise."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/pakhoi1604/ravid-assignment",
      "path": ".agents/skills/coding-level/SKILL.md",
      "ref": "2c25479ef441eb791ecfe9da79d9b0a9b8210080",
      "url": "https://github.com/pakhoi1604/ravid-assignment/blob/2c25479ef441eb791ecfe9da79d9b0a9b8210080/.agents/skills/coding-level/SKILL.md",
      "key": "pakhoi1604/ravid-assignment/.agents/skills/coding-level/SKILL.md"
    }
  },
  "instructions": "# Coding Level\n\nSet your coding experience level for tailored explanations and output format.\n\n## Usage\n\n`/ck:coding-level [0-5]`\n\n## Levels\n\n| Level | Name | Description |\n|-------|------|-------------|\n| 0 | ELI5 | Zero coding experience - analogies, no jargon, step-by-step |\n| 1 | Junior | 0-2 years - concepts explained, WHY not just HOW |\n| 2 | Mid-Level | 3-5 years - design patterns, system thinking |\n| 3 | Senior | 5-8 years - trade-offs, business context, architecture |\n| 4 | Tech Lead | 8-10 years - risk assessment, business impact, strategy |\n| 5 | God Mode | Expert - default behavior",
  "cost": {
    "context_tokens": 335
  }
}

Fetch it by URL: GET /api/v1/registry/pakhoi1604-ravid-assignment-coding-level/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.