Plugin Claude Code
Plugin marketplace listing 8 plugins: pgvector-stack, cocoindex-setup, compass, circleci, devin.
Plugin Claude Code
Plugin marketplace listing 8 plugins: pgvector-stack, cocoindex-setup, compass, circleci, devin.
Agent Claude Code
A security checker for plugins after they are created or updated. It looks for several common coding and configuration risks.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing check-plugin-version.sh via bash. From hidetsugu-miya/claude-plugins.
Hook Claude Code
Runs when a session ends, executing clean-tmp.sh via bash. From hidetsugu-miya/claude-plugins.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, SessionEnd).
MCP server Claude CodeCodexCursor +2
Notion's hosted MCP server: lets the agent search, read and edit pages and databases. Remote server at mcp.notion.com.
Instructions file CodexOpenCode
Repository instructions in an AGENTS.md file for the claude-plugins project. They cover plugin listings, new plugins, description length, and bundled MCP configuration.
Instructions file
Claude Code instructions for hidetsugu-miya/claude-plugins.
Plugin Claude Code
A plugin for investigating and monitoring CircleCI, a service that automatically builds and tests code. It provides investigation tools and watches workflows through the CircleCI REST API until a target state is reached.
Skill Claude CodeCodex
A watcher for CircleCI workflows, which automatically build and test code. It checks until a workflow finishes successfully or reaches a terminal state, then reports status changes and the result.
Plugin Claude Code
A shared setup plugin that owns the secrets.env and config.toml files used by CocoIndex under /.config/cocoindex/. CocoIndex is a tool for indexing data, and other plugins can use this setup as a fallback source of configuration.
Skill Claude CodeCodex
A setup procedure that automatically creates the shared configuration and secrets directory used by CocoIndex. Secrets are private settings such as access keys.
Plugin Claude Code
A plugin for semantic code search, which finds code related by meaning. It uses a PostgreSQL vector database, Voyage embeddings, and reranking to identify relevant code, with CocoIndex LiveUpdater support.
Agent
An agent that searches a codebase by meaning rather than only by exact words. It uses natural-language questions to find relevant files and their entry points.
Hook
Runs when a session starts, executing session-start.sh via bash. From hidetsugu-miya/claude-plugins.
Skill Claude CodeCodex
A codebase search skill that uses vectors—numerical representations of meaning—to find related code and can build or check its search index.
Skill Claude CodeCodex
A setup guide for Compass, including shared information, required add-ons, first-run setup, and starting a pgvector-stack container. A container is an isolated environment for running software; pgvector is a PostgreSQL extension for storing and searching numerical representations of data.
Plugin Claude Code
A plugin that retrieves documentation from GitHub repositories and answers questions about it through Devin's DeepWiki service. It can also delegate tasks to Devin and check their status through the Devin Session API.
Skill Claude CodeCodex
A procedure for delegating and managing tasks through the Devin Session API. Devin is a coding agent that can run delegated development sessions.
Plugin Claude Code
A plugin that combines Claude Code sessions, web information, meeting notes, and diary entries into a searchable wiki. It can also generate pages about people and organisations from notes, with web checks for organisations.
Skill Claude CodeCodex
A Japanese-language memory workflow for saving and retrieving session notes, web pages, meeting minutes, and diary entries. It can also work with Notion URLs.
Skill Claude CodeCodex
A search tool for finding related entries in past sessions, web research, meeting notes, diaries, or wiki pages. It uses meaning-based search, so results can match the idea you are looking for rather than only exact words.
Skill Claude CodeCodex
A setup guide for the episodic skill from a Claude plugins project. It covers the required environment, commands, optional shared PostgreSQL containers, and a configuration file.
Plugin Claude Code
A diagram image generator for Mermaid.js, a text-based way to describe flowcharts and other diagrams. It creates PNG or SVG files from Mermaid syntax.