Stats
Actions
Tags
From clarc
Looks up the rule constraint and linked skill for a given topic, reporting summary, checklist, and skill references from the rules system.
How this command is triggered — by the user, by Claude, or both
Slash command
/clarc:rule-lookupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Rule Lookup Given a topic, returns: 1. The constraint from the relevant rule file (the "thou shalt") 2. The linked skill for deeper reference (the "how to") ## Usage ## Topic → Rule Mapping | 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-testin...
Given 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 healthynpx claudepluginhub marvinrichter/clarc --plugin clarc