berekvolgyipeter

17 mods across 1 repository, 2 stars between them.

consistency-review

01

berekvolgyipeter/dotclaude

Command Claude Code

Review uncommitted changes for consistency with this repo's conventions, structure, and engineering philosophy.

2 20d ago A 22 tokens original MIT

claude-context

02

berekvolgyipeter/dotclaude

MCP server Claude CodeCodexCursor +2

MCP server "claude-context" as configured in berekvolgyipeter/dotclaude. Launched with sh -c export $(grep '^OPENAI_API_KEY=' .env | xargs) && exec npx --yes @zilliz/c. Needs 2 environment variables to run.

2 20d ago A tokens not measured original MIT

context7

03

berekvolgyipeter/dotclaude

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package. Needs 1 environment variable to run.

2 20d ago A tokens not measured original MIT

sequential-thinking

04

berekvolgyipeter/dotclaude

MCP server Claude CodeCodexCursor +2

Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.

2 20d ago A tokens not measured copy · 100% MIT

serena

05

berekvolgyipeter/dotclaude

MCP server Claude CodeCodexCursor +2

MCP server "serena" as configured in berekvolgyipeter/dotclaude. Runs locally from the git+https://github.com/oraios/serena Python package.

2 20d ago A tokens not measured original MIT

berekvolgyipeter/dotclaude

Agent

Expert documentation specialist. Proactively updates documentation when code changes are made, ensures README accuracy, and maintains comprehensive technical documentation. Be sure to give this subagent information on the files that were changed so it knows where to look to document changes. Always call this agent…

2 20d ago A 61 tokens original MIT

validation-gates

07

berekvolgyipeter/dotclaude

Agent

Testing and validation specialist. Proactively runs tests, validates code changes, ensures quality gates are met, and iterates on fixes until all tests pass. Call this agent after you implement features and need to validate that they were implemented correctly. Be very specific with the features that were implemented…

2 20d ago B 71 tokens copy · 86% MIT

agent-harness

08

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Browse and explore agent harness frameworks and Claude Code resource collections. Use when the user wants to learn about, explore, or use agent orchestration frameworks, multi-agent architectures, or Claude Code resource catalogs — e.g., "how does Archon work?", "show me everything-claude-code resources", "find an…

2 20d ago A 129 tokens original MIT

claude-agent-sdk

09

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Expert implementation guidance for the Claude Agent SDK (Python). Use when users are building with the Agent SDK — creating custom tools, managing sessions, controlling permissions, streaming responses, integrating MCP servers, adding hooks, defining subagents, or deploying SDK-based agents. Also use for SDK…

2 20d ago A 107 tokens original MIT

claude-code

10

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Expert guidance on Claude Code configuration, capabilities, and troubleshooting. Use this skill whenever the user asks about Claude Code features, configuration, best practices, or troubleshooting — even if phrased informally. Covers MCP servers, plugins, skills, subagents, hooks, permissions, keybindings, settings…

2 20d ago A 92 tokens original MIT

grill-with-docs

11

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, Architecture Decision Records) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2 20d ago A 58 tokens copy · 86% MIT

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2 20d ago A 68 tokens copy · 77% MIT

learn

13

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Analyze conversation and update CLAUDE.md, rule files, and/or any skills, commands, or agents that were used — based on user feedback vs agent behavior. Use this skill at the end of any conversation where corrections, misunderstandings, or new patterns emerged, especially when a skill, command, or agent underperformed…

2 20d ago A 119 tokens original MIT

plugin-browser

14

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Browse and discover Claude Code skills, agents, commands, and plugins from community and official repositories. Use when the user wants to find, explore, or learn about existing skills, agents, commands, or plugins — e.g., "what plugins are available?", "is there a skill for code review?", "show me community agents"…

2 20d ago A 96 tokens original MIT

prompt-engineering

15

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Expert prompt engineering guidance with proven techniques and anti-patterns. Invoke this skill whenever writing, editing, reviewing, or refining any prompt that will be interpreted by an AI model — system prompts, agent instructions, tool-use prompts, command templates, multi-step task prompts, or agentic workflows.…

2 20d ago A 127 tokens original MIT

py-debug

16

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Python debugging expert. Use when the user needs to debug, profile, or trace Python code — e.g. "how do I debug this", "find the memory leak", "why is this slow", "add a breakpoint", "profile this function".

2 20d ago A 54 tokens original MIT

tdd

17

berekvolgyipeter/dotclaude

Skill Claude CodeCodex

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2 20d ago A 45 tokens copy · 84% MIT