Ragnarock
Features

Skills

Project-scoped markdown instructions for AI agents.

Skills (/dashboard/projects/{projectId}/skills) are reusable markdown snippets that steer agent behavior — coding standards, review checklists, domain glossary, etc.

Why use skills

  • Consistent AI output across sessions
  • Encode team conventions without repeating prompts
  • Share context between requirements, planner, and developer agents

Authoring tips

  • Keep each skill focused (one concern per file).
  • Use imperative, testable rules ("Always cite requirement IDs").
  • Version significant changes in git if skills are exported from your process.

Skills are loaded by the agent service when processing jobs for the project.

On this page