skills/smithery.ai/Agent Skills Architecture

Agent Skills Architecture

Installation
SKILL.md

Agent Skills Architecture Standard

Priority: P0 (CRITICAL)

The primary goal is Maximum Information Density and Automated Precision.

🏗️ Core Architectural Pillars

1. Separation by Package (Granularity)

  • Rule: Separate skills based on specific library/framework dependencies.
  • Goal: Avoid context pollution. Don't load "Riverpod" instructions into a "BLoC" project.
  • Example: flutter/bloc-state-management vs flutter/riverpod-state-management.

2. Presence = Active (Simplified Configuration)

  • Logic: If a skill is listed in .skillsrc, it is considered active.
  • Standard: Remove legacy enabled flags. Control activation via inclusion/exclusion lists.
Installs
–
First Seen
–
Agent Skills Architecture from smithery.ai