Berkay Orhan
Community@berkay2002 · Norrköping, Sverige
M.Sc. Media Technology Student @ LiU
Agent Skills by Berkay Orhan
Showing 23 vetted skills indexed across 1 GitHub repositories.
subagent-driven-development
Coordinates independent implementation tasks by dispatching subagents with two-stage spec and code review.
code-simplifier
Simplify recently modified code while preserving behavior with characterization tests.
verification-before-completion
Run full verification commands and inspect exit codes before claiming completion.
receiving-code-review
Verify and prioritize code review feedback before implementing changes.
requesting-code-review
Review code diffs between two git SHAs against requirements.
writing-plans
Convert approved design documents into executable, test-first implementation tasks with file paths and commit messages.
python-error-handling
Validate Python inputs, map exceptions, and report partial batch failures.
brainstorming
Turns vague ideas and requirements into approved design documents in docs/plans/YYYY-MM-DD-<topic>-design.md.
skill-creator
Create and refine AI assistant skills by drafting SKILL.md, running evals, and generating benchmark artifacts.
python-design-patterns
Analyze Python modules and propose refactorings using design principles.
finishing-a-development-branch
Completes a git feature branch by verifying tests and executing chosen action.
executing-plans
Execute written implementation plans in batches with checkpoint reviews.
markdown-documentation
Format and standardize Markdown documentation and READMEs using GitHub Flavored Markdown.
python-type-safety
Add type hints, generics, and protocols to Python code with mypy or pyright strict mode.
dispatching-parallel-agents
Dispatch parallel agents to investigate independent codebase failures with event-based synchronization.
using-superpowers
Enforce Skill tool invocation before assistant responses and plan phases.
prompt-engineering-patterns
Engineer production prompts with few-shot, chain-of-thought, and structured output techniques.
systematic-debugging
Guides root-cause investigations through a disciplined four-phase debugging workflow.
test-driven-development
Enforce red-green-refactor workflow with failing tests before implementation.
mermaid-diagrams
Create structured software diagrams from plain-text Mermaid definitions.
postgresql-table-design
Design PostgreSQL table schemas with constraints, indexes, and partitioning.
git-commit
Generate conventional commit messages from git diffs and stage related files.
checklist-driven-development
Execute the next bounded checklist session and write a state handoff.