Frequently Asked Questions
Common questions about AI agent skills, prompt engineering, and using Hermes SkillForge.
What are AI agent skills?
▾
AI agent skills are reusable, structured instruction documents that teach an agent how to perform specific tasks consistently. A skill typically includes a name, purpose description, activation triggers (when the agent should use it), step-by-step procedures, example inputs and outputs, and constraints or guardrails. Skills turn one-off prompts into durable, repeatable workflows that an agent can load and follow across sessions. They are used by Hermes Agent, Claude Code, OpenAI Codex, Cursor, and other agentic AI systems.
Is Hermes SkillForge compatible with Claude Code, Codex, or Cursor?
▾
Yes. Skills exported from SkillForge use standard Markdown format with trigger sections, procedure steps, and examples. This format is compatible with Hermes Agent, Claude Code skills (.md files), OpenAI Codex AGENTS.md, Cursor rules (.cursorrules), and Gemini CLI. The exported Markdown can be dropped directly into any of these tools' skill directories.
Does SkillForge work offline and keep my data private?
▾
Yes, all processing runs entirely in your browser using client-side JavaScript. Nothing is uploaded to any server. Your skills, memories, prompts, and configs persist in localStorage on your device and can be exported as Markdown, JSON, YAML, or ZIP files whenever you choose. No account, no tracking, no external AI API calls are made. This makes it ideal for prototyping proprietary agent workflows without exposing them to cloud services.
What can I build with the Prompt Lab?
▾
The Prompt Lab enhances raw prompts by injecting four optimization layers: full Hermes optimization (role definition, tool discipline, success criteria), looped reasoning chains (think → act → observe → decide), self-critique loops (draft → evaluate against criteria → improve), and skill creation framing (triggers, procedures, examples). Each enhancement can be applied independently or combined into a fully optimized prompt.
How does the Memory Studio help build better agents?
▾
The Memory Studio structures persistent agent context — facts the agent should recall across sessions. You define a memory title, descriptive tags, entity relations (people, tools, projects, constraints), and a raw note. SkillForge organizes this into a structured document that maps to how agents store and retrieve long-term knowledge, making context more organized and retrievable than free-form notes.
What does the Log Analyzer do?
▾
The Log Analyzer parses AI agent execution logs to identify tool calls, error patterns, retry loops, latency bottlenecks, and improvement opportunities. Paste any agent log output and it generates a structured report highlighting what went well, what failed, and where the agent's behavior could be refined — useful for debugging workflows and converting successful patterns into reusable skills.