Knowledge Base Context Index

assetactive

Knowledge Base Context Index

Source: KNOWLEDGE_BASE_CONTEXT_INDEX.md (ingested 2026-04-15)


type: canonical source: local-agent-environment sync: optional-pkos-ingest sla: none id: knowledge-base-context-index kind: index updated: 2026-04-16

Knowledge base — one-time context index

This file is the single master map for agent and PKOS context on this machine: where configuration and skills live, which deploy skills exist, how agents/hooks are organized, and where work (portfolio, career, engagements) is defined. Use it once to orient; prefer ingesting into PKOS db/ when the Personal Knowledge OS repo is available.

Workspace layout: curated files live under C:\Users\mesha\Downloads\knowledge\ — see knowledge\README.md for precedence rules (canonical → indexes → snapshots).

1. Canonical “work” copy (meshal.ai)

| Resource | Path | |----------|------| | Site assistant prompt, CV timeline, projects, services, engagements, tone, design tokens | C:\Users\mesha\Downloads\knowledge\canonical\meshal-ide-prompt.md | | Theme / implementation prompt (tokens, components, ninja system) | C:\Users\mesha\Downloads\knowledge\canonical\meshal-theme-prompt.md |

Treat meshal-ide-prompt.md as the canonical narrative + pricing + stack for client-facing and IDE work on the portfolio. Use meshal-theme-prompt.md for UI implementation. Do not contradict either unless the site or CV is updated first.

2. IDE and agent configuration (this machine)

| Layer | Path | Role | |-------|------|------| | Claude Code (project) | C:\Users\mesha\Downloads\.claude\settings.local.json | Permissions / allowlists for this workspace | | Cursor skills (hooks, rules, CLI) | C:\Users\mesha\.cursor\skills-cursor\ | babysit, create-hook, create-rule, create-skill, create-subagent, migrate-to-skills, shell, statusline, update-cli-config, update-cursor-settings | | Claude Code skills | C:\Users\mesha\.claude\skills\ | Vercel, React, RN, view transitions, web design guidelines | | Codex skills | C:\Users\mesha\.codex\skills\ | Deploy targets, BMJ lanes, docs, security, tooling | | Agents skills | C:\Users\mesha\.agents\skills\ | Overlap with Claude skills + find-skills, supabase-postgres-best-practices |

Agent-adjacent Cursor capabilities: use create-hook / create-rule / create-skill when persisting automation; babysit for PR merge-ready loops; create-subagent for delegated task patterns.

3. Deploy and hosting skills (full paths)

These are the deploy-oriented skill directories. Each is a folder containing SKILL.md.

| Platform | Path | |----------|------| | Vercel (deploy + CLI tokens) | C:\Users\mesha\.claude\skills\deploy-to-vercel, C:\Users\mesha\.claude\skills\vercel-cli-with-tokens | | Vercel (Codex copy) | C:\Users\mesha\.codex\skills\vercel-deploy | | Netlify | C:\Users\mesha\.codex\skills\netlify-deploy | | Cloudflare | C:\Users\mesha\.codex\skills\cloudflare-deploy | | Render | C:\Users\mesha\.codex\skills\render-deploy |

Related (not deploy, but often paired): vercel-react-best-practices, vercel-composition-patterns, vercel-react-view-transitions, vercel-react-native-skills, web-design-guidelines under C:\Users\mesha\.claude\skills\.

4. PKOS / knowledge-base (canonical db/)

| Location | Notes | |----------|--------| | C:\Users\mesha\Desktop\Dropbox\GitHub\alawein\knowledge-base | Active PKOS-style store: scripts/validate_records.py, scripts/ingest_file.py, db/ records. This workspace’s canonical prompts and this index are ingested as assets linked to project meshal-web. See db/journal/downloads-knowledge-folder-curation.md for the curation log. | | C:\Users\mesha\.claude\GitHub\github.com\alawein\_pkos\ | Older layout (INDEX.md, prompts/workflows/lessons, JSON extracts). Historical NPP extraction context only. |

When working in knowledge-base, prefer repo README + db/*/README.md + MASTER_REFERENCE.md (if present) over this file for schema truth.

5. Workspace-specific notes (Downloads)

  • Snapshots: saved site pages → knowledge\snapshots\site-exports\ (HTML + _files bundles). Prototypes: knowledge\snapshots\prototypes\meshal-ai-redesign-latest.html, meshal_cyber_portfolio_demo-v01.jsxv04.jsx, and prototypes\archive\meshal-ai-redesign-archive-v01.htmlv03.html. Meetings: knowledge\meetings\ (placeholder — see meetings\README.md). All are non-canonical — defer to knowledge\canonical\meshal-ide-prompt.md for copy.
  • This index file: C:\Users\mesha\Downloads\knowledge\indexes\KNOWLEDGE_BASE_CONTEXT_INDEX.md
  • PRIVATE-credentials\ exists; do not duplicate secrets into PKOS records; rotate per security plan if anything was ever exposed.

6. PKOS ingestion (knowledge-base repo)

Run from C:\Users\mesha\Desktop\Dropbox\GitHub\alawein\knowledge-base (after python scripts/validate_records.py). ingest_file.py skips if db/assets/<id>.md already exists.

python scripts/ingest_file.py "C:/Users/mesha/Downloads/knowledge/indexes/KNOWLEDGE_BASE_CONTEXT_INDEX.md" --kind asset --asset-type reference --tags pkos,index,agents,deploy,config,work --link-id meshal-web --link-kind project
python scripts/ingest_file.py "C:/Users/mesha/Downloads/knowledge/canonical/meshal-ide-prompt.md" --kind asset --asset-type prompt --tags meshal,portfolio,cv,work --link-id meshal-web --link-kind project
python scripts/ingest_file.py "C:/Users/mesha/Downloads/knowledge/canonical/meshal-theme-prompt.md" --kind asset --asset-type reference --tags meshal,design-system,ui --link-id meshal-web --link-kind project

Generated for agent orientation; revise dates in frontmatter when the skill inventory or canonical work copy changes materially.