Valeriy Sakharov avatar

Valeriy Sakharov

Community

@valeratrades · France, Clermont-Ferrand

43Followers
|
81Public Repos
|
7Published Skills

Quant

Skills Distribution
DomainDeveloper To...Claude Code Plugin.. (30%)Slash Command Engi.. (20%)Hook Event Systems (20%)MCP Server Integra.. (15%)

Agent Skills by Valeriy Sakharov

Showing 7 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Valeriy Sakharov

FAQPage Schema
What tasks can I accomplish using Valeriy Sakharov's skills?▼

You can build complete Claude Code plugins: scaffold plugin structure with plugin.json, create slash commands with dynamic arguments, implement PreToolUse/PostToolUse/Stop hooks, author subagents with system prompts, integrate MCP servers, and store per-project configuration in .local.md files.

Who are these Claude Code plugin skills designed for?▼

These skills target developers extending Claude Code with custom plugins. They serve engineers who need guidance on plugin architecture, command frontmatter, hook events like SessionStart and UserPromptSubmit, agent triggering conditions, and Model Context Protocol server configuration.

How do the hook development capabilities work?▼

The hook-development skill guides creation of event-driven hooks for PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, and Notification events. It covers prompt-based hooks, tool-use validation, blocking dangerous commands, and ${CLAUDE_PLUGIN_ROOT} usage.

What MCP integration options are documented?▼

The mcp-integration skill documents adding Model Context Protocol servers to Claude Code plugins via .mcp.json configuration. It covers all four server transport types: SSE, stdio, HTTP, and WebSocket, enabling plugins to connect external services and data sources.

How are plugin settings and configuration stored?▼

The plugin-settings skill documents the .claude/plugin-name.local.md pattern for user-configurable plugins. Configuration is stored as YAML frontmatter with markdown content, enabling per-project plugin state files that make plugin behavior configurable without code changes.