carrotwaxrcarrotwaxrCommunityยท12 Agent Skills Included

peek-stash-browser

Full-stack development workflow for a Stash media browser

Guides development of a React and Express web app for browsing and streaming Stash media libraries. Covers Prisma SQLite migrations, Express 5 API patterns, HLS video proxying, React performance, testing, and release tagging. Eliminates guesswork with enforced quality gates, code review checklists, and automated release workflows.
npx skills add carrotwaxr/peek-stash-browser --all -g -y
Available:

Instructs your AI agent on the project's architecture, mandatory lifecycle gates, and which sub-skill to invoke for each coding task such as database work, testing, UI styling, or releases.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

prisma-sqlite-expert

Guide Prisma ORM schema design and operations for SQLite databases.

Community
Advanced
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

release-beta

Bump client and server package.json versions, commit, tag, and push beta releases.

Community
Intermediate
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

self-review

Review repository changes for bugs, style issues, and test coverage.

Community
Intermediate
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

pre-release

Run pre-release validation of CI, builds, tests, linters, and Docker images.

Community
Intermediate
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

release-workflow

Automate release preparation and Docker image publishing for peek-stash-browser.

Community
Intermediate
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

visual-style

Enforce consistent visual styling for Peek UI components with CSS custom properties and Tailwind patterns.

Community
Intermediate
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

release-stable

Bump client and server package.json versions and push a matching git tag.

Community
Advanced
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

react-spa-performance

Optimizes React Vite SPA builds, rendering, and media loading for better runtime responsiveness.

Community
Advanced
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

express5-api-patterns

Implement Express 5 TypeScript patterns for HLS proxying, JWT cookie auth, and multi-instance routing.

Community
Advanced
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

updating-docs

Enforce MkDocs structure and generate TypeScript API reference documentation.

Community
Intermediate
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

writing-tests

Enforce consistent testing conventions across client, server, and E2E suites.

Community
Advanced
๐Ÿ“ฆ In Repo
carrotwaxrcarrotwaxr

start-session

Gather branch and workspace context into a structured briefing before development.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install peek-stash-browser skills?โ–ผ

Run `npx skills add carrotwaxr/peek-stash-browser --all -g -y` in your terminal to install all skills in this suite globally.

What do these skills cover?โ–ผ

They cover the full development lifecycle of the Peek Stash Browser app, including Prisma SQLite migrations, Express 5 API patterns, React performance, testing conventions, and release workflows.

How does the agent know which skill to use?โ–ผ

The CLAUDE.md file maps each work area, such as database changes or UI components, to the correct skill, and the start-session skill briefs the agent before any code is written.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding agents.

Can I use these skills for my own React and Express project?โ–ผ

Yes. Skills like prisma-sqlite-expert, express5-api-patterns, and react-spa-performance contain reusable patterns that apply to any similar full-stack TypeScript project.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’