Skills

Skills are reusable AI knowledge modules in Qritor that give the AI assistant specialized capabilities for specific creative tasks.

What Are Skills

A skill is a pre-built set of AI instructions containing the workflow, rules, and domain knowledge for a specific creative task. Once loaded, the AI assistant follows the steps defined in the skill to execute the task without requiring step-by-step guidance from you.

For example, loading the /novel-initialization skill causes the AI to automatically iterate through all setting modules, load specialized generation skills for each, and fill in structured content — the entire flow is orchestrated by the skill, and you only need to review and confirm.

Skills System

How It Works

The skill system operates in three phases:

  • Registration: On startup, all available skill names and descriptions are loaded from the local database and injected into the AI assistant's system prompt.
  • Matching: When your request matches a skill's description, the AI automatically invokes it. You can also trigger skills manually via /skill-name.
  • Execution: The AI retrieves the skill's full instructions and follows the defined workflow, calling tools and generating content.

Where Skills Come From

Skills are maintained by the Qritor team and stored in the cloud. The desktop client automatically syncs the latest skills on login. You can manually update by clicking the "Sync" button on the "Novel Creation Methods" page in the sidebar.

Skills are organized by scope:

ScopeDescriptionStatus
Global SkillsAvailable for all projects (e.g., chapter operations, character operations, plot design)Available
Method-Specific SkillsBound to a specific creation method (e.g., "Ancient Crossing"). Only available in novels using that methodAvailable
Project-Level SkillsBound to a single novel project, customized for that project's specific needsComing Soon

How to Use

Manual Trigger

Type / followed by the skill name in the AI assistant input box. A skill selector dropdown appears after typing /, with fuzzy search support.

Examples:

  • /novel-initialization — Batch-initialize all setting modules
  • /character-operations Create a morally ambiguous sword cultivator — Load the character operations skill with your instruction

Automatic Trigger

The AI assistant's system prompt includes all available skill names and descriptions. When your request matches a skill, the AI automatically loads it via the use_skill tool — no slash command needed.

View Available Skills

Type / to see the dropdown list of all skills available for the current project. The list includes both global skills and method-specific skills.

Global Operation Skills

The following skills are globally available for all projects:

SkillDescription
chapter-operationsChapter creation, continuation, modification, deletion
character-operationsCharacter creation, editing, batch management
scene-operationsScene creation, editing, hierarchy management
prop-operationsProp creation, editing, management
organization-operationsOrganization creation, editing, member management
outline-operationsOutline writing and management
plot-designPlot structure design and event planning
relationship-graphRelationship graph maintenance and analysis
consistency-auditFull-text consistency review

Skills and Agent Mode

Skills run in Agent mode. Once a skill is loaded, the AI assistant can call all available tools (create modules, modify content, search chapters, etc.) to complete the tasks defined in the skill instructions.

In Ask mode, skills serve only as knowledge references — the AI will not execute any operations.

FAQ

What if a skill doesn't trigger?

Make sure you're in Agent mode and check the skill name spelling. For manual triggers, the /skill-name must be at the beginning of your message.

The skill list is empty?

Click the "Sync" button on the "Novel Creation Methods" page in the sidebar to sync the latest skills from the cloud.

What's the relationship between skills and creation methods?

Creation methods define the module types and structure for a novel. Skills provide the AI generation capabilities for each module type within that method. After selecting a creation method, its corresponding skills become automatically available.