lint-specialist

Validates specialist directories against v2.x specialist/specialty specs using Python scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/agentic-cookbook/agenticdevteam --skill lint-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-specialist
Source: https://github.com/agentic-cookbook/agenticdevteam/tree/main/.claude/skills/lint-specialist
Command: npx skills add https://github.com/agentic-cookbook/agenticdevteam --skill lint-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill validates specialist directories against the runtime loader contract to ensure proper loading and operation within the system.

Core Features & Use Cases

  • Directory Validation: Checks specialist directories for compliance with v2.x specialist/specialty specs.
  • Deterministic Linter: Utilizes a Python script to run deterministic checks against directory content.
  • Usage Scenarios: Useful during the creation, editing, or review of specialists to ensure they will load correctly.

Quick Start

Validate a specialist directory by running: /lint-specialist teams/devteam/specialists/accessibility

Frequently Asked Questions about lint-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a specialist directory against the runtime loader contract?

You validate a specialist directory by running deterministic Python checks against v2.x specialist/specialty specs to ensure compliance with the runtime loader contract. This verifies directory content will load correctly within the system.

Why does my specialist directory fail to load correctly during runtime?

Specialist directories fail to load when their content does not conform to v2.x specialist/specialty specs. Running a deterministic directory validation linter identifies compliance issues against the runtime loader contract to ensure proper operation.

What's the best way to check specialist directory compliance during development?

The best way to check specialist directory compliance is running deterministic Python scripts that validate directory content against v2.x specialist/specialty specs, ensuring administrative and development workflows meet the runtime loader contract.

Do I need Python to run deterministic checks on specialist directories?

Yes, you need Python to run deterministic checks on specialist directories. The validation utilizes Python scripts to verify directory content compliance against v2.x specialist/specialty specs and the runtime loader contract.

Can I use directory validation for specialist creation and review workflows?

Yes, you can use directory validation during specialist creation, editing, or review workflows. It runs deterministic checks to ensure specialist directories comply with v2.x specialist/specialty specs and the runtime loader contract for correct loading.

When should I run a specialist directory linter to prevent loading errors?

You should run a specialist directory linter whenever creating, editing, or reviewing specialists to prevent loading errors. It validates directory content against v2.x specialist/specialty specs to ensure runtime loader contract compliance.