eveld/claude
These skills were discovered automatically and have not necessarily received an editorial review.
agent-awarenessIndexed
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.
View indexed skillbefore-code-analysisIndexed
Use BEFORE reading multiple files to understand code. Reminds you to use codebase-analyzer agent instead of manual file reading.
View indexed skillbefore-file-searchIndexed
Use BEFORE running grep or glob commands. Reminds you to use codebase-locator agent instead of basic file search tools.
View indexed skillbefore-spawning-taskIndexed
Use BEFORE using the Task tool. Ensures you select the correct specialized subagent_type instead of generic agents.
View indexed skilldebug-systematicallyIndexed
Use when encountering errors or bugs to follow a systematic debugging process instead of jumping to conclusions.
View indexed skilldiscover-project-commandsIndexed
Use during planning to discover and document available project commands (make targets, npm scripts, etc.) for success criteria.
View indexed skilldiscover-test-patternsIndexed
Use during planning to discover and document test patterns and conventions for writing consistent tests.
View indexed skillfollow-test-patternsIndexed
Use when writing tests to ensure they follow project conventions. References patterns from thoughts/notes/testing.md.
View indexed skillgcp-awarenessIndexed
ALWAYS check before using gcloud commands. Guide for GCP-related skills and tools.
View indexed skillgcp-logsIndexed
Query GCP Cloud Logging for errors, service logs, and request traces. Use when investigating GCP-hosted services.
View indexed skillk8s-awarenessIndexed
ALWAYS check before using kubectl commands. Guide for Kubernetes-related skills.
View indexed skillk8s-debugIndexed
Launch ephemeral debug container in running pod for interactive debugging. Use when you need to debug a pod without restarting it.
View indexed skillk8s-queryIndexed
Query Kubernetes resources (pods, deployments, services, events). Use when checking cluster state and resource status.
View indexed skilllinear-awarenessIndexed
ALWAYS check before working with Linear issues. Guide for Linear-related skills for ticket management and debugging workflows.
View indexed skilllinear-issuesIndexed
Fetch and view Linear issues/tickets. List, search, read issue details, status, comments. Use when investigating tickets or gathering debugging context.
View indexed skillspawn-planning-agentsIndexed
Use when creating implementation plans to research codebase patterns and gather context for planning.
View indexed skillspawn-research-agentsIndexed
Use when conducting codebase research to orchestrate specialized agents in parallel for comprehensive investigation.
View indexed skillverify-implementationIndexed
Use after implementing changes to run verification commands and ensure tests pass, code builds, and functionality works.
View indexed skillwrite-commit-messageIndexed
Use when creating git commits to ensure consistent, clear commit messages following conventional commits format.
View indexed skillwrite-plan-docIndexed
Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.
View indexed skillwrite-pr-descriptionIndexed
Use when creating pull requests to write clear, structured PR descriptions that help reviewers understand changes.
View indexed skillwrite-research-docIndexed
Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
View indexed skill