Skip to main content
GitHub 仓库

context-kit

context-kit 收录了来自 mbeacom 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
1
更新
2026-07-28
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

authoring-portable-plugins
其他计算机职业

Use when creating or editing a plugin for a multi-host GitHub Copilot / APM / Claude Code marketplace — required manifests, the plugin.json ⇆ apm.yml mirroring rule, portable env-var and install conventions, component layout, and the catalog entry.

2026-07-28
corpus-review
软件开发工程师

Use when every unit of a corpus must be accounted for rather than merely searched — auditing a document set, log archive, or file tree with provable coverage and gaps split into truly absent versus undecidable.

2026-07-27
code-search
软件开发工程师

Use when searching source code: text/regex (ripgrep), structural/AST patterns (ast-grep, semgrep), symbol definitions/references/callers (LSP, GNU Global, ctags), when/why code changed (git history), structural rewrites (comby), or size/complexity (tokei, scc).

2026-07-27
data-and-docs-search
软件开发工程师

Use when searching non-code corpora: query JSON/YAML/config (jq, yq, gron), tabular data files (duckdb, sqlite-utils), or content inside PDFs/Office/archives (rga, pandoc, pdftotext).

2026-07-27
context-budget
其他计算机职业

Use when deciding WHERE a piece of guidance should live — always-on memory (CLAUDE.md / AGENTS.md), a path-scoped rule, an on-demand skill, a subagent, an MCP server, or a deterministic hook — and how to keep the always-on budget small.

2026-07-27
local-rag
软件开发工程师

Use for semantic search over a markdown corpus when keywords aren't enough (you know the meaning, not the exact words), or hybrid semantic plus lexical search when both meaning and exact terms matter. Index once, then query.

2026-07-27
memory-workflows
软件开发工程师

Use when capturing, recalling, reviewing, or consolidating durable project memory across sessions, especially decisions, constraints, procedures, and episodes that must retain provenance and freshness.

2026-07-27
obsidian-rag-bridge
软件开发工程师

Use to retrieve from an Obsidian vault by combining its link graph/tags with semantic search: produce a candidate note set (obsidian CLI, or rg fallback) and feed it to local-rag's --allowlist. For writing notes, Bases, or Canvas, use kepano/obsidian-skills.

2026-07-27
plan-execute-strategy
其他计算机职业

Use when deciding HOW to split work between a strong planner and cheaper executors — subagent models, writing delegation prompts, running the plan-big/execute-small workflow, or choosing delegation vs the advisor tool.

2026-07-27
retrieval-strategy
软件开发工程师

Use when deciding HOW to find information — choosing or composing search modalities (lexical, structural, code-intelligence, structured-data, history, semantic/RAG, graph, durable memory) for a query and corpus.

2026-07-27
change-impact
软件开发工程师

Use when analyzing a proposed code, config, API, data, or schema change for blast radius, downstream dependencies, compatibility, tests, or operations.

2026-07-27
verify-before-trust
软件开发工程师

Use when you need to check whether claims are actually true before relying on them — checking an AI answer, a plan's assumptions, a PR description, or docs against the real codebase, with per-claim verdicts and evidence.

2026-07-27
runtime-evidence
软件开发工程师

Use when a runtime claim is unable-to-check statically and needs a dynamic observation: a bounded reviewed command ID, or an approved browser observation.

2026-07-25
context-handoff
软件开发工程师

Use when writing or resuming a bounded repository handoff across agent sessions or hosts, including checking saved task state for staleness.

2026-07-25