Skip to main content
Dépôt GitHub

context-kit

context-kit contient 14 skills collectées depuis mbeacom, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
14
Stars
1
mis à jour
2026-07-28
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

authoring-portable-plugins
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-07-25