Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ContextKing

ContextKing에는 Fredrik-C에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
19
Stars
22
업데이트
2026-06-06
Forks
3
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ck-expand-folder
소프트웨어 개발자

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.

2026-06-06
ck-find-files
소프트웨어 개발자

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

2026-06-06
ck-get-keyword-map
소프트웨어 개발자

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.

2026-06-06
ck-forget
소프트웨어 개발자

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

2026-06-05
ck-learn
소프트웨어 개발자

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

2026-06-05
ck-recall
소프트웨어 개발자

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.

2026-06-05
ck-init
소프트웨어 개발자

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

2026-06-05
ck-find-symbol
소프트웨어 개발자

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.

2026-05-14
ck-get-base-types
소프트웨어 개발자

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.

2026-05-14
ck-get-constructors
소프트웨어 개발자

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.

2026-05-14
ck-get-enum-members
소프트웨어 개발자

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

2026-05-14
ck-get-method-source
소프트웨어 개발자

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

2026-05-14
ck-get-type-source
소프트웨어 개발자

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.

2026-05-14
ck-read-full-file
소프트웨어 개발자

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

2026-05-14
ck-refs
소프트웨어 개발자

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

2026-05-14
ck-signatures
소프트웨어 개발자

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.

2026-05-14
ck-index
소프트웨어 개발자

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.

2026-05-08
ck-build-check
소프트웨어 개발자

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

2026-04-27
ck-get-usings
소프트웨어 개발자

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.

2026-04-27