agentica-prompts
SolidWrite reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
Install
Quality Score: 86/100
Skill Content
Details
- Author
- parcadei
- Repository
- parcadei/Continuous-Claude-v3
- Created
- 5 months ago
- Last Updated
- 4 months ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
agentica-prompts
Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
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.
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".
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.
prompt-writing
Best practices for writing, evaluating, and improving LLM prompts. Use when: writing system prompts, crafting user messages, designing few-shot examples, prompting for structured output, writing tool descriptions, designing RAG prompts, defending against prompt injection, auditing or improving existing prompts, building prompt templates, or evaluating prompt quality. Covers system prompt structure, chain-of-thought, few-shot patterns, token efficiency, tool calling prompts, multi-turn design, prompt security, and evaluation.