Skip to main content

Module templates

Module templates 

Source
Expand description

Visible, versioned templates shared by Agent Plugin generation and native host adapters.

Constantsยง

AGENT_PLUGIN_GITIGNORE
Ignore rule emitted for developer-local plugin bindings.
AGENT_PLUGIN_LICENSE
License emitted in a complete portable plugin.
AGENT_PLUGIN_MANIFEST
Portable Agent Plugins 1.0 manifest template.
AGENT_PLUGIN_MCP
Portable Agent Plugins 1.0 MCP template.
AGENT_PLUGIN_OPENAI_DEFAULT_PROMPT
Optional Codex starter prompt for the canonical skill.
AGENT_PLUGIN_OPENAI_DISPLAY_NAME
Optional Codex display name for the canonical skill.
AGENT_PLUGIN_OPENAI_METADATA
Optional Codex UI metadata for the canonical skill.
AGENT_PLUGIN_OPERATING_GUIDE
Extended operating guide referenced by the canonical skill.
AGENT_PLUGIN_SKILL
Canonical cross-client Code System Graph skill.
AGENT_PLUGIN_SKILL_DESCRIPTION
Skill discovery description rendered into the portable frontmatter.
ANTIGRAVITY_LIMITATION
Antigravity limitation reported by hook installation.
CURSOR_LIMITATION
Cursor limitation reported by hook installation.
CURSOR_RULE
Cursor wrapper for the static compatibility rule.
FEDERATED_CODEGRAPH_GUIDANCE
Dynamic prompt-hook guidance for federated work with CodeGraph enrichment.
FEDERATED_NATIVE_GUIDANCE
Dynamic prompt-hook guidance for federated work without CodeGraph enrichment.
FEDERATED_SIGNALS
Newline-separated prompt signals for federated intent.
GEMINI_HOOK_DESCRIPTION
Gemini hook description.
HOOK_STATUS_MESSAGE
Claude/Codex hook status text.
LOCAL_CODEGRAPH_GUIDANCE
Dynamic prompt-hook guidance for repository-local work with CodeGraph enrichment.
LOCAL_NATIVE_GUIDANCE
Dynamic prompt-hook guidance for repository-local work without CodeGraph enrichment.
LOCAL_SIGNALS
Newline-separated prompt signals for repository-local intent.
STATIC_ROUTING_CODEGRAPH
Static routing policy when CodeGraph enrichment is enabled.
STATIC_ROUTING_NATIVE
Static routing policy when CodeGraph enrichment is unavailable.
STATIC_RULE
Marker-scoped static-rule template used only as a compatibility fallback.
STRICT_GATE
Strict pre-commit gate shell template.