Issue Discover
This "Issue Discover" skill quickly identifies potential problems and concerns within a conversation, boosting efficiency in problem-solving.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add issue-discover npx -- -y @trustedskills/issue-discover
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"issue-discover": {
"command": "npx",
"args": [
"-y",
"@trustedskills/issue-discover"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to discover and install additional capabilities directly from a registry. It expands the agent's functionality by fetching new tools or workflows defined by other developers, such as those found in the claude-code-workflow collection.
When to use it
- You need to extend an agent's native capabilities with specialized third-party tools.
- You are building a workflow that requires dynamic loading of skills based on user needs.
- You want to integrate specific community-contributed modules like issue discovery into your automation pipeline.
- You need to verify the availability and metadata of new skills before deployment.
Key capabilities
- Discovery: Locates available skills within the TrustedSkills registry.
- Installation: Executes the process to add discovered skills to the active agent environment.
- Integration: Connects external skill definitions (e.g., from
catlog22) to the current workflow context.
Example prompts
- "Use issue-discover to find and install a new coding assistant skill."
- "Discover available skills for handling GitHub issues and add them to my agent."
- "Install the latest version of the issue-discover module from the registry."
Tips & gotchas
Ensure your agent has network access to reach the external skill registry, as installation requires fetching remote definitions. Always verify the source author (e.g., catlog22) and category before installing untrusted modules into production environments.
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.