Skip to content

Commit 9d88eec

Browse files
authored
Merge pull request #62 from project-codeguard/feature/claude-faq-edit
Update FAQ to include installation instructions for Claude Code
2 parents 6842179 + ddf331d commit 9d88eec

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/faq.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,14 @@ Once hidden files are visible, you can copy the appropriate directory (`.cursor/
6969

7070
## Q: Can I use this with Claude Code?
7171

72-
**A:** Yes! Claude Code automatically reads and follows instructions from a `CLAUDE.md` file in your project root. To use Project CodeGuard rules with Claude Code you can point to the Project CodeGuard rules in your `CLAUDE.md` file.
72+
**A:** Yes! Install the Project CodeGuard Claude Code plugin (Agent Skill) and Claude will apply the security rules automatically while you code.
7373

74-
When Claude Code operates in your project, it treats the Project CodeGuard security rules in `CLAUDE.md` as authoritative system instructions.
74+
```bash
75+
/plugin marketplace add project-codeguard/rules
76+
/plugin install codeguard-security@project-codeguard
77+
```
78+
79+
For team/repo defaults, add the plugin in `.claude/settings.json` so it’s enabled for all contributors. See the [Claude Code Plugin documentation](claude-code-skill-plugin.md) for details and troubleshooting.
7580

7681

7782
## Q: How can I report a problem or enhancement to any of the rules?

0 commit comments

Comments
 (0)