0.1.0 (2026-02-26)
🚀 Features
- implement new catalog and usage prompts with enhanced descriptions and functionality (8e97e55c1)
- add Jest configuration for MCP to enable unit testing with TypeScript (172817889)
- add package.json for agent-skills-mcp including metadata, dependencies, and scripts (b3597835a)
- add project.json for MCP configuration including build, serve, lint, and test targets (a29e7c09d)
- add README.md for agent-skills-mcp detailing usage, workflow, and available tools (315b5f90c)
- add tsconfig.app.json for MCP to configure TypeScript compilation settings (1c67da2da)
- add TypeScript configuration file for MCP with module settings and references (5729ada1d)
- add TypeScript configuration for unit testing with Jest in MCP (15cd59418)
- create plugin.json for agent-skills MCP with essential metadata and author information (466535c12)
- add plugin.json for agent-skills MCP with metadata and configuration details (149cdb2dc)
- add constants for caching, CDN URLs, and skill file management in mcp (582f757e0)
- implement main entry point for agent-skills-mcp server with tool registration and background index refresh (abb59c019)
- implement prompt registration for skill discovery and context-based skill usage (4b1f7e405)
- implement caching and fetching logic for skill registry with validation (2e47ea309)
- implement resource registration for skills catalog in FastMCP (22c918abe)
- define TypeScript interfaces for skill registry and search functionality (95b96e9f5)
- add utility functions for handling skill descriptions and CDN URL construction (fcd4b5a8d)
- add fetcher tool for retrieving reference files based on skill instructions (bda12054b)
- add list tool for browsing available skills by category with explicit request handling (cb026a5ba)
- add search tool for discovering skills by intent with query handling (214b62307)
- add read_skill tool for retrieving skill instructions and reference files (cbb464a8c)
- add helper functions to create skill entries and registries for testing (9578d5f5a)
- implement fetcher functions for validating and retrieving skill reference file contents (1bf8601aa)
- add skill listing functionality with response formatting (95d7b2f9a)
- implement search functionality for skills with response formatting (694f77fd1)
- implement skill management functions for retrieving and formatting skill files (64597ebb2)
- add logo SVG asset for MCP package (3f8ded400)
🩹 Fixes
- handle optional arguments in prompt functions to prevent runtime errors (aa471452c)
💅 Refactors
- remove unused prompt utility functions and related constants from utils.ts (e314221c6)
- remove "skill-" prefix from buildPromptName function and related comments (b6ba6bb1b)
📖 Documentation
- update README.md to clarify skill command usage and provide examples for
/skillsand/usecommands (b43a838a9) - update README.md to reflect changes in direct skill access naming conventions (f8798c016)
- update README.md to reflect new package naming for build, lint, and test commands (fe379a67b)
❤️ Thank You
- Felipe Rodrigues @felipfr