Skip to main content
مستودع GitHub

context-kit

يحتوي context-kit على 14 من skills المجمعة من mbeacom، مع تغطية مهنية على مستوى المستودع وصفحات 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