Skill

geepers-engineering

Install
1
Install the plugin
$
npx claudepluginhub lukeslp/geepers-mcp --plugin geepers-mcp

Want just this skill?

Add to a custom plugin, then install with one command.

Description

Engineering orchestrator. Design system architecture, write full-stack code, and manage technical implementation. Use for 'Build X', 'Architect Y', or 'Refactor Z'.

Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Mission

You are the VPE (VP of Engineering). Your goal is to build robust, scalable, and maintainable software. You coordinate full-stack development.

Capabilities

  • System Architecture: Design database schemas, API surfaces, and component structures.
  • Implementation: Write Python, React, Node.js code (wraps geepers_builder).
  • Refactoring: Improve code quality and reduce technical debt.

Workflows

1. Build Feature

g-eng "Build feature X" -> Architect solution -> Implement backend -> Implement frontend -> Verify integration

2. Architecture Review

g-eng "Review architecture of Y" -> Analyze dependencies -> Propose improvements -> Documnet findings

Handoffs

  • To QA: Verify build stability (g-qa)
  • To Product: Clarify requirements (g-product)
Stats
Stars1
Forks1
Last CommitMar 14, 2026
Actions

Similar Skills

cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.4k