SKILL_LIMITS
@forge/monorepo / backend/src / SKILL_LIMITS
Variable: SKILL_LIMITS
constSKILL_LIMITS:object
Defined in: backend/src/skills/index.ts:45
Limits mirroring the constraints already enforced on workspace_agent_skills, so a
ported tenant skill cannot violate them on the way in.
Type Declaration
descriptionMaxLength
readonlydescriptionMaxLength:1024=1024
descriptionMinLength
readonlydescriptionMinLength:20=20
instructionsMaxLength
readonlyinstructionsMaxLength:20000=20_000
maxLoadedPerRun
readonlymaxLoadedPerRun:5=5
Per run, to bound what load_skill can pull into context.
maxSkills
readonlymaxSkills:25=25
Per tenant.
nameMaxLength
readonlynameMaxLength:64=64
namePattern
readonlynamePattern:RegExp