agentica-prompts
FeaturedWrite reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
Install
Quality Score: 89/100
Skill Content
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 6 months ago
- Last Updated
- 1 months ago
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
agent-prompt
Prepare a grounded task or continuation prompt. Use when delegating fresh work or carrying progress, decisions, failures, and proof into a new agent session.
agent-prompt-author
Write, revise, and diagnose system prompts, orchestrator instructions, subagent delegation contracts, tool descriptions, and harness text for LLM agents you build and ship. Use whenever someone wants an agent to behave differently by changing its text — "write a system prompt for X", "improve this orchestrator prompt", "my agent keeps ignoring this rule", "the prompt got worse after I edited it", "add a constraint so it stops doing Y", "write a tool description", "should I run GEPA or DSPy on this", "review this agent prompt", "is this prompt any good", "how much of this is still needed". Also use when a prompt has grown past ~200 lines, when a refinement loop has stopped helping, or before investing in automated prompt optimization. Do NOT use for one-off chat prompts, for CLAUDE.md and repo context files (opposite policy — see Route C), or for brand voice and creative style guides.
subagent-prompt-design
Design and write well-formed prompts for SubAgents launched via the Agent/Task tool. Use this skill whenever you are about to delegate work to a SubAgent, write prompts for parallel fan-out exploration or multi-perspective review, decide which model tier a SubAgent should use, or structure the return format so the main context stays clean. If you are about to fire off a Task call without reading this first, stop and read it — a poorly written subagent prompt is worse than doing the work inline.