We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249ede7 commit 4216f18Copy full SHA for 4216f18
1 file changed
README.md
@@ -86,6 +86,24 @@ make reset # Equivalent to: ctx reset --mcp
86
87
Context-Engine includes agent skills that teach AI coding assistants how to use the MCP tools effectively.
88
89
+**For Claude Code:**
90
+
91
+Install the skill plugin via marketplace:
92
+```bash
93
+/plugin marketplace add m1rl0k/Context-Engine
94
+/plugin install context-engine
95
+```
96
97
+Or copy the CLAUDE.md file manually:
98
99
+# Project-specific
100
+cp CLAUDE.md /path/to/your/project/
101
102
+# Or global
103
+cp CLAUDE.md ~/.claude/CLAUDE.md
104
105
106
107
**For Codex (OpenAI):**
108
109
Install directly from GitHub using the `$skill-installer`:
0 commit comments