
Deep Agents Agent Skills
An agent framework and monorepo for planning, coding agents, tools, and partner integrations.
Repository snapshot · main · 229ffef
Scanned 2026-09-17
1–24 of 24 skills
textual-screenshot
Capture a Textual terminal UI as an SVG using its headless test harness. Use when asked to make, attach, or preview a screenshot of deepagents-code/dcode or another Textual app, visually verify a TUI state, or render a modal, screen, or widget without a desktop or browser.
.agents/skills/textual-screenshot/SKILL.md
blog-post
Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image generation. Use when the user asks to write a blog post, article, how-to guide, tutorial, technical writeup, thought leadership piece, or long-form content.
examples/content-builder-agent/skills/blog-post/SKILL.md
social-media
Drafts engaging social media posts, writes hooks, suggests hashtags, creates thread structures, and generates companion images. Use when the user asks to write a LinkedIn post, tweet, Twitter/X thread, social media caption, social post, or repurpose content for social platforms.
examples/content-builder-agent/skills/social-media/SKILL.md
code-review
Perform a structured code review of changes, checking for correctness, style, tests, and potential issues.
examples/deploy-coding-agent/skills/code-review/SKILL.md
coding-prefs
Read the user's coding preferences from /memory/coding-prefs.md before making non-trivial style decisions, and append new preferences when the user gives durable feedback.
examples/deploy-coding-agent/skills/coding-prefs/SKILL.md
planning
Break down a coding task into a structured implementation plan with clear steps, file identification, and risk assessment.
examples/deploy-coding-agent/skills/planning/SKILL.md
blog-post
Write structured long-form blog posts with research, SEO optimization, and cover image generation.
examples/deploy-content-writer/skills/blog-post/SKILL.md
social-media
Create social media content including Twitter/X threads, LinkedIn posts, and short-form updates.
examples/deploy-content-writer/skills/social-media/SKILL.md
competitor-analysis
Analyze competitors in a given market segment. Trigger on: competitive landscape, competitor analysis, market comparison, competitive positioning.
examples/deploy-gtm-agent/skills/competitor-analysis/SKILL.md
analyze-market
Perform a market analysis for a product category or segment. Trigger on: market analysis, market size, TAM SAM SOM, market opportunity, industry analysis.
examples/deploy-gtm-agent/subagents/market-researcher/skills/analyze-market/SKILL.md
cudf-analytics
Use for GPU-accelerated data analysis on datasets, CSVs, or tabular data using NVIDIA cuDF. Triggers when tasks involve groupby aggregations, statistical summaries, anomaly detection, or large-scale data profiling.
examples/nvidia_deep_agent/skills/cudf-analytics/SKILL.md
cuml-machine-learning
Use for GPU-accelerated machine learning on tabular data using NVIDIA cuML. Triggers when tasks involve classification, regression, clustering, dimensionality reduction, or model training on datasets.
examples/nvidia_deep_agent/skills/cuml-machine-learning/SKILL.md
data-visualization
Use for creating publication-quality charts and multi-panel analysis summaries. Triggers when tasks involve visualizing data, plotting results, creating charts, or producing visual reports from analysis output.
examples/nvidia_deep_agent/skills/data-visualization/SKILL.md
gpu-document-processing
Use when processing large PDFs, document collections, or bulk text extraction tasks that benefit from GPU-accelerated processing. Triggers when the user provides large documents or needs bulk document analysis.
examples/nvidia_deep_agent/skills/gpu-document-processing/SKILL.md
query-writing
Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.
examples/text-to-sql-agent/skills/query-writing/SKILL.md
schema-exploration
Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.
examples/text-to-sql-agent/skills/schema-exploration/SKILL.md
deepagents-thread-inspector
Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect checkpoint metadata, list recent local threads, or parse $DEEPAGENTS_HOME/.state/sessions.db and a thread UUID or prefix.
libs/code/deepagents_code/built_in_skills/deepagents-thread-inspector/SKILL.md
remember
Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture learnings.
libs/code/deepagents_code/built_in_skills/remember/SKILL.md
skill-creator
Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like "create a skill", "new skill", "make a skill", "skill for X", "how do I create a skill", or "help me build a skill".
libs/code/deepagents_code/built_in_skills/skill-creator/SKILL.md
arxiv-search
Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.
libs/code/examples/skills/arxiv-search/SKILL.md
langgraph-docs
Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.
libs/code/examples/skills/langgraph-docs/SKILL.md
skill-creator
Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like "create a skill", "new skill", "make a skill", "skill for X", "how do I create a skill", or "help me build a skill".
libs/code/examples/skills/skill-creator/SKILL.md
web-research
Searches multiple web sources, synthesizes findings, and produces cited research reports using delegated subagents. Use when the user asks to research a topic online, search the web, look something up, find current information, compare options, or produce a research report.
libs/code/examples/skills/web-research/SKILL.md
configuration-hardening
Review Talon tool placement and defensive prompts when requested or when adding or changing tools or subagents; apply confirmed changes and verify active capabilities.
libs/talon/deepagents_talon/defaults/skills/configuration-hardening/SKILL.md
Discovery details
Tracked SKILL.md files, excluding tests, fixtures, dependencies, and vendored directories. The Instructions analysis keeps its own pinned revision.
Give your agents the whole story.
Skills teach agents how your team works. Modem shows them what customers said, who is affected, and what changed.