A skill is a packaged capability an agent can use — a reusable prompt, a structured output, or a procedure. FamilyCo discovers skills from disk and makes them switchable per company.Documentation Index
Fetch the complete documentation index at: https://familyco.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Canonical path
Required rules
- Every skill lives in its own directory.
SKILL.mdis mandatory.- Supporting files may sit beside
SKILL.md. - Skills are scanned on app start and on manual rescan.
Frontmatter
Required
name— must equal the directory slug.description— explain what the skill does and when to use it.
Optional
licensecompatibility— note FamilyCo runtime constraints if relevant.metadata— may includeowner,version,tags,allowedModules.
Recommended folder structure
SKILL.md concise so discovery stays cheap. Put long examples and references in side files; the runtime loads them only when a task truly needs them.
Example SKILL.md
Enable / disable behavior
- Disabled skills remain discoverable in the UI but cannot be selected for new runs.
- Existing completed runs still reference disabled skills historically.
- If a run requests a disabled skill, the runtime creates an Inbox warning instead of silently substituting.