Skip to main content
Back to blog
Guide
9 min readMarch 18, 2026

AI Agent Skills: 34 Built-In + Custom Skill Creator

ByLoïc Jané·Founder, Fleece AI

AI Agent Skills: 34 Built-In Capabilities + a Skill Creator to Build Your Own

TL;DR: Fleece AI agents ship with 34 built-in skills across 10 categories -- from task management and email composition to browser automation, SQL queries, and multi-agent orchestration. When built-in skills don't cover your use case, the Skill Creator lets you design custom skills with AI-generated instructions, live system prompt preview, and test prompts. Every skill -- built-in or custom -- is injected directly into the agent's toolset at execution time.


Why Skills Matter for AI Agents

An AI agent without skills is a chatbot. Skills transform agents from conversational assistants into autonomous workers that follow structured methodologies for specific domains. Each skill provides:

  • Domain expertise: step-by-step behavioral instructions tuned to a specific task category
  • Consistent output: structured workflows that produce reliable, repeatable results
  • Guardrails: edge case handling, safety rules, and explicit boundaries that reduce hallucination

When you assign skills to a Fleece AI agent, those instructions are injected into the agent's system prompt as <skill> blocks and converted into callable tools at execution time. The agent doesn't just "know about" the skill -- it actively uses it as part of its reasoning and action loop.


The 34 Built-In Skills

Fleece AI ships with 34 professionally crafted skills organized into 10 categories. Each skill is built on best practices from the domain it covers.

1. Productivity & Tasks (5 skills)

SkillWhat It Does
Task ManagerCaptures tasks with owners, due dates, and P0-P3 priorities. Breaks large projects into subtasks with dependencies and blockers. Tracks status from Not Started through Done.
Calendar AssistantSchedules events with timezone awareness, conflict detection, and buffer time suggestions. Proposes 2-3 optimal time slots ranked by mutual availability.
Email AssistantTriages incoming email by urgency (Action Required, FYI, Low Priority, Spam). Summarizes long threads into key decisions and action items. Drafts replies matching the user's tone.
Meeting SchedulerCoordinates multi-participant meetings with agenda generation, RSVP tracking, and post-meeting action-item summaries (WHO does WHAT by WHEN).
Reminder SystemParses natural language time expressions ("next Tuesday at 3pm", "every weekday"). Supports one-time, recurring, and conditional reminders with snooze and digest options.

These five skills turn any Fleece AI agent into a personal productivity system. Assign all five to a single agent, or distribute them across a hierarchical team where a manager agent delegates calendar tasks to one sub-agent and email tasks to another.

2. Communication (4 skills)

SkillWhat It Does
Email ComposerDrafts professional emails adapted to context and audience. Uses frameworks like AIDA and PAS for outreach. Provides 2-3 subject line options ranked by open-rate potential.
Slack IntegrationFormats messages using Slack mrkdwn, manages threads, and structures automated notifications with clear Summary / Details / Action Required sections.
Discord BotCreates rich embeds, designs slash commands, respects role hierarchies, and handles moderation workflows with audit logging.
Notification ManagerOrchestrates multi-channel notifications with priority classification (Critical to Low), quiet hours, batching, deduplication, and retry logic.

3. Data & Analytics (5 skills)

SkillWhat It Does
Data AnalystIdentifies patterns, trends, outliers, and correlations. Chooses the right analysis technique (descriptive stats, regression, cohort, funnel) and translates findings into actionable recommendations.
Chart GeneratorCreates data visualizations following best practices: correct chart type selection, colorblind-friendly palettes, accessibility compliance, and dashboard layout principles.
CSV ProcessorAuto-detects encoding and delimiters. Profiles, cleans, transforms, and exports tabular data with validation at every step.
SQL ExpertWrites and optimizes SQL across PostgreSQL, MySQL, and SQLite. Uses CTEs, window functions, and EXPLAIN ANALYZE. Flags dangerous unscoped mutations.
Report BuilderGenerates structured business reports with executive summaries, period-over-period comparisons, anomaly highlighting, and audience-adapted depth.

4. Browser & Automation (4 skills)

SkillWhat It Does
Browser UseControls web browsers programmatically: navigates pages, extracts structured data, handles cookie banners and login walls, takes screenshots for verification.
LinkedIn AutomationPersonalizes outreach, extracts profile data, manages connection sequences (request, follow-up, value-add, final touch), and tracks acceptance/reply rates.
Firecrawl SkillsCrawls websites at scale with automatic pagination, dynamic content handling, rate limiting, and structured output (JSON, CSV).
Playwright CLIWrites end-to-end browser tests and automation scripts using Page Object Model, user-facing locators, and cross-browser support (Chromium, Firefox, WebKit).

5. AI & LLMs (2 skills)

SkillWhat It Does
Prompt EngineerDesigns and optimizes LLM prompts with structured output formats, chain-of-thought reasoning, few-shot examples, and adversarial testing.
RAG PipelineBuilds Retrieval-Augmented Generation systems: chunking strategies, embedding model selection, hybrid retrieval (vector + BM25), and hallucination evaluation.

6. DevOps & Cloud (3 skills)

SkillWhat It Does
Docker EssentialsWrites multi-stage Dockerfiles, configures docker-compose with healthchecks, optimizes layer caching, and follows container security best practices.
Git EssentialsManages branching strategies, conventional commits, PR descriptions, merge conflict resolution, and repository maintenance (bisect, stash, sparse checkout).
VercelManages deployments, environment variables by scope, preview deployments, custom domains, ISR configuration, and Edge Runtime optimization.

7. Web & Frontend (3 skills)

SkillWhat It Does
Next.js ExpertBuilds App Router applications with Server Components, Server Actions, streaming Suspense, and optimized caching strategies (revalidatePath, revalidateTag).
Frontend DesignImplements responsive, accessible UIs with Tailwind CSS, semantic HTML, ARIA labels, keyboard navigation, and Core Web Vitals optimization.
UI AuditAudits interfaces for WCAG 2.1 AA accessibility, visual consistency, responsive breakpoints, interaction states, and performance indicators. Produces prioritized findings.

8. Coding Agents (2 skills)

SkillWhat It Does
Coding AgentWrites clean, readable code following project conventions. Handles error cases, security validation, and testability. Optimizes only when needed.
Debug ProSystematically diagnoses bugs: reproduces, isolates scope, reads stack traces, uses binary search debugging, fixes root causes (not symptoms), and adds regression tests.

9. Document Generation (4 skills)

SkillWhat It Does
Word Document GeneratorCreates and edits .docx files with proper heading styles, bullet formatting, table layouts, image handling, headers/footers, and tracked changes.
PDF ProcessorReads, creates, merges, splits, watermarks, and encrypts PDFs. Includes OCR support for scanned documents and table extraction into structured data.
Presentation CreatorBuilds visually polished .pptx presentations with bold color palettes, varied layouts (two-column, icon grids, stat callouts, timelines), and mandatory visual QA.
Spreadsheet BuilderCreates dynamic .xlsx files with live Excel formulas (never hardcoded values), financial model color coding, professional formatting, and formula error validation.

10. Management & Orchestration (2 skills)

SkillWhat It Does
Prompt EngineeringCrafts and optimizes system prompts for sub-agents using a 7-section template (Identity, Context, Capabilities, Instructions, Output Format, Examples, Guardrails). Diagnoses failing prompts and makes targeted fixes.
Team CoordinatorCoordinates multi-agent workflows: routes tasks to specialist agents based on capabilities, monitors performance patterns, synthesizes multi-agent results, and optimizes team output through targeted prompt updates.

These two skills are what power Fleece AI's inter-agent hierarchy. Assign them to a manager agent and it gains the methodology to delegate effectively, improve its sub-agents' prompts over time, and escalate blockers to its own parent.


The Skill Creator: Build Your Own Skills

When the 34 built-in skills don't cover your exact use case, the Skill Creator lets you design custom skills directly from the agent configuration dialog.

How It Works

  1. Name & Category: Give your skill a descriptive name and assign it to one of 9 categories (Productivity, Communication, Data & Analytics, Browser & Automation, AI & LLMs, DevOps & Cloud, Web & Frontend, Coding Agents, or Custom).

  2. Description: Write a one-line description of what the skill does. This is used for skill recommendations and search.

  3. Instructions: Write the behavioral instructions that will be injected into the agent's system prompt. This is where the skill's expertise lives -- step-by-step workflows, edge case handling, and output format rules.

  4. AI Generate: Don't want to write instructions from scratch? Click the AI Generate button and Fleece AI will draft professional instructions based on your skill name and description. You can then edit and refine.

  5. Live Preview: Toggle the preview to see exactly how your skill will appear in the agent's system prompt as a <skill> XML block.

  6. Test Prompts: Add example prompts that should trigger the skill. This helps you verify that the skill works as expected before deploying it.

Templates to Get Started

The Skill Creator includes starter templates for common categories:

  • Productivity: Task Organizer -- breaks tasks into actionable steps with priority and execution order
  • Communication: Email Composer -- drafts emails with tone adaptation, clear CTAs, and audience awareness
  • Data & Analytics: Data Analyzer -- identifies patterns, presents findings with context, and suggests actions
  • AI & LLMs: Prompt Engineer -- creates optimized prompts with examples, numbered steps, and edge case handling
  • Web & Frontend: UI Component Builder -- builds responsive, accessible components following project design systems

Select a category and the template auto-fills the name, description, and instructions -- giving you a professional starting point to customize.

Writing Tips (from Anthropic's Skill Guide)

The Skill Creator includes built-in writing tips to help you craft effective instructions:

  1. Explain the why -- Instead of rigid rules, explain reasoning. LLMs perform better when they understand the purpose behind instructions.
  2. Use examples -- Show input/output examples when the format matters. Concrete examples beat abstract descriptions.
  3. Keep it lean -- Remove instructions that aren't pulling their weight. Every line should earn its place.
  4. Numbered steps -- Break complex workflows into numbered steps. It helps the agent follow a consistent process.
  5. Think about edge cases -- What happens with ambiguous input? Missing data? Add guidance for tricky scenarios.

Custom Skills in Action

Once created, custom skills are:

  • Stored per-agent in the custom_skills field (JSONB)
  • Injected into the system prompt as <skill> blocks alongside built-in skills
  • Converted to callable AI tools at execution time via skillsToTools()
  • Editable at any time through the same Skill Creator dialog

This means your custom skills have the exact same execution power as built-in ones. The agent doesn't distinguish between them.


Combining Skills for Powerful Agents

The real power of skills emerges when you combine them. Here are practical configurations:

The Operations Agent

Skills: Task Manager + Email Assistant + Slack Integration + Report Builder

This agent triages email, creates tasks from action items, posts daily summaries to Slack, and generates weekly operations reports -- all autonomously via scheduled flows.

The Data Pipeline Agent

Skills: CSV Processor + SQL Expert + Data Analyst + Chart Generator

Feed this agent raw data files and it cleans the CSV, runs analytical queries, identifies trends, and produces visual reports -- end to end.

The DevOps Agent

Skills: Git Essentials + Docker Essentials + Vercel + Coding Agent

Manages your deployment pipeline: reviews PRs, builds Docker images, deploys to Vercel, and handles rollbacks when monitoring flags issues.

The Manager Agent

Skills: Team Coordinator + Prompt Engineering + Task Manager

A hierarchy manager that delegates tasks to sub-agents, monitors their performance, auto-improves their prompts when they fail, and reports results to the user.

The Custom Specialist

Skills: Browser Use + LinkedIn Automation + Email Composer + a custom "Lead Scorer" skill

A lead generation agent that researches prospects on LinkedIn, scores them using your custom criteria, and drafts personalized outreach emails -- with your proprietary scoring methodology encoded in a custom skill.


Built-In vs Custom Skills: When to Use Each

Built-In SkillsCustom Skills
Best forStandard workflows that follow established best practicesDomain-specific processes unique to your business
InstructionsProfessionally crafted, 7-8 step methodologiesWritten by you (or AI-generated from your description)
MaintenanceUpdated by Fleece AIUpdated by you via the Skill Creator
ExamplesSQL queries, email drafting, Docker managementYour company's lead scoring rubric, internal report format, proprietary review process

Start with built-in skills. They cover the most common agent use cases and are optimized for reliable execution. Add custom skills when you have domain-specific workflows that no general skill can capture.


Getting Started

  1. Create an agent on Fleece AI (free tier available)
  2. Assign built-in skills from the 10 categories during agent configuration
  3. Test with a task that matches the assigned skills
  4. Create custom skills via the Skill Creator when you need domain-specific capabilities
  5. Combine skills to build specialized agents for your team's workflows

Every skill -- built-in or custom -- makes your agents more capable, consistent, and autonomous. The Skill Creator ensures you're never limited to what ships out of the box.


Frequently Asked Questions

How many skills can I assign to one agent?

There is no hard limit. However, we recommend assigning 3-6 highly relevant skills per agent rather than loading every skill. Focused agents with fewer, targeted skills perform better than generalists with too many competing instructions.

Can I share custom skills between agents?

Custom skills are currently stored per-agent. To reuse a custom skill across multiple agents, you can export it as a .skills JSON file and drag-and-drop it into another agent's configuration dialog.

Do custom skills work with all AI models?

Yes. Both built-in and custom skills work with every model available on Fleece AI -- Gemini 3.1 Flash Lite (free), GPT-5.2 (Pro), GPT-5.4 and Claude Opus 4.6 (Business). The skill instructions are model-agnostic.

Can manager agents modify custom skills on sub-agents?

Manager agents with the Prompt Engineering skill can modify sub-agent system prompts (which include skill instructions) via update_sub_agent_prompt. This is rate-limited to 5 updates per day with full history tracking for rollback.

What's the difference between skills and integrations?

Skills define how an agent thinks and acts -- behavioral instructions and methodologies. Integrations define what an agent can connect to -- the 3,000+ apps available via Pipedream MCP. An agent uses skills to decide what to do, then uses integrations to execute the actions.


Related Articles

Try Fleece AI free -- create your first skilled agent in under 60 seconds.

Ready to delegate your first task?

Deploy your first AI agent in under 60 seconds. No credit card required.

Related articles