By vvelikodny
Agent toolkit plugin with coding standards, changelog skill, prompt hooks, and Context7 MCP
npx claudepluginhub vvelikodny/velikodnys-claude-code --plugin velikodnys-claude-codeAgent toolkit plugin for Claude Code — bundles coding standards, skills, hooks, and Context7 MCP server.
Loaded every session. Defines communication style, invariants (NEVER change code that wasn't asked to change), and task discipline.
/setup-rules)11 rule files covering coding standards and documentation. Claude Code plugins cannot auto-load rules/ directories, so use the /setup-rules command to copy them into your project's .claude/rules/.
| Category | Rules |
|---|---|
| meta | writing-claude-md |
| coding | git-commits, fastapi, kubernetes-yaml, node, yaml, python, python-scripts, rust-testing |
| docs | markdown, changelog |
/changelog.@upstash/context7-mcp.Add the marketplace:
/plugin marketplace add vvelikodny/velikodnys-claude-code
Install the plugin:
/plugin install vvelikodny/velikodnys-claude-code
After installing, run in any project:
/setup-rules
This copies the rule files into your project's .claude/rules/ directory where Claude Code can auto-load them.
Commands for loading context and priming Claude for specific tasks
Share bugs, ideas, or general feedback.
Audit and optimize Claude Code configurations with dynamic best-practice research
Detailed changelog authoring from git history and PRs
Check code changes for .claude/rules/ compliance using parallel sub-agent review
Automate changelog generation: fetch recent changes, synthesize release notes, run quality gates, and prepare a PR.
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow