بنقرة واحدة
code-search
Semantic repository search and skeleton generation for OMP AEF infrastructure.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Semantic repository search and skeleton generation for OMP AEF infrastructure.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Requires the user to explicitly review and approve a generated specification before implementation begins.
Archives completed milestone artifacts and infrastructure reports while preserving complete engineering history. Includes Structure Cleanup mode to enforce 3-layer registry pattern.
Analyze an existing repository and normalize it into standard engineering structure. One-time setup for brownfield projects.
Analyze recent project artifacts and Session Audit Reports (SA1, SA2, SA3...) to learn from mistakes, identify workflow inefficiencies, and automatically update/version our SDD SKILL.md files. Handles multiple session audits and TEMP milestones.
Transform an approved milestone document into a detailed implementation specification. Supports followup specifications for existing milestones.
Transform an implementation specification into a verification protocol defining how correctness will be evaluated. Supports followup specifications referencing multiple sources.
| name | code-search |
| version | 1.0.0 |
| description | Semantic repository search and skeleton generation for OMP AEF infrastructure. |
| tools | bash, read, write |
| user-invocable | true |
Best for low-token code understanding. Use before reading full files.
Role in OMP AEF:
generate_skeletons — Tree-sitter extraction of signatures/importsrefresh_index — Rebuild vector embeddings (requires ollama)search_code(query, limit?) — Semantic searchdocs/skeletons/{project}_skeleton.mdcode_index_{project}.db (per-project)tree-sitter + tree-sitter-language-pack (installed)ollama + sqlite-vec for semantic searchFor detailed usage, patterns, and integration with framework skills, see: