Skip to main content

CustomizationType

@a16njs/models


@a16njs/models / CustomizationType

Enumeration: CustomizationType

Defined in: types.ts:5

The taxonomy of agent customization types. Each type represents a different way agents can be customized.

Enumeration Members

GlobalPrompt

GlobalPrompt: "global-prompt"

Defined in: types.ts:7

Always-applied prompts (CLAUDE.md, alwaysApply rules)


AgentSkill

AgentSkill: "agent-skill"

Defined in: types.ts:9

Context-triggered by description matching


FileRule

FileRule: "file-rule"

Defined in: types.ts:11

Triggered by file glob patterns


AgentIgnore

AgentIgnore: "agent-ignore"

Defined in: types.ts:13

Files/patterns to exclude from agent context


AgentCommand

AgentCommand: "agent-command"

Defined in: types.ts:15

Explicitly invoked slash commands