Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt

Use this file to discover all available pages before exploring further.

Skills is in BETA.
Skills are self-contained AI capability packages that you can add to your agents. Each skill bundles instructions, optional tools (sandboxed Python scripts), and reference materials into a single package. When a skill is enabled on an agent, the agent gains those capabilities automatically.

Skills Catalog

Each agent has its own set of enabled skills. To manage them:
  1. Open the agent’s configuration page by clicking the agent name in the sidebar
  2. Scroll to the Skills section
  3. Click the gear icon to open the Skills Catalog page
The catalog shows all available skills — both built-in and any skills you have imported.

Enabling and Disabling Skills

Use the toggle switch next to each skill to enable or disable it for the current agent. Changes take effect immediately in new conversations.
  • Enabled — The skill’s instructions and tools are available to the agent
  • Disabled — The skill is not loaded for this agent

Built-in vs Imported Skills

TypeDescription
Built-inPre-installed skills that come with Jitera. Cannot be uninstalled
ImportedSkills added from external sources. Can be uninstalled

Importing External Skills

You can import skills from external sources using a URI:
  1. In the Skills Catalog, find the import field
  2. Enter a skill URI in one of the supported formats:
    • github://owner/repo/path[@branch] — Import from a GitHub repository
    • https://... — Import from an HTTPS URL
  3. Click Add to import the skill
Imported skills appear in the catalog and can be enabled on any agent in the project.

Uninstalling Skills

To remove an imported skill:
  1. Open the Skills Catalog
  2. Find the imported skill you want to remove
  3. Click the uninstall option
Built-in skills cannot be uninstalled. You can only disable them per agent.