Jason Stedwell 97a7a1b4c3
Build and Push Docker Image / build (push) Successful in 1m8s
Fix Docker build: move onlyBuiltDependencies to pnpm-workspace.yaml, pin pnpm@10
pnpm 10 no longer reads the "pnpm" field in package.json and treats
ignored build scripts as a hard error (ERR_PNPM_IGNORED_BUILDS), which
broke `pnpm install --frozen-lockfile` in the Docker build.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:15:41 -05:00
2026-03-30 16:44:13 -05:00
2026-03-29 21:05:51 -05:00
2026-03-29 21:05:51 -05:00
2026-03-29 21:05:51 -05:00
2026-03-29 21:05:51 -05:00
2026-03-29 21:05:51 -05:00
2026-03-30 11:03:36 -05:00
2026-03-30 13:55:58 -05:00
2026-03-29 21:05:51 -05:00
2026-03-29 21:06:44 -05:00
2026-03-29 21:05:51 -05:00

Drop-In Agent Instruction Suite

This repository is a portable markdown instruction pack for coding agents.

Copy these files into another repository to give the agent:

  • a root AGENTS.md entrypoint,
  • a central skill index,
  • category hubs for routing,
  • specialized skill files for common software, docs, UX, marketing, and ideation tasks.

Structure

  • AGENTS.md - base instructions and routing rules
  • DEPLOYMENT-PROFILE.md - agent-readable prefilled deployment defaults
  • INSTALL.md - copy and customization guide for other repositories
  • PROJECT-PROFILE-WORKBOOK.md - one-time questionnaire for staging defaults
  • SKILLS.md - canonical skill index
  • ROUTING-EXAMPLES.md - representative prompt-to-skill routing examples
  • hubs/ - category-level routing guides
  • skills/ - specialized reusable skill files

Design Goals

  • Plain markdown only
  • Cross-agent portability
  • Implementation-first defaults
  • On-demand skill loading instead of loading everything every session
  • Context-efficient routing for large skill libraries
  • Prefilled deployment defaults without per-install questioning
  • Repo-local instructions take precedence over this bundle

Intended Workflow

  1. The agent reads AGENTS.md.
  2. The agent reads DEPLOYMENT-PROFILE.md when it is filled in.
  3. The agent checks SKILLS.md.
  4. The agent opens only the relevant hub and skill files for the task.
  5. The agent combines multiple skills when the task spans several domains.

Core Categories

  • Software development
  • Debugging
  • Documentation
  • UI/UX
  • Marketing
  • Brainstorming
S
Description
Self-hosted family dashboard for always-on displays — calendars, chores, shopping, meals, message board, countdowns, and photo screensaver in one Docker container
Readme 281 KiB
Languages
TypeScript 94.8%
Shell 2.2%
Dockerfile 1.6%
CSS 1.1%
HTML 0.3%