> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-docs-ai-sdk.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Injective EVM Developer Agent Skill

> An AI agent skill that assists you to build EVM smart contracts and dApps on Injective. Builds on VM developer fundamentals, and adds Injective-specific help.

Develop EVM smart contracts and dApps on Injective.

## Installation

Install via NPM into current directory, for use in current project only:

```bash theme={null}
npx skills add InjectiveLabs/agent-skills --skill injective-evm-developer
```

Install via NPM globally, for use in all projects:

```bash theme={null}
npx skills add InjectiveLabs/agent-skills --global --skill injective-evm-developer
```

## Usage

See `references/sample-prompts.md` within the skill directory for sample prompts.

After installing the skill, enter your prompt into the harness to use this skill.
