Claude Stack banner
envoydev envoydev

Claude Stack

Development community

Description

Personal coding-agent skills and per-agent stack installers (skills, MCP servers, hooks/rules, plugins) for Claude Code and Cursor.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claude-stack

The Claude Code half of a coding-agent setup - an installable stack of house skills, subagents, always-on and path-scoped rules, hooks, MCP servers, and plugins that gets applied to the projects you actually work in. This repo is the single source of truth: everything installs from one release archive of this repo per run (the rolling `latest` release, with a shallow git clone as the fallback - either way an install is a single source revision, recorded in `.claude/claude-stack.stamp`), and consuming projects pull from here rather than owning their copy. The **Cursor** twin stack lives in its own repo, [`cursor-stack`](https://github.com/envoydev/cursor-stack) - its installers clone THIS repo for the shared skills, so the baseline stays single-sourced here.

What it gives a project: consistent house conventions that attach themselves to the right file types, single-chat and multi-agent build workflows with quality gates, per-project MCP wiring (docs lookup, symbol navigation, browser and mobile automation, error monitoring), and a guided install/update flow.

Technologies

The stack is built for this house's verticals:

  • .NET / C# - ASP.NET web/API, WPF desktop, console workers / bots / daemons / CLIs
  • Angular / TypeScript - web frontend, plus Ionic/Capacitor hybrid mobile
  • SQL - PostgreSQL, SQLite, SQL Server (schema, migrations, query conventions)
  • DevOps - Docker, GitHub Actions

What gets installed

Surface Count What it is
Skills 77 house conventions + workflow skills, .claude/skills/
Agents 43 model/effort-pinned subagents, .claude/agents/
Rules 18 always-on baselines + path-scoped conventions, .claude/rules/
Hooks 8 deterministic guards + an env-gated usage instrument (off by default), .claude/hooks/
MCP servers 8 per-project registrations in /.mcp.json
Plugins 7 installed via the claude CLI