Config
    Codex Skills LibraryUpdated May 27, 2026JSON

    Codex Skills Library plugin config

    Imported JSON file from plugins/context-layer/.codex-plugin/plugin.json.

    Source file

    plugins/context-layer/.codex-plugin/plugin.json

    JSON39 lines
    1. {
    2. "name": "context-layer",
    3. "version": "0.1.0",
    4. "description": "Skill package for repo-native context layers, including scaffold setup and workflow trigger skills.",
    5. "author": {
    6. "name": "Maggie Lerman",
    7. "email": "",
    8. "url": ""
    9. },
    10. "homepage": "",
    11. "repository": "",
    12. "license": "UNLICENSED",
    13. "keywords": [
    14. "context-layer",
    15. "docs",
    16. "agent-workflows",
    17. "project-governance"
    18. ],
    19. "skills": "./skills/",
    20. "interface": {
    21. "displayName": "Context Layer",
    22. "shortDescription": "Scaffold and operate repo-native context memory for human-agent teams",
    23. "longDescription": "Package for installing and using a repo-native context layer: canonical DOCS root, project lifecycle, evidence, dashboard, MAGGIE TODOs, review boards, checkpoints, governance audits, collaborative walkthroughs, and UX/UI bug intake.",
    24. "developerName": "Maggie Lerman",
    25. "category": "Productivity",
    26. "capabilities": [
    27. "Interactive",
    28. "Write"
    29. ],
    30. "websiteURL": "",
    31. "privacyPolicyURL": "",
    32. "termsOfServiceURL": "",
    33. "defaultPrompt": [
    34. "Use $context-layer-scaffold to standardize this repo as a context layer.",
    35. "Use $review-board to generate a numbered review board for this work.",
    36. "Use $maggie-todo to surface and resolve Maggie-owned follow-ups."
    37. ]
    38. }
    39. }