Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_get_skills
Function
cbm_get_skills
src/cli/cli.c:557–559 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
};
556
557
const cbm_skill_t *cbm_get_skills(void) {
558
return skills;
559
}
560
561
const char *cbm_get_codex_instructions(void) {
562
return codex_instructions_content;
Callers
1
test_cli.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected