# CCDD — Context Contract-Driven Development > Methodology for reliable AI agents: the LLM's context (prompts, policies) > becomes a versioned, signed, gate-enforced CONTRACT (context.yaml). L1 lint, > L2 deterministic regression gate (R1-R9), L3 runtime assembly + guardrails. > This page publishes the methodology's own docs as searchable skills. ## Docs - [Landing](/index.html) - [Repository](https://github.com/MauricioPerera/ccdd) ## Skills Skills published by CCDD - search and browse the project's own docs (spec, methodology, findings). - [search_knowledge](/skills/search_knowledge/SKILL.md): BM25 search over this origin's published knowledge bundle. Use it to find which concept answers a question before fetching it. - [get_concept](/skills/get_concept/SKILL.md): fetch the full markdown of a knowledge concept by id from this origin's bundle. - [list_concepts](/skills/list_concepts/SKILL.md): list every knowledge concept this origin publishes (id, type, title, description).