From lucidchart-pack
Provides a checklist for securing Lucidchart API keys: environment variables, key rotation, audit logging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lucidchart-pack:lucidchart-security-basicsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
# .env (never commit)
LUCID_API_KEY=your-key
# .gitignore: .env
See lucidchart-prod-checklist.
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin lucidchart-pack2plugins reuse this skill
First indexed Jul 17, 2026
Introduces security best practices for Lucidchart API integration: OAuth2 client credentials, webhook signature verification, input validation, and API version pinning.
Applies Ideogram security best practices for API key management, key rotation, and access control. Use when securing Ideogram API keys or auditing security configuration.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.