Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

code-context-graph

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

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

Skills dans ce dépôt

ccg-analyze
Développeurs de logiciels

Analyze code relationships with CCG impact radius, flow tracing, callers/callees, git-diff risk, and affected stored flows. Use when a task asks what a change affects, how a call path flows, who calls a symbol, or which flows recent changes touch. Do not use for simple text lookup, documentation generation, or annotation authoring.

2026-07-19
ccg-namespace
Développeurs de logiciels

Isolate CCG graph build, search, documentation discovery, and analysis by namespace. Use when working across multiple repositories or services, preventing cross-project graph leakage, listing populated namespaces, or applying one namespace consistently across MCP and CLI operations. Do not use for ordinary single-repository work that fits the default namespace.

2026-07-19
ccg-annotate
Développeurs de logiciels

Author and refine CCG annotations such as @intent, @domainRule, @sideEffect, @mutates, @index, and @see. Use when adding business meaning to code, improving annotation-aware code or documentation retrieval, fixing annotation lint findings, or documenting operational contracts. Do not use for generated Markdown editing or annotations that merely restate symbol names.

2026-07-12
ccg
Développeurs de logiciels

Build, update, inspect, and search code-context-graph graphs and route to specialized CCG workflows. Use when a task needs CCG setup, graph freshness, exact symbol or relationship lookup, annotation-aware full-text search, MCP graph queries, or selection among CCG analysis, docs, annotation, and namespace skills. Do not use for a simple file or string lookup when grep/read is sufficient.

2026-07-12
ccg-docs
Développeurs de logiciels

Generate, discover, read, and lint CCG documentation. Use when producing Markdown and Wiki snapshots, narrowing broad module questions with search_docs, reading generated docs with get_doc_content, or diagnosing orphan, missing, stale, incomplete, contradiction, dead-ref, and drift findings. Do not use for direct source annotation authoring or exact call-graph analysis.

2026-07-11
ccg-docs
Développeurs de logiciels

code-context-graph — documentation generation, RAG indexing, and docs quality linting.

2026-07-11
ccg
Développeurs de logiciels

code-context-graph — build code knowledge graphs and search. Core entry point for parsing, building, and querying code graphs.

2026-07-11
ccg-analyze
Développeurs de logiciels

code-context-graph — impact analysis, flow tracing, dead code, architecture. Use when answering "what's affected", "how does X flow", "what's unused", "module structure".

2026-07-11
ccg-annotate
Développeurs de logiciels

code-context-graph — annotation system. AI-driven annotation workflow, tag reference, and annotation search.

2026-04-18