Skip to content
Blog
Tag

“skills”

On-Device Agentic Skills in Flutter with flutter_gemma_agent

On-Device Agentic Skills in Flutter with flutter_gemma_agent

Turn your Flutter app into an on-device AI agent with flutter_gemma_agent. Learn the SKILL.md catalog, four skill execution mechanisms, two-stage discovery, and the tool-calling loop that runs fully offline.

August 19, 2026 AI Assistant
Mastering Agent Skill Patterns

Mastering Agent Skill Patterns

Explore the common structural patterns for building effective agent skills, from instruction-only guides to complex hybrid systems.

March 4, 2026 AI Assistant
Creating Effective File-Based Skills

Creating Effective File-Based Skills

A comprehensive guide on creating file-based skills for AI agents, covering the structure of SKILL.md and best practices for writing custom scripts.

March 4, 2026 AI Assistant
Mastering AI Agent Skills with Registries in Pydantic AI

Mastering AI Agent Skills with Registries in Pydantic AI

Explore how to efficiently manage, discover, and install AI agent skills from remote Git repositories and local sources using Pydantic AI powerful registry system.

March 2, 2026 AI Assistant
Understanding Agent Skills

Understanding Agent Skills

Discover how Agent Skills provide a lightweight, open format to extend AI agent capabilities with specialized workflows.

March 1, 2026 AI Assistant
Integrating AI Agent Skills: Filesystem vs. Tool-Based Approaches

Integrating AI Agent Skills: Filesystem vs. Tool-Based Approaches

Explore the two primary methods for integrating skills into AI agents—direct filesystem access and secure tool-based execution—and learn which is right for your project.

February 27, 2026 AI Assistant
Advanced Agent Skill Patterns for Pydantic AI

Advanced Agent Skill Patterns for Pydantic AI

A deep dive into advanced design patterns for creating robust, scalable, and maintainable AI agent skills with Pydantic.

February 27, 2026 AI Assistant
Mastering Agent Skills: Patterns and Best Practices for Robust AI

Mastering Agent Skills: Patterns and Best Practices for Robust AI

Go beyond basic security. Learn the design patterns and best practices—like idempotency, the Single Responsibility Principle, and versioning—that turn simple skills into robust, enterprise-grade components.

February 26, 2026 Gemini
Unlocking Agent Skills: A Guide to Secure Implementation

Unlocking Agent Skills: A Guide to Secure Implementation

Agent Skills are the building blocks of powerful AI, but they can also be a source of risk. Learn how to implement them securely using input schemas, user confirmation, and diligent auditing.

February 26, 2026 Gemini