Skills are instruction packages that turn general-purpose AI agents into domain experts. Instead of repeating the same context in every conversation, you write it once as a skill—your team’s coding standards, review checklists, incident procedures, compliance rules—and the agent applies it automatically. Skills bridge the gap between what AI agents can do and what your organization needs them to do.Documentation Index
Fetch the complete documentation index at: https://docs.cloudthinker.io/llms.txt
Use this file to discover all available pages before exploring further.
What you get
Custom Skills
Create workspace-private skills with your organization’s specific knowledge, standards, and procedures. Write them manually or let AI generate them for you.
Feature Assignment
Assign skills to specific features like Code Review, Incident Response, or Assessment. Each feature only loads the skills relevant to its domain.
AI-Assisted Creation
Describe what you need in plain language and let AI generate a complete skill for you. Edit and refine it with AI assistance at any time.
How skills work
Assign to features
Choose which features should use the skill—Code Review, Incident, Assessment, or any combination.
What a skill looks like
A skill is a Markdown file with YAML frontmatter. Here’s a minimal example:Next steps
Custom Skills
Learn how to create, upload, and manage workspace-level skills.
Skill Format
Understand the SKILL.md file structure, frontmatter, and best practices for writing effective instructions.