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)


SimpleAgentSkill

SimpleAgentSkill: "simple-agent-skill"

Defined in: types.ts:9

Simple skill triggered by description matching (no resources or extra files)


AgentSkillIO

AgentSkillIO: "agent-skill-io"

Defined in: types.ts:11

Full AgentSkills.io standard skill with resources and multiple files (NO hooks)


FileRule

FileRule: "file-rule"

Defined in: types.ts:13

Triggered by file glob patterns


AgentIgnore

AgentIgnore: "agent-ignore"

Defined in: types.ts:15

Files/patterns to exclude from agent context


ManualPrompt

ManualPrompt: "manual-prompt"

Defined in: types.ts:17

Explicitly invoked prompts (slash commands, skills with disable-model-invocation)