Skip to content
BeClaude

vite-plugin-agent-skills

New
1GitHub TrendingGeneralby aryasaatvik

Import Agent Skills from SKILL.md files in Vite.

First seen 7/2/2026

Summary

md files within a Vite project.

  • It streamlines the integration of custom agent behaviors, making it easy to extend Claude's capabilities with project-specific instructions and tools.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/vite-plugin-agent-skills.md

3
Invoke with @agent-name
@vite-plugin-agent-skills

Use Cases

Automatically load project-specific agent skills when working on a Vite-based frontend application.
Integrate custom build or test instructions from SKILL.md files into Claude's workflow.
Share reusable agent skills across multiple Vite projects by defining them in SKILL.md.
Enable Claude to understand and execute project-specific commands defined in SKILL.md during development.
Simplify onboarding for new developers by having Claude automatically apply project conventions from SKILL.md.
Combine multiple agent skills from different SKILL.md files in a monorepo setup.

Usage Examples

1

/vite-plugin-agent-skills Load all agent skills from SKILL.md files in the current Vite project.

2

Initialize a new SKILL.md file for this Vite project with standard agent skill templates.

3

List all available agent skills imported from SKILL.md files in this project.

View source on GitHub
agentplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is vite-plugin-agent-skills?

This skill enables Claude Code to automatically import and utilize agent skills defined in SKILL.md files within a Vite project. It streamlines the integration of custom agent behaviors, making it easy to extend Claude's capabilities with project-specific instructions and tools.

How to install vite-plugin-agent-skills?

To install vite-plugin-agent-skills: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/vite-plugin-agent-skills.md. Finally, @vite-plugin-agent-skills in Claude Code.

What is vite-plugin-agent-skills best for?

vite-plugin-agent-skills is a agent categorized under General. It is designed for: agent, plugin. Created by aryasaatvik.

What can I use vite-plugin-agent-skills for?

vite-plugin-agent-skills is useful for: Automatically load project-specific agent skills when working on a Vite-based frontend application.; Integrate custom build or test instructions from SKILL.md files into Claude's workflow.; Share reusable agent skills across multiple Vite projects by defining them in SKILL.md.; Enable Claude to understand and execute project-specific commands defined in SKILL.md during development.; Simplify onboarding for new developers by having Claude automatically apply project conventions from SKILL.md.; Combine multiple agent skills from different SKILL.md files in a monorepo setup..