agent

package
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: MIT Imports: 4 Imported by: 0

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

func Install

func Install(targetAgent string, skillName string, force bool) error

Install copies the correct template string to the local working directory.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL