CtrlK
BlogDocsLog inGet started
Tessl Logo

export-agent

Converts agent definitions between frameworks — exports to Claude Code, OpenAI, CrewAI, Lyzr, and GitHub Models formats, and imports from Claude, Cursor, and CrewAI projects. Use when the user wants to convert an agent, migrate to another framework, export to LangChain/AutoGen/CrewAI, or import from existing automation tools.

76

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

An actionable, token-efficient reference with concrete commands and well-organized tables. Its main weakness is workflow clarity: the verification step is awkwardly ordered, lacks an error-recovery loop, and is absent for import.

Suggestions

Reorder so 'Verify Export' follows the Export section, and frame it as a numbered sequence: export → verify → if output doesn't match, fix flags and re-verify.

Add a parallel verify step for Import (e.g., list the created agent.yaml/SOUL.md files and inspect one) so both directions have a checkpoint.

Add an explicit error-recovery note for the verify step (what to check and re-run when the output is missing or wrong) to turn the checkpoint into a true feedback loop.

DimensionReasoningScore

Conciseness

Lean throughout — compact format/source tables and commented command examples with no padding or explanation of concepts Claude already knows; every section earns its place.

3 / 3

Actionability

Provides fully executable, copy-paste-ready commands such as 'opengap export -f claude-code -d ./my-agent -o CLAUDE.md' with concrete format flags and real example invocations for both export and import.

3 / 3

Workflow Clarity

A 'Verify Export' checkpoint exists, but it is placed before the Export section, has no error-recovery feedback loop, and Import has no corresponding verification step — checkpoints are present but loosely sequenced.

2 / 3

Progressive Disclosure

A single self-contained file organized into clear sections (Verify, Export, Formats, Examples, Import, Sources) with no nested references and no content that needs splitting out.

3 / 3

Total

11

/

12

Passed

Description

100%

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

A strong, third-person description that states concrete export/import capabilities and pairs them with an explicit, multi-trigger 'Use when' clause. It is concise yet comprehensive and clearly distinguishable from other skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'exports to Claude Code, OpenAI, CrewAI, Lyzr, and GitHub Models formats, and imports from Claude, Cursor, and CrewAI projects' — naming both the actions and the specific target frameworks.

3 / 3

Completeness

Explicitly answers both what (converts/exports/imports agent definitions between frameworks) and when (a full 'Use when...' clause with several trigger conditions).

3 / 3

Trigger Term Quality

The 'Use when' clause covers natural phrases a user would say — 'convert an agent', 'migrate to another framework', 'export to LangChain/AutoGen/CrewAI', 'import from existing automation tools'.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche — cross-framework agent conversion/interop — with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
open-gitagent/opengap
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.