Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.03 KB

File metadata and controls

29 lines (19 loc) · 1.03 KB

Injective EVM Developer skill

Read the SKILL.md file, as it is self-describing (as all skill files should be). Note that this skill conforms to the Agent Skills specification.

Installation

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

npx skills add InjectiveLabs/agent-skills --skill injective-evm-developer

Install via NPM globally, for use in all projects:

npx skills add InjectiveLabs/agent-skills --global --skill injective-evm-developer

Usage

Once you have a skill installed, when you enter a prompt in your agent that supports skills (specifically an AI development harness, such as Claude Code), the harness will use the LLM and determine whether it is appropriate to activate this skill, based on your prompt and contents of the SKILL.md file.

In other words, just prompt as you would anyway, and if relevant, this skill should activate.

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