Stats
Actions
Tags
From karmaiq-architect
Find methods Nexus has marked as inactive or blacklisted in a karmaIQ service — code that production never calls. Manual slash invocation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/karmaiq-architect:deadcode <service-name><service-name>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read active domain from `${CLAUDE_PLUGIN_DATA}/../karmaiq-core/domain.txt`. If unset → stop.
$ARGUMENTS${CLAUDE_PLUGIN_DATA}/../karmaiq-core/domain.txt. If unset → stop.search_catalog(catalog="graph", query="$ARGUMENTS", type_filter="system_unit") to confirm the service name resolves.analyze_codebase_methods(service_name="$ARGUMENTS", strategy="dead_code", top_k=20, domain="<active>").## Dead methods in <service>
**Total**: <X blacklisted / Y inactive>
| method (Class.method) | status | last seen |
|---|---|---|
<top 20>
/karmaiq-impact:method $ARGUMENTS <method> to confirm no production callers."Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub codekarma-tech-public/codekarma-mcp-plugin --plugin karmaiq-architect