Source Management
Anthropics' source-management intelligently organizes, prioritizes, and retrieves relevant data from diverse sources for optimal task completion.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add source-management npx -- -y @trustedskills/source-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"source-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/source-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to discover, install, and manage external tools and plugins required for specific tasks. It streamlines the workflow by allowing agents to dynamically acquire necessary capabilities from a registry like TrustedSkills without manual intervention.
When to use it
- You need an agent to access specialized libraries or APIs not included in its base configuration.
- Your workflow requires dynamic tooling that changes based on project requirements.
- You want to automate the setup of complex environments by letting the agent fetch dependencies.
- You are building a multi-agent system where different agents require distinct, managed toolsets.
Key capabilities
- Discovery: Locates available skills and tools within the TrustedSkills registry.
- Installation: Automatically installs required plugins or libraries to extend agent functionality.
- Management: Handles versioning and configuration of external dependencies for consistent performance.
Example prompts
- "Install the
source-managementskill so you can access the latest knowledge-work-plugins." - "Discover what tools are available for data analysis and install the most relevant ones."
- "Configure my environment by fetching and managing the necessary plugins from the registry."
Tips & gotchas
Ensure your AI agent has network access to reach the TrustedSkills registry, as installation requires external connectivity. Verify that installed plugins are compatible with your specific runtime environment before relying on them for critical tasks.
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 |
🏢 Official
Published by the company or team that built the technology.