Back to Marketplaces

eveld-claude

eveld/claude
active
1plugins
22skills
Erik Veld

workflows

Custom research, planning, and implementation workflows with agent-awareness and platform debugging orchestration (GCP, Kubernetes, Linear)

22 skills

agent-awareness

verified

ALWAYS check this skill before using grep, glob, Task tool, or doing any codebase exploration. Guides you to use specialized agents that are more efficient than basic tools.

before-code-analysis

verified

Use BEFORE reading multiple files to understand code. Reminds you to use codebase-analyzer agent instead of manual file reading.

before-file-search

verified

Use BEFORE running grep or glob commands. Reminds you to use codebase-locator agent instead of basic file search tools.

before-spawning-task

verified

Use BEFORE using the Task tool. Ensures you select the correct specialized subagent_type instead of generic agents.

debug-systematically

verified

Use when encountering errors or bugs to follow a systematic debugging process instead of jumping to conclusions.

discover-project-commands

verified

Use during planning to discover and document available project commands (make targets, npm scripts, etc.) for success criteria.

discover-test-patterns

verified

Use during planning to discover and document test patterns and conventions for writing consistent tests.

follow-test-patterns

verified

Use when writing tests to ensure they follow project conventions. References patterns from thoughts/notes/testing.md.

gcp-awareness

verified

ALWAYS check before using gcloud commands. Guide for GCP-related skills and tools.

gcp-logs

verified

Query GCP Cloud Logging for errors, service logs, and request traces. Use when investigating GCP-hosted services.

k8s-awareness

verified

ALWAYS check before using kubectl commands. Guide for Kubernetes-related skills.

k8s-debug

verified

Launch ephemeral debug container in running pod for interactive debugging. Use when you need to debug a pod without restarting it.

k8s-query

verified

Query Kubernetes resources (pods, deployments, services, events). Use when checking cluster state and resource status.

linear-awareness

verified

ALWAYS check before working with Linear issues. Guide for Linear-related skills for ticket management and debugging workflows.

linear-issues

verified

Fetch and view Linear issues/tickets. List, search, read issue details, status, comments. Use when investigating tickets or gathering debugging context.

spawn-planning-agents

verified

Use when creating implementation plans to research codebase patterns and gather context for planning.

spawn-research-agents

verified

Use when conducting codebase research to orchestrate specialized agents in parallel for comprehensive investigation.

verify-implementation

verified

Use after implementing changes to run verification commands and ensure tests pass, code builds, and functionality works.

write-commit-message

verified

Use when creating git commits to ensure consistent, clear commit messages following conventional commits format.

write-plan-doc

verified

Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.

write-pr-description

verified

Use when creating pull requests to write clear, structured PR descriptions that help reviewers understand changes.

write-research-doc

verified

Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.