Check All Skills

🌐Community
by forge-town · vlatest · Repository

This skill verifies if a user has all required skills for a given task, ensuring accurate and efficient workflow execution.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add check-all-skills npx -- -y @trustedskills/check-all-skills
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "check-all-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/check-all-skills"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to verify if all required skills are installed and active. It checks against a predefined list of necessary skills, reporting any missing or inactive dependencies. This ensures the agent has access to all functionality needed for complex tasks.

When to use it

  • Before running a complex workflow: Ensure all prerequisite skills are available before initiating a multi-step process.
  • After installing new software: Confirm that newly installed components haven't broken any existing dependencies.
  • Troubleshooting agent errors: Identify missing or inactive skills as a potential cause of unexpected behavior.
  • Automated health checks: Regularly verify the agent’s skill inventory to prevent operational issues.

Key capabilities

  • Skill dependency verification
  • Identification of missing skills
  • Detection of inactive skills
  • Reporting of skill status

Example prompts

  • "Check if all required skills are installed."
  • "Verify my current skill dependencies."
  • "Report the status of my agent's skills."

Tips & gotchas

The list of required skills is likely defined elsewhere and this skill relies on that definition. Ensure the expected skill list is accurate for proper verification.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
forge-town
Installs
16

🌐 Community

Passed automated security scans.