Source

ericgrill/agents-skills-plugins

87 skills · 2.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
debugging-strategies Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs acros…
ericgrill/agents-skills-plugins
35
2
nodejs-backend-patterns Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handlin…
ericgrill/agents-skills-plugins
34
3
openapi-spec-generation Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when cre…
ericgrill/agents-skills-plugins
34
4
test-driven-development Use when implementing any feature or bugfix, before writing implementation code
ericgrill/agents-skills-plugins
34
5
subagent-driven-development Use when executing implementation plans with independent tasks in the current session
ericgrill/agents-skills-plugins
33
6
systematic-debugging Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
ericgrill/agents-skills-plugins
33
7
async-python-patterns Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when b…
ericgrill/agents-skills-plugins
32
8
llm-evaluation Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and bench…
ericgrill/agents-skills-plugins
32
9
postgresql-table-design Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing,…
ericgrill/agents-skills-plugins
32
10
python-testing-patterns Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writ…
ericgrill/agents-skills-plugins
32
11
using-superpowers Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before A…
ericgrill/agents-skills-plugins
32
12
auth-implementation-patterns Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure,…
ericgrill/agents-skills-plugins
31
13
context-compression Design and evaluate context compression strategies for long-running agent sessions. Use when agents exhaust memory, n…
ericgrill/agents-skills-plugins
31
14
sql-optimization-patterns Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance…
ericgrill/agents-skills-plugins
31
15
tailwind-design-system Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use …
ericgrill/agents-skills-plugins
31
16
turborepo-caching Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optim…
ericgrill/agents-skills-plugins
31
17
code-review-excellence Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge shari…
ericgrill/agents-skills-plugins
30
18
data-storytelling Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting…
ericgrill/agents-skills-plugins
30
19
executing-plans Use when you have a written implementation plan to execute in a separate session with review checkpoints
ericgrill/agents-skills-plugins
30
20
finishing-a-development-branch Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides comple…
ericgrill/agents-skills-plugins
30
21
git-advanced-workflows Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean his…
ericgrill/agents-skills-plugins
30
22
modern-javascript-patterns Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iter…
ericgrill/agents-skills-plugins
30
23
monorepo-management Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package reposit…
ericgrill/agents-skills-plugins
30
24
prompt-engineering-patterns This skill should be used when the user asks to "optimize a prompt", "improve prompt performance", "design a prompt t…
ericgrill/agents-skills-plugins
30
25
python-background-jobs Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing a…
ericgrill/agents-skills-plugins
30
26
rag-implementation Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Us…
ericgrill/agents-skills-plugins
30
27
requesting-code-review Use when completing tasks, implementing major features, or before merging to verify work meets requirements
ericgrill/agents-skills-plugins
30
28
typescript-advanced-types Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and …
ericgrill/agents-skills-plugins
30
29
writing-plans Use when you have a spec or requirements for a multi-step task, before touching code
ericgrill/agents-skills-plugins
30
30
architecture-decision-records Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation…
ericgrill/agents-skills-plugins
29
31
brainstorming You MUST use this before any creative work - creating features, building components, adding functionality, or modifyi…
ericgrill/agents-skills-plugins
29
32
changelog-automation Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up …
ericgrill/agents-skills-plugins
29
33
dispatching-parallel-agents Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
ericgrill/agents-skills-plugins
29
34
e2e-testing-patterns Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confiden…
ericgrill/agents-skills-plugins
29
35
embedding-strategies Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, im…
ericgrill/agents-skills-plugins
29
36
error-handling-patterns Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful d…
ericgrill/agents-skills-plugins
29
37
evaluation Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering cho…
ericgrill/agents-skills-plugins
29
38
hybrid-search-implementation Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines,…
ericgrill/agents-skills-plugins
29
39
javascript-testing-patterns Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests,…
ericgrill/agents-skills-plugins
29
40
langchain-architecture Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building…
ericgrill/agents-skills-plugins
29
41
nx-workspace-patterns Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing bui…
ericgrill/agents-skills-plugins
29
42
project-development Design and build LLM-powered projects from ideation through deployment. Use when starting new agent projects, choosin…
ericgrill/agents-skills-plugins
29
43
python-anti-patterns Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, …
ericgrill/agents-skills-plugins
29
44
python-error-handling Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use w…
ericgrill/agents-skills-plugins
29
45
python-packaging Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. …
ericgrill/agents-skills-plugins
29
46
python-resilience Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators.…
ericgrill/agents-skills-plugins
29
47
ralph-copywriter Use this skill when the user asks to "analyze my content", "learn my writing style", "research competitors", "find co…
ericgrill/agents-skills-plugins
29
48
receiving-code-review Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or tec…
ericgrill/agents-skills-plugins
29
49
similarity-search-patterns Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest …
ericgrill/agents-skills-plugins
29
50
vector-index-tuning Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantiz…
ericgrill/agents-skills-plugins
29
Page 1 · 87 total Next