Ccw Help
Provides concise, contextual assistance related to "CCW" (Clearance Control Warning) procedures, streamlining communication and reducing errors.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ccw-help npx -- -y @trustedskills/ccw-help
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ccw-help": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ccw-help"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The ccw-help skill enables AI agents to discover and install additional capabilities within the Claude Code Workflow ecosystem. It acts as a bridge, allowing the agent to dynamically expand its functionality by fetching and applying new skills from the registry.
When to use it
- You need an AI agent to perform tasks outside its current default scope.
- You want to dynamically load specialized tools without manual configuration.
- Your workflow requires accessing a specific library of pre-built Claude Code extensions.
- You are building a system where agents must self-provision necessary skills on demand.
Key capabilities
- Discovery of available skills within the
catlog22/claude-code-workflowrepository. - Installation of new skills directly into the agent's environment.
- Integration with the broader Claude Code Workflow architecture to extend functionality.
Example prompts
- "Install the ccw-help skill so I can discover other tools for this project."
- "Use ccw-help to find and install a skill that handles database migrations."
- "Check what skills are available via ccw-help and install one that supports API testing."
Tips & gotchas
Ensure your AI agent has network access to the skills.sh registry, as the discovery process relies on fetching external metadata. This skill is specific to the catlog22/claude-code-workflow ecosystem and may not function with other agent frameworks.
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.