Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.09 KB

File metadata and controls

50 lines (32 loc) · 2.09 KB

Animay Plugins — Claude Marketplace

A plugin marketplace for Claude Code and Claude Cowork.

Quick Install

# 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-plugins

Available Plugins

Security Linter (Claude Code)

Pre-tool-use hook that automatically blocks writes containing eval(), hardcoded API keys, innerHTML, AWS credentials, private keys, GitHub tokens, and other security vulnerabilities.

Project Context Manager (Claude Code)

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.

Document Automation (Claude Cowork)

Automate document creation with 6 slash commands: reports, proposals, meeting notes, spreadsheets, presentations, and templates. Integrates with Google Drive, Notion, Slack, and Microsoft 365.

How It Works

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.

Requirements

  • Claude Code CLI or Claude Cowork
  • Node.js >= 14 (for the security linter hook only)