CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-agents-architect

Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration.

28

Quality

20%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/antigravity-awesome-skills-claude/skills/ai-agents-architect/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

32%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description identifies a clear domain (AI agent design) but relies on high-level buzzwords rather than concrete actions. It completely lacks a 'Use when...' clause, making it difficult for Claude to know when to select this skill. The language reads more like a resume headline ('Expert in...', 'Masters...') than a functional skill description.

Suggestions

Add an explicit 'Use when...' clause with trigger scenarios, e.g., 'Use when the user asks about building autonomous agents, implementing tool-calling loops, designing agent memory, or orchestrating multi-agent systems.'

Replace the self-descriptive framing ('Expert in...', 'Masters...') with concrete action verbs in third person, e.g., 'Designs agent architectures, implements tool-calling patterns, builds memory and state management systems, and orchestrates multi-agent workflows.'

Include natural user-facing trigger terms and file/technology references like 'agentic workflows,' 'ReAct pattern,' 'function calling,' 'agent loop,' 'LangGraph,' or 'CrewAI' to improve keyword coverage.

DimensionReasoningScore

Specificity

Names the domain (AI agents) and lists some areas like 'tool use, memory systems, planning strategies, multi-agent orchestration,' but these are still fairly high-level categories rather than concrete actions. No specific verbs describing what the skill actually does (e.g., 'generates agent architectures,' 'implements tool-calling loops').

2 / 3

Completeness

Describes 'what' at a high level (designing/building AI agents) but completely lacks any 'when' clause or explicit trigger guidance. There is no 'Use when...' or equivalent, which per the rubric should cap completeness at 2, and the 'what' itself is vague enough to warrant a 1.

1 / 3

Trigger Term Quality

Includes some relevant keywords like 'AI agents,' 'tool use,' 'multi-agent orchestration,' and 'planning strategies' that users might mention. However, it misses common natural variations like 'agentic workflows,' 'agent framework,' 'ReAct,' 'function calling,' 'agent loop,' or 'autonomous system.'

2 / 3

Distinctiveness Conflict Risk

The focus on 'autonomous AI agents' provides some distinctiveness, but terms like 'tool use' and 'planning strategies' are broad enough to overlap with general coding skills, LLM integration skills, or architecture design skills.

2 / 3

Total

7

/

12

Passed

Implementation

7%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill reads as a high-level conceptual overview of AI agent design rather than actionable instructions for Claude. It extensively explains concepts Claude already understands (agent loops, memory types, tool calling) without providing any executable code, specific implementations, or concrete workflows. The 'Sharp Edges' section has useful warnings but is overly verbose with obvious explanations, and the entire skill would benefit from being condensed to ~50 lines of concrete, actionable guidance with code examples.

Suggestions

Replace abstract pattern descriptions with concrete, executable code examples (e.g., show a complete ReAct loop implementation in Python with actual tool definitions, not just bullet points describing the concept).

Cut the 'Why this breaks' explanations from Sharp Edges — Claude understands why infinite loops and silent errors are bad. Keep only the 'Recommended fix' sections with concrete code snippets.

Remove sections that describe Claude's own capabilities back to it (Expertise, Principles, Prerequisites) and replace with a concise decision tree or flowchart for choosing the right agent architecture.

Add concrete workflow with validation checkpoints, e.g., a step-by-step guide to building and testing an agent with specific commands for each stage and explicit verification steps.

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~300+ lines, explaining concepts Claude already knows well (ReAct loops, memory architectures, tool calling patterns). It reads like a textbook chapter rather than actionable instructions. Sections like 'Expertise', 'Principles', and 'Prerequisites' add little value. The 'Sharp Edges' section, while useful in concept, is padded with 'Why this breaks' explanations that are obvious to Claude.

1 / 3

Actionability

The skill contains zero executable code, no concrete commands, no specific API calls, and no copy-paste ready examples. Everything is described at an abstract/conceptual level (e.g., 'Register tools with schema and examples', 'Use RAG for retrieval'). The patterns section lists bullet points of what to do but never shows how to do it with actual code or specific implementation details.

1 / 3

Workflow Clarity

While patterns like ReAct and Plan-and-Execute describe conceptual steps, there are no concrete workflows with validation checkpoints. The 'Checkpoint Recovery' pattern mentions saving state but provides no actual implementation steps. No feedback loops are defined for error recovery. For a skill about building autonomous agents (which involves complex, multi-step, potentially destructive operations), the lack of concrete workflows with validation is a significant gap.

1 / 3

Progressive Disclosure

The content is organized into logical sections (Patterns, Sharp Edges, Related Skills) which provides some structure. However, with no bundle files, all content is monolithic in a single long file. The 'Related Skills' section references other skills but there are no supporting reference files for detailed implementations, examples, or API references that could offload the verbose content.

2 / 3

Total

5

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
sickn33/antigravity-awesome-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.