Fumadocs Registry Integration
Automatically retrieves and integrates metadata from Fumadocs registry entries to enrich project documentation and workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fumadocs-registry-integration npx -- -y @trustedskills/fumadocs-registry-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fumadocs-registry-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fumadocs-registry-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This integration connects Fumadocs documentation sites with the TrustedSkills registry, enabling AI agents to discover and install specific skills directly from your project's docs. It bridges the gap between static documentation and dynamic agent capabilities by exposing skill metadata in a machine-readable format.
When to use it
- You maintain an open-source library or toolset where users need to programmatically add new features to their AI workflows.
- Your documentation site needs to dynamically update available skills without manual registry edits for every change.
- You want to create a self-service portal where developers can browse and deploy agent skills via your project's README or docs page.
- You are building an ecosystem where multiple agents need access to shared, standardized skill definitions managed in one place.
Key capabilities
- Automatically exposes installed skills from the TrustedSkills registry within Fumadocs sites.
- Provides a searchable interface for discovering compatible AI agent skills.
- Enables direct installation of skills with a single click or API call from the documentation page.
- Maintains synchronization between the registry and your local documentation instance.
Example prompts
- "Show me all available skills for data processing that I can install from this project's docs."
- "How do I add the new image generation skill exposed in the Fumadocs integration to my agent?"
- "List the recently updated skills in the registry and let me try installing one."
Tips & gotchas
Ensure your Fumadocs site is properly configured with the required metadata fields for the registry to detect and index your skills. Regularly check the registry dashboard to confirm that new skill additions are propagating correctly to your documentation instance.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.