A plugin marketplace for Claude Code and Claude Cowork.
# Step 1: Add this marketplace
/plugin marketplace add its-animay/claude-code-plugins
# Step 2: Install any plugin
/plugin install security-linter@animay-plugins
/plugin install project-context-manager@animay-plugins
/plugin install document-automation@animay-pluginsPre-tool-use hook that automatically blocks writes containing eval(), hardcoded API keys, innerHTML, AWS credentials, private keys, GitHub tokens, and other security vulnerabilities.
- Repo: its-animay/claude-security-linter
- Platform: Claude Code
- Trigger: Automatic on every Write/Edit
Scans your project's architecture documentation and enforces those rules on every code change. Includes a /project-context skill, an architecture-reviewer agent, and a SessionStart hook.
- Repo: its-animay/claude-project-context-manager
- Platform: Claude Code
- Trigger:
/project-context+ automatic on Write/Edit
Automate document creation with 6 slash commands: reports, proposals, meeting notes, spreadsheets, presentations, and templates. Integrates with Google Drive, Notion, Slack, and Microsoft 365.
- Repo: its-animay/claude-document-automation
- Platform: Claude Cowork
- Commands:
/docs:report,/docs:proposal,/docs:meeting-notes,/docs:spreadsheet,/docs:presentation,/docs:template
This repository is a plugin marketplace — it doesn't contain plugin code directly. Instead, its marketplace.json points to the individual plugin repositories on GitHub. When you run /plugin install, Claude fetches the plugin from its source repo.
- Claude Code CLI or Claude Cowork
- Node.js >= 14 (for the security linter hook only)