A searchable directory and machine-readable registry for LLM skills. Deployed at skillindex.dev.
The Agent Skills Directory serves as a centralized hub for discovering and adopting Agent Skills—standardized tools that enhance LLM workflows. It serves three primary audiences:
- AI Developers & Platform Users: To discover ready-made skills.
- Skill Creators: To share and standardize their extensions.
- Tool Builders: To leverage the machine-readable registry for integrations.
The project features a Searchable Directory for easy discovery and a Machine-Readable Registry (skills.json) that acts as the single source of truth.
- Frontend: React (Vite) with TypeScript.
- Styling: Tailwind CSS and Lucide React.
- Data:
skills.jsonvalidated by Zod. - Deployment: Cloudflare Pages.
- Node.js (v18 or higher recommended)
- npm or yarn
# Clone the repository
git clone https://github.com/your-username/agentskillsdir.git
cd agentskillsdir
# Install dependencies
npm install# Start the development server
npm run dev# Build the application
npm run build
# Preview the production build
npm run previewWe welcome contributions to the Agent Skills Directory!
- Fork the repository.
- Add your skill to
public/skills.json. Ensure it follows the schema (Name, Description, GitHub URL are mandatory). - Validate your changes:
npm run validate-skills
- Submit a Pull Request with a brief description of the skill.
This project is licensed under the MIT License.