prompt-only-agent
v1.0.1Entrevista curta para projetar um agente prompt-only e entrega um system prompt pronto para copiar e colar.
By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install prompt-only-agent for Codex
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add prompt-only-agent@codex-skillsPaste and run these commands in a terminal with Codex. They add and refresh the codex-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “prompt-only-agent-2” remain stable.
- Codex:
prompt-only-agent-2@agent-plugin-marketplace→prompt-only-agent@codex-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/cadugevaerd/codex-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/prompt-only-agent/.
Plugin files
├── .codex-plugin/plugin.json└── skills/prompt-only-agent/SKILL.md
Included Skills1
Entrevista curta para transformar uma ideia de agente em um system prompt pronto para copiar e colar. Use quando o usuário pedir um agente "prompt-only", system prompt ou instruções de sistema para um agente sem ferramentas, código, memória externa, RAG ou automações.
Plugin manifests1
{
"name": "prompt-only-agent",
"version": "1.0.1",
"description": "Entrevista curta para projetar um agente prompt-only e entrega um system prompt pronto para copiar e colar.",
"author": {
"name": "Carlos Araujo",
"email": "[email protected]",
"url": "https://github.com/cadugevaerd"
},
"homepage": "https://github.com/cadugevaerd/codex-skills",
"repository": "https://github.com/cadugevaerd/codex-skills",
"license": "MIT",
"keywords": [
"prompt-engineering",
"system-prompt",
"agent",
"interview",
"prompt-only"
],
"skills": "./skills/",
"interface": {
"displayName": "Prompt-Only Agent",
"shortDescription": "Entrevista curta e gera um system prompt copiável.",
"longDescription": "Faz perguntas essenciais, uma por vez, sobre um agente sem ferramentas e entrega um system prompt completo em Markdown de até 8.000 caracteres, pronto para copiar e colar.",
"developerName": "Carlos Araujo",
"category": "Development",
"capabilities": [
"Interactive",
"Design"
],
"defaultPrompt": [
"/prompt-only-agent criar um agente que revise textos de suporte",
"/prompt-only-agent transformar minha ideia em um system prompt"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[prompt-only-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prompt-only-agent-2)