Drago van Markic avatar

Drago van Markic

Community

@vanmarkic · Brussels

22Followers
|
30Public Repos
|
22Published Skills

Agent Skills by Drago van Markic

Showing 22 vetted skills indexed across 2 GitHub repositories.

vanmarkicvanmarkic

blog-post-writer

Transform repository work history into a first-person blog draft with four sections.

Community
Advanced
vanmarkicvanmarkic

blog-workflow

Coordinate repository scanning, draft generation, review, graph building, and publishing.

Community
Advanced
vanmarkicvanmarkic

systematic-debugging

Guide structured debugging through root cause investigation, hypothesis testing, and implementation.

Community
Basic
vanmarkicvanmarkic

sharing-skills

Guide Git operations and pull request creation for contributing skills.

Community
Intermediate
vanmarkicvanmarkic

test-driven-development

Guide coding through the red-green-refactor cycle with failing tests first.

Community
Basic
vanmarkicvanmarkic

executing-plans

Execute implementation plans in batches with review checkpoints.

Community
Basic
vanmarkicvanmarkic

testing-skills-with-subagents

Test AI skills against pressure scenarios using subagents.

Community
Basic
vanmarkicvanmarkic

writing-plans

Generate detailed implementation plans with file paths, code snippets, and verification commands.

Community
Basic
vanmarkicvanmarkic

dispatching-parallel-agents

Dispatch parallel AI agents to fix independent test failures concurrently.

Community
Basic
vanmarkicvanmarkic

brainstorming

Refine vague ideas into concrete designs through iterative questioning.

Community
Basic
vanmarkicvanmarkic

requesting-code-review

Dispatch a code-reviewer subagent to analyze changes and provide categorized feedback.

Community
Basic
vanmarkicvanmarkic

testing-anti-patterns

Identify mocking errors and prevent test-only methods in production code.

Community
Basic
vanmarkicvanmarkic

receiving-code-review

Evaluate code review feedback and respond with technical reasoning.

Community
Basic
vanmarkicvanmarkic

root-cause-tracing

Trace errors backward through call stacks to identify original triggers.

Community
Basic
vanmarkicvanmarkic

verification-before-completion

Run and verify commands before claiming task completion.

Community
Basic
vanmarkicvanmarkic

defense-in-depth

Implement four-layer validation across entry points, business logic, environment guards, and debug instrumentation.

Community
Basic
vanmarkicvanmarkic

subagent-driven-development

Dispatch fresh subagents for each implementation task with continuous code review.

Community
Basic
vanmarkicvanmarkic

using-superpowers

Enforce mandatory skill discovery and usage workflows before starting tasks.

Community
Basic
vanmarkicvanmarkic

using-git-worktrees

Create isolated Git worktrees for concurrent feature development.

Community
Basic
vanmarkicvanmarkic

writing-skills

Guide AI skill creation through Test-Driven Development and documentation testing.

Community
Basic
vanmarkicvanmarkic

webapp-testing

Automate local web app testing with Playwright scripts and screenshots.

Community
Intermediate
vanmarkicvanmarkic

condition-based-waiting

Replace setTimeout delays with polling for specific state changes in tests.

Community
Basic