getting-started

Explains how to use, invoke, and create skills with Skill Creator in Seren Desktop threads.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/serenorg/seren-skills --skill getting-started-serenorg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getting-started
Source: https://github.com/serenorg/seren-skills/tree/main/seren/getting-started
Command: npx skills add https://github.com/serenorg/seren-skills --skill getting-started-serenorg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboarding and guidance for using Seren Skills, including adding to threads, invoking, and creating custom skills with Skill Creator.

Core Features & Use Cases

  • Provides clear steps to discover, activate, and manage skills within a thread.
  • Describes how to create new skills with Skill Creator and how to reuse existing marketplace skills.

Quick Start

Open the Skill Creator and follow the prompts to create your first skill.

Frequently Asked Questions about getting-started

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add and invoke skills within a Seren Desktop thread?

To use skills in Seren Desktop, discover available options, activate them for your specific thread context, and trigger their functions during your workflow to execute targeted tasks.

What is the process to create custom skills using Skill Creator?

Creating custom skills with Skill Creator involves opening the tool, following the interactive prompts to define your skill's logic, and generating a structured Markdown body with YAML frontmatter to load operational instructions into context.

How do I reuse existing marketplace skills in my own threads?

Reusing existing marketplace skills involves browsing the marketplace, selecting a skill that fits your needs, adding it directly to your active thread, and invoking it to perform its designated task without needing manual recreation.

Do I need YAML frontmatter to build a functional skill?

Yes, you need YAML frontmatter to build a functional skill because it satisfies frontmatter-driven documentation requirements by providing essential metadata like the name and description for the structured Markdown body.

What are the limitations when managing skills in per-thread contexts?

Managing skills in per-thread contexts limits skill activation and invocation to the specific thread where they were added, meaning they do not automatically apply globally across all concurrent threads without separate configuration.