Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AgentBasePaths = map[string]string{
"cursor": ".cursor/skills",
"claude": ".claude/skills",
"copilot": ".github/skills",
"antigravity": ".agent/skills",
}
View Source
var AvailableSkills = []struct { ID string Name string Description string }{ { ID: "devx", Name: "Devx CLI Orchestrator Rules", Description: "Mandates --json, --dry-run, and handles prediction of devx exit codes.", }, { ID: "platform-engineer", Name: "Platform Engineering SOP (Mandatory Docs)", Description: "Enforces strict documentation-first behavior and image embedding requirements for AI agents.", }, }
View Source
var EmbedFS embed.FS
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.