AI Agent Skills: 34 Built-In + Custom Skill Creator
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)
| Skill | What It Does |
|---|---|
| Task Manager | Captures 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 Assistant | Schedules events with timezone awareness, conflict detection, and buffer time suggestions. Proposes 2-3 optimal time slots ranked by mutual availability. |
| Email Assistant | Triages 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 Scheduler | Coordinates multi-participant meetings with agenda generation, RSVP tracking, and post-meeting action-item summaries (WHO does WHAT by WHEN). |
| Reminder System | Parses 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)
| Skill | What It Does |
|---|---|
| Email Composer | Drafts 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 Integration | Formats messages using Slack mrkdwn, manages threads, and structures automated notifications with clear Summary / Details / Action Required sections. |
| Discord Bot | Creates rich embeds, designs slash commands, respects role hierarchies, and handles moderation workflows with audit logging. |
| Notification Manager | Orchestrates multi-channel notifications with priority classification (Critical to Low), quiet hours, batching, deduplication, and retry logic. |
3. Data & Analytics (5 skills)
| Skill | What It Does |
|---|---|
| Data Analyst | Identifies patterns, trends, outliers, and correlations. Chooses the right analysis technique (descriptive stats, regression, cohort, funnel) and translates findings into actionable recommendations. |
| Chart Generator | Creates data visualizations following best practices: correct chart type selection, colorblind-friendly palettes, accessibility compliance, and dashboard layout principles. |
| CSV Processor | Auto-detects encoding and delimiters. Profiles, cleans, transforms, and exports tabular data with validation at every step. |
| SQL Expert | Writes and optimizes SQL across PostgreSQL, MySQL, and SQLite. Uses CTEs, window functions, and EXPLAIN ANALYZE. Flags dangerous unscoped mutations. |
| Report Builder | Generates structured business reports with executive summaries, period-over-period comparisons, anomaly highlighting, and audience-adapted depth. |
4. Browser & Automation (4 skills)
| Skill | What It Does |
|---|---|
| Browser Use | Controls web browsers programmatically: navigates pages, extracts structured data, handles cookie banners and login walls, takes screenshots for verification. |
| LinkedIn Automation | Personalizes outreach, extracts profile data, manages connection sequences (request, follow-up, value-add, final touch), and tracks acceptance/reply rates. |
| Firecrawl Skills | Crawls websites at scale with automatic pagination, dynamic content handling, rate limiting, and structured output (JSON, CSV). |
| Playwright CLI | Writes 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)
| Skill | What It Does |
|---|---|
| Prompt Engineer | Designs and optimizes LLM prompts with structured output formats, chain-of-thought reasoning, few-shot examples, and adversarial testing. |
| RAG Pipeline | Builds Retrieval-Augmented Generation systems: chunking strategies, embedding model selection, hybrid retrieval (vector + BM25), and hallucination evaluation. |
6. DevOps & Cloud (3 skills)
| Skill | What It Does |
|---|---|
| Docker Essentials | Writes multi-stage Dockerfiles, configures docker-compose with healthchecks, optimizes layer caching, and follows container security best practices. |
| Git Essentials | Manages branching strategies, conventional commits, PR descriptions, merge conflict resolution, and repository maintenance (bisect, stash, sparse checkout). |
| Vercel | Manages deployments, environment variables by scope, preview deployments, custom domains, ISR configuration, and Edge Runtime optimization. |
7. Web & Frontend (3 skills)
| Skill | What It Does |
|---|---|
| Next.js Expert | Builds App Router applications with Server Components, Server Actions, streaming Suspense, and optimized caching strategies (revalidatePath, revalidateTag). |
| Frontend Design | Implements responsive, accessible UIs with Tailwind CSS, semantic HTML, ARIA labels, keyboard navigation, and Core Web Vitals optimization. |
| UI Audit | Audits interfaces for WCAG 2.1 AA accessibility, visual consistency, responsive breakpoints, interaction states, and performance indicators. Produces prioritized findings. |
8. Coding Agents (2 skills)
| Skill | What It Does |
|---|---|
| Coding Agent | Writes clean, readable code following project conventions. Handles error cases, security validation, and testability. Optimizes only when needed. |
| Debug Pro | Systematically 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)
| Skill | What It Does |
|---|---|
| Word Document Generator | Creates and edits .docx files with proper heading styles, bullet formatting, table layouts, image handling, headers/footers, and tracked changes. |
| PDF Processor | Reads, creates, merges, splits, watermarks, and encrypts PDFs. Includes OCR support for scanned documents and table extraction into structured data. |
| Presentation Creator | Builds visually polished .pptx presentations with bold color palettes, varied layouts (two-column, icon grids, stat callouts, timelines), and mandatory visual QA. |
| Spreadsheet Builder | Creates 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)
| Skill | What It Does |
|---|---|
| Prompt Engineering | Crafts 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 Coordinator | Coordinates 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
-
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).
-
Description: Write a one-line description of what the skill does. This is used for skill recommendations and search.
-
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.
-
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.
-
Live Preview: Toggle the preview to see exactly how your skill will appear in the agent's system prompt as a
<skill>XML block. -
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:
- Explain the why -- Instead of rigid rules, explain reasoning. LLMs perform better when they understand the purpose behind instructions.
- Use examples -- Show input/output examples when the format matters. Concrete examples beat abstract descriptions.
- Keep it lean -- Remove instructions that aren't pulling their weight. Every line should earn its place.
- Numbered steps -- Break complex workflows into numbered steps. It helps the agent follow a consistent process.
- 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_skillsfield (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 Skills | Custom Skills | |
|---|---|---|
| Best for | Standard workflows that follow established best practices | Domain-specific processes unique to your business |
| Instructions | Professionally crafted, 7-8 step methodologies | Written by you (or AI-generated from your description) |
| Maintenance | Updated by Fleece AI | Updated by you via the Skill Creator |
| Examples | SQL queries, email drafting, Docker management | Your 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
- Create an agent on Fleece AI (free tier available)
- Assign built-in skills from the 10 categories during agent configuration
- Test with a task that matches the assigned skills
- Create custom skills via the Skill Creator when you need domain-specific capabilities
- 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
- What Is Fleece AI? -- platform overview
- AI Agent Hierarchy & Delegation -- multi-agent orchestration
- AI Workflow Automation Guide -- scheduled flows
- Best Autonomous AI Agents 2026 -- agent landscape
- What Is Delegative AI? -- the paradigm behind Fleece AI
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
Automate Gmail with AI Agents (2026)
5 min read
Automate Slack with AI Agents (2026)
5 min read
Automate Google Sheets with AI (2026)
6 min read