ck get-usings — Reference
SkillFiles & storageList all using directives (C#) or import statements (TypeScript/TSX) in a file. Use when adding a new dependency and you need to know what is already imported.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ck get-usings — Reference skill
What this skill tells your AI
The instructions your AI receives, as published by fredrik-c/contextking in skills/ck-get-usings/SKILL.md and read by ahel’s review.
Syntax
.claude/skills/ck/ck get-usings <file>
Output
Plain text, one directive per line in source order:
C#:
using System;
using System.Collections.Generic;
using Mews.Accounting.Core.Payments;
TypeScript:
import React from 'react';
import { useState, useEffect } from 'react';
import type { PaymentGateway } from '../types';
When to use
- Before adding a new
usingorimportto a file you plan to edit - To check if a namespace/package is already imported without reading the whole file
- Avoids a full
ck read-full-filejust to see the imports section
Notes
- No index required — always reads live from disk.
- For C#, captures both top-level and namespace-scoped using directives.
Signals
- GitHub stars
- 22
- Forks
- 3
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
ck-get-usings- Source
- github.com/fredrik-c/contextking