Look up the rule constraint AND the linked skill for a given topic — makes the two-layer rules/skills system navigable
From clarcnpx claudepluginhub marvinrichter/clarc --plugin clarcGiven a topic, returns:
/rule-lookup <topic>
/rule-lookup security
/rule-lookup testing
/rule-lookup gitops
/rule-lookup agents
/rule-lookup git
/rule-lookup performance
| Topic | Rule File | Linked Skills |
|---|---|---|
security | rules/common/security.md | gdpr-privacy, zero-trust-review, security-review |
privacy | rules/common/security.md | gdpr-privacy |
zero-trust | rules/common/security.md | zero-trust-review |
testing | rules/common/testing.md | tdd-workflow, python-testing, typescript-testing, go-testing |
tdd | rules/common/testing.md | tdd-workflow |
gitops | rules/common/gitops.md | gitops-patterns |
kubernetes | rules/common/gitops.md | gitops-patterns, kubernetes-patterns |
agents | rules/common/agents.md | multi-agent-patterns |
git | rules/common/git-workflow.md | (see development-workflow) |
commit | rules/common/git-workflow.md | (see development-workflow) |
performance | rules/common/performance.md | performance-profiling |
model | rules/common/performance.md | (see Anthropic docs) |
hooks | rules/common/hooks.md | hooks-config |
patterns | rules/common/patterns.md | api-design, legacy-modernization |
coding | rules/common/coding-style.md | (see language-specific rules) |
style | rules/common/coding-style.md | (see language-specific rules) |
/find-skill <topic> to search skills insteadRule: <rule-file>
Constraint: <one-sentence summary of the key mandate>
Checklist:
- [ ] item 1
- [ ] item 2
For implementation examples → skill: `<skill-name>`
Run /find-skill <topic> to search for more specific guidance.
rules/common//rules-diff — preview pending rule updates/doctor — verify rule installation is healthy