← All plugins
cortex-prompt
v1.9.1Build a production-ready prompt package — system prompt, few-shot examples, output format, edge case handling, eval criteria. Use when asked to "prompt engineering", "build a prompt", "write a system prompt", or "improve this prompt".
Claude Code1 skill
by tonone-aiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/cortex-prompt/ inside the repository.
Layout
plugins/ai-agency/tonone/skills/cortex-prompt/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
cortex-promptSKILL.md
Build a production-ready prompt package — system prompt, few-shot examples, output format, edge case handling, eval criteria. Use when asked to "prompt engineering", "build a prompt", "write a system prompt", or "improve this prompt".
Manifests1
plugins/ai-agency/tonone/skills/cortex-prompt/.claude-plugin/plugin.json
{
"name": "cortex-prompt",
"version": "1.9.1",
"description": "Build a production-ready prompt package — system prompt, few-shot examples, output format, edge case handling, eval criteria. Use when asked to \"prompt engineering\", \"build a prompt\", \"write a system prompt\", or \"improve this prompt\".",
"author": {
"name": "tonone-ai",
"url": "https://tonone.ai"
},
"repository": "https://github.com/tonone-ai/tonone",
"license": "MIT",
"type": "skill",
"keywords": [
"cortex",
"skill"
]
}