invalid-agent-skill

Use when testing invalid agent validation

25 stars

Best use case

invalid-agent-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use when testing invalid agent validation

Teams using invalid-agent-skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/invalid-agent/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/agent-sh/agnix/invalid-agent/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/invalid-agent/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How invalid-agent-skill Compares

Feature / Agentinvalid-agent-skillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use when testing invalid agent validation

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

This skill has an invalid agent type.
Agent must be a built-in (Explore, Plan, general-purpose) or a custom kebab-case name.
Invalid_Agent is rejected because underscores are not allowed; use hyphens for kebab-case format.

Related Skills

invalid_name

25
from ComeOnOliver/skillshub

Use when user wants to review code

invalid-model-skill

25
from ComeOnOliver/skillshub

Use when testing invalid model validation

invalid-context-skill

25
from ComeOnOliver/skillshub

Use when testing invalid context validation

fetch-url

25
from ComeOnOliver/skillshub

渲染网页 URL,去噪提取正文并输出为 Markdown(默认)或其他格式/原始 HTML,以减少 Token。

exa-cli

25
from ComeOnOliver/skillshub

使用 Exa 搜索与代码上下文命令行进行信息检索与编程资料检索。适用于需要从实时网页获取资料、定位权威来源、或查询具体代码示例/库用法的任务(如技术调研、API 使用方式确认、示例代码查找)。

system-prompt

25
from ComeOnOliver/skillshub

Edit or improve the AI system prompt used in DBX Studio's AI chat. Invoke when the user wants to change how the AI responds, its tone, tool usage order, or response format.

sql-queries

25
from ComeOnOliver/skillshub

Expert SQL query generation for DBX Studio. Use when writing, optimizing, or debugging SQL queries against user database connections.

sql-queries-tool

25
from ComeOnOliver/skillshub

Expert SQL query generation for DBX Studio. Use when writing, optimizing, or debugging SQL queries against user database connections.

data-visualization-tool

25
from ComeOnOliver/skillshub

Chart and visualization generation for DBX Studio. Use when a user wants to visualize data — bar charts, line graphs, pie charts, scatter plots, etc.

data-exploration

25
from ComeOnOliver/skillshub

Systematic database and table profiling for DBX Studio. Use when a user wants to understand their data, explore schema structure, or profile a dataset.

data-exploration-tool

25
from ComeOnOliver/skillshub

Systematic database and table profiling for DBX Studio. Use when a user wants to understand their data, explore schema structure, or profile a dataset.

ai-tools

25
from ComeOnOliver/skillshub

Reference for all AI tools available in DBX Studio's AI chat system. Use when adding, modifying, or debugging AI tool definitions, tool execution, or provider integrations.