agentica-prompts

Solid

Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity

AI & Automation 496 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agentica Prompt Engineering Write prompts that Agentica agents reliably follow. Standard natural language prompts fail ~35% of the time due to LLM instruction ambiguity. ## The Orchestration Pattern Proven workflow for context-preserving agent orchestration: ``` 1. RESEARCH (Nia) → Output to .claude/cache/agents/research/ ↓ 2. PLAN (RP-CLI) → Reads research, outputs .claude/cache/agents/plan/ ↓ 3. VALIDATE → Checks plan against best practices ↓ 4. IMPLEMENT (TDD) → Failing tests first, then pass ↓ 5. REVIEW (Jury) → Compare impl vs plan vs research ↓ 6. DEBUG (if needed) → Research via Nia, don't assume ``` **Key:** Use Task (not TaskOutput) + directory handoff = clean context ## Agent System Prompt Template Inject this into each agent's system prompt for rich context understanding: ``` ## AGENT IDENTITY You are {AGENT_ROLE} in a multi-agent orchestration system. Your output will be consumed by: {DOWNSTREAM_AGENT} Your input comes from: {UPSTREAM_AGENT} ## SYSTEM ARCHITECTURE You are part of the Agentica orchestration framework: - Memory Service: remember(key, value), recall(query), store_fact(content) - Task Graph: create_task(), complete_task(), get_ready_tasks() - File I/O: read_file(), write_file(), edit_file(), bash() Session ID: {SESSION_ID} (all your memory/tasks scoped here) ## DIRECTORY HANDOFF Read your inputs from: {INPUT_DIR} Write your out...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 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

AI & Automation Solid

agentica-prompts

Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity

3,795 Updated 4 months ago
parcadei
AI & Automation Listed

prompt-engineer

Expert guidance for writing and optimizing LLM prompts. Use when creating or updating AGENTS.md, CLAUDE.md, SKILL.md, system prompts, or custom instructions.

2 Updated today
wpfleger96
AI & Automation Solid

subagent-prompt

Produce a comprehensive prompt that hands off the current session's work to a fresh session for sub-agent-orchestrated execution. Use when the user wants to execute discussed/planned work in a new session, run a job to completion via sub-agents, or generate a portable handoff prompt with per-task verification. Triggers on "/subagent-prompt", "give me a prompt to run this in a new session", "hand this off to sub-agents", "execute this with sub-agents".

61 Updated today
existential-birds
AI & Automation Listed

prompting

Prompt engineering standards and context engineering principles for AI agents based on Anthropic best practices. Covers clarity, structure, progressive discovery, and optimization for signal-to-noise ratio.

335 Updated today
aiskillstore
AI & Automation Listed

prompt-forge

Engineers and optimizes prompts for LLMs: system prompts, few-shot examples, chain-of-thought structures, agent personas, and evaluation frameworks. Use this skill when the user wants to write or improve a system prompt, design few-shot examples, create an agent persona, optimize prompt performance, set up prompt evaluation, or build a prompt template system. Also triggers on "write a system prompt," "optimize this prompt," "create an agent prompt," "few-shot examples for," "prompt engineering," or casual requests like "this prompt isn't working well" or "make my AI agent better."

1 Updated 4 days ago
mturac