🛠️
DevOpsTypeScript

Local Development

by slopus

Local Development is a DevOps skill for Claude Code, published by slopus in happy.

23.3K stars2K forkson slopus/happyAdded 2026/08/14Repository updated 2026/08/10
claude-codeclaude-desktopclaude-mobilecodexcodex-clihacktoberfest
Install in seconds
Install Local Development
Copy Local Development into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/slopus/happy/tree/main/.agents/skills/dev ~/.claude/skills/dev

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/slopus/happy.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/dev/SKILL.md in slopus/happy
Installs to
~/.claude/skills/dev
Collection
One of 9 skills cataloged from this repository
Category
DevOps798 skills

What Local Development does

Local Development guides building, installing, testing, and running the Happy monorepo CLI, server, mobile app, and desktop app locally. Use when the user types /dev or asks how to build, start dev, install locally, or run a package.

Local Development is cataloged under DevOps on DirSkills. Local Development comes from a repository tagged claude-code, claude-desktop, claude-mobile, codex and codex-cli.

Documentation

README

/dev - Local Development

Happy is a pnpm monorepo. Everything uses pnpm workspaces — do not use npm or yarn directly.

First-time setup

pnpm install                       # installs deps for every package
pnpm --filter happy cli:install    # builds happy-cli + links it as the global `happy` binary

cli:install replaces whatever happy is on your PATH (npm-installed or not) with a symlink to packages/happy-cli/. Daemon is restarted as part of the script. Uses ~/.happy/ — same as production.

To undo: npm unlink -g happy && npm i -g happy@latest.

Packages

This is the opening of the README. Read the full README on GitHub.

Commands Local Development provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /logs
  • /release

Frequently asked about Local Development

  • What else does slopus publish alongside Local Development?

    Local Development is one of 9 skills that DirSkills catalogs from slopus/happy, the repository it ships in. Its siblings there include Agent Browser, Control Flow and Maintain. Each one is a separate skill with its own page in this directory, installs the same way Local Development does, and is maintained by slopus in that same repository. The rest of the collection is listed on the slopus/happy page.

  • How does Local Development compare to other DevOps skills?

    Local Development ranks #72 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Local Development against them. Open each page to compare what they document and how they install.

More from slopus/happy

Local Development is one of 9 skills cataloged on DirSkills from slopus/happy.

See all 9 skills