Fredrik-C

22 mods across 1 repository, 22 stars between them.

Fredrik-C/ContextKing

Instructions file CodexOpenCode

AGENTS.md instructions for Fredrik-C/ContextKing, covering context king — agents.md, project overview, architecture, language support (pluggable) and key patterns.

22 8d ago A 698 tokens

Fredrik-C/ContextKing

Instructions file

Claude Code instructions for Fredrik-C/ContextKing, covering claude.md, commands, architecture, core modules and deployment artefacts.

22 8d ago A 1,526 tokens

ck-build-check

04

Fredrik-C/ContextKing

Skill Claude CodeCodex

Run dotnet build with compact diagnostics output to reduce token-heavy log churn.

22 8d ago A 19 tokens

ck-expand-folder

05

Fredrik-C/ContextKing

Skill Claude CodeCodex

List files in a folder with their signatures, filtered by an optional regex pattern. Use this in fallback folder-scoped exploration after ck find-files.

22 8d ago A 33 tokens

ck-find-files

06

Fredrik-C/ContextKing

Skill Claude CodeCodex

Source discovery over path, file, type, and member names. Use this as the default first step before signatures or method extraction.

22 8d ago A 30 tokens

ck-find-symbol

07

Fredrik-C/ContextKing

Skill Claude CodeCodex

Find type/member declarations in C#, TypeScript, Kotlin, and Python/TSX files with ranked matches. Use when grep loops on the same token start forming.

22 8d ago A 37 tokens

ck-forget

08

Fredrik-C/ContextKing

Skill Claude CodeCodex

Remove a stale knowledge snippet by ID when previously learned context is no longer valid.

22 8d ago A 20 tokens

ck-get-base-types

09

Fredrik-C/ContextKing

Skill Claude CodeCodex

Extract type declarations with base classes and interfaces from a C#, TypeScript, Kotlin, or Python file. Use when you need to understand inheritance hierarchy or find where a class fits in the type system.

22 8d ago A 45 tokens

ck-get-constructors

10

Fredrik-C/ContextKing

Skill Claude CodeCodex

Extract all constructors from a C#, TypeScript, Kotlin, or Python file with exact source spans. Use when you need to see constructor signatures or injected dependencies without knowing the class name.

22 8d ago A 43 tokens

ck-get-enum-members

11

Fredrik-C/ContextKing

Skill Claude CodeCodex

List enum members for a specific C#, TypeScript, Kotlin, or Python enum without reading full file content.

22 8d ago A 28 tokens

ck-get-keyword-map

12

Fredrik-C/ContextKing

Skill Claude CodeCodex

Build a seed-to-related keyword map from indexed results. Use when file-first retrieval is weak/noisy and you need fallback folder scoping with ck find-files.

22 8d ago A 38 tokens

Fredrik-C/ContextKing

Skill Claude CodeCodex

Extract a single C#, TypeScript, Kotlin, or Python method/property body with exact source spans. Use after ck signatures identifies the target member.

22 8d ago A 34 tokens

ck-get-type-source

14

Fredrik-C/ContextKing

Skill Claude CodeCodex

Extract a single C#, TypeScript, Kotlin, or Python type declaration with exact source span. Use when you need one class/interface/record/enum/type alias without reading the full file.

22 8d ago A 43 tokens

ck-get-usings

15

Fredrik-C/ContextKing

Skill Claude CodeCodex

List 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.

22 8d ago A 43 tokens

ck-index

16

Fredrik-C/ContextKing

Skill Claude CodeCodex

Build or update the Context King source-map index. Rarely needed explicitly — ck find-files auto-builds on first use. Useful after branch switches or to force a full rebuild.

22 8d ago A 39 tokens

ck-init

17

Fredrik-C/ContextKing

Skill Claude CodeCodex

Initialize Context King in the current repository, or migrate a repo from a legacy per-repo deployment to the global install.

22 8d ago A 27 tokens

ck-learn

18

Fredrik-C/ContextKing

Skill Claude CodeCodex

Record a new knowledge snippet — domain rules, architectural decisions, gotchas, or cross-module relationships discovered during a session.

22 8d ago A 28 tokens

ck-read-full-file

19

Fredrik-C/ContextKing

Skill Claude CodeCodex

Read a complete C#, TypeScript, Kotlin, and Python source file when full-file context is required, with a large-file guardrail and explicit override.

22 8d ago A 36 tokens

ck-recall

20

Fredrik-C/ContextKing

Skill Claude CodeCodex

Retrieve institutional knowledge for a confirmed folder or a cross-folder semantic query. Step 2.5 in the navigation protocol — run after confirming a target folder, before reading method bodies.

22 8d ago A 40 tokens

ck-refs

21

Fredrik-C/ContextKing

Skill Claude CodeCodex

Find textual references for a symbol in C#, TypeScript, Kotlin, and Python/TSX files within scoped folders or explicit paths.

22 8d ago A 31 tokens

ck-signatures

22

Fredrik-C/ContextKing

Skill Claude CodeCodex

Extract all method/property signatures from C#, TypeScript, Kotlin, and Python files using live AST parsing. Use after ck find-files has identified the relevant folder, when evaluating multiple candidate files to avoid reading full file content.

22 8d ago A 48 tokens