eveld
@eveld
Public Skills
upgrade-plugin
by eveld
Generic migration orchestrator that reads CHANGELOG.md to understand and execute version-specific migrations
determine-feature-slug
by eveld
Determine feature slug interactively by auto-detecting next number and prompting user for description
share-docs
by eveld
Share personal documents to the shared namespace with atomic git commit and push
write-plan-doc
by eveld
Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.
write-research-doc
by eveld
Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
follow-test-patterns
by eveld
Use when writing tests to ensure they follow project conventions. References patterns from thoughts/notes/testing.md.
agent-awareness
by eveld
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.
gather-project-metadata
by eveld
Use when creating research or plan documents to gather git commit, branch, repository info.
gcp-logs
by eveld
Query GCP Cloud Logging for errors, service logs, and request traces. Use when investigating GCP-hosted services.
linear-issues
by eveld
Fetch and view Linear issues/tickets. List, search, read issue details, status, comments. Use when investigating tickets or gathering debugging context.
k8s-query
by eveld
Query Kubernetes resources (pods, deployments, services, events). Use when checking cluster state and resource status.
spawn-implementation-agents
by eveld
Guide for efficient agent orchestration during implementation to conserve main agent context
update-changelog
by eveld
Append phase completion details or final summary to changelog.md during implementation
verify-implementation
by eveld
Use after implementing changes to run verification commands and ensure tests pass, code builds, and functionality works.
write-pr-description
by eveld
Use when creating pull requests to write clear, structured PR descriptions that help reviewers understand changes.
write-commit-message
by eveld
Use when creating git commits to ensure consistent, clear commit messages following conventional commits format.
gcp-awareness
by eveld
ALWAYS check before using gcloud commands. Guide for GCP-related skills and tools.
linear-awareness
by eveld
ALWAYS check before working with Linear issues. Guide for Linear-related skills for ticket management and debugging workflows.
k8s-awareness
by eveld
ALWAYS check before using kubectl commands. Guide for Kubernetes-related skills.
linear-update
by eveld
Update Linear issues with debugging findings. Add comments, change status, update labels, set priority. Use after completing investigations.
k8s-debug
by eveld
Launch ephemeral debug container in running pod for interactive debugging. Use when you need to debug a pod without restarting it.
debug-systematically
by eveld
Use when encountering errors or bugs to follow a systematic debugging process instead of jumping to conclusions.
discover-test-patterns
by eveld
Use during planning to discover and document test patterns and conventions for writing consistent tests.
discover-project-commands
by eveld
Use during planning to discover and document available project commands (make targets, npm scripts, etc.) for success criteria.
spawn-planning-agents
by eveld
Use when creating implementation plans to research codebase patterns and gather context for planning.
spawn-research-agents
by eveld
Use when conducting codebase research to orchestrate specialized agents in parallel for comprehensive investigation.
before-code-analysis
by eveld
Use BEFORE reading multiple files to understand code. Reminds you to use codebase-analyzer agent instead of manual file reading.
before-file-search
by eveld
Use BEFORE running grep or glob commands. Reminds you to use codebase-locator agent instead of basic file search tools.
before-spawning-task
by eveld
Use BEFORE using the Task tool. Ensures you select the correct specialized subagent_type instead of generic agents.