What does the -p flag do when running Claude Code?
When using --allowedTools in automation, the pattern 'Bash(git diff*)' (without a space before the asterisk) is safer than 'Bash(git diff *)'.
In a plugin, where should the commands/, agents/, and skills/ directories be placed?
The official GitHub Action anthropics/claude-code-action automatically responds to @claude mentions in issues and pull requests without requiring additional trigger configuration.
What is the purpose of the ${CLAUDE_PLUGIN_ROOT} variable in plugin configuration files?
In the LinkForge case study, spending time on CLAUDE.md, custom skills, and permissions before writing application code is considered a time-saving investment rather than wasted effort.
When installing a plugin, what determines which settings file it gets recorded in?
What is the recommended --max-turns value for simple PR reviews in CI/CD workflows?
A plugin skill named 'review' in a plugin called 'code-tools' will be invoked as /review rather than /code-tools:review.
In the LinkForge case study, what is the primary purpose of using agent teams during Phase 2 implementation?