jason dbb145ab27
Build and Push Docker Image / build (push) Successful in 34s
docker-build.yml: push :latest only + clean up host build images
- drop per-commit :sha tag (registry stays one tag per repo)
- remove the built image and prune dangling layers after push so CI builds
  stop accumulating orphan images on the Unraid host
2026-06-29 23:07:46 -05:00
2026-04-23 14:15:10 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-23 14:15:10 -05:00
2026-04-23 13:46:54 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:56:11 -05:00
2026-04-22 17:00:42 -05:00
2026-04-22 17:00:42 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -05:00
2026-04-22 15:47:27 -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
StepView: self-hosted in-browser 3D STEP file viewer — renders .step/.stp files via OpenCascade (WASM) and three.js, deployed as a Docker container on Unraid
Readme 331 KiB
Languages
TypeScript 55.7%
EJS 43.2%
Dockerfile 0.5%
CSS 0.5%