Drago van Markic
Community@vanmarkic · Brussels
Agent Skills by Drago van Markic
Showing 22 vetted skills indexed across 2 GitHub repositories.
blog-post-writer
Transform repository work history into a first-person blog draft with four sections.
blog-workflow
Coordinate repository scanning, draft generation, review, graph building, and publishing.
systematic-debugging
Guide structured debugging through root cause investigation, hypothesis testing, and implementation.
sharing-skills
Guide Git operations and pull request creation for contributing skills.
test-driven-development
Guide coding through the red-green-refactor cycle with failing tests first.
executing-plans
Execute implementation plans in batches with review checkpoints.
testing-skills-with-subagents
Test AI skills against pressure scenarios using subagents.
writing-plans
Generate detailed implementation plans with file paths, code snippets, and verification commands.
dispatching-parallel-agents
Dispatch parallel AI agents to fix independent test failures concurrently.
brainstorming
Refine vague ideas into concrete designs through iterative questioning.
requesting-code-review
Dispatch a code-reviewer subagent to analyze changes and provide categorized feedback.
testing-anti-patterns
Identify mocking errors and prevent test-only methods in production code.
receiving-code-review
Evaluate code review feedback and respond with technical reasoning.
root-cause-tracing
Trace errors backward through call stacks to identify original triggers.
verification-before-completion
Run and verify commands before claiming task completion.
defense-in-depth
Implement four-layer validation across entry points, business logic, environment guards, and debug instrumentation.
subagent-driven-development
Dispatch fresh subagents for each implementation task with continuous code review.
using-superpowers
Enforce mandatory skill discovery and usage workflows before starting tasks.
using-git-worktrees
Create isolated Git worktrees for concurrent feature development.
writing-skills
Guide AI skill creation through Test-Driven Development and documentation testing.
webapp-testing
Automate local web app testing with Playwright scripts and screenshots.
condition-based-waiting
Replace setTimeout delays with polling for specific state changes in tests.