vite-plugin-agent-skills
NewImport Agent Skills from SKILL.md files in Vite.
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/vite-plugin-agent-skills.md
@vite-plugin-agent-skillsUse Cases
Usage Examples
/vite-plugin-agent-skills Load all agent skills from SKILL.md files in the current Vite project.
Initialize a new SKILL.md file for this Vite project with standard agent skill templates.
List all available agent skills imported from SKILL.md files in this project.
Security Audits
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..